Table of HTML Unicode Characters, Symbols and Icons
Last Updated May 28, 2023 by Tim Trott. First Published in 2011.
6,163 words, estimated reading time 24 minutes.

This is possibly one of the most comprehensive HTML Entity Codes, Unicode characters and ASCII charts on the web, featuring ASCII codes, HTML symbol entities, Unicode/ISO numbers, dingbats and extended ASCII character codes. This ASCII chart is especially helpful in obtaining W3C XHTML validation due to errors caused by invalid characters.
How to use special HTML character codes
There are only so many keys to a keyboard, and you can see from the lists below that there are quite a few characters knocking around! No keyboard could possibly fit them all on which is why we have to use ASCII tables.
An ASCII (American Standard Code for Information Interchange) code is a number associated with a character which has been around since the early 1960s. Initially consisting of 127 characters, it has since been extended.
With the advent of the internet and XML standards, certain characters intended for presentation are not allowed within HTML or XML documents, for example, < and > as they form part of the document structure and are processed as such. For this reason, you need to use the HTML name instead. < and > are processed as text, but shown on the screen as intended.
If you are not working on a web document, e.g. Microsoft Word or Windows, you can enter symbols directly by using the ALT Gr key. Make sure that Num Lock is ON, press and hold the ALT Gr key, then type the ASCII code on the numerical keypad. Using the numbers above letters will not work. Release the ALT Gr key and the character will appear. Users of laptops may need to hold Fn+ALT to get this to work.
HTML Unicode Character Codes
Standard Character Set
Code | Symbol | Html Code | Html Name | CSS | Hex | Description |
---|---|---|---|---|---|---|
32 |   | \0020 | 0x20 | Space | ||
33 | ! | ! | \0021 | 0x21 | Exclamation mark | |
34 | " | " | " | \0022 | 0x22 | Double quote |
35 | # | # | \0023 | 0x23 | Pound (hash) symbol | |
36 | $ | $ | \0024 | 0x24 | Dollar | |
37 | % | % | \0025 | 0x25 | Percent | |
38 | & | & | & | \0026 | 0x26 | Ampersand |
39 | ' | ' | \0027 | 0x27 | Single quote | |
40 | ( | ( | \0028 | 0x28 | Opening parenthesis | |
41 | ) | ) | \0029 | 0x29 | Closing parenthesis | |
42 | * | * | \002a | 0x2a | Asterisk | |
43 | + | + | \002b | 0x2b | Plus sign | |
44 | , | , | \002c | 0x2c | Comma | |
45 | - | - | \002d | 0x2d | Minus sign - Hyphen | |
46 | . | . | \002e | 0x2e | Period | |
47 | / | / | \002f | 0x2f | Forward slash | |
48 | 0 | 0 | \0030 | 0x30 | ||
49 | 1 | 1 | \0031 | 0x31 | ||
50 | 2 | 2 | \0032 | 0x32 | ||
51 | 3 | 3 | \0033 | 0x33 | ||
52 | 4 | 4 | \0034 | 0x34 | ||
53 | 5 | 5 | \0035 | 0x35 | ||
54 | 6 | 6 | \0036 | 0x36 | ||
55 | 7 | 7 | \0037 | 0x37 | ||
56 | 8 | 8 | \0038 | 0x38 | ||
57 | 9 | 9 | \0039 | 0x39 | ||
58 | : | : | \003a | 0x3a | Colon | |
59 | ; | ; | \003b | 0x3b | Semicolon | |
60 | < | < | \003c | 0x3c | Less than sign | |
61 | = | = | \003d | 0x3d | Equal sign | |
62 | > | > | \003e | 0x3e | Greater than sign | |
63 | ? | ? | \003f | 0x3f | Question mark | |
64 | @ | @ | \0040 | 0x40 | At symbol | |
65 | A | A | \0041 | 0x41 | ||
66 | B | B | \0042 | 0x42 | ||
67 | C | C | \0043 | 0x43 | ||
68 | D | D | \0044 | 0x44 | ||
69 | E | E | \0045 | 0x45 | ||
70 | F | F | \0046 | 0x46 | ||
71 | G | G | \0047 | 0x47 | ||
72 | H | H | \0048 | 0x48 | ||
73 | I | I | \0049 | 0x49 | ||
74 | J | J | \004a | 0x4a | ||
75 | K | K | \004b | 0x4b | ||
76 | L | L | \004c | 0x4c | ||
77 | M | M | \004d | 0x4d | ||
78 | N | N | \004e | 0x4e | ||
79 | O | O | \004f | 0x4f | ||
80 | P | P | \0050 | 0x50 | ||
81 | Q | Q | \0051 | 0x51 | ||
82 | R | R | \0052 | 0x52 | ||
83 | S | S | \0053 | 0x53 | ||
84 | T | T | \0054 | 0x54 | ||
85 | U | U | \0055 | 0x55 | ||
86 | V | V | \0056 | 0x56 | ||
87 | W | W | \0057 | 0x57 | ||
88 | X | X | \0058 | 0x58 | ||
89 | Y | Y | \0059 | 0x59 | ||
90 | Z | Z | \005a | 0x5a | ||
91 | [ | [ | \005b | 0x5b | Opening bracket | |
92 | \ | \ | \005c | 0x5c | Backslash | |
93 | ] | ] | \005d | 0x5d | Closing bracket | |
94 | ^ | ^ | \005e | 0x5e | Caret - circumflex | |
95 | _ | _ | \005f | 0x5f | Underscore | |
96 | ` | ` | \0060 | 0x60 | Grave accent | |
97 | a | a | \0061 | 0x61 | ||
98 | b | b | \0062 | 0x62 | ||
99 | c | c | \0063 | 0x63 | ||
100 | d | d | \0064 | 0x64 | ||
101 | e | e | \0065 | 0x65 | ||
102 | f | f | \0066 | 0x66 | ||
103 | g | g | \0067 | 0x67 | ||
104 | h | h | \0068 | 0x68 | ||
105 | i | i | \0069 | 0x69 | ||
106 | j | j | \006a | 0x6a | ||
107 | k | k | \006b | 0x6b | ||
108 | l | l | \006c | 0x6c | ||
109 | m | m | \006d | 0x6d | ||
110 | n | n | \006e | 0x6e | ||
111 | o | o | \006f | 0x6f | ||
112 | p | p | \0070 | 0x70 | ||
113 | q | q | \0071 | 0x71 | ||
114 | r | r | \0072 | 0x72 | ||
115 | s | s | \0073 | 0x73 | ||
116 | t | t | \0074 | 0x74 | ||
117 | u | u | \0075 | 0x75 | ||
118 | v | v | \0076 | 0x76 | ||
119 | w | w | \0077 | 0x77 | ||
120 | x | x | \0078 | 0x78 | ||
121 | y | y | \0079 | 0x79 | ||
122 | z | z | \007a | 0x7a | ||
123 | { | { | \007b | 0x7b | Opening brace | |
124 | | | | | \007c | 0x7c | Vertical bar | |
125 | } | } | \007d | 0x7d | Closing brace | |
126 | ~ | ~ | \007e | 0x7e | Equivalency sign - tilde |
Extended Character Set
Code | Symbol | Html Code | Html Name | CSS | Hex | Description |
---|---|---|---|---|---|---|
160 |   | \00a0 | 0xa0 | Non-breaking space | ||
161 | ¡ | ¡ | \00a1 | 0xa1 | Inverted exclamation mark | |
162 | ¢ | ¢ | \00a2 | 0xa2 | Cent sign | |
163 | £ | £ | \00a3 | 0xa3 | Pound sign | |
164 | ¤ | ¤ | \00a4 | 0xa4 | Currency sign | |
165 | ¥ | ¥ | \00a5 | 0xa5 | Yen sign | |
166 | ¦ | ¦ | \00a6 | 0xa6 | Broken vertical bar | |
167 | § | § | \00a7 | 0xa7 | Section sign | |
168 | ¨ | ¨ | \00a8 | 0xa8 | Spacing diaeresis - umlaut | |
169 | © | © | \00a9 | 0xa9 | Copyright sign | |
170 | ª | ª | \00aa | 0xaa | Feminine ordinal indicator | |
171 | « | « | \00ab | 0xab | Left double angle quotes | |
172 | ¬ | ¬ | \00ac | 0xac | Not sign | |
173 | | ­ | \00ad | 0xad | Soft hyphen | |
174 | ® | ® | \00ae | 0xae | Registered trade mark sign | |
175 | ¯ | ¯ | \00af | 0xaf | Spacing macron - overline | |
176 | ° | ° | \00b0 | 0xb0 | Degree sign | |
177 | ± | ± | \00b1 | 0xb1 | Plus-or-minus sign | |
178 | ² | ² | \00b2 | 0xb2 | Superscript two - squared | |
179 | ³ | ³ | \00b3 | 0xb3 | Superscript three - cubed | |
180 | ´ | ´ | \00b4 | 0xb4 | Acute accent - spacing acute | |
181 | µ | µ | \00b5 | 0xb5 | Micro sign | |
182 | ¶ | ¶ | \00b6 | 0xb6 | Pilcrow sign - paragraph sign | |
183 | · | · | \00b7 | 0xb7 | Middle dot - Georgian comma | |
184 | ¸ | ¸ | \00b8 | 0xb8 | Spacing cedilla | |
185 | ¹ | ¹ | \00b9 | 0xb9 | Superscript one | |
186 | º | º | \00ba | 0xba | Masculine ordinal indicator | |
187 | » | » | \00bb | 0xbb | Right double angle quotes | |
191 | ¿ | ¿ | \00bf | 0xbf | Inverted question mark | |
215 | × | × | \00d7 | 0xd7 | Multiplication sign | |
247 | ÷ | ÷ | \00f7 | 0xf7 | Division sign |
Latin Character Set
Code | Symbol | Html Code | Html Name | CSS | Hex | Description |
---|---|---|---|---|---|---|
192 | À | À | \00c0 | 0xc0 | Latin capital letter A with grave | |
193 | Á | Á | \00c1 | 0xc1 | Latin capital letter A with acute | |
194 | Â | Â | \00c2 | 0xc2 | Latin capital letter A with circumflex | |
195 | Ã | Ã | \00c3 | 0xc3 | Latin capital letter A with tilde | |
196 | Ä | Ä | \00c4 | 0xc4 | Latin capital letter A with diaeresis | |
197 | Å | Å | \00c5 | 0xc5 | Latin capital letter A with ring above | |
198 | Æ | Æ | \00c6 | 0xc6 | Latin capital letter AE | |
199 | Ç | Ç | \00c7 | 0xc7 | Latin capital letter C with cedilla | |
200 | È | È | \00c8 | 0xc8 | Latin capital letter E with grave | |
201 | É | É | \00c9 | 0xc9 | Latin capital letter E with acute | |
202 | Ê | Ê | \00ca | 0xca | Latin capital letter E with circumflex | |
203 | Ë | Ë | \00cb | 0xcb | Latin capital letter E with diaeresis | |
204 | Ì | Ì | \00cc | 0xcc | Latin capital letter I with grave | |
205 | Í | Í | \00cd | 0xcd | Latin capital letter I with acute | |
206 | Î | Î | \00ce | 0xce | Latin capital letter I with circumflex | |
207 | Ï | Ï | \00cf | 0xcf | Latin capital letter I with diaeresis | |
208 | Ð | Ð | \00d0 | 0xd0 | Latin capital letter ETH | |
209 | Ñ | Ñ | \00d1 | 0xd1 | Latin capital letter N with tilde | |
210 | Ò | Ò | \00d2 | 0xd2 | Latin capital letter O with grave | |
211 | Ó | Ó | \00d3 | 0xd3 | Latin capital letter O with acute | |
212 | Ô | Ô | \00d4 | 0xd4 | Latin capital letter O with circumflex | |
213 | Õ | Õ | \00d5 | 0xd5 | Latin capital letter O with tilde | |
214 | Ö | Ö | \00d6 | 0xd6 | Latin capital letter O with diaeresis | |
216 | Ø | Ø | \00d8 | 0xd8 | Latin capital letter O with slash | |
217 | Ù | Ù | \00d9 | 0xd9 | Latin capital letter U with grave | |
218 | Ú | Ú | \00da | 0xda | Latin capital letter U with acute | |
219 | Û | Û | \00db | 0xdb | Latin capital letter U with circumflex | |
220 | Ü | Ü | \00dc | 0xdc | Latin capital letter U with diaeresis | |
221 | Ý | Ý | \00dd | 0xdd | Latin capital letter Y with acute | |
222 | Þ | Þ | \00de | 0xde | Latin capital letter THORN | |
223 | ß | ß | \00df | 0xdf | Latin small letter sharp s - ess-zed | |
224 | à | à | \00e0 | 0xe0 | Latin small letter a with grave | |
225 | á | á | \00e1 | 0xe1 | Latin small letter a with acute | |
226 | â | â | \00e2 | 0xe2 | Latin small letter a with circumflex | |
227 | ã | ã | \00e3 | 0xe3 | Latin small letter a with tilde | |
228 | ä | ä | \00e4 | 0xe4 | Latin small letter a with diaeresis | |
229 | å | å | \00e5 | 0xe5 | Latin small letter a with ring above | |
230 | æ | æ | \00e6 | 0xe6 | Latin small letter ae | |
231 | ç | ç | \00e7 | 0xe7 | Latin small letter c with cedilla | |
232 | è | è | \00e8 | 0xe8 | Latin small letter e with grave | |
233 | é | é | \00e9 | 0xe9 | Latin small letter e with acute | |
234 | ê | ê | \00ea | 0xea | Latin small letter e with circumflex | |
235 | ë | ë | \00eb | 0xeb | Latin small letter e with diaeresis | |
236 | ì | ì | \00ec | 0xec | Latin small letter i with grave | |
237 | í | í | \00ed | 0xed | Latin small letter i with acute | |
238 | î | î | \00ee | 0xee | Latin small letter i with circumflex | |
239 | ï | ï | \00ef | 0xef | Latin small letter i with diaeresis | |
240 | ð | ð | \00f0 | 0xf0 | Latin small letter eth | |
241 | ñ | ñ | \00f1 | 0xf1 | Latin small letter n with tilde | |
242 | ò | ò | \00f2 | 0xf2 | Latin small letter o with grave | |
243 | ó | ó | \00f3 | 0xf3 | Latin small letter o with acute | |
244 | ô | ô | \00f4 | 0xf4 | Latin small letter o with circumflex | |
245 | õ | õ | \00f5 | 0xf5 | Latin small letter o with tilde | |
246 | ö | ö | \00f6 | 0xf6 | Latin small letter o with diaeresis | |
248 | ø | ø | \00f8 | 0xf8 | Latin small letter o with slash | |
249 | ù | ù | \00f9 | 0xf9 | Latin small letter u with grave | |
250 | ú | ú | \00fa | 0xfa | Latin small letter u with acute | |
251 | û | û | \00fb | 0xfb | Latin small letter u with circumflex | |
252 | ü | ü | \00fc | 0xfc | Latin small letter u with diaeresis | |
253 | ý | ý | \00fd | 0xfd | Latin small letter y with acute | |
254 | þ | þ | \00fe | 0xfe | Latin small letter thorn | |
255 | ÿ | ÿ | \00ff | 0xff | Latin small letter y with diaeresis | |
338 | Œ | Œ | Œ | \00152 | 0x152 | Latin capital letter OE |
339 | œ | œ | œ | \00153 | 0x153 | Latin small letter oe |
352 | Š | Š | Š | \00160 | 0x160 | Latin capital letter S with caron |
353 | š | š | š | \00161 | 0x161 | Latin small letter s with caron |
376 | Ÿ | Ÿ | Ÿ | \00178 | 0x178 | Latin capital letter Y with diaeresis |
402 | ƒ | ƒ | ƒ | \00192 | 0x192 | Latin small f with hook - function |
Greek Set
Code | Symbol | Html Code | Html Name | CSS | Hex | Description |
---|---|---|---|---|---|---|
913 | Α | Α | Α | \00391 | 0x391 | Greek capital letter alpha |
914 | Β | Β | Β | \00392 | 0x392 | Greek capital letter beta |
915 | Γ | Γ | Γ | \00393 | 0x393 | Greek capital letter gamma |
916 | Δ | Δ | Δ | \00394 | 0x394 | Greek capital letter delta |
917 | Ε | Ε | Ε | \00395 | 0x395 | Greek capital letter epsilon |
918 | Ζ | Ζ | Ζ | \00396 | 0x396 | Greek capital letter zeta |
919 | Η | Η | Η | \00397 | 0x397 | Greek capital letter eta |
920 | Θ | Θ | Θ | \00398 | 0x398 | Greek capital letter theta |
921 | Ι | Ι | Ι | \00399 | 0x399 | Greek capital letter iota |
922 | Κ | Κ | Κ | \0039a | 0x39a | Greek capital letter kappa |
923 | Λ | Λ | Λ | \0039b | 0x39b | Greek capital letter lambda |
924 | Μ | Μ | Μ | \0039c | 0x39c | Greek capital letter mu |
925 | Ν | Ν | Ν | \0039d | 0x39d | Greek capital letter nu |
926 | Ξ | Ξ | Ξ | \0039e | 0x39e | Greek capital letter xi |
927 | Ο | Ο | Ο | \0039f | 0x39f | Greek capital letter omicron |
928 | Π | Π | Π | \003a0 | 0x3a0 | Greek capital letter pi |
929 | Ρ | Ρ | Ρ | \003a1 | 0x3a1 | Greek capital letter rho |
931 | Σ | Σ | Σ | \003a3 | 0x3a3 | Greek capital letter sigma |
932 | Τ | Τ | Τ | \003a4 | 0x3a4 | Greek capital letter tau |
933 | Υ | Υ | Υ | \003a5 | 0x3a5 | Greek capital letter upsilon |
934 | Φ | Φ | Φ | \003a6 | 0x3a6 | Greek capital letter phi |
935 | Χ | Χ | Χ | \003a7 | 0x3a7 | Greek capital letter sigma |
936 | Ψ | Ψ | Ψ | \003a8 | 0x3a8 | Greek capital letter psi |
937 | Ω | Ω | Ω | \003a9 | 0x3a9 | Greek capital letter omega |
945 | α | α | α | \003b1 | 0x3b1 | Greek small letter alpha |
946 | β | β | β | \003b2 | 0x3b2 | Greek small letter beta |
947 | γ | γ | γ | \003b3 | 0x3b3 | Greek small letter gamma |
948 | δ | δ | δ | \003b4 | 0x3b4 | Greek small letter delta |
949 | ε | ε | ε | \003b5 | 0x3b5 | Greek small letter epsilon |
950 | ζ | ζ | ζ | \003b6 | 0x3b6 | Greek small letter zeta |
951 | η | η | η | \003b7 | 0x3b7 | Greek small letter eta |
952 | θ | θ | θ | \003b8 | 0x3b8 | Greek small letter theta |
953 | ι | ι | ι | \003b9 | 0x3b9 | Greek small letter iota |
954 | κ | κ | κ | \003ba | 0x3ba | Greek small letter kappa |
955 | λ | λ | λ | \003bb | 0x3bb | Greek small letter lambda |
956 | μ | μ | μ | \003bc | 0x3bc | Greek small letter mu |
957 | ν | ν | ν | \003bd | 0x3bd | Greek small letter nu |
958 | ξ | ξ | ξ | \003be | 0x3be | Greek small letter xi |
959 | ο | ο | ο | \003bf | 0x3bf | Greek small letter omicron |
960 | π | π | π | \003c0 | 0x3c0 | Greek small letter pi |
961 | ρ | ρ | ρ | \003c1 | 0x3c1 | Greek small letter rho |
962 | ς | ς | ς | \003c2 | 0x3c2 | Greek small letter final sigma |
963 | σ | σ | σ | \003c3 | 0x3c3 | Greek small letter sigma |
964 | τ | τ | τ | \003c4 | 0x3c4 | Greek small letter tau |
965 | υ | υ | υ | \003c5 | 0x3c5 | Greek small letter upsilon |
966 | φ | φ | φ | \003c6 | 0x3c6 | Greek small letter phi |
967 | χ | χ | χ | \003c7 | 0x3c7 | Greek small letter chi |
968 | ψ | ψ | ψ | \003c8 | 0x3c8 | Greek small letter psi |
969 | ω | ω | ω | \003c9 | 0x3c9 | Greek small letter omega |
977 | ϑ | ϑ | ϑ | \003d1 | 0x3d1 | Greek small letter theta symbol |
978 | ϒ | ϒ | ϒ | \003d2 | 0x3d2 | Greek upsilon with hook symbol |
982 | ϖ | ϖ | ϖ | \003d6 | 0x3d6 | Greek pi symbol |
Punctuation
Code | Symbol | Html Code | Html Name | CSS | Hex | Description |
---|---|---|---|---|---|---|
8211 | – | – | – | \002013 | 0x2013 | En dash |
8212 | — | — | — | \002014 | 0x2014 | Em dash |
8216 | ‘ | ‘ | ‘ | \002018 | 0x2018 | Left single quotation mark |
8217 | ’ | ’ | ’ | \002019 | 0x2019 | Right single quotation mark |
8218 | ‚ | ‚ | ‚ | \00201a | 0x201a | Single low-9 quotation mark |
8220 | “ | “ | “ | \00201c | 0x201c | Left double quotation mark |
8221 | ” | ” | ” | \00201d | 0x201d | Right double quotation mark |
8222 | „ | „ | „ | \00201e | 0x201e | Double low-9 quotation mark |
8224 | † | † | † | \002020 | 0x2020 | Dagger |
8225 | ‡ | ‡ | ‡ | \002021 | 0x2021 | Double dagger |
8226 | • | • | • | \002022 | 0x2022 | Bullet |
8230 | … | … | … | \002026 | 0x2026 | Horizontal ellipsis |
8240 | ‰ | ‰ | ‰ | \002030 | 0x2030 | Per thousand sign |
8241 | ‱ | ‱ | \002031 | 0x2031 | Per thousand sign | |
8251 | ※ | ※ | \00203b | 0x203b | Komejirushi | |
8252 | ‼ | ‼ | \00203c | 0x203c | Double exclamation mark | |
8253 | ‽ | ‽ | \00203d | 0x203d | Exclamation question | |
8254 | ‾ | ‾ | ‾ | \00203e | 0x203e | Overline, a.k.a. spacing overscore |
8257 | ⁁ | ⁁ | \002041 | 0x2041 | Caret Insertion Point | |
8258 | ⁂ | ⁂ | \002042 | 0x2042 | Asterism | |
8263 | ⁇ | ⁇ | \002047 | 0x2047 | Double question | |
8264 | ⁈ | ⁈ | \002048 | 0x2048 | Question Exclamation | |
8265 | ⁉ | ⁉ | \002049 | 0x2049 | Exclamation Question | |
8273 | ⁑ | ⁑ | \002051 | 0x2051 | Double asterisk | |
8364 | € | € | € | \0020ac | 0x20ac | Euro sign |
8482 | ™ | ™ | ™ | \002122 | 0x2122 | Trade mark sign |
8704 | ∀ | ∀ | ∀ | \002200 | 0x2200 | For all |
10077 | ❝ | ❝ | \00275d | 0x275d | Heavy double turned comma quotation mark ornament | |
10078 | ❞ | ❞ | \00275e | 0x275e | Heavy double comma quotation mark ornament |
Mathematical
Code | Symbol | Html Code | Html Name | CSS | Hex | Description |
---|---|---|---|---|---|---|
8706 | ∂ | ∂ | ∂ | \002202 | 0x2202 | Partial differential |
8707 | ∃ | ∃ | ∃ | \002203 | 0x2203 | There exists |
8709 | ∅ | ∅ | ∅ | \002205 | 0x2205 | Empty set, null set, diameter |
8711 | ∇ | ∇ | ∇ | \002207 | 0x2207 | Nabla, backward difference |
8712 | ∈ | ∈ | ∈ | \002208 | 0x2208 | Element of |
8713 | ∉ | ∉ | ∉ | \002209 | 0x2209 | Not an element of |
8715 | ∋ | ∋ | ∋ | \00220b | 0x220b | Contains as member |
8719 | ∏ | ∏ | ∏ | \00220f | 0x220f | n-ary product |
8721 | ∑ | ∑ | ∑ | \002211 | 0x2211 | n-ary sumation |
8722 | − | − | − | \002212 | 0x2212 | Minus sign |
8723 | ∓ | ∓ | \002213 | 0x2213 | Minus-or-plus sign | |
8724 | ∔ | ∔ | \002214 | 0x2214 | Dot plus | |
8725 | ∕ | ∕ | \002215 | 0x2215 | Division slash | |
8726 | ∖ | ∖ | \002216 | 0x2216 | Set minus | |
8727 | ∗ | ∗ | ∗ | \002217 | 0x2217 | Asterisk operator |
8730 | √ | √ | √ | \00221a | 0x221a | Square root |
8731 | ∛ | ∛ | \00221b | 0x221b | Cube Root | |
8732 | ∜ | ∜ | \00221c | 0x221c | Root | |
8733 | ∝ | ∝ | ∝ | \00221d | 0x221d | Proportional to |
8734 | ∞ | ∞ | ∞ | \00221e | 0x221e | Infinity |
8736 | ∠ | ∠ | ∠ | \002220 | 0x2220 | Angle |
8743 | ∧ | ∧ | ∧ | \002227 | 0x2227 | Logical AND, or wedge |
8745 | ∩ | ∩ | ∩ | \002229 | 0x2229 | Intersection, or cap |
8746 | ∪ | ∪ | ∪ | \00222a | 0x222a | Union, or cup |
8747 | ∫ | ∫ | ∫ | \00222b | 0x222b | Integral |
8748 | ∬ | ∬ | \00222c | 0x222c | Double integral | |
8749 | ∭ | ∭ | \00222d | 0x222d | Triple integral | |
8750 | ∮ | ∮ | \00222e | 0x222e | Line integral | |
8751 | ∯ | ∯ | \00222f | 0x222f | Double line integral | |
8752 | ∰ | ∰ | \002230 | 0x2230 | Triple line integral | |
8756 | ∴ | ∴ | ∴ | \002234 | 0x2234 | Therefore |
8757 | ∵ | ∵ | \002235 | 0x2235 | Because sign | |
8758 | ∶ | ∶ | \002236 | 0x2236 | Ratio | |
8759 | ∷ | ∷ | \002237 | 0x2237 | Proportion | |
8763 | ∻ | ∻ | \00223b | 0x223b | Homothetic preferences | |
8764 | ∼ | ∼ | ∼ | \00223c | 0x223c | Tilde operator, or varies with |
8765 | ∽ | ∽ | \00223d | 0x223d | Approximation | |
8768 | ≀ | ≀ | \002240 | 0x2240 | Wreath product | |
8773 | ≅ | ≅ | ≅ | \002245 | 0x2245 | Approximately equal to |
8776 | ≈ | ≈ | ≈ | \002248 | 0x2248 | Almost equal to, asymptotic to |
8800 | ≠ | ≠ | ≠ | \002260 | 0x2260 | Not equal to |
8801 | ≡ | ≡ | ≡ | \002261 | 0x2261 | Identical to |
8804 | ≤ | ≤ | ≤ | \002264 | 0x2264 | Less-than or equal to |
8805 | ≥ | ≥ | ≥ | \002265 | 0x2265 | Greater-than or equal to |
8834 | ⊂ | ⊂ | ⊂ | \002282 | 0x2282 | Subset of |
8835 | ⊃ | ⊃ | ⊃ | \002283 | 0x2283 | Superset of |
8836 | ⊄ | ⊄ | ⊄ | \002284 | 0x2284 | Not a subset of |
8838 | ⊆ | ⊆ | ⊆ | \002286 | 0x2286 | Subset of or equal to |
8839 | ⊇ | ⊇ | ⊇ | \002287 | 0x2287 | Superset of or equal to |
8853 | ⊕ | ⊕ | ⊕ | \002295 | 0x2295 | Circled plus, direct sum |
8854 | ⊖ | ⊖ | \002296 | 0x2296 | Circled minus | |
8855 | ⊗ | ⊗ | ⊗ | \002297 | 0x2297 | Circled times, vector product |
8856 | ⊘ | ⊘ | \002298 | 0x2298 | Circled divide | |
8857 | ⊙ | ⊙ | \002299 | 0x2299 | Circled dot | |
8858 | ⊚ | ⊚ | \00229a | 0x229a | Circled circle | |
8859 | ⊛ | ⊛ | \00229b | 0x229b | Circled asterisk | |
8860 | ⊜ | ⊜ | \00229c | 0x229c | Circled equals | |
8861 | ⊝ | ⊝ | \00229d | 0x229d | Circled minus | |
8869 | ⊥ | ⊥ | ⊥ | \0022a5 | 0x22a5 | Up tack, orthogonal to, perpendicular |
8870 | ⊦ | ⊦ | ∨ | \0022a6 | 0x22a6 | Logical OR, or vee |
8901 | ⋅ | ⋅ | ⋅ | \0022c5 | 0x22c5 | Dot operator |
8968 | ⌈ | ⌈ | \002308 | 0x2308 | Left ceiling, a.k.a. apl upstile | |
8969 | ⌉ | ⌉ | \002309 | 0x2309 | Right ceiling | |
8970 | ⌊ | ⌊ | \00230a | 0x230a | Left floor, apl downstile | |
8971 | ⌋ | ⌋ | \00230b | 0x230b | Right floor | |
9642 | ▪ | ▪ | \0025aa | 0x25aa | Black small square | |
9673 | ◉ | ◉ | \0025c9 | 0x25c9 | Fisheye | |
9674 | ◊ | ◊ | \0025ca | 0x25ca | Lozenge | |
9675 | ○ | ○ | \0025cb | 0x25cb | White circle | |
9678 | ◎ | ◎ | \0025ce | 0x25ce | Bullseye | |
9734 | ☆ | ☆ | \002606 | 0x2606 | White 5 point star |
Fractions
Code | Symbol | Html Code | Html Name | CSS | Hex | Description |
---|---|---|---|---|---|---|
188 | ¼ | ¼ | ¼ | \00bc | 0xbc | Fraction one quarter |
189 | ½ | ½ | ½ | \00bd | 0xbd | Fraction one half |
190 | ¾ | ¾ | ¾ | \00be | 0xbe | Fraction three quarters |
8533 | ⅕ | ⅕ | \002155 | 0x2155 | Fraction one fifth | |
8534 | ⅖ | ⅖ | \002156 | 0x2156 | Fraction two fifths | |
8535 | ⅗ | ⅗ | \002157 | 0x2157 | Fraction three fifths | |
8536 | ⅘ | ⅘ | \002158 | 0x2158 | Fraction four fifths | |
8537 | ⅙ | ⅙ | \002159 | 0x2159 | Fraction one sixth | |
8538 | ⅚ | ⅚ | \00215a | 0x215a | Fraction five sixths | |
8539 | ⅛ | ⅛ | \00215b | 0x215b | Fraction one eighth | |
8540 | ⅜ | ⅜ | \00215c | 0x215c | Fraction three eighths | |
8541 | ⅝ | ⅝ | \00215d | 0x215d | Fraction five eighths | |
8542 | ⅞ | ⅞ | \00215e | 0x215e | Fraction seven eighths |
Arrows
Code | Symbol | Html Code | Html Name | CSS | Hex | Description |
---|---|---|---|---|---|---|
8592 | ← | ← | \002190 | 0x2190 | Leftwards arrow | |
8593 | ↑ | ↑ | \002191 | 0x2191 | Upwards arrow | |
8594 | → | → | \002192 | 0x2192 | Rightwards arrow | |
8595 | ↓ | ↓ | \002193 | 0x2193 | Downwards arrow | |
8596 | ↔ | ↔ | \002194 | 0x2194 | Left right arrow | |
8597 | ↕ | ↕ | \002195 | 0x2195 | Up down arrow | |
8598 | ↖ | ↖ | \002196 | 0x2196 | North west arrow | |
8599 | ↗ | ↗ | \002197 | 0x2197 | North east arrow | |
8600 | ↘ | ↘ | \002198 | 0x2198 | South east arrow | |
8601 | ↙ | ↙ | \002199 | 0x2199 | South west arrow | |
8602 | ↚ | ↚ | \00219a | 0x219a | Leftwards arrow with stroke | |
8603 | ↛ | ↛ | \00219b | 0x219b | Rightwards arrow with stroke | |
8604 | ↜ | ↜ | \00219c | 0x219c | Leftwards wave arrow | |
8605 | ↝ | ↝ | \00219d | 0x219d | Rightwards wave arrow | |
8606 | ↞ | ↞ | \00219e | 0x219e | Leftwards two headed arrow | |
8607 | ↟ | ↟ | \00219f | 0x219f | Upwards two headed arrow | |
8608 | ↠ | ↠ | \0021a0 | 0x21a0 | Rightwards two headed arrow | |
8609 | ↡ | ↡ | \0021a1 | 0x21a1 | Downwards two headed arrow | |
8610 | ↢ | ↢ | \0021a2 | 0x21a2 | Leftwards arrow with tail | |
8611 | ↣ | ↣ | \0021a3 | 0x21a3 | Rightwards arrow with tail | |
8612 | ↤ | ↤ | \0021a4 | 0x21a4 | Leftwards arrow from bar | |
8613 | ↥ | ↥ | \0021a5 | 0x21a5 | Upwards arrow from bar | |
8614 | ↦ | ↦ | \0021a6 | 0x21a6 | Downwards arrow from bar | |
8616 | ↨ | ↨ | \0021a8 | 0x21a8 | Up down arrow with base | |
8617 | ↩ | ↩ | \0021a9 | 0x21a9 | Leftwards arrow with hook | |
8618 | ↪ | ↪ | \0021aa | 0x21aa | Rightwards arrow with hook | |
8619 | ↫ | ↫ | \0021ab | 0x21ab | Leftwards arrow with loop | |
8620 | ↬ | ↬ | \0021ac | 0x21ac | Rightwards arrow with loop | |
8621 | ↭ | ↭ | \0021ad | 0x21ad | Left right wave arrow | |
8622 | ↮ | ↮ | \0021ae | 0x21ae | Left right arrow with stroke | |
8623 | ↯ | ↯ | \0021af | 0x21af | Downwards zigzag arrow | |
8624 | ↰ | ↰ | \0021b0 | 0x21b0 | Upwards arrow with tip leftwards | |
8625 | ↱ | ↱ | \0021b1 | 0x21b1 | Upwards arrow with tip rightwards | |
8626 | ↲ | ↲ | \0021b2 | 0x21b2 | Downwards arrow with tip leftwards | |
8627 | ↳ | ↳ | \0021b3 | 0x21b3 | Downwards arrow with tip rightwards | |
8628 | ↴ | ↴ | \0021b4 | 0x21b4 | Rightwards arrow with corner downwards | |
8629 | ↵ | ↵ | \0021b5 | 0x21b5 | Downwards arrow with corner leftwards | |
8630 | ↶ | ↶ | \0021b6 | 0x21b6 | Anticlockwise top semicircle arrow | |
8631 | ↷ | ↷ | \0021b7 | 0x21b7 | Clockwise top semicircle arrow | |
8632 | ↸ | ↸ | \0021b8 | 0x21b8 | North west arrow to long bar | |
8633 | ↹ | ↹ | \0021b9 | 0x21b9 | Leftwards arrow to bar over rightwards arrow to bar | |
8634 | ↺ | ↺ | \0021ba | 0x21ba | Anticlockwise open circle arrow | |
8635 | ↻ | ↻ | \0021bb | 0x21bb | Clockwise open circle arrow | |
8636 | ↼ | ↼ | \0021bc | 0x21bc | Leftwards harpoon with barb upwards | |
8637 | ↽ | ↽ | \0021bd | 0x21bd | Leftwards harpoon with barb downwards | |
8638 | ↾ | ↾ | \0021be | 0x21be | Upwards harpoon with barb rightwards | |
8639 | ↿ | ↿ | \0021bf | 0x21bf | Upwards harpoon with barb leftwards | |
8640 | ⇀ | ⇀ | \0021c0 | 0x21c0 | Rightwards harpoon with barb upwards | |
8641 | ⇁ | ⇁ | \0021c1 | 0x21c1 | Rightwards harpoon with barb downwards | |
8642 | ⇂ | ⇂ | \0021c2 | 0x21c2 | Downwards harpoon with barb rightwards | |
8643 | ⇃ | ⇃ | \0021c3 | 0x21c3 | Downwards harpoon with barb leftwards | |
8644 | ⇄ | ⇄ | \0021c4 | 0x21c4 | Rightwards arrow over leftwards arrow | |
8645 | ⇅ | ⇅ | \0021c5 | 0x21c5 | Upwards arrow leftwards of downwards arrow | |
8646 | ⇆ | ⇆ | \0021c6 | 0x21c6 | Leftwards arrow over rightwards arrow | |
8647 | ⇇ | ⇇ | \0021c7 | 0x21c7 | Leftwards paired arrows | |
8648 | ⇈ | ⇈ | \0021c8 | 0x21c8 | Upwards paired arrows | |
8649 | ⇉ | ⇉ | \0021c9 | 0x21c9 | Rightwards paired arrows | |
8650 | ⇊ | ⇊ | \0021ca | 0x21ca | Downwards paired arrows | |
8651 | ⇋ | ⇋ | \0021cb | 0x21cb | Leftwards harpoon over rightwards harpoon | |
8652 | ⇌ | ⇌ | \0021cc | 0x21cc | Rightwards harpoon over leftwards harpoon | |
8653 | ⇍ | ⇍ | \0021cd | 0x21cd | Leftwards double arrow with stroke | |
8654 | ⇎ | ⇎ | \0021ce | 0x21ce | Left right double arrow with stroke | |
8655 | ⇏ | ⇏ | \0021cf | 0x21cf | Rightwards double arrow with stroke | |
8656 | ⇐ | ⇐ | \0021d0 | 0x21d0 | Leftwards double arrow | |
8657 | ⇑ | ⇑ | \0021d1 | 0x21d1 | Upwards double arrow | |
8658 | ⇒ | ⇒ | \0021d2 | 0x21d2 | Rightwards double arrow | |
8659 | ⇓ | ⇓ | \0021d3 | 0x21d3 | Downwards double arrow | |
8660 | ⇔ | ⇔ | \0021d4 | 0x21d4 | Left right double arrow | |
8661 | ⇕ | ⇕ | \0021d5 | 0x21d5 | Up down double arrow | |
8662 | ⇖ | ⇖ | \0021d6 | 0x21d6 | North west double arrow | |
8663 | ⇗ | ⇗ | \0021d7 | 0x21d7 | North east double arrow | |
8664 | ⇘ | ⇘ | \0021d8 | 0x21d8 | South east double arrow | |
8665 | ⇙ | ⇙ | \0021d9 | 0x21d9 | South west double arrow | |
8666 | ⇚ | ⇚ | \0021da | 0x21da | Leftwards triple arrow | |
8667 | ⇛ | ⇛ | \0021db | 0x21db | Rightwards triple arrow | |
8668 | ⇜ | ⇜ | \0021dc | 0x21dc | Leftwards squiggle arrow | |
8669 | ⇝ | ⇝ | \0021dd | 0x21dd | Rightwards squiggle arrow | |
8670 | ⇞ | ⇞ | \0021de | 0x21de | Upwards arrow with double stroke | |
8671 | ⇟ | ⇟ | \0021df | 0x21df | Downwards arrow with double stroke | |
8672 | ⇠ | ⇠ | \0021e0 | 0x21e0 | Leftwards dashed arrow | |
8673 | ⇡ | ⇡ | \0021e1 | 0x21e1 | Upwards dashed arrow | |
8674 | ⇢ | ⇢ | \0021e2 | 0x21e2 | Rightwards dashed arrow | |
8675 | ⇣ | ⇣ | \0021e3 | 0x21e3 | Downwards dashed arrow | |
8676 | ⇤ | ⇤ | \0021e4 | 0x21e4 | Leftwards arrow to bar | |
8677 | ⇥ | ⇥ | \0021e5 | 0x21e5 | Rightwards arrow to bar | |
8678 | ⇦ | ⇦ | \0021e6 | 0x21e6 | Leftwards white arrow | |
8679 | ⇧ | ⇧ | \0021e7 | 0x21e7 | Upwards white arrow | |
8680 | ⇨ | ⇨ | \0021e8 | 0x21e8 | Rightwards white arrow | |
8681 | ⇩ | ⇩ | \0021e9 | 0x21e9 | Downwards white arrow | |
10136 | ➘ | ➘ | \002798 | 0x2798 | Heavy south east arrow | |
10137 | ➙ | ➙ | \002799 | 0x2799 | Heavy rightwards arrow | |
10138 | ➚ | ➚ | \00279a | 0x279a | Heavy north east arrow | |
10139 | ➛ | ➛ | \00279b | 0x279b | Drafting point rightwards arrow | |
10140 | ➜ | ➜ | \00279c | 0x279c | Heavy round-tipped rightwards arrow | |
10141 | ➝ | ➝ | \00279d | 0x279d | Triangle-headed rightwards arrow | |
10142 | ➞ | ➞ | \00279e | 0x279e | Heavy triangle-headed rightwards arrow | |
10143 | ➟ | ➟ | \00279f | 0x279f | Dashed triangle-headed rightwards arrow | |
10144 | ➠ | ➠ | \0027a0 | 0x27a0 | Heavy dashed triangle-headed rightwards arrow | |
10145 | ➡ | ➡ | \0027a1 | 0x27a1 | Black rightwards arrow | |
10146 | ➢ | ➢ | \0027a2 | 0x27a2 | Three-d top-lighted rightwards arrowhead | |
10147 | ➣ | ➣ | \0027a3 | 0x27a3 | Three-d bottom-lighted rightwards arrowhead | |
10148 | ➤ | ➤ | \0027a4 | 0x27a4 | Black rightwards arrowhead | |
10149 | ➥ | ➥ | \0027a5 | 0x27a5 | Heavy black curved upwards and rightwards arrow | |
10151 | ➧ | ➧ | \0027a7 | 0x27a7 | Squat black rightwards arrow | |
10152 | ➨ | ➨ | \0027a8 | 0x27a8 | Heavy concave-pointed black rightwards arrow | |
10153 | ➩ | ➩ | \0027a9 | 0x27a9 | Right-shaded white rightwards arrow | |
10154 | ➪ | ➪ | \0027aa | 0x27aa | Left-shaded white rightwards arrow | |
10155 | ➫ | ➫ | \0027ab | 0x27ab | Back-tilted shadowed white rightwards arrow | |
10156 | ➬ | ➬ | \0027ac | 0x27ac | Front-tilted shadowed white rightwards arrow | |
10157 | ➭ | ➭ | \0027ad | 0x27ad | Heavy lower right-shadowed white rightwards arrow | |
10158 | ➮ | ➮ | \0027ae | 0x27ae | Heavy upper right-shadowed white rightwards arrow | |
10159 | ➯ | ➯ | \0027af | 0x27af | Notched lower right-shadowed white rightwards arrow | |
10161 | ➱ | ➱ | \0027b1 | 0x27b1 | Notched upper right-shadowed white rightwards arrow | |
10162 | ➲ | ➲ | \0027b2 | 0x27b2 | Circled heavy white rightwards arrow | |
10163 | ➳ | ➳ | \0027b3 | 0x27b3 | White-feathered rightwards arrow | |
10164 | ➴ | ➴ | \0027b4 | 0x27b4 | Black-feathered south east arrow | |
10165 | ➵ | ➵ | \0027b5 | 0x27b5 | Black-feathered rightwards arrow | |
10166 | ➶ | ➶ | \0027b6 | 0x27b6 | Black-feathered north east arrow | |
10167 | ➷ | ➷ | \0027b7 | 0x27b7 | Heavy black-feathered south east arrow | |
10168 | ➸ | ➸ | \0027b8 | 0x27b8 | Heavy black-feathered rightwards arrow | |
10169 | ➹ | ➹ | \0027b9 | 0x27b9 | Heavy black-feathered north east arrow | |
10170 | ➺ | ➺ | \0027ba | 0x27ba | Teardrop-barbed rightwards arrow | |
10171 | ➻ | ➻ | \0027bb | 0x27bb | Heavy teardrop-shanked rightwards arrow | |
10172 | ➼ | ➼ | \0027bc | 0x27bc | Wedge-tailed rightwards arrow | |
10173 | ➽ | ➽ | \0027bd | 0x27bd | Heavy wedge-tailed rightwards arrow | |
10174 | ➾ | ➾ | \0027be | 0x27be | Open-outlined rightwards arrow |
Stars
Code | Symbol | Html Code | Html Name | CSS | Hex | Description |
---|---|---|---|---|---|---|
8902 | ⋆ | ⋆ | \0022c6 | 0x22c6 | 5 point star | |
9733 | ★ | ★ | \002605 | 0x2605 | Black 5 point star | |
9885 | ⚝ | ⚝ | \00269d | 0x269d | Outlined white star | |
9956 | ⛤ | ⛤ | \0026e4 | 0x26e4 | ||
9957 | ⛥ | ⛥ | \0026e5 | 0x26e5 | ||
9958 | ⛦ | ⛦ | \0026e6 | 0x26e6 | ||
9959 | ⛧ | ⛧ | \0026e7 | 0x26e7 | ||
10018 | ✢ | ✢ | \002722 | 0x2722 | Four teardrop-spoked asterisk | |
10019 | ✣ | ✣ | \002723 | 0x2723 | Four balloon-spoked asterisk | |
10020 | ✤ | ✤ | \002724 | 0x2724 | Heavy four balloon-spoked asterisk | |
10021 | ✥ | ✥ | \002725 | 0x2725 | Four club-spoked asterisk | |
10022 | ✦ | ✦ | \002726 | 0x2726 | Black four pointed star | |
10023 | ✧ | ✧ | \002727 | 0x2727 | White four pointed star | |
10024 | ✨ | ✨ | \002728 | 0x2728 | ||
10025 | ✩ | ✩ | \002729 | 0x2729 | Stress outlined white star | |
10026 | ✪ | ✪ | \00272a | 0x272a | Circled white star | |
10027 | ✫ | ✫ | \00272b | 0x272b | Open centre black star | |
10028 | ✬ | ✬ | \00272c | 0x272c | Black centre white star | |
10029 | ✭ | ✭ | \00272d | 0x272d | Outlined black star | |
10030 | ✮ | ✮ | \00272e | 0x272e | Heavy outlined black star | |
10031 | ✯ | ✯ | \00272f | 0x272f | Pinwheel star | |
10032 | ✰ | ✰ | \002730 | 0x2730 | Shadowed white star | |
10033 | ✱ | ✱ | \002731 | 0x2731 | Heavy asterisk | |
10034 | ✲ | ✲ | \002732 | 0x2732 | Open centre asterisk | |
10035 | ✳ | ✳ | \002733 | 0x2733 | Eight spoked asterisk | |
10036 | ✴ | ✴ | \002734 | 0x2734 | Eight pointed black star | |
10037 | ✵ | ✵ | \002735 | 0x2735 | Eight pointed pinwheel star | |
10038 | ✶ | ✶ | \002736 | 0x2736 | Six pointed black star | |
10039 | ✷ | ✷ | \002737 | 0x2737 | Heavy eight pointed rectilinear black star | |
10041 | ✹ | ✹ | \002739 | 0x2739 | Twelve pointed black star | |
10042 | ✺ | ✺ | \00273a | 0x273a | Sixteen pointed asterisk | |
10043 | ✻ | ✻ | \00273b | 0x273b | Teardrop-spoked asterisk | |
10044 | ✼ | ✼ | \00273c | 0x273c | Open centre teardrop-spoked asterisk | |
10045 | ✽ | ✽ | \00273d | 0x273d | Heavy teardrop-spoked asterisk | |
10046 | ✾ | ✾ | \00273e | 0x273e | Six petalled black and white florette | |
10050 | ❂ | ❂ | \002742 | 0x2742 | Circled open centre eight pointed star | |
10051 | ❃ | ❃ | \002743 | 0x2743 | Heavy teardrop-spoked pinwheel asterisk | |
10053 | ❅ | ❅ | \002745 | 0x2745 | Tight trifoliate snowflake | |
10054 | ❆ | ❆ | \002746 | 0x2746 | Heavy chevron snowflake | |
10055 | ❇ | ❇ | \002747 | 0x2747 | Sparkle | |
10056 | ❈ | ❈ | \002748 | 0x2748 | Heavy sparkle | |
10057 | ❉ | ❉ | \002749 | 0x2749 | Balloon-spoked asterisk | |
10058 | ❊ | ❊ | \00274a | 0x274a | Eight teardrop-spoked propeller asterisk | |
10059 | ❋ | ❋ | \00274b | 0x274b | Heavy eight teardrop-spoked propeller asterisk |
Hearts
Code | Symbol | Html Code | Html Name | CSS | Hex | Description |
---|---|---|---|---|---|---|
10083 | ❣ | ❣ | \002763 | 0x2763 | Exclamation Heart | |
10084 | ❤ | ❤ | \002764 | 0x2764 | Big Heart | |
10085 | ❥ | ❥ | \002765 | 0x2765 | Rotated Heart | |
10086 | ❦ | ❦ | \002766 | 0x2766 | Floral Heart | |
128147 | 💓 | 💓 | \001f493 | 0x1f493 | Heart Pulse | |
128148 | 💔 | 💔 | \001f494 | 0x1f494 | Broken Heart | |
128149 | 💕 | 💕 | \001f495 | 0x1f495 | Heart Couple | |
128150 | 💖 | 💖 | \001f496 | 0x1f496 | Heart Stars | |
128151 | 💗 | 💗 | \001f497 | 0x1f497 | Hearts | |
128152 | 💘 | 💘 | \001f498 | 0x1f498 | Heart with Arrow | |
128153 | 💙 | 💙 | \001f499 | 0x1f499 | Blue Heart | |
128154 | 💚 | 💚 | \001f49a | 0x1f49a | Green Heart | |
128155 | 💛 | 💛 | \001f49b | 0x1f49b | Yellow Heart | |
128156 | 💜 | 💜 | \001f49c | 0x1f49c | Purple Heart | |
128157 | 💝 | 💝 | \001f49d | 0x1f49d | Heart with Ribbon | |
128158 | 💞 | 💞 | \001f49e | 0x1f49e | Hearts Together |
Zodiac
Code | Symbol | Html Code | Html Name | CSS | Hex | Description |
---|---|---|---|---|---|---|
9800 | ♈ | ♈ | \002648 | 0x2648 | Aries | |
9801 | ♉ | ♉ | \002649 | 0x2649 | Taurus | |
9802 | ♊ | ♊ | \00264a | 0x264a | Gemini | |
9803 | ♋ | ♋ | \00264b | 0x264b | Cancer | |
9804 | ♌ | ♌ | \00264c | 0x264c | Leo | |
9805 | ♍ | ♍ | \00264d | 0x264d | Virgo | |
9806 | ♎ | ♎ | \00264e | 0x264e | Libra | |
9807 | ♏ | ♏ | \00264f | 0x264f | Scorpio | |
9808 | ♐ | ♐ | \002650 | 0x2650 | Sagittarius | |
9809 | ♑ | ♑ | \002651 | 0x2651 | Capricorn | |
9810 | ♒ | ♒ | \002652 | 0x2652 | Aquarius | |
9811 | ♓ | ♓ | \002653 | 0x2653 | Pisces |
Games
Code | Symbol | Html Code | Html Name | CSS | Hex | Description |
---|---|---|---|---|---|---|
9812 | ♔ | ♔ | \002654 | 0x2654 | White chess king | |
9813 | ♕ | ♕ | \002655 | 0x2655 | White chess queen | |
9814 | ♖ | ♖ | \002656 | 0x2656 | White chess rook | |
9815 | ♗ | ♗ | \002657 | 0x2657 | White chess bishop | |
9816 | ♘ | ♘ | \002658 | 0x2658 | White chess knight | |
9817 | ♙ | ♙ | \002659 | 0x2659 | White chess pawn | |
9818 | ♚ | ♚ | \00265a | 0x265a | Black chess king | |
9819 | ♛ | ♛ | \00265b | 0x265b | Black chess queen | |
9820 | ♜ | ♜ | \00265c | 0x265c | Black chess rook | |
9821 | ♝ | ♝ | \00265d | 0x265d | Black chess bishop | |
9822 | ♞ | ♞ | \00265e | 0x265e | Black chess knight | |
9823 | ♟ | ♟ | \00265f | 0x265f | Black chess pawn | |
9824 | ♠ | ♠ | ♠ | \002660 | 0x2660 | Black Spade suit |
9825 | ♡ | ♡ | \002661 | 0x2661 | White Heart suit, valentine | |
9826 | ♢ | ♢ | \002662 | 0x2662 | White Diamond suit | |
9827 | ♣ | ♣ | ♣ | \002663 | 0x2663 | Black Club suit, shamrock |
9828 | ♤ | ♤ | \002664 | 0x2664 | White Spade suit | |
9829 | ♥ | ♥ | ♥ | \002665 | 0x2665 | Black Heart suit, valentine |
9830 | ♦ | ♦ | ♦ | \002666 | 0x2666 | Black Diamond suit |
9831 | ♧ | ♧ | \002667 | 0x2667 | White Club suit, shamrock | |
9856 | ⚀ | ⚀ | \002680 | 0x2680 | Die 1 | |
9857 | ⚁ | ⚁ | \002681 | 0x2681 | Die 2 | |
9858 | ⚂ | ⚂ | \002682 | 0x2682 | Die 3 | |
9859 | ⚃ | ⚃ | \002683 | 0x2683 | Die 4 | |
9860 | ⚄ | ⚄ | \002684 | 0x2684 | Die 5 | |
9861 | ⚅ | ⚅ | \002685 | 0x2685 | Die 6 | |
9917 | ⚽ | ⚽ | \0026bd | 0x26bd | ||
9918 | ⚾ | ⚾ | \0026be | 0x26be | ||
9975 | ⛷ | ⛷ | \0026f7 | 0x26f7 | ||
9976 | ⛸ | ⛸ | \0026f8 | 0x26f8 | ||
9977 | ⛹ | ⛹ | \0026f9 | 0x26f9 |
Numbers
Code | Symbol | Html Code | Html Name | CSS | Hex | Description |
---|---|---|---|---|---|---|
9312 | ① | ① | \002460 | 0x2460 | Circled digit one | |
9313 | ② | ② | \002461 | 0x2461 | Circled digit two | |
9314 | ③ | ③ | \002462 | 0x2462 | Circled digit three | |
9315 | ④ | ④ | \002463 | 0x2463 | Circled digit four | |
9316 | ⑤ | ⑤ | \002464 | 0x2464 | Circled digit five | |
9317 | ⑥ | ⑥ | \002465 | 0x2465 | Circled digit six | |
9318 | ⑦ | ⑦ | \002466 | 0x2466 | Circled digit seven | |
9319 | ⑧ | ⑧ | \002467 | 0x2467 | Circled digit eight | |
9320 | ⑨ | ⑨ | \002468 | 0x2468 | Circled digit nine | |
9321 | ⑩ | ⑩ | \002469 | 0x2469 | Circled number ten | |
9322 | ⑪ | ⑪ | \00246a | 0x246a | Circled number eleven | |
9323 | ⑫ | ⑫ | \00246b | 0x246b | Circled number twelve | |
9324 | ⑬ | ⑬ | \00246c | 0x246c | Circled number thirteen | |
9325 | ⑭ | ⑭ | \00246d | 0x246d | Circled number fourteen | |
9326 | ⑮ | ⑮ | \00246e | 0x246e | Circled number fifteen | |
9327 | ⑯ | ⑯ | \00246f | 0x246f | Circled number sixteen | |
9328 | ⑰ | ⑰ | \002470 | 0x2470 | Circled number seventeen | |
9329 | ⑱ | ⑱ | \002471 | 0x2471 | Circled number eighteen | |
9330 | ⑲ | ⑲ | \002472 | 0x2472 | Circled number nineteen | |
9331 | ⑳ | ⑳ | \002473 | 0x2473 | Circled number twenty | |
9332 | ⑴ | ⑴ | \002474 | 0x2474 | Parenthesized digit one | |
9333 | ⑵ | ⑵ | \002475 | 0x2475 | Parenthesized digit two | |
9334 | ⑶ | ⑶ | \002476 | 0x2476 | Parenthesized digit three | |
9335 | ⑷ | ⑷ | \002477 | 0x2477 | Parenthesized digit four | |
9336 | ⑸ | ⑸ | \002478 | 0x2478 | Parenthesized digit five | |
9337 | ⑹ | ⑹ | \002479 | 0x2479 | Parenthesized digit six | |
9338 | ⑺ | ⑺ | \00247a | 0x247a | Parenthesized digit seven | |
9339 | ⑻ | ⑻ | \00247b | 0x247b | Parenthesized digit eight | |
9340 | ⑼ | ⑼ | \00247c | 0x247c | Parenthesized digit nine | |
9341 | ⑽ | ⑽ | \00247d | 0x247d | Parenthesized number ten | |
9342 | ⑾ | ⑾ | \00247e | 0x247e | Parenthesized number eleven | |
9343 | ⑿ | ⑿ | \00247f | 0x247f | Parenthesized number twelve | |
9344 | ⒀ | ⒀ | \002480 | 0x2480 | Parenthesized number thirteen | |
9345 | ⒁ | ⒁ | \002481 | 0x2481 | Parenthesized number fourteen | |
9346 | ⒂ | ⒂ | \002482 | 0x2482 | Parenthesized number fifteen | |
9347 | ⒃ | ⒃ | \002483 | 0x2483 | Parenthesized number sixteen | |
9348 | ⒄ | ⒄ | \002484 | 0x2484 | Parenthesized number seventeen | |
9349 | ⒅ | ⒅ | \002485 | 0x2485 | Parenthesized number eighteen | |
9350 | ⒆ | ⒆ | \002486 | 0x2486 | Parenthesized number nineteen | |
9351 | ⒇ | ⒇ | \002487 | 0x2487 | Parenthesized number twenty | |
9352 | ⒈ | ⒈ | \002488 | 0x2488 | Digit one full stop | |
9353 | ⒉ | ⒉ | \002489 | 0x2489 | Digit two full stop | |
9354 | ⒊ | ⒊ | \00248a | 0x248a | Digit three full stop | |
9355 | ⒋ | ⒋ | \00248b | 0x248b | Digit four full stop | |
9356 | ⒌ | ⒌ | \00248c | 0x248c | Digit five full stop | |
9357 | ⒍ | ⒍ | \00248d | 0x248d | Digit six full stop | |
9358 | ⒎ | ⒎ | \00248e | 0x248e | Digit seven full stop | |
9359 | ⒏ | ⒏ | \00248f | 0x248f | Digit eight full stop | |
9360 | ⒐ | ⒐ | \002490 | 0x2490 | Digit nine full stop | |
9361 | ⒑ | ⒑ | \002491 | 0x2491 | Number ten full stop | |
9362 | ⒒ | ⒒ | \002492 | 0x2492 | Number eleven full stop | |
9363 | ⒓ | ⒓ | \002493 | 0x2493 | Number twelve full stop | |
9364 | ⒔ | ⒔ | \002494 | 0x2494 | Number thirteen full stop | |
9365 | ⒕ | ⒕ | \002495 | 0x2495 | Number fourteen full stop | |
9366 | ⒖ | ⒖ | \002496 | 0x2496 | Number fifteen full stop | |
9367 | ⒗ | ⒗ | \002497 | 0x2497 | Number sixteen full stop | |
9368 | ⒘ | ⒘ | \002498 | 0x2498 | Number seventeen full stop | |
9369 | ⒙ | ⒙ | \002499 | 0x2499 | Number eighteen full stop | |
9370 | ⒚ | ⒚ | \00249a | 0x249a | Number nineteen full stop | |
9371 | ⒛ | ⒛ | \00249b | 0x249b | Number twenty full stop | |
9450 | ⓪ | ⓪ | \0024ea | 0x24ea | Circled digit zero | |
9451 | ⓫ | ⓫ | \0024eb | 0x24eb | Dingbat negative circled number evelven | |
9452 | ⓬ | ⓬ | \0024ec | 0x24ec | Dingbat negative circled number twelve | |
9453 | ⓭ | ⓭ | \0024ed | 0x24ed | Dingbat negative circled number thirteen | |
9454 | ⓮ | ⓮ | \0024ee | 0x24ee | Dingbat negative circled number fourteen | |
9455 | ⓯ | ⓯ | \0024ef | 0x24ef | Dingbat negative circled number fifteen | |
9456 | ⓰ | ⓰ | \0024f0 | 0x24f0 | Dingbat negative circled number sixteen | |
9457 | ⓱ | ⓱ | \0024f1 | 0x24f1 | Dingbat negative circled number seventeen | |
9458 | ⓲ | ⓲ | \0024f2 | 0x24f2 | Dingbat negative circled number eighteen | |
9459 | ⓳ | ⓳ | \0024f3 | 0x24f3 | Dingbat negative circled number nineteen | |
9460 | ⓴ | ⓴ | \0024f4 | 0x24f4 | Dingbat negative circled number twenty | |
10102 | ❶ | ❶ | \002776 | 0x2776 | Dingbat negative circled digit one | |
10103 | ❷ | ❷ | \002777 | 0x2777 | Dingbat negative circled digit two | |
10104 | ❸ | ❸ | \002778 | 0x2778 | Dingbat negative circled digit three | |
10105 | ❹ | ❹ | \002779 | 0x2779 | Dingbat negative circled digit four | |
10106 | ❺ | ❺ | \00277a | 0x277a | Dingbat negative circled digit five | |
10107 | ❻ | ❻ | \00277b | 0x277b | Dingbat negative circled digit six | |
10108 | ❼ | ❼ | \00277c | 0x277c | Dingbat negative circled digit seven | |
10109 | ❽ | ❽ | \00277d | 0x277d | Dingbat negative circled digit eight | |
10110 | ❾ | ❾ | \00277e | 0x277e | Dingbat negative circled digit nine | |
10111 | ❿ | ❿ | \00277f | 0x277f | Dingbat negative circled number ten |
Religious & Political Symbols
Code | Symbol | Html Code | Html Name | CSS | Hex | Description |
---|---|---|---|---|---|---|
1421 | ֍ | ֍ | \0058d | 0x58d | Right facing Armenian eternity sign | |
1422 | ֎ | ֎ | \0058e | 0x58e | Left facing Armenian eternity sign | |
2384 | ॐ | ॐ | \00950 | 0x950 | Devanagari Om | |
9764 | ☤ | ☤ | \002624 | 0x2624 | Caduceus | |
9765 | ☥ | ☥ | \002625 | 0x2625 | Ankh | |
9766 | ☦ | ☦ | \002626 | 0x2626 | Orthodox cross | |
9767 | ☧ | ☧ | \002627 | 0x2627 | Chi Rho | |
9768 | ☨ | ☨ | \002628 | 0x2628 | Cross of Lorraine | |
9769 | ☩ | ☩ | \002629 | 0x2629 | Cross of Jerusalem | |
9770 | ☪ | ☪ | \00262a | 0x262a | Star and Crescent | |
9771 | ☫ | ☫ | \00262b | 0x262b | Farsi Symbol | |
9772 | ☬ | ☬ | \00262c | 0x262c | Adi Shakti | |
9773 | ☭ | ☭ | \00262d | 0x262d | Hammer and Sickle | |
9774 | ☮ | ☮ | \00262e | 0x262e | Peace Symbol | |
9775 | ☯ | ☯ | \00262f | 0x262f | Yin Yang | |
9784 | ☸ | ☸ | \002638 | 0x2638 | Wheel of Dharma | |
10013 | ✝ | ✝ | \00271d | 0x271d | Latin cross | |
10014 | ✞ | ✞ | \00271e | 0x271e | Shadowed white Latin cross | |
10015 | ✟ | ✟ | \00271f | 0x271f | Outlined Latin Cross | |
10016 | ✠ | ✠ | \002720 | 0x2720 | Maltese cross | |
10017 | ✡ | ✡ | \002721 | 0x2721 | Star of David |
Musical
Code | Symbol | Html Code | Html Name | CSS | Hex | Description |
---|---|---|---|---|---|---|
9833 | ♩ | ♩ | \002669 | 0x2669 | Crotchet / Quarter note | |
9834 | ♪ | ♪ | \00266a | 0x266a | Quaver / Eighth note | |
9835 | ♫ | ♫ | \00266b | 0x266b | Quaver | |
9836 | ♬ | ♬ | \00266c | 0x266c | Double Quaver | |
9837 | ♭ | ♭ | \00266d | 0x266d | Flat note | |
9838 | ♮ | ♮ | \00266e | 0x266e | Natural Note | |
9839 | ♯ | ♯ | \00266f | 0x266f | Sharp Note | |
127929 | 🎹 | 🎹 | \001f3b9 | 0x1f3b9 | Keyboard | |
127932 | 🎼 | 🎼 | \001f3bc | 0x1f3bc | Score |
Unicode Shapes and Symbols
Code | Symbol | Html Code | Html Name | CSS | Hex | Description |
---|---|---|---|---|---|---|
2109 | ࠽ | ࠽ | \0083d | 0x83d | Degree fahrenheit sign | |
8451 | ℃ | ℃ | \002103 | 0x2103 | Degrees Celsius | |
8984 | ⌘ | ⌘ | \002318 | 0x2318 | Place of interest sign | |
8986 | ⌚ | ⌚ | \00231a | 0x231a | Watch | |
8987 | ⌛ | ⌛ | \00231b | 0x231b | Egg timer | |
8999 | ⌧ | ⌧ | \002327 | 0x2327 | X in a rectangle box | |
9000 | ⌨ | ⌨ | \002328 | 0x2328 | Keyboard | |
9004 | ⌬ | ⌬ | \00232c | 0x232c | Benzine ring | |
9043 | ⍓ | ⍓ | \002353 | 0x2353 | APL functional symbol quad up caret | |
9632 | ■ | ■ | \0025a0 | 0x25a0 | Black square | |
9633 | □ | □ | \0025a1 | 0x25a1 | White square | |
9647 | ▯ | ▯ | \0025af | 0x25af | White vertical rectangle | |
9670 | ◆ | ◆ | \0025c6 | 0x25c6 | Black diamond | |
9679 | ● | ● | \0025cf | 0x25cf | Black circle | |
9728 | ☀ | ☀ | \002600 | 0x2600 | Black sun with rays | |
9729 | ☁ | ☁ | \002601 | 0x2601 | Cloud | |
9730 | ☂ | ☂ | \002602 | 0x2602 | Umbrella | |
9731 | ☃ | ☃ | \002603 | 0x2603 | Snowman | |
9732 | ☄ | ☄ | \002604 | 0x2604 | Comet | |
9742 | ☎ | ☎ | \00260e | 0x260e | Black telephone | |
9743 | ☏ | ☏ | \00260f | 0x260f | White telephone | |
9745 | ☑ | ☑ | \002611 | 0x2611 | Ballot box with check | |
9746 | ☒ | ☒ | \002612 | 0x2612 | Ballot box with X | |
9752 | ☘ | ☘ | \002618 | 0x2618 | Clover | |
9760 | ☠ | ☠ | \002620 | 0x2620 | Skull and crossbones | |
9762 | ☢ | ☢ | \002622 | 0x2622 | Radioactive sign | |
9763 | ☣ | ☣ | \002623 | 0x2623 | Biohazard sign | |
9785 | ☹ | ☹ | \002639 | 0x2639 | White frowning face | |
9786 | ☺ | ☺ | \00263a | 0x263a | White smiling face | |
9788 | ☼ | ☼ | \00263c | 0x263c | White sun with rays | |
9789 | ☽ | ☽ | \00263d | 0x263d | First quarter moon | |
9790 | ☾ | ☾ | \00263e | 0x263e | Last quarter moon | |
9791 | ☿ | ☿ | \00263f | 0x263f | Mercury | |
9792 | ♀ | ♀ | \002640 | 0x2640 | Female sign | |
9793 | ♁ | ♁ | \002641 | 0x2641 | Earth | |
9794 | ♂ | ♂ | \002642 | 0x2642 | Male sign | |
9832 | ♨ | ♨ | \002668 | 0x2668 | Hot springs | |
9842 | ♲ | ♲ | \002672 | 0x2672 | Recycle | |
9851 | ♻ | ♻ | \00267b | 0x267b | Recycle | |
9852 | ♼ | ♼ | \00267c | 0x267c | Recycle | |
9853 | ♽ | ♽ | \00267d | 0x267d | Recycle | |
9855 | ♿ | ♿ | \00267f | 0x267f | Disability | |
9874 | ⚒ | ⚒ | \002692 | 0x2692 | Hammers | |
9875 | ⚓ | ⚓ | \002693 | 0x2693 | Anchor | |
9876 | ⚔ | ⚔ | \002694 | 0x2694 | Duelling Swords | |
9877 | ⚕ | ⚕ | \002695 | 0x2695 | Staff of aesculapius | |
9878 | ⚖ | ⚖ | \002696 | 0x2696 | Scales | |
9880 | ⚘ | ⚘ | \002698 | 0x2698 | Flower | |
9881 | ⚙ | ⚙ | \002699 | 0x2699 | Gear | |
9882 | ⚚ | ⚚ | \00269a | 0x269a | Staff of hermes | |
9883 | ⚛ | ⚛ | \00269b | 0x269b | Atomic | |
9884 | ⚜ | ⚜ | \00269c | 0x269c | Fleur-de-lis | |
9886 | ⚞ | ⚞ | \00269e | 0x269e | Three lines converging right | |
9887 | ⚟ | ⚟ | \00269f | 0x269f | Three lines converging left | |
9888 | ⚠ | ⚠ | \0026a0 | 0x26a0 | Caution | |
9889 | ⚡ | ⚡ | \0026a1 | 0x26a1 | Electricity | |
9890 | ⚢ | ⚢ | \0026a2 | 0x26a2 | ||
9891 | ⚣ | ⚣ | \0026a3 | 0x26a3 | ||
9892 | ⚤ | ⚤ | \0026a4 | 0x26a4 | ||
9893 | ⚥ | ⚥ | \0026a5 | 0x26a5 | ||
9894 | ⚦ | ⚦ | \0026a6 | 0x26a6 | ||
9895 | ⚧ | ⚧ | \0026a7 | 0x26a7 | ||
9896 | ⚨ | ⚨ | \0026a8 | 0x26a8 | ||
9897 | ⚩ | ⚩ | \0026a9 | 0x26a9 | ||
9904 | ⚰ | ⚰ | \0026b0 | 0x26b0 | ||
9905 | ⚱ | ⚱ | \0026b1 | 0x26b1 | ||
9906 | ⚲ | ⚲ | \0026b2 | 0x26b2 | ||
9907 | ⚳ | ⚳ | \0026b3 | 0x26b3 | ||
9908 | ⚴ | ⚴ | \0026b4 | 0x26b4 | ||
9909 | ⚵ | ⚵ | \0026b5 | 0x26b5 | ||
9924 | ⛄ | ⛄ | \0026c4 | 0x26c4 | ||
9951 | ⛟ | ⛟ | \0026df | 0x26df | ||
9969 | ⛱ | ⛱ | \0026f1 | 0x26f1 | ||
9970 | ⛲ | ⛲ | \0026f2 | 0x26f2 | ||
9971 | ⛳ | ⛳ | \0026f3 | 0x26f3 | ||
9972 | ⛴ | ⛴ | \0026f4 | 0x26f4 | ||
9973 | ⛵ | ⛵ | \0026f5 | 0x26f5 | ||
9984 | ✀ | ✀ | \002700 | 0x2700 | ||
9985 | ✁ | ✁ | \002701 | 0x2701 | Upper blade scissors | |
9986 | ✂ | ✂ | \002702 | 0x2702 | Black scissors | |
9987 | ✃ | ✃ | \002703 | 0x2703 | Lower blade scissors | |
9988 | ✄ | ✄ | \002704 | 0x2704 | ||
9990 | ✆ | ✆ | \002706 | 0x2706 | Telephone location sign | |
9992 | ✈ | ✈ | \002708 | 0x2708 | Airplane | |
9993 | ✉ | ✉ | \002709 | 0x2709 | Envelope | |
9994 | ✊ | ✊ | \00270a | 0x270a | ||
9995 | ✋ | ✋ | \00270b | 0x270b | ||
9996 | ✌ | ✌ | \00270c | 0x270c | Victory hand | |
9997 | ✍ | ✍ | \00270d | 0x270d | Writing hand | |
9998 | ✎ | ✎ | \00270e | 0x270e | Lower Right Pencil | |
9999 | ✏ | ✏ | \00270f | 0x270f | Pencil | |
10000 | ✐ | ✐ | \002710 | 0x2710 | Upper Right Pencil | |
10003 | ✓ | ✓ | \002713 | 0x2713 | Check mark | |
10004 | ✔ | ✔ | \002714 | 0x2714 | ||
10005 | ✕ | ✕ | \002715 | 0x2715 | ||
10006 | ✖ | ✖ | \002716 | 0x2716 | ||
10007 | ✗ | ✗ | \002717 | 0x2717 | Ballot X | |
10008 | ✘ | ✘ | \002718 | 0x2718 | ||
10047 | ✿ | ✿ | \00273f | 0x273f | Black florette | |
10048 | ❀ | ❀ | \002740 | 0x2740 | White florette | |
10049 | ❁ | ❁ | \002741 | 0x2741 | Eight petalled outlined black florette | |
10052 | ❄ | ❄ | \002744 | 0x2744 | Snowflake | |
10061 | ❍ | ❍ | \00274d | 0x274d | Shadowed white circle | |
10063 | ❏ | ❏ | \00274f | 0x274f | Lower right drop shadowed white square | |
10064 | ❐ | ❐ | \002750 | 0x2750 | Upper right drop shadowed white square | |
10065 | ❑ | ❑ | \002751 | 0x2751 | Lower right shadowed white square | |
10066 | ❒ | ❒ | \002752 | 0x2752 | Upper right shadowed white square | |
10070 | ❖ | ❖ | \002756 | 0x2756 | Black diamond minus white X | |
10731 | ⧫ | ⧫ | \0029eb | 0x29eb | Black lozenge | |
11047 | ⬧ | ⬧ | \002b27 | 0x2b27 | Black medium lozenge | |
128274 | 🔒 | 🔒 | \001f512 | 0x1f512 | Padlock |
Currency
Code | Symbol | Html Code | Html Name | CSS | Hex | Description |
---|---|---|---|---|---|---|
8352 | ₠ | ₠ | \0020a0 | 0x20a0 | Euro-currency sign | |
8353 | ₡ | ₡ | \0020a1 | 0x20a1 | Cent sign | |
8356 | ₤ | ₤ | \0020a4 | 0x20a4 | Pound sterling |
Units
Code | Symbol | Html Code | Html Name | CSS | Hex | Description |
---|---|---|---|---|---|---|
13169 | ㍱ | ㍱ | \003371 | 0x3371 | Hectopascal | |
13170 | ㍲ | ㍲ | \003372 | 0x3372 | Dalton (atomic mass) | |
13171 | ㍳ | ㍳ | \003373 | 0x3373 | Astronomical Unit | |
13172 | ㍴ | ㍴ | \003374 | 0x3374 | Bar (Pressure) | |
13173 | ㍵ | ㍵ | \003375 | 0x3375 | ||
13174 | ㍶ | ㍶ | \003376 | 0x3376 | Parsec | |
13184 | ㎀ | ㎀ | \003380 | 0x3380 | Pico Amps | |
13185 | ㎁ | ㎁ | \003381 | 0x3381 | Nano Amps | |
13186 | ㎂ | ㎂ | \003382 | 0x3382 | Micro Amps | |
13187 | ㎃ | ㎃ | \003383 | 0x3383 | Mega Amps | |
13188 | ㎄ | ㎄ | \003384 | 0x3384 | Kilo Amps | |
13189 | ㎅ | ㎅ | \003385 | 0x3385 | Kilobyte | |
13190 | ㎆ | ㎆ | \003386 | 0x3386 | Megabyte | |
13191 | ㎇ | ㎇ | \003387 | 0x3387 | Gigabyte | |
13192 | ㎈ | ㎈ | \003388 | 0x3388 | Calories | |
13193 | ㎉ | ㎉ | \003389 | 0x3389 | Kilocalories | |
13194 | ㎊ | ㎊ | \00338a | 0x338a | Pico Farads | |
13195 | ㎋ | ㎋ | \00338b | 0x338b | Nano Farads | |
13196 | ㎌ | ㎌ | \00338c | 0x338c | Micro Farads | |
13197 | ㎍ | ㎍ | \00338d | 0x338d | Micro Grams | |
13198 | ㎎ | ㎎ | \00338e | 0x338e | Miligrams | |
13199 | ㎏ | ㎏ | \00338f | 0x338f | Kilograms | |
13200 | ㎐ | ㎐ | \003390 | 0x3390 | Hertz | |
13201 | ㎑ | ㎑ | \003391 | 0x3391 | Kilohertz | |
13202 | ㎒ | ㎒ | \003392 | 0x3392 | Megahertz | |
13203 | ㎓ | ㎓ | \003393 | 0x3393 | Gigahertz | |
13204 | ㎔ | ㎔ | \003394 | 0x3394 | Terahertz | |
13205 | ㎕ | ㎕ | \003395 | 0x3395 | Micro litres | |
13206 | ㎖ | ㎖ | \003396 | 0x3396 | Mililitres | |
13207 | ㎗ | ㎗ | \003397 | 0x3397 | Decilitres | |
13208 | ㎘ | ㎘ | \003398 | 0x3398 | Kilolitres | |
13209 | ㎙ | ㎙ | \003399 | 0x3399 | Femtometre | |
13210 | ㎚ | ㎚ | \00339a | 0x339a | Nanometre | |
13211 | ㎛ | ㎛ | \00339b | 0x339b | Micrometre | |
13212 | ㎜ | ㎜ | \00339c | 0x339c | Milimetre | |
13213 | ㎝ | ㎝ | \00339d | 0x339d | Centimetre | |
13214 | ㎞ | ㎞ | \00339e | 0x339e | Kilometre | |
13215 | ㎟ | ㎟ | \00339f | 0x339f | Millimetre squared | |
13216 | ㎠ | ㎠ | \0033a0 | 0x33a0 | Centimetre squared | |
13217 | ㎡ | ㎡ | \0033a1 | 0x33a1 | Metre squared | |
13218 | ㎢ | ㎢ | \0033a2 | 0x33a2 | Kilometre squared | |
13219 | ㎣ | ㎣ | \0033a3 | 0x33a3 | Millimetre cubed | |
13220 | ㎤ | ㎤ | \0033a4 | 0x33a4 | Centimetre cubed | |
13221 | ㎥ | ㎥ | \0033a5 | 0x33a5 | Metre cubed | |
13222 | ㎦ | ㎦ | \0033a6 | 0x33a6 | Kilometre cubed | |
13223 | ㎧ | ㎧ | \0033a7 | 0x33a7 | Metres per second | |
13224 | ㎨ | ㎨ | \0033a8 | 0x33a8 | Acceleration (metres per second per second) | |
13225 | ㎩ | ㎩ | \0033a9 | 0x33a9 | Pascal | |
13226 | ㎪ | ㎪ | \0033aa | 0x33aa | Kilopascal | |
13227 | ㎫ | ㎫ | \0033ab | 0x33ab | Megapascal | |
13228 | ㎬ | ㎬ | \0033ac | 0x33ac | Gigapascal | |
13229 | ㎭ | ㎭ | \0033ad | 0x33ad | Radian | |
13230 | ㎮ | ㎮ | \0033ae | 0x33ae | Radian per second | |
13231 | ㎯ | ㎯ | \0033af | 0x33af | Radian per second per second | |
13232 | ㎰ | ㎰ | \0033b0 | 0x33b0 | Petasecond | |
13233 | ㎱ | ㎱ | \0033b1 | 0x33b1 | Nanosecond | |
13234 | ㎲ | ㎲ | \0033b2 | 0x33b2 | Microsecond | |
13235 | ㎳ | ㎳ | \0033b3 | 0x33b3 | Millisecond | |
13236 | ㎴ | ㎴ | \0033b4 | 0x33b4 | Picovolt | |
13237 | ㎵ | ㎵ | \0033b5 | 0x33b5 | Nanovolt | |
13238 | ㎶ | ㎶ | \0033b6 | 0x33b6 | Microvolt | |
13239 | ㎷ | ㎷ | \0033b7 | 0x33b7 | Milivolt | |
13240 | ㎸ | ㎸ | \0033b8 | 0x33b8 | Kilovolt | |
13241 | ㎹ | ㎹ | \0033b9 | 0x33b9 | Megavolt | |
13242 | ㎺ | ㎺ | \0033ba | 0x33ba | Picowatt | |
13243 | ㎻ | ㎻ | \0033bb | 0x33bb | Nanowatt | |
13244 | ㎼ | ㎼ | \0033bc | 0x33bc | Microwatt | |
13245 | ㎽ | ㎽ | \0033bd | 0x33bd | Milliwatt | |
13246 | ㎾ | ㎾ | \0033be | 0x33be | Kilowatt | |
13247 | ㎿ | ㎿ | \0033bf | 0x33bf | Megawatt | |
13248 | ㏀ | ㏀ | \0033c0 | 0x33c0 | Kilo Ohm | |
13249 | ㏁ | ㏁ | \0033c1 | 0x33c1 | Mega Ohm | |
13250 | ㏂ | ㏂ | \0033c2 | 0x33c2 | AM | |
13251 | ㏃ | ㏃ | \0033c3 | 0x33c3 | Becquerel | |
13252 | ㏄ | ㏄ | \0033c4 | 0x33c4 | Cubic Centilitre | |
13253 | ㏅ | ㏅ | \0033c5 | 0x33c5 | Candela | |
13254 | ㏆ | ㏆ | \0033c6 | 0x33c6 | Content Kilogram | |
13255 | ㏇ | ㏇ | \0033c7 | 0x33c7 | ||
13256 | ㏈ | ㏈ | \0033c8 | 0x33c8 | Decibel | |
13257 | ㏉ | ㏉ | \0033c9 | 0x33c9 | Gray | |
13258 | ㏊ | ㏊ | \0033ca | 0x33ca | Hectare | |
13259 | ㏋ | ㏋ | \0033cb | 0x33cb | ||
13260 | ㏌ | ㏌ | \0033cc | 0x33cc | ||
13261 | ㏍ | ㏍ | \0033cd | 0x33cd | ||
13262 | ㏎ | ㏎ | \0033ce | 0x33ce | ||
13263 | ㏏ | ㏏ | \0033cf | 0x33cf | ||
13264 | ㏐ | ㏐ | \0033d0 | 0x33d0 | ||
13265 | ㏑ | ㏑ | \0033d1 | 0x33d1 | ||
13266 | ㏒ | ㏒ | \0033d2 | 0x33d2 | ||
13267 | ㏓ | ㏓ | \0033d3 | 0x33d3 | ||
13268 | ㏔ | ㏔ | \0033d4 | 0x33d4 | ||
13269 | ㏕ | ㏕ | \0033d5 | 0x33d5 | ||
13270 | ㏖ | ㏖ | \0033d6 | 0x33d6 | Mol | |
13271 | ㏗ | ㏗ | \0033d7 | 0x33d7 | pH | |
13272 | ㏘ | ㏘ | \0033d8 | 0x33d8 | ||
13273 | ㏙ | ㏙ | \0033d9 | 0x33d9 | Parts Per Million | |
13274 | ㏚ | ㏚ | \0033da | 0x33da | ||
13275 | ㏛ | ㏛ | \0033db | 0x33db | ||
13276 | ㏜ | ㏜ | \0033dc | 0x33dc | ||
13277 | ㏝ | ㏝ | \0033dd | 0x33dd |
If you enjoyed reading this article, or it helped you in some way, all I ask in return is you leave a comment below or share this page with your friends. Thank you.
This post has 34 comment(s). Why not join the discussion!
- TO
On Friday 4th of December 2020, Tom said
Excellent reference. Have you considered adding Typography spaces? non breaking space : or narrow no-break space : (no character reference available) en space : or em space : or 3-per-em space : or   4-per-em space : or   6-per-em space : (no character reference available) figure space : or  ? punctuation space : ?or  ? thin space : ?or hair space : ?or   - EV
On Monday 11th of September 2017, Eve said
Do you know of a character which is a capital O with a backslash through it? Not Ø, but the other way around? Thanks! - S2
On Tuesday 24th of January 2017, steam codes 2017 said
There's definately a lot to know about this topic. I really like all of the points you have made. - KE
On Saturday 17th of December 2016, Ken said
What I do to colour the character is use HTML color font. ❁ You can also add bold to make slightly bigger and brighter. - SM
On Friday 9th of December 2016, Smart Mastering said
Amazing... Thank you Tim, very helpful - JE
On Thursday 10th of November 2016, Jelena said
Thank you!!! Really useful!!! - SS
On Saturday 8th of October 2016, Santosh Shinde said
Great list of symbols, really useful! - PS
On Saturday 24th of September 2016, PunSong said
awesomes thnxx - MA
On Wednesday 22nd of June 2016, Maruata said
▲ ▶ ▼ ◀ - SA
On Tuesday 31st of May 2016, Sam said
Thanks for the symbols. How do I change the color, instead of having it black, i would like it green? Thank you! - MD
On Tuesday 24th of May 2016, Maiken Damsgaard said
Hi - thanks for this ? I need some art symbols - do you know of any? Thanks - HA
On Saturday 16th of April 2016, Haydar said
Please Add these DINGBATS: http://dl.dafont.com/dl/?f=vehicular http://dl.dafont.com/dl/?f=need_for_speed http://dl.dafont.com/dl/?f=ugly_cars http://dl.dafont.com/dl/?f=famous_cars Can you show me how to modify such characters to be insertable in a webage. Thank you in advance. - TH
On Sunday 20th of March 2016, Thomas said
Hello, how to write the characters with keyboard (ALT+ā¦) if I know the HTML code? Thanks a lot!On Thursday 24th of March 2016, Lonewolf Online Post Author replied
Hold down the ALT key and use the numeric keypad to enter the ASCII number. Using the number above the letter doesn't work. When you release the ALT key the character should be shown. Depends on the font being used as to if the symbol is supported though.
- PJ
On Tuesday 23rd of February 2016, Peter James said
Is there a world wide web entity character or monitor character? I've searched and cannot find one! - RZ
On Tuesday 9th of February 2016, Ron Z said
You have "Rightwards arrow with corner downwards" I need the leftwards equivalent, which I don't see. - PA
On Monday 28th of December 2015, Patrick said
Hi thanks for this great reference. Possible correction - for fractions you are listing hex (2155-215E) under the ASCII column instead of the decimal values (8533-8542). Also, not sure where this fits in but in my current OS (Win7 English) the 3-digit extended char set codes below 256 need a leading zero to work properly when using the ALT+ascii entry method (ALT+0160 to ALT+0255). - DP
On Saturday 7th of November 2015, Dusan Patroch said
Thanks for a great list. I need to find a symbol for move cursor to the left, right, up and down. I thought that arrows from this list will make it, unfortunately not, they don“t react like a cursor, they just make the sign of an arrow in a document. Any idea what is the html code for a cursor move? And also what to put in Eclipse when I make a keyboard and I need a key label? I need to fill in this kind of line, the following is an example for "+" symbol: . Many thanks - DA
On Thursday 19th of March 2015, David said
Wonderful list. What is the code for a padlock? - MA
On Monday 9th of March 2015, Matt said
any chance you have the ASCII code for a Pause symbol, like on a CD player or DVD? Pleeeeeeeease - GI
On Saturday 8th of November 2014, Gina said
? = ♩ ? = ♬ ? = Alt+14 (you already knew this one) ? = Alt+13 (you already knew this one too) ? = ♡ ? flat note = ♭ ? natural note = ♮ ? sharp note = ♯ - AV
On Tuesday 23rd of July 2013, Avni said
Thanks :) - OS
On Wednesday 3rd of July 2013, Osvaldo said
WOW, really awesome resource!. Thank you very much!. I sent to my followers in twitter and they liked it. - GU
On Thursday 13th of June 2013, Guest said
Wow! Great post, really useful ascii table.One question, how do I output these in a PHP script generating CSV? I need to output super and sub-sets but when I load the CSV in to excel it just shows a ?Thanks for any help - JO
On Thursday 30th of May 2013, Jon said
In the mathematical section you have an error - the sum character description and unicode are the wrong way around.Apart from that, great article!Thanks for sharing - AO
On Monday 25th of March 2013, Anne Onymous said
Great resource, I was able to get the codes I wanted and more. Thanks! :)