CJK is the abbreviation of CJK Unified Ideographs, which means "Chinese, Japanese and Korean unified ideographs". It assigns the same code to ideographs from Chinese, Japanese, Korean and Vietnamese that are essentially the same, have the same meaning, and have the same or slightly different shapes. The main ones are Chinese characters, but there are also imitations of Chinese characters such as Japanese national characters, Korean Chinese characters, and Vietnamese Nom characters. This character set is very large, and most of them can be directly output using the Chinese character input method, and are generally not displayed by looking up the Unicode code. However, some radicals, punctuation marks, special characters, etc. sometimes need to be obtained through Unicode codes. 1. CJK Radicals Supplement:
2. CJK Symbols and Punctuation:
3. CJK Strokes
4. CJK Combining Characters CJK Compatibility:
5. Yijing Hexagram Symbols:
6. CJK Compatibility Forms:
7. Vertical Forms:
8. Small Form Variants:
9. Halfwidth and Fullwidth Forms:
10. CJK Unified Ideographs: 4E00--9FEA 11. CJK Unified Ideographs Extension A: 3430--4DB5 12. CJK Compatibility Ideographs: F900--FAD9 There are a huge number of CJK characters, so they are omitted in the list. Only some special characters are listed, some of which cannot be displayed normally because the font library does not support the relevant characters. When using Unicode characters, use the "&#xhhhh" format in HTML, where hhhh is a 4-digit hexadecimal Unicode code. It can also be converted to a decimal code and used in the "&#dddd" format. When used in JavaScript scripts, use the "\uhhhh" format. When used in CSS, use the "\hhhh" format. |
<<: Summary of Common Letters in Unicode
>>: How to set underline in HTML? How to underline text in HTML
1. Log in to VPN using IE browser 2. Remote login...
We often encounter this situation in front-end de...
Result:Implementation code: html <!-- Please h...
1. Why is eject not recommended? 1. What changes ...
Preface The original project was placed on the pu...
1. What is Refs is called Resilient File System (...
1. Connect to MYSQL Format: mysql -h host address...
Recently, https has been enabled on the mobile ph...
This article mainly introduces the detailed expla...
Table of contents Custom Vite plugins Using vite-...
Table of contents Preface text 1. Concepts relate...
Table of contents Install Docker-ce for the devel...
When displaying long data in HTML, you can cut off...
This article will use Docker containers (orchestr...
It is mainly a CSS style control and a META tag; C...