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

NestJs uses Mongoose to operate MongoDB

I recently started learning the NestJs framework....

Detailed installation and use of RocketMQ in Docker

To search for RocketMQ images, you can search on ...

Sample code for implementing multi-application deployment using tomcat+nginx

Table of contents Multi-application deployment 1-...

Usage of HTML H title tag

The usage of H tags, especially h1, has always bee...

How to use tcpdump to capture packets in Linux system

Let me look at the example code first: 1. Common ...

Detailed tutorial on installing Prometheus with Docker

Table of contents 1. Install Node Exporter 2. Ins...

In-depth understanding of Vue's data responsiveness

Table of contents 1. ES syntax getter and setter ...

How to manually scroll logs in Linux system

Log rotation is a very common function on Linux s...

Solve MySQL login error: 'Access denied for user 'root'@'localhost'

First of all, I don't know why I can't lo...

How to use fdisk to partition disk in Linux

Commonly used commands for Linux partitions: fdis...

JavaScript jigsaw puzzle game

This article example shares the specific code of ...

Pure CSS to implement iOS style open and close selection box function

1 Effect Demo address: https://www.albertyy.com/2...

MySql learning day03: connection and query details between data tables

Primary Key: Keyword: primary key Features: canno...

How to set the number of mysql connections (Too many connections)

During the use of mysql, it was found that the nu...