Common symbols in Unicode

Common symbols in Unicode

Unicode is a character encoding scheme developed by an international organization that can accommodate all the text and symbols in the world. Therefore, it is all-inclusive. Using Unicode symbols, some commonly used symbols can be directly displayed on web pages, such as arrows, emoticons, etc. However, since the number of Unicode codes is too large, it is very time-consuming to find the code of the corresponding symbol from CodeCharts.pdf, so some common and commonly used ones are listed below for easy search and use.

1. General Punctuation:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u200

\u201

'

'

'

\u202

: : : : : : : : : : : : : : :

: : : : : : : : : : : : : : :

: : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : :

: : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : :

: : : : : : : : : : : : : : :

\u203

'

\u204

\u205

\u206

: : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : :

: : : : : : : : : : : : : : :

: : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : :

: : : : : : : : : : : : : : :

1.1 Supplemental Punctuation:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u2E0

\u2E1

\u2E2

\u2E3

⸿

\u2E4

2. Superscripts and Subscripts:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u207

\u208

\u209

2.1 Trademark symbols:

Unicode

AE

A9

99

\u00

®

©

3. Currency Symbols:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u20A

\u20B

4. Arrows:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u219

\u21A

\u21B

\u21C

\u21D

\u21E

\u21F

4.1 Supplemental Arrows-A:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u27F

4.2 Supplemental Arrows-B:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u290

\u291

\u292

\u293

⤿

\u294

\u295

\u296

\u297

⥿

5. Tab Box Drawing:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u250

\u251

\u252

\u253

\u254

\u255

\u256

\u257

6. Block Elements:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u258

:

\u259

7. Geometric Shapes:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u25A

\u25B

\u25C

\u25D

\u25E

\u25F

8. Miscellaneous Symbols:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u260

\u261

\u262

\u263

\u264

\u265

\u266

\u267

\u268

\u269

\u26A

\u26B

\u26C

\u26D

\u26E

\u26F

These include music symbols 2669--266F, constellation symbols 2648--2653, chess symbols 2654--265F, and poker symbols 2660--2667.

9. Decorative symbols Dingbats:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u270

\u271

\u272

\u273

\u274

\u275

\u276

\u277

\u278

\u279

\u27A

\u27B

\u27C

\u27D

\u27E

\u27F

10. Miscellaneous Symbols and Arrows:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u2B0

\u2B1

\u2B2

\u2B3

⬿

\u2B4

\u2B5

\u2B6

\u2B7

⭿

\u2B8

\u2B9

\u2BA

\u2BB

⮿

\u2BC

\u2BD

\u2BE

\u2BF

⯿

Some symbols may not be displayed normally and only a rectangular box will be displayed, indicating that there is no related supporting software on the computer and you need to wait until the corresponding software is installed before you can use them. However, more and more characters will be supported in the future, which is an inevitable trend. 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.

<<:  React Principles Explained

>>:  Binary Type Operations in MySQL

Recommend

Linux nohup command principle and example analysis

nohup Command When using Unix/Linux, we usually w...

How to understand semantic HTML structure

I believe everyone knows HTML and CSS, knows the ...

Several ways to introduce pictures in react projects

The img tag introduces the image Because react ac...

How to execute Linux shell commands in Docker

To execute a shell command in Docker, you need to...

Detailed explanation of asynchronous programming knowledge points in nodejs

Introduction Because JavaScript is single-threade...

Detailed explanation of Nginx http resource request limit (three methods)

Prerequisite: nginx needs to have the ngx_http_li...

JavaScript Basics: Error Capture Mechanism

Table of contents Preface Error Object throw try…...

Vue large screen data display example

In order to efficiently meet requirements and avo...

How to elegantly implement WeChat authorized login in Vue3 project

Table of contents Preface Prepare Implementation ...

Display special symbols in HTML (with special character correspondence table)

Problem Reproduction When using HTML for editing,...

Tutorial on installing MySQL8 compressed package version on Win10

1 Download MySQL8 from the official website and i...

Pure HTML+CSS to achieve Element loading effect

This is the effect of the Element UI loading comp...

Analysis of the operating principle and implementation process of Docker Hub

Similar to the code hosting service provided by G...

Example of using CSS filter to write mouse over effect

Use CSS filter to write mouse over effect <div...

Solution to forgetting the root password of MySQL 5.7 and 8.0 database

Note: To crack the root password in MySQL5.7, you...