Summary of CJK (Chinese, Japanese, and Korean Unified Ideographs) Characters in Unicode

Summary of CJK (Chinese, Japanese, and Korean Unified Ideographs) Characters in Unicode

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:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u2E8

\u2E9

Mother

\u2EA

People

\u2EB

People

⺿

\u2EC

tortoise

Vulture

West

See

Corner

V

To

bee

Horse

Car

Horse

Horse

Street

\u2ED

Dragon

Long

Door

Horse

Dragon

Page

Wind

Fly

Eat

Dog

Ma

\u2EE

Horse

Thread

Horse

Bone

Dragon

Fish

Bird

Dragon

Horse

Yellow

horn

Tiger

Bone

\u2EF

Dragon

Horn

Horse

Tortoise

Tone

Horse

Bone

Rooster

horn

Bone

Long

Horse

Bone

Head

2. CJK Symbols and Punctuation:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u300

,

.

"

\u301

~

\u302

\u303

3. CJK Strokes

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u31C

\u31D

\u31E

4. CJK Combining Characters CJK Compatibility:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u335

\u336

\u337

\u338

\u339

cm

\u33A

\u33B

\u33C

\u33D

\u33E

\u33F

5. Yijing Hexagram Symbols:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u4DC

\u4DD

\u4DE

Yes

Yes

\u4DF

Much

Yes

䷿

6. CJK Compatibility Forms:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\uFE3

:

︿

\uFE4

7. Vertical Forms:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\uFE1

8. Small Form Variants:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\uFE5

 

:

\uFE6

9. Halfwidth and Fullwidth Forms:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\uFF0

!

"

#

%

&

'

+

,

-

\uFF1

4

VI

:

;

=

?

\uFF2

@

A

B

C

D

E

F

G

H

I

J

K

L

M

N

\uFF3

P

Q

R

S

T

U

W

Y

Z

_

\uFF4

'

a

b

c

d

e

f

g

h

i

j

k

1

m

n

o

\uFF5

p

r

s

t

u

v

w

y

z

{

}

~

\uFFE

£

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

Recommend

Book page turning effects made with CSS3

Result:Implementation code: html <!-- Please h...

How to modify create-react-app's configuration without using eject

1. Why is eject not recommended? 1. What changes ...

How to build gitlab on centos6

Preface The original project was placed on the pu...

An in-depth introduction to React refs

1. What is Refs is called Resilient File System (...

How to create a MySQL database (de1) using commands

1. Connect to MYSQL Format: mysql -h host address...

Solution for Baidu site search not supporting https (tested)

Recently, https has been enabled on the mobile ph...

Detailed explanation of CSS3 flex box automatic filling writing

This article mainly introduces the detailed expla...

Practice of using Vite2+Vue3 to render Markdown documents

Table of contents Custom Vite plugins Using vite-...

Summary of js execution context and scope

Table of contents Preface text 1. Concepts relate...

How to use Docker-compose to deploy Django applications offline

Table of contents Install Docker-ce for the devel...

How to handle long data when displaying it in html

When displaying long data in HTML, you can cut off...

How to quickly deploy an Elasticsearch cluster using docker

This article will use Docker containers (orchestr...