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
Table of contents 1. Why use slots? 1.1 slot 1.2 ...
Recently, I encountered many problems when deploy...
When making a web page, you sometimes use a dividi...
Connection query: It is the result of connecting ...
1. Absolute path First of all, on the local compu...
Table of contents 1. Project Environment 2. Proje...
In the trend of gradual transition from tradition...
wangEditor is a web rich text editor developed ba...
Software Version Windows: Windows 10 MySQL: mysql...
Let me look at the example code first: 1. Common ...
1. CSS Box Model The box includes: margin, border...
Table of contents Problem description: Solution 1...
Table of contents 1. Overview 2. nginx.conf 1) Co...
<br />The author used to be a novice in web ...
This article introduces how to build a high-avail...