Summary of Mathematical Symbols in Unicode

Summary of Mathematical Symbols in Unicode

There are many special symbols used in mathematics, physics and some scientific and technological fields. There are corresponding code positions in Unicode code. The code table is listed for easy use.

1. Number Forms:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u215

\u216

III

IV

VI

VII

VIII

IX

\u217

\u218

2. Mathematical Operators:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u220

\u221

\u222

\u223

:

\u224

\u225

\u226

\u227

\u228

\u229

\u22A

\u22B

\u22C

\u22D

\u22E

\u22F

3. Miscellaneous Technical:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u230

\u231

\u232

\u233

\u234

\u235

\u236

\u237

\u238

\u239

\u23A

\u23B

\u23C

\u23D

\u23E

\u23F

4. Control Pictures:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u240

\u241

\u242

5. Optical Character Recognition:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u244

6. Enclosed Alphanumerics:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u246

\u247

\u248

4.

5.

\u249

\u24A

\u24B

\u24C

\u24D

\u24E

\u24F

7. Miscellaneous Mathematical Symbols-A:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u27C

\u27D

\u27E

8. Miscellaneous Mathematical Symbols-B:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u298

\u299

\u29A

\u29B

⦿

\u29C

\u29D

\u29E

\u29F

⧿

9. Supplemental Mathematical Operators 2AFF
:

Unicode

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

\u2A0

\u2A1

\u2A2

\u2A3

⨿

\u2A4

\u2A5

\u2A6

\u2A7

⩿

\u2A8

\u2A9

\u2AA

\u2AB

⪿

\u2AC

\u2AD

⫝̸

\u2AE

\u2AF

⫿

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.

<<:  How to use Greek letters in HTML pages

>>:  Summary of Common Letters in Unicode

Recommend

JavaScript canvas implements graphics and text with shadows

Use canvas to create graphics and text with shado...

How to use resident nodes for layer management in CocosCreator

CocosCreator version: 2.3.4 Most games have layer...

The whole process of upgrading Angular single project to multiple projects

Table of contents Preface Development Environment...

Detailed explanation of the marquee attribute in HTML

This tag is not part of HTML3.2 and is only suppo...

How to verify whether MySQL is installed successfully

After MySQL is installed, you can verify whether ...

Vue uses plug-ins to cut pictures in proportion

This article shares the specific code of Vue usin...

Markup Languages ​​- Lists Again

Click here to return to the 123WORDPRESS.COM HTML ...

Vue custom v-has instruction to implement button permission judgment

Application Scenario Taking the background manage...

Analysis and solution of MySQL connection throwing Authentication Failed error

[Problem description] On the application side, th...

Handwriting implementation of new in JS

Table of contents 1 Introduction to the new opera...

MySQL query syntax summary

Preface: This article mainly introduces the query...

Use Docker Compose to quickly deploy ELK (tested and effective)

Table of contents 1. Overview 1.1 Definition 1.2 ...

MySQL uses UNIQUE to implement non-duplicate data insertion

SQL UNIQUE constraint The UNIQUE constraint uniqu...

Implementation of Docker building Maven+Tomcat basic image

Preface In Java programming, most applications ar...