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

How to start jar package and run it in the background in Linux

The Linux command to run the jar package is as fo...

Introduction to HTML_PowerNode Java Academy

What is HTML? HTML is a language used to describe...

Detailed graphic tutorial on how to enable remote secure access with Docker

1. Edit the docker.service file vi /usr/lib/syste...

MySQL query data by hour, fill in 0 if there is no data

Demand background A statistical interface, the fr...

Complete steps to build a Laravel development environment using Docker

Preface In this article, we will use Docker to bu...

Example of using @media responsive CSS to adapt to various screens

Definition and Use Using @media queries, you can ...

Is a design that complies with design specifications a good design?

In the past few years of my career, I have writte...

CSS Paint API: A CSS-like Drawing Board

1. Use Canvas images as CSS background images The...

VMware virtual machine three connection methods example analysis

NAT In this way, the virtual machine's networ...

CSS optimization skills self-practice experience

1. Use css sprites. The advantage is that the smal...

MYSQL custom function to determine whether it is a positive integer example code

You can write a function: Mainly use regular expr...

Simple encapsulation of axios and example code for use

Preface Recently, when I was building a project, ...

CSS selects the first child element under the parent element (:first-child)

Preface I recently used :first-child in a project...

Eight rules for effective web forms

If you're collecting information from your us...