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

An article explains Tomcat's class loading mechanism

Table of contents - Preface - - JVM Class Loader ...

Detailed tutorial on installing Python 3.8.1 on Linux

This example takes the installation of Python 3.8...

mysql add, delete, modify and query basic statements

grammar Here is the generic SQL syntax for INSERT...

JavaScript functional programming basics

Table of contents 1. Introduction 2. What is func...

W3C Tutorial (9): W3C XPath Activities

XPath is a language for selecting parts of XML do...

Detailed View of Hidden Columns in MySQL

Table of contents 1. Primary key exists 2. No pri...

How to start a Java program in docker

Create a simple Spring boot web project Use the i...

Sample code for easily implementing page layout using flex layout

Without further ado, let's get straight to th...

Share CSS writing standards and order [recommended for everyone to use]

CSS writing order 1. Position attributes (positio...

jQuery implements employee management registration page

This article example shares the specific code of ...

js to realize web music player

This article shares simple HTML and music player ...

Native js implements shopping cart logic and functions

This article example shares the specific code of ...

How to use watch listeners in Vue2 and Vue3

watch : listen for data changes (change events of...

How to Easily Remove Source Installed Packages in Linux

Step 1: Install Stow In this example, we are usin...