ASCII Table and Miscels
ASCII table according to Windows-1252
ASCII, stands for American Standard Code for Information Interchange. It's a 7-bit character code
where every single bit represents a unique character. On this webpage you will find 8 bits, 256 characters, ASCII table according to
Windows-1252 (code page 1252) which is a superset of ISO 8859-1 in terms of printable characters.
In the range 128 to 159 (hex 80 to 9F), ISO/IEC 8859-1 has invisible control characters, while Windows-1252 has
writable characters. Windows-1252 is probably the most-used 8-bit character encoding in the world.
ASCII control characters (character code 0-31) The first 32 characters in the ASCII-table are unprintable control codes and are used to control peripherals such as printers.
| DEC | OCT | HEX | BIN | Symbol | HTML Number | HTML Name | Description |
|---|---|---|---|---|---|---|---|
| 0 | 000 | 00 | 00000000 | NUL | � | Null character | |
| 1 | 001 | 01 | 00000001 | SOH |  | Start of Heading | |
| 2 | 002 | 02 | 00000010 | STX |  | Start of Text | |
| 3 | 003 | 03 | 00000011 | ETX |  | End of Text | |
| 4 | 004 | 04 | 00000100 | EOT |  | End of Transmission | |
| 5 | 005 | 05 | 00000101 | ENQ |  | Enquiry | |
| 6 | 006 | 06 | 00000110 | ACK |  | Acknowledge | |
| 7 | 007 | 07 | 00000111 | BEL |  | Bell, Alert | |
| 8 | 010 | 08 | 00001000 | BS |  | Backspace | |
| 9 | 011 | 09 | 00001001 | HT | 	 | Horizontal Tab | |
| 10 | 012 | 0A | 00001010 | LF | | Line Feed | |
| 11 | 013 | 0B | 00001011 | VT |  | Vertical Tabulation | |
| 12 | 014 | 0C | 00001100 | FF |  | Form Feed | |
| 13 | 015 | 0D | 00001101 | CR | | Carriage Return | |
| 14 | 016 | 0E | 00001110 | SO |  | Shift Out | |
| 15 | 017 | 0F | 00001111 | SI |  | Shift In | |
| 16 | 020 | 10 | 00010000 | DLE |  | Data Link Escape | |
| 17 | 021 | 11 | 00010001 | DC1 |  | Device Control One (XON) | |
| 18 | 022 | 12 | 00010010 | DC2 |  | Device Control Two | |
| 19 | 023 | 13 | 00010011 | DC3 |  | Device Control Three (XOFF) | |
| 20 | 024 | 14 | 00010100 | DC4 |  | Device Control Four | |
| 21 | 025 | 15 | 00010101 | NAK |  | Negative Acknowledge | |
| 22 | 026 | 16 | 00010110 | SYN |  | Synchronous Idle | |
| 23 | 027 | 17 | 00010111 | ETB |  | End of Transmission Block | |
| 24 | 030 | 18 | 00011000 | CAN |  | Cancel | |
| 25 | 031 | 19 | 00011001 | EM |  | End of medium | |
| 26 | 032 | 1A | 00011010 | SUB |  | Substitute | |
| 27 | 033 | 1B | 00011011 | ESC |  | Escape | |
| 28 | 034 | 1C | 00011100 | FS |  | File Separator | |
| 29 | 035 | 1D | 00011101 | GS |  | Group Separator | |
| 30 | 036 | 1E | 00011110 | RS |  | Record Separator | |
| 31 | 037 | 1F | 00011111 | US |  | Unit Separator |
ASCII printable characters (character code 32-127)
Codes 32-127 are common for all the different variations of the ASCII table, they are called printable characters, represent letters, digits, punctuation marks, and a few miscellaneous symbols. You will find almost every character on your keyboard. Character 127 represents the command DEL.
| DEC | OCT | HEX | BIN | Symbol | HTML Number | HTML Name | Description |
|---|---|---|---|---|---|---|---|
| 32 | 040 | 20 | 00100000 | SP |   | Space | |
| 33 | 041 | 21 | 00100001 | ! | ! | ! | Exclamation mark |
| 34 | 042 | 22 | 00100010 | " | " | " | Double quotes (or speech marks) |
| 35 | 043 | 23 | 00100011 | # | # | # | Number sign |
| 36 | 044 | 24 | 00100100 | $ | $ | $ | Dollar |
| 37 | 045 | 25 | 00100101 | % | % | % | Per cent sign |
| 38 | 046 | 26 | 00100110 | & | & | & | Ampersand |
| 39 | 047 | 27 | 00100111 | ' | ' | ' | Single quote |
| 40 | 050 | 28 | 00101000 | ( | ( | &lparen; | Open parenthesis (or open bracket) |
| 41 | 051 | 29 | 00101001 | ) | ) | &rparen; | Close parenthesis (or close bracket) |
| 42 | 052 | 2A | 00101010 | * | * | * | Asterisk |
| 43 | 053 | 2B | 00101011 | + | + | + | Plus |
| 44 | 054 | 2C | 00101100 | , | , | , | Comma |
| 45 | 055 | 2D | 00101101 | - | - | Hyphen-minus | |
| 46 | 056 | 2E | 00101110 | . | . | . | Period, dot or full stop |
| 47 | 057 | 2F | 00101111 | / | / | / | Slash or divide |
| 48 | 060 | 30 | 00110000 | 0 | 0 | Zero | |
| 49 | 061 | 31 | 00110001 | 1 | 1 | One | |
| 50 | 062 | 32 | 00110010 | 2 | 2 | Two | |
| 51 | 063 | 33 | 00110011 | 3 | 3 | Three | |
| 52 | 064 | 34 | 00110100 | 4 | 4 | Four | |
| 53 | 065 | 35 | 00110101 | 5 | 5 | Five | |
| 54 | 066 | 36 | 00110110 | 6 | 6 | Six | |
| 55 | 067 | 37 | 00110111 | 7 | 7 | Seven | |
| 56 | 070 | 38 | 00111000 | 8 | 8 | Eight | |
| 57 | 071 | 39 | 00111001 | 9 | 9 | Nine | |
| 58 | 072 | 3A | 00111010 | : | : | : | Colon |
| 59 | 073 | 3B | 00111011 | ; | ; | ; | Semicolon |
| 60 | 074 | 3C | 00111100 | < | < | < | Less than (or open angled bracket) |
| 61 | 075 | 3D | 00111101 | = | = | = | Equals |
| 62 | 076 | 3E | 00111110 | > | > | > | Greater than (or close angled bracket) |
| 63 | 077 | 3F | 00111111 | ? | ? | ? | Question mark |
| 64 | 100 | 40 | 01000000 | @ | @ | @ | At sign |
| 65 | 101 | 41 | 01000001 | A | A | Uppercase A | |
| 66 | 102 | 42 | 01000010 | B | B | Uppercase B | |
| 67 | 103 | 43 | 01000011 | C | C | Uppercase C | |
| 68 | 104 | 44 | 01000100 | D | D | Uppercase D | |
| 69 | 105 | 45 | 01000101 | E | E | Uppercase E | |
| 70 | 106 | 46 | 01000110 | F | F | Uppercase F | |
| 71 | 107 | 47 | 01000111 | G | G | Uppercase G | |
| 72 | 110 | 48 | 01001000 | H | H | Uppercase H | |
| 73 | 111 | 49 | 01001001 | I | I | Uppercase I | |
| 74 | 112 | 4A | 01001010 | J | J | Uppercase J | |
| 75 | 113 | 4B | 01001011 | K | K | Uppercase K | |
| 76 | 114 | 4C | 01001100 | L | L | Uppercase L | |
| 77 | 115 | 4D | 01001101 | M | M | Uppercase M | |
| 78 | 116 | 4E | 01001110 | N | N | Uppercase N | |
| 79 | 117 | 4F | 01001111 | O | O | Uppercase O | |
| 80 | 120 | 50 | 01010000 | P | P | Uppercase P | |
| 81 | 121 | 51 | 01010001 | Q | Q | Uppercase Q | |
| 82 | 122 | 52 | 01010010 | R | R | Uppercase R | |
| 83 | 123 | 53 | 01010011 | S | S | Uppercase S | |
| 84 | 124 | 54 | 01010100 | T | T | Uppercase T | |
| 85 | 125 | 55 | 01010101 | U | U | Uppercase U | |
| 86 | 126 | 56 | 01010110 | V | V | Uppercase V | |
| 87 | 127 | 57 | 01010111 | W | W | Uppercase W | |
| 88 | 130 | 58 | 01011000 | X | X | Uppercase X | |
| 89 | 131 | 59 | 01011001 | Y | Y | Uppercase Y | |
| 90 | 132 | 5A | 01011010 | Z | Z | Uppercase Z | |
| 91 | 133 | 5B | 01011011 | [ | [ | [ | Opening bracket |
| 92 | 134 | 5C | 01011100 | \ | \ | \ | Backslash |
| 93 | 135 | 5D | 01011101 | ] | ] | ] | Closing bracket |
| 94 | 136 | 5E | 01011110 | ^ | ^ | ^ | Caret - circumflex |
| 95 | 137 | 5F | 01011111 | _ | _ | _ | Underscore |
| 96 | 140 | 60 | 01100000 | ` | ` | ` | Grave accent |
| 97 | 141 | 61 | 01100001 | a | a | Lowercase a | |
| 98 | 142 | 62 | 01100010 | b | b | Lowercase b | |
| 99 | 143 | 63 | 01100011 | c | c | Lowercase c | |
| 100 | 144 | 64 | 01100100 | d | d | Lowercase d | |
| 101 | 145 | 65 | 01100101 | e | e | Lowercase e | |
| 102 | 146 | 66 | 01100110 | f | f | Lowercase f | |
| 103 | 147 | 67 | 01100111 | g | g | Lowercase g | |
| 104 | 150 | 68 | 01101000 | h | h | Lowercase h | |
| 105 | 151 | 69 | 01101001 | i | i | Lowercase i | |
| 106 | 152 | 6A | 01101010 | j | j | Lowercase j | |
| 107 | 153 | 6B | 01101011 | k | k | Lowercase k | |
| 108 | 154 | 6C | 01101100 | l | l | Lowercase l | |
| 109 | 155 | 6D | 01101101 | m | m | Lowercase m | |
| 110 | 156 | 6E | 01101110 | n | n | Lowercase n | |
| 111 | 157 | 6F | 01101111 | o | o | Lowercase o | |
| 112 | 160 | 70 | 01110000 | p | p | Lowercase p | |
| 113 | 161 | 71 | 01110001 | q | q | Lowercase q | |
| 114 | 162 | 72 | 01110010 | r | r | Lowercase r | |
| 115 | 163 | 73 | 01110011 | s | s | Lowercase s | |
| 116 | 164 | 74 | 01110100 | t | t | Lowercase t | |
| 117 | 165 | 75 | 01110101 | u | u | Lowercase u | |
| 118 | 166 | 76 | 01110110 | v | v | Lowercase v | |
| 119 | 167 | 77 | 01110111 | w | w | Lowercase w | |
| 120 | 170 | 78 | 01111000 | x | x | Lowercase x | |
| 121 | 171 | 79 | 01111001 | y | y | Lowercase y | |
| 122 | 172 | 7A | 01111010 | z | z | Lowercase z | |
| 123 | 173 | 7B | 01111011 | { | { | { | Opening brace |
| 124 | 174 | 7C | 01111100 | | | | | | | Vertical bar |
| 125 | 175 | 7D | 01111101 | } | } | } | Closing brace |
| 126 | 176 | 7E | 01111110 | ~ | ~ | ˜ | Equivalency sign - tilde |
| 127 | 177 | 7F | 01111111 | DEL |  | Delete |
The extended ASCII codes (character code 128-255)
There are several different variations of the 8-bit ASCII table. The table below is according to Windows-1252 (CP-1252) which is a superset of ISO 8859-1, also called ISO Latin-1, in terms of printable characters, but differs from the IANA's ISO-8859-1 by using displayable characters rather than control characters in the 128 to 159 range. Characters that differ from ISO-8859-1 is marked by light blue color.
| DEC | OCT | HEX | BIN | Symbol | HTML Number | HTML Name | Description |
|---|---|---|---|---|---|---|---|
| 128 | 200 | 80 | 10000000 | € | € | € | Euro sign |
| 129 | 201 | 81 | 10000001 | Unused | |||
| 130 | 202 | 82 | 10000010 | ‚ | ‚ | ‚ | Single low-9 quotation mark |
| 131 | 203 | 83 | 10000011 | ƒ | ƒ | ƒ | Latin small letter f with hook |
| 132 | 204 | 84 | 10000100 | „ | „ | „ | Double low-9 quotation mark |
| 133 | 205 | 85 | 10000101 | … | … | … | Horizontal ellipsis |
| 134 | 206 | 86 | 10000110 | † | † | † | Dagger |
| 135 | 207 | 87 | 10000111 | ‡ | ‡ | ‡ | Double dagger |
| 136 | 210 | 88 | 10001000 | ˆ | ˆ | ˆ | Modifier letter circumflex accent |
| 137 | 211 | 89 | 10001001 | ‰ | ‰ | ‰ | Per mille sign |
| 138 | 212 | 8A | 10001010 | Š | Š | Š | Latin capital letter S with caron |
| 139 | 213 | 8B | 10001011 | ‹ | ‹ | ‹ | Single left-pointing angle quotation |
| 140 | 214 | 8C | 10001100 | Œ | Œ | Œ | Latin capital ligature OE |
| 141 | 215 | 8D | 10001101 | Unused | |||
| 142 | 216 | 8E | 10001110 | Ž | Ž | Ž | Latin capital letter Z with caron |
| 143 | 217 | 8F | 10001111 | Unused | |||
| 144 | 220 | 90 | 10010000 | Unused | |||
| 145 | 221 | 91 | 10010001 | ‘ | ‘ | ‘ | Left single quotation mark |
| 146 | 222 | 92 | 10010010 | ’ | ’ | ’ | Right single quotation mark |
| 147 | 223 | 93 | 10010011 | “ | “ | “ | Left double quotation mark |
| 148 | 224 | 94 | 10010100 | ” | ” | ” | Right double quotation mark |
| 149 | 225 | 95 | 10010101 | • | • | • | Bullet |
| 150 | 226 | 96 | 10010110 | – | – | – | En dash |
| 151 | 227 | 97 | 10010111 | — | — | — | Em dash |
| 152 | 230 | 98 | 10011000 | ˜ | ˜ | ˜ | Small tilde |
| 153 | 231 | 99 | 10011001 | ™ | ™ | ™ | Trade mark sign |
| 154 | 232 | 9A | 10011010 | š | š | š | Latin small letter S with caron |
| 155 | 233 | 9B | 10011011 | › | › | › | Single right-pointing angle quotation mark |
| 156 | 234 | 9C | 10011100 | œ | œ | œ | Latin small ligature oe |
| 157 | 235 | 9D | 10011101 | Unused | |||
| 158 | 236 | 9E | 10011110 | ž | ž | ž | Latin small letter z with caron |
| 159 | 237 | 9F | 10011111 | Ÿ | Ÿ | Ÿ | Latin capital letter Y with diaeresis |
| 160 | 240 | A0 | 10100000 | NBSP |   | | Non-breaking space |
| 161 | 241 | A1 | 10100001 | ¡ | ¡ | ¡ | Inverted exclamation mark |
| 162 | 242 | A2 | 10100010 | ¢ | ¢ | ¢ | Cent sign |
| 163 | 243 | A3 | 10100011 | £ | £ | £ | Pound sign |
| 164 | 244 | A4 | 10100100 | ¤ | ¤ | ¤ | Currency sign |
| 165 | 245 | A5 | 10100101 | ¥ | ¥ | ¥ | Yen sign |
| 166 | 246 | A6 | 10100110 | ¦ | ¦ | ¦ | Pipe, broken vertical bar |
| 167 | 247 | A7 | 10100111 | § | § | § | Section sign |
| 168 | 250 | A8 | 10101000 | ¨ | ¨ | ¨ | Spacing diaeresis - umlaut |
| 169 | 251 | A9 | 10101001 | © | © | © | Copyright sign |
| 170 | 252 | AA | 10101010 | ª | ª | ª | Feminine ordinal indicator |
| 171 | 253 | AB | 10101011 | « | « | « | Left double angle quotes |
| 172 | 254 | AC | 10101100 | ¬ | ¬ | ¬ | Negation |
| 173 | 255 | AD | 10101101 | | ­ | ­ | Soft hyphen |
| 174 | 256 | AE | 10101110 | ® | ® | ® | Registered trade mark sign |
| 175 | 257 | AF | 10101111 | ¯ | ¯ | ¯ | Spacing macron - overline |
| 176 | 260 | B0 | 10110000 | ° | ° | ° | Degree sign |
| 177 | 261 | B1 | 10110001 | ± | ± | ± | Plus-or-minus sign |
| 178 | 262 | B2 | 10110010 | ² | ² | ² | Superscript two - squared |
| 179 | 263 | B3 | 10110011 | ³ | ³ | ³ | Superscript three - cubed |
| 180 | 264 | B4 | 10110100 | ´ | ´ | ´ | Acute accent - spacing acute |
| 181 | 265 | B5 | 10110101 | µ | µ | µ | Micro sign |
| 182 | 266 | B6 | 10110110 | ¶ | ¶ | ¶ | Pilcrow sign - paragraph sign |
| 183 | 267 | B7 | 10110111 | · | · | · | Middle dot - Georgian comma |
| 184 | 270 | B8 | 10111000 | ¸ | ¸ | ¸ | Spacing cedilla |
| 185 | 271 | B9 | 10111001 | ¹ | ¹ | ¹ | Superscript one |
| 186 | 272 | BA | 10111010 | º | º | º | Masculine ordinal indicator |
| 187 | 273 | BB | 10111011 | » | » | » | Right double angle quotes |
| 188 | 274 | BC | 10111100 | ¼ | ¼ | ¼ | Fraction one quarter |
| 189 | 275 | BD | 10111101 | ½ | ½ | ½ | Fraction one half |
| 190 | 276 | BE | 10111110 | ¾ | ¾ | ¾ | Fraction three quarters |
| 191 | 277 | BF | 10111111 | ¿ | ¿ | ¿ | Inverted question mark |
| 192 | 300 | C0 | 11000000 | À | À | À | Latin capital letter A with grave |
| 193 | 301 | C1 | 11000001 | Á | Á | Á | Latin capital letter A with acute |
| 194 | 302 | C2 | 11000010 | Â | Â | Â | Latin capital letter A with circumflex |
| 195 | 303 | C3 | 11000011 | Ã | Ã | Ã | Latin capital letter A with tilde |
| 196 | 304 | C4 | 11000100 | Ä | Ä | Ä | Latin capital letter A with diaeresis |
| 197 | 305 | C5 | 11000101 | Å | Å | Å | Latin capital letter A with ring above |
| 198 | 306 | C6 | 11000110 | Æ | Æ | Æ | Latin capital letter AE |
| 199 | 307 | C7 | 11000111 | Ç | Ç | Ç | Latin capital letter C with cedilla |
| 200 | 310 | C8 | 11001000 | È | È | È | Latin capital letter E with grave |
| 201 | 311 | C9 | 11001001 | É | É | É | Latin capital letter E with acute |
| 202 | 312 | CA | 11001010 | Ê | Ê | Ê | Latin capital letter E with circumflex |
| 203 | 313 | CB | 11001011 | Ë | Ë | Ë | Latin capital letter E with diaeresis |
| 204 | 314 | CC | 11001100 | Ì | Ì | Ì | Latin capital letter I with grave |
| 205 | 315 | CD | 11001101 | Í | Í | Í | Latin capital letter I with acute |
| 206 | 316 | CE | 11001110 | Î | Î | Î | Latin capital letter I with circumflex |
| 207 | 317 | CF | 11001111 | Ï | Ï | Ï | Latin capital letter I with diaeresis |
| 208 | 320 | D0 | 11010000 | Ð | Ð | Ð | Latin capital letter ETH |
| 209 | 321 | D1 | 11010001 | Ñ | Ñ | Ñ | Latin capital letter N with tilde |
| 210 | 322 | D2 | 11010010 | Ò | Ò | Ò | Latin capital letter O with grave |
| 211 | 323 | D3 | 11010011 | Ó | Ó | Ó | Latin capital letter O with acute |
| 212 | 324 | D4 | 11010100 | Ô | Ô | Ô | Latin capital letter O with circumflex |
| 213 | 325 | D5 | 11010101 | Õ | Õ | Õ | Latin capital letter O with tilde |
| 214 | 326 | D6 | 11010110 | Ö | Ö | Ö | Latin capital letter O with diaeresis |
| 215 | 327 | D7 | 11010111 | × | × | × | Multiplication sign |
| 216 | 330 | D8 | 11011000 | Ø | Ø | Ø | Latin capital letter O with slash |
| 217 | 331 | D9 | 11011001 | Ù | Ù | Ù | Latin capital letter U with grave |
| 218 | 332 | DA | 11011010 | Ú | Ú | Ú | Latin capital letter U with acute |
| 219 | 333 | DB | 11011011 | Û | Û | Û | Latin capital letter U with circumflex |
| 220 | 334 | DC | 11011100 | Ü | Ü | Ü | Latin capital letter U with diaeresis |
| 221 | 335 | DD | 11011101 | Ý | Ý | Ý | Latin capital letter Y with acute |
| 222 | 336 | DE | 11011110 | Þ | Þ | Þ | Latin capital letter THORN |
| 223 | 337 | DF | 11011111 | ß | ß | ß | Latin small letter sharp s - ess-zed |
| 224 | 340 | E0 | 11100000 | à | à | à | Latin small letter a with grave |
| 225 | 341 | E1 | 11100001 | á | á | á | Latin small letter a with acute |
| 226 | 342 | E2 | 11100010 | â | â | â | Latin small letter a with circumflex |
| 227 | 343 | E3 | 11100011 | ã | ã | ã | Latin small letter a with tilde |
| 228 | 344 | E4 | 11100100 | ä | ä | ä | Latin small letter a with diaeresis |
| 229 | 345 | E5 | 11100101 | å | å | å | Latin small letter a with ring above |
| 230 | 346 | E6 | 11100110 | æ | æ | æ | Latin small letter ae |
| 231 | 347 | E7 | 11100111 | ç | ç | ç | Latin small letter c with cedilla |
| 232 | 350 | E8 | 11101000 | è | è | è | Latin small letter e with grave |
| 233 | 351 | E9 | 11101001 | é | é | é | Latin small letter e with acute |
| 234 | 352 | EA | 11101010 | ê | ê | ê | Latin small letter e with circumflex |
| 235 | 353 | EB | 11101011 | ë | ë | ë | Latin small letter e with diaeresis |
| 236 | 354 | EC | 11101100 | ì | ì | ì | Latin small letter i with grave |
| 237 | 355 | ED | 11101101 | í | í | í | Latin small letter i with acute |
| 238 | 356 | EE | 11101110 | î | î | î | Latin small letter i with circumflex |
| 239 | 357 | EF | 11101111 | ï | ï | ï | Latin small letter i with diaeresis |
| 240 | 360 | F0 | 11110000 | ð | ð | ð | Latin small letter eth |
| 241 | 361 | F1 | 11110001 | ñ | ñ | ñ | Latin small letter n with tilde |
| 242 | 362 | F2 | 11110010 | ò | ò | ò | Latin small letter o with grave |
| 243 | 363 | F3 | 11110011 | ó | ó | ó | Latin small letter o with acute |
| 244 | 364 | F4 | 11110100 | ô | ô | ô | Latin small letter o with circumflex |
| 245 | 365 | F5 | 11110101 | õ | õ | õ | Latin small letter o with tilde |
| 246 | 366 | F6 | 11110110 | ö | ö | ö | Latin small letter o with diaeresis |
| 247 | 367 | F7 | 11110111 | ÷ | ÷ | ÷ | Division sign |
| 248 | 370 | F8 | 11111000 | ø | ø | ø | Latin small letter o with slash |
| 249 | 371 | F9 | 11111001 | ù | ù | ù | Latin small letter u with grave |
| 250 | 372 | FA | 11111010 | ú | ú | ú | Latin small letter u with acute |
| 251 | 373 | FB | 11111011 | û | û | û | Latin small letter u with circumflex |
| 252 | 374 | FC | 11111100 | ü | ü | ü | Latin small letter u with diaeresis |
| 253 | 375 | FD | 11111101 | ý | ý | ý | Latin small letter y with acute |
| 254 | 376 | FE | 11111110 | þ | þ | þ | Latin small letter thorn |
| 255 | 377 | FF | 11111111 | ÿ | ÿ | ÿ | Latin small letter y with diaeresis |
Currency
| Symbol | HTML-code | CSS Code | Unicode | Entity | Name |
|---|---|---|---|---|---|
| $ | $ | \0024 | U+0024 | $ | Dollar Sign |
| ¢ | ¢ | \00A2 | U+00A2 | ¢ | Cent Sign |
| £ | £ | \00A3 | U+00A3 | £ | Pound Sign |
| ¤ | ¤ | \00A4 | U+00A4 | ¤ | Currency Sign |
| ¥ | ¥ | \00A5 | U+00A5 | ¥ | Yen Sign |
Miscellaneous Symbols
| Symbol | HTML-code | CSS Code | Unicode | Entity | Name |
|---|---|---|---|---|---|
| © | © | \00A9 | U+00A9 | © | Copyright |
| ® | ® | \00AE | U+00AE | ® | Registered |
| ™ | ™ | \2122 | U+2122 | ™ | Trade Mark |
| @ | @ | \0040 | U+0040 | @ | Commercial At |
| ℂ | ℂ | \2102 | U+2102 | ℂ | Double-Struck Capital C |
| ℅ | ℅ | \2105 | U+2105 | ℅ | Care Of |
| ℊ | ℊ | \210A | U+210A | ℊ | Script Small G |
| ℋ | ℋ | \210B | U+210B | ℋ | Script Capital H |
| ℌ | ℌ | \210C | U+210C | ℌ | Black-Letter Capital H |
| ℍ | ℍ | \210D | U+210D | ℍ | Double-Struck Capital H |
| ℎ | ℎ | \210E | U+210E | ℎ | Planck Constant |
| ℏ | ℏ | \210F | U+210F | ℏ | Planck Constant Over Two Pi |
| ℐ | ℐ | \2110 | U+2110 | ℐ | Script Capital I |
| ℑ | ℑ | \2111 | U+2111 | ℑ | Black-Letter Capital I |
| ℒ | ℒ | \2112 | U+2112 | ℒ | Script Capital L |
| ℓ | ℓ | \2113 | U+2113 | ℓ | Script Small L |
| ℕ | ℕ | \2115 | U+2115 | ℕ | Double-Struck Capital N |
| № | № | \2116 | U+2116 | № | Numero Sign |
| ℗ | ℗ | \2117 | U+2117 | ℗ | Sound Recording Copyright |
| ℘ | ℘ | \2118 | U+2118 | ℘ | Script Capital P |
| ℙ | ℙ | \2119 | U+2119 | ℙ | Double-Struck Capital P |
| ℚ | ℚ | \211A | U+211A | ℚ | Double-Struck Capital Q |
| ℛ | ℛ | \211B | U+211B | ℛ | Script Capital R |
| ℜ | ℜ | \211C | U+211C | ℜ | Black-Letter Capital R |
| ℝ | ℝ | \211D | U+211D | ℝ | Double-Struck Capital R |
| ℞ | ℞ | \211E | U+211E | ℞ | Prescription Take |
| ℤ | ℤ | \2124 | U+2124 | ℤ | Double-Struck Capital Z |
| ℧ | ℧ | \2127 | U+2127 | ℧ | Inverted Ohm Sign |
| ℨ | ℨ | \2128 | U+2128 | ℨ | Black-Letter Capital Z |
| ℩ | ℩ | \2129 | U+2129 | ℩ | Turned Greek Small Letter Iota |
| ℬ | ℬ | \212C | U+212C | ℬ | Script Capital B |
| ℭ | ℭ | \212D | U+212D | ℭ | Black-Letter Capital C |
| ℯ | ℯ | \212F | U+212F | ℯ | Script Small E |
| ℰ | ℰ | \2130 | U+2130 | ℰ | Script Capital E |
| ℱ | ℱ | \2131 | U+2131 | ℱ | Script Capital F |
| ℳ | ℳ | \2133 | U+2133 | ℳ | Script Capital M |
| ℴ | ℴ | \2134 | U+2134 | ℴ | Script Small O |
| ℵ | ℵ | \2135 | U+2135 | ℵ | Alef Symbol |
| ℶ | ℶ | \2136 | U+2136 | ℶ | Bet Symbol |
| ℷ | ℷ | \2137 | U+2137 | ℷ | Gimel Symbol |
| ℸ | ℸ | \2138 | U+2138 | ℸ | Dalet Symbol |
| ⅅ | ⅅ | \2145 | U+2145 | ⅅ | Double-Struck Italic Capital D |
| ⅆ | ⅆ | \2146 | U+2146 | ⅆ | Double-Struck Italic Small D |
| ⅇ | ⅇ | \2147 | U+2147 | ⅇ | Double-Struck Italic Small E |
| ⅈ | ⅈ | \2148 | U+2148 | ⅈ | Double-Struck Italic Small I |
| ★ | ★ | \2605 | U+2605 | ★ | Black Star |
| ☆ | ☆ | \2606 | U+2606 | ☆ | White Star |
| ☎ | ☎ | \260E | U+260E | ☎ | Telephone |
| ♀ | ♀ | \2640 | U+2640 | ♀ | Female Sign |
| ♂ | ♂ | \2642 | U+2642 | ♂ | Male Sign |
| ♠ | ♠ | \2660 | U+2660 | ♠ | Spade Suit |
| ♣ | ♣ | \2663 | U+2663 | ♣ | Club Suit |
| ♥ | ♥ | \2665 | U+2665 | ♥ | Heart Suit |
| ♦ | ♦ | \2666 | U+2666 | ♦ | Diamond Suit |
| ◊ | ◊ | \25CA | U+25CA | ◊ | Lozenge |
| ♪ | ♪ | \266A | U+266A | ♪ | Eighth Note |
| ♭ | ♭ | \266D | U+266D | ♭ | Music Flat Sign |
| ♮ | ♮ | \266E | U+266E | ♮ | Music Natural Sign |
| ♯ | ♯ | \266F | U+266F | ♯ | Music Sharp Sign |
| ✓ | ✓ | \2713 | U+2713 | ✓ | Check Mark |
| ✗ | ✗ | \2717 | U+2717 | ✗ | Ballot X |
| ✠ | ✠ | \2720 | U+2720 | ✠ | Maltese Cross |
| ✶ | ✶ | \2736 | U+2736 | ✶ | Six Pointed Black Star |
| ❘ | ❘ | \2758 | U+2758 | ❘ | Light Vertical Bar |
| ❲ | ❲ | \2772 | U+2772 | ❲ | Light Left Tortoise Shell Bracket Ornament |
| ❳ | ❳ | \2773 | U+2773 | ❳ | Light Right Tortoise Shell Bracket Ornament |
Punctuation Symbols
| Symbol | HTML-code | CSS Code | Unicode | Entity | Name |
|---|---|---|---|---|---|
| ! | ! | \0021 | U+0021 | ! | Exclamation Mark |
| # | # | \0023 | U+0023 | # | Number Sign |
| % | % | \0025 | U+0025 | % | Percent Sign |
| & | & | \0026 | U+0026 | & | Ampersand |
| ( | ( | \0028 | U+0028 | ( | Left Parenthesis |
| ) | ) | \0029 | U+0029 | ) | Right Parenthesis |
| * | * | \002A | U+002A | * | Asterisk |
| , | , | \002C | U+002C | , | Comma |
| . | . | \002E | U+002E | . | Full Stop |
| / | / | \002F | U+002F | / | Solidus |
| : | : | \003A | U+003A | : | Colon |
| ; | ; | \003B | U+003B | ; | Semicolon |
| ? | ? | \003F | U+003F | ? | Question Mark |
| [ | [ | \005B | U+005B | [ | Left Square Bracket |
| \ | \ | \005C | U+005C | \ | Reverse Solidus |
| ] | ] | \005D | U+005D | ] | Right Square Bracket |
| ^ | ^ | \005E | U+005E | ^ | Circumflex Accent |
| _ | _ | \005F | U+005F | _ | Low Line |
| ` | ` | \0060 | U+0060 | ` | Grave Accent |
| { | { | \007B | U+007B | { | Left Curly Bracket |
| | | | | \007C | U+007C | | | Vertical Line |
| } | } | \007D | U+007D | } | Right Curly Bracket |
| ~ | ~ | \007E | U+007E | ˜ | Tilde |
| ˆ | ˆ | \02C6 | U+02C6 | ˆ | Modifier Letter Circumflex Accent |
| a b |   | \00A0 | U+00A0 | | No-Break Space |
| a b |   | \2002 | U+2002 |   | En Space |
| a b |   | \2003 | U+2003 |   | Em Space |
| a b |   | \2009 | U+2009 |   | Thin Space |
| ab | ‌ | \200C | U+200C | ‌ | Zero Width Non-Joiner |
| ab | ‍ | \200D | U+200D | ‍ | Zero Width Joiner |
Codepoint Character Name U+0020 / Space U+00A0 / No-Break Space U+1680 / Ogham Space Mark U+2000 / En Quad U+2001 / Em Quad U+2002 / En Space U+2003 / Em Space U+2004 / Three-Per-Em Space U+2005 / Four-Per-Em Space U+2006 / Six-Per-Em Space U+2007 / Figure Space U+2008 / Punctuation Space U+2009 / Thin Space U+200A / Hair Space U+202F / Narrow No-Break Space U+205F / Medium Mathematical Space U+3000 / Ideographic Space
| | ‎ | \200E | U+200E | ‎ | Left-To-Right Mark (a control character) |
|---|---|---|---|---|---|
| | ‏ | \200F | U+200F | ‏ | Right-To-Left Mark (a control character) |
| ¡ | ¡ | \00A1 | U+00A1 | ¡ | Inverted Exclamation Mark |
| ¦ | ¦ | \00A6 | U+00A6 | ¦ | Broken Bar |
| § | § | \00A7 | U+00A7 | § | Section Sign |
| ¨ | ¨ | \00A8 | U+00A8 | ¨ | Diaeresis |
| ª | ª | \00AA | U+00AA | ª | Feminine Ordinal Indicator |
| ¬ | ¬ | \00AC | U+00AC | ¬ | Not Sign |
| | ­ | \00AD | U+00AD | ­ | Soft Hyphen |
| ¯ | ¯ | \00AF | U+00AF | ¯ | Macron |
| ² | ² | \00B2 | U+00B2 | ² | Superscript Two |
| ³ | ³ | \00B3 | U+00B3 | ³ | Superscript Three |
| ´ | ´ | \00B4 | U+00B4 | ´ | Acute Accent |
| µ | µ | \00B5 | U+00B5 | µ | Micro Sign |
| ¶ | ¶ | \00B6 | U+00B6 | ¶ | Pilcrow Sign |
| · | · | \00B7 | U+00B7 | · | Middle Dot |
| ¸ | ¸ | \00B8 | U+00B8 | ¸ | Cedilla |
| ¹ | ¹ | \00B9 | U+00B9 | ¹ | Superscript One |
| º | º | \00BA | U+00BA | º | Masculine Ordinal Indicator |
| ¿ | ¿ | \00BF | U+00BF | ¿ | Inverted Question Mark |
| ‐ | ‐ | \2010 | U+2010 | ‐ | Hyphen |
| – | – | \2013 | U+2013 | – | En Dash |
| — | — | \2014 | U+2014 | — | Em Dash |
| ― | ― | \2015 | U+2015 | ― | Horizontal Bar |
| ‖ | ‖ | \2016 | U+2016 | ‖ | Double Vertical Line |
| † | † | \2020 | U+2020 | † | Dagger |
| ‡ | ‡ | \2021 | U+2021 | ‡ | Double Dagger |
| • | • | \2022 | U+2022 | • | Bullet |
| ‥ | ‥ | \2025 | U+2025 | ‥ | Two Dot Leader |
| … | … | \2026 | U+2026 | … | Horizontal Ellipsis |
| ‰ | ‰ | \2030 | U+2030 | &; | Per Mille Sign |
| ‱ | ‱ | \2031 | U+2031 | ‱ | Per Ten Thousand Sign |
| ′ | ′ | \2032 | U+2032 | ′ | Prime |
| ″ | ″ | \2033 | U+2033 | ″ | Double Prime |
| ‴ | ‴ | \2034 | U+2034 | ‴ | Triple Prime |
| ‵ | ‵ | \2035 | U+2035 | ‵ | Reversed Prime |
| ‾ | ‾ | \203E | U+203E | ‾ | Overline |
| ⁁ | ⁁ | \2041 | U+2041 | ⁁ | Caret Insertion Point |
| ⁃ | ⁃ | \2043 | U+2043 | ⁃ | Hyphen Bullet |
| ⁄ | ⁄ | \2044 | U+2044 | ⁄ | Fraction Slash |
| ⁏ | ⁏ | \204F | U+204F | ⁏ | Reversed Semicolon |
| ⁗ | ⁗ | \2057 | U+2057 | ⁗ | Quadruple Prime |
Quotation Marks
| Symbol | HTML-code | CSS Code | Unicode | Entity | Name |
|---|---|---|---|---|---|
| " | " | \0022 | U+0022 | " | Quotation Mark |
| ' | ' | \0027 | U+0027 | ' | Apostrophe |
| « | « | \00AB | U+00AB | « | Left-Pointing Double Angle Quotation Mark |
| » | » | \00BB | U+00BB | » | Right-Pointing Double Angle Quotation Mark |
| ‘ | ‘ | \2018 | U+2018 | ‘ | Left Single Quotation Mark |
| ’ | ’ | \2019 | U+2019 | ’ | Right Single Quotation Mark |
| ‚ | ‚ | \201A | U+201A | ‚ | Single Low-9 Quotation Mark |
| “ | “ | \201C | U+201C | “ | Left Double Quotation Mark |
| ” | ” | \201D | U+201D | ” | Right Double Quotation Mark |
| „ | „ | \201E | U+201E | „ | Double Low-9 Quotation Mark |
| ‹ | ‹ | \2039 | U+2039 | ‹ | Single Left-Pointing Angle Quotation Mark |
| › | › | \203A | U+203A | › | Single Right-Pointing Angle Quotation Mark |
Fractions
| Symbol | HTML-code | CSS Code | Unicode | Entity | Name |
|---|---|---|---|---|---|
| ¼ | ¼ | \00BC | U+00BC | ¼ | Vulgar Fraction One Quarter |
| ½ | ½ | \00BD | U+00BD | ½ | Vulgar Fraction One Half |
| ¾ | ¾ | \00BE | U+00BE | ¾ | Vulgar Fraction Three Quarters |
| ⅓ | ⅓ | \2153 | U+2153 | ⅓ | Vulgar Fraction One Third |
| ⅔ | ⅔ | \2154 | U+2154 | ⅔ | Vulgar Fraction Two Thirds |
| ⅕ | ⅕ | \2155 | U+2155 | ⅕ | Vulgar Fraction One Fifth |
| ⅖ | ⅖ | \2156 | U+2156 | ⅖ | Vulgar Fraction Two Fifths |
| ⅗ | ⅗ | \2157 | U+2157 | ⅗ | Vulgar Fraction Three Fifths |
| ⅘ | ⅘ | \2158 | U+2158 | ⅘ | Vulgar Fraction Four Fifths |
| ⅙ | ⅙ | \2159 | U+2159 | ⅙ | Vulgar Fraction One Sixth |
| ⅚ | ⅚ | \215A | U+215A | ⅚ | Vulgar Fraction Five Sixths |
| ⅛ | ⅛ | \215B | U+215B | ⅛ | Vulgar Fraction One Eighth |
| ⅜ | ⅜ | \215C | U+215C | ⅜ | Vulgar Fraction Three Eighths |
| ⅝ | ⅝ | \215D | U+215D | ⅝ | Vulgar Fraction Five Eighths |
| ⅞ | ⅞ | \215E | U+215E | ⅞ | Vulgar Fraction Seven Eighths |
Math Symbols
| Symbol | HTML-code | CSS Code | Unicode | Entity | Name |
|---|---|---|---|---|---|
| + | + | \002B | U+002B | + | Plus Sign |
| − | − | \2212 | U+2212 | − | Minus Sign |
| × | × | \00D7 | U+00D7 | × | Multiplication Sign |
| ÷ | ÷ | \00F7 | U+00F7 | ÷ | Division Sign |
| = | = | \003D | U+003D | = | Equals Sign |
| ≠ | ≠ | \2260 | U+2260 | ≠ | Not Equal To |
| ± | ± | \00B1 | U+00B1 | ± | Plus minus symbol |
| ¬ | ¬ | \00AC | U+00AC | ¬ | Not Sign |
| < | < | \003C | U+003C | < | Less-Than Sign |
| > | > | \003E | U+003E | > | Greater-Than Sign |
| ° | ° | \00B0 | U+00B0 | ° | Degree Sign |
| ¹ | ¹ | \00B9 | U+00B9 | ¹ | Superscript One |
| ² | ² | \00B2 | U+00B2 | ² | Superscript Two |
| ³ | ³ | \00B3 | U+00B3 | ³ | Superscript Three |
| ƒ | ƒ | \0192 | U+0192 | ƒ | Latin Small Letter F with Hook |
| % | % | \0025 | U+0025 | % | Percent Sign |
| | ‰ | \0089 | U+0089 | ‰ | Character Tabulation with Justification |
| ‱ | ‱ | \2031 | U+2031 | ‱ | Per Ten Thousand Sign |
| ∀ | ∀ | \2200 | U+2200 | ∀ | For All |
| ∁ | ∁ | \2201 | U+2201 | ∁ | Complement |
| ∂ | ∂ | \2202 | U+2202 | ∂ | Partial Differential |
| ∃ | ∃ | \2203 | U+2203 | ∃ | There Exists |
| ∄ | ∄ | \2204 | U+2204 | ∄ | There Does Not Exist |
| ∅ | ∅ | \2205 | U+2205 | ∅ | Empty Set |
| ∇ | ∇ | \2207 | U+2207 | ∇ | Nabla |
| ∈ | ∈ | \2208 | U+2208 | ∈ | Element Of |
| ∉ | ∉ | \2209 | U+2209 | ∉ | Not an Element Of |
| ∋ | ∋ | \220B | U+220B | ∋ | Contains As Member |
| ∌ | ∌ | \220C | U+220C | ∌ | Does Not Contain As Member |
| ∏ | ∏ | \220F | U+220F | ∏ | N-Ary Product |
| ∐ | ∐ | \2210 | U+2210 | ∐ | N-Ary Coproduct |
| ∑ | ∑ | \2211 | U+2211 | ∑ | N-Ary Summation |
| ∓ | ∓ | \2213 | U+2213 | ∓ | Minus-or-Plus Sign |
| ∔ | ∔ | \2214 | U+2214 | ∔ | Dot Plus |
| ∖ | ∖ | \2216 | U+2216 | ∖ | Set Minus |
| ∗ | ∗ | \2217 | U+2217 | ∗ | Asterisk Operator |
| ∘ | ∘ | \2218 | U+2218 | ∘ | Ring Operator |
| √ | √ | \221A | U+221A | √ | Square Root |
| ∝ | ∝ | \221D | U+221D | ∝ | Proportional To |
| ∞ | ∞ | \221E | U+221E | ∞ | Infinity |
| ∟ | ∟ | \221F | U+221F | ∟ | Right Angle |
| ∠ | ∠ | \2220 | U+2220 | ∠ | Angle |
| ∡ | ∡ | \2221 | U+2221 | ∡ | Measured Angle |
| ∢ | ∢ | \2222 | U+2222 | ∢ | Spherical Angle |
| ∣ | ∣ | \2223 | U+2223 | ∣ | Divides |
| ∤ | ∤ | \2224 | U+2224 | ∤ | Does Not Divide |
| ∥ | ∥ | \2225 | U+2225 | ∥ | Parallel To |
| ∦ | ∦ | \2226 | U+2226 | ∦ | Not Parallel To |
| ∧ | ∧ | \2227 | U+2227 | ∧ | Logical And |
| ∨ | ∨ | \2228 | U+2228 | ∨ | Logical Or |
| ∩ | ∩ | \2229 | U+2229 | ∩ | Intersection |
| ∪ | ∪ | \222A | U+222A | ∪ | Union |
| ∫ | ∫ | \222B | U+222B | ∫ | Integral |
| ∬ | ∬ | \222C | U+222C | ∬ | Double Integral |
| ∭ | ∭ | \222D | U+222D | ∭ | Triple Integral |
| ∮ | ∮ | \222E | U+222E | ∮ | Contour Integral |
| ∯ | ∯ | \222F | U+222F | ∯ | Surface Integral |
| ∰ | ∰ | \2230 | U+2230 | ∰ | Volume Integral |
| ∱ | ∱ | \2231 | U+2231 | ∱ | Clockwise Integral |
| ∲ | ∲ | \2232 | U+2232 | ∲ | Clockwise Contour Integral |
| ∳ | ∳ | \2233 | U+2233 | ∳ | Anticlockwise Contour Integral |
| ∴ | ∴ | \2234 | U+2234 | ∴ | Therefore |
| ∵ | ∵ | \2235 | U+2235 | ∵ | Because |
| ∶ | ∶ | \2236 | U+2236 | ∶ | Ratio |
| ∷ | ∷ | \2237 | U+2237 | ∷ | Proportion |
| ∸ | ∸ | \2238 | U+2238 | ∸ | Dot Minus |
| ∺ | ∺ | \223A | U+223A | ∺ | Geometric Proportion |
| ∻ | ∻ | \223B | U+223B | ∻ | Homothetic |
| ∼ | ∼ | \223C | U+223C | ∼ | Tilde Operator |
| ∽ | ∽ | \223D | U+223D | ∽ | Reversed Tilde |
| ∾ | ∾ | \223E | U+223E | ∾ | Inverted Lazy S |
| ∿ | ∿ | \223F | U+223F | ∿ | Sine Wave |
| ≀ | ≀ | \2240 | U+2240 | ≀ | Wreath Product |
| ≁ | ≁ | \2241 | U+2241 | ≁ | Not Tilde |
| ≂ | ≂ | \2242 | U+2242 | ≂ | Minus Tilde |
| ≃ | ≃ | \2243 | U+2243 | ≃ | Asymptotically Equal To |
| ≄ | ≄ | \2244 | U+2244 | ≄ | Not Asymptotically Equal To |
| ≅ | ≅ | \2245 | U+2245 | ≅ | Approximately Equal To |
| ≆ | ≆ | \2246 | U+2246 | ≆ | Approximately But Not Actually Equal To |
| ≇ | ≇ | \2247 | U+2247 | ≇ | Neither Approximately nor Actually Equal To |
| ≈ | ≈ | \2248 | U+2248 | ≈ | Almost Equal To |
| ≉ | ≉ | \2249 | U+2249 | ≉ | Not Almost Equal To |
| ≊ | ≊ | \224A | U+224A | ≊ | Almost Equal or Equal To |
| ≋ | ≋ | \224B | U+224B | ≋ | Triple Tilde |
| ≌ | ≌ | \224C | U+224C | ≌ | All Equal To |
| ≍ | ≍ | \224D | U+224D | ≍ | Equivalent To |
| ≎ | ≎ | \224E | U+224E | ≎ | Geometrically Equivalent To |
| ≏ | ≏ | \224F | U+224F | ≏ | Difference Between |
| ≐ | ≐ | \2250 | U+2250 | ≐ | Approaches the Limit |
| ≑ | ≑ | \2251 | U+2251 | ≑ | Geometrically Equal To |
| ≒ | ≒ | \2252 | U+2252 | ≒ | Approximately Equal To or the Image Of |
| ≓ | ≓ | \2253 | U+2253 | ≓ | Image of or Approximately Equal To |
| ≔ | ≔ | \2254 | U+2254 | ≔ | Colon Equals |
| ≕ | ≕ | \2255 | U+2255 | ≕ | Equals Colon |
| ≖ | ≖ | \2256 | U+2256 | ≖ | Ring In Equal To |
| ≗ | ≗ | \2257 | U+2257 | ≗ | Ring Equal To |
| ≙ | ≙ | \2259 | U+2259 | ≙ | Estimates |
| ≚ | ≚ | \225A | U+225A | ≚ | Equiangular To |
| ≜ | ≜ | \225C | U+225C | ≜ | Delta Equal To |
| ≟ | ≟ | \225F | U+225F | ≟ | Questioned Equal To |
| ≡ | ≡ | \2261 | U+2261 | ≡ | Identical To |
| ≢ | ≢ | \2262 | U+2262 | ≢ | Not Identical To |
| ≤ | ≤ | \2264 | U+2264 | ≤ | Less-Than or Equal To |
| ≥ | ≥ | \2265 | U+2265 | ≥ | Greater-Than or Equal To |
| ≦ | ≦ | \2266 | U+2266 | ≦ | Less-Than Over Equal To |
| ≧ | ≧ | \2267 | U+2267 | ≧ | Greater-Than Over Equal To |
| ≨ | ≨ | \2268 | U+2268 | ≨ | Less-Than But Not Equal To |
| ≩ | ≩ | \2269 | U+2269 | ≩ | Greater-Than But Not Equal To |
| ≪ | ≪ | \226A | U+226A | ≪ | Much Less-Than |
| ≫ | ≫ | \226B | U+226B | ≫ | Much Greater-Than |
| ≬ | ≬ | \226C | U+226C | ≬ | Between |
| ≭ | ≭ | \226D | U+226D | ≭ | Not Equivalent To |
| ≮ | ≮ | \226E | U+226E | ≮ | Not Less-Than |
| ≯ | ≯ | \226F | U+226F | ≯ | Not Greater-Than |
| ≰ | ≰ | \2270 | U+2270 | ≰ | Neither Less-Than nor Equal To |
| ≱ | ≱ | \2271 | U+2271 | ≱ | Neither Greater-Than nor Equal To |
| ≲ | ≲ | \2272 | U+2272 | ≲ | Less-Than or Equivalent To |
| ≳ | ≳ | \2273 | U+2273 | ≳ | Greater-Than or Equivalent To |
| ≴ | ≴ | \2274 | U+2274 | ≴ | Neither Less-Than nor Equivalent To |
| ≵ | ≵ | \2275 | U+2275 | ≵ | Neither Greater-Than nor Equivalent To |
| ≶ | ≶ | \2276 | U+2276 | ≶ | Less-Than or Greater-Than |
| ≷ | ≷ | \2277 | U+2277 | ≷ | Greater-Than or Less-Than |
| ≸ | ≸ | \2278 | U+2278 | ≸ | Neither Less-Than nor Greater-Than |
| ≹ | ≹ | \2279 | U+2279 | ≹ | Neither Greater-Than nor Less-Than |
| ≺ | ≺ | \227A | U+227A | ≺ | Precedes |
| ≻ | ≻ | \227B | U+227B | ≻ | Succeeds |
| ≼ | ≼ | \227C | U+227C | ≼ | Precedes or Equal To |
| ≽ | ≽ | \227D | U+227D | ≽ | Succeeds or Equal To |
| ≾ | ≾ | \227E | U+227E | ≾ | Precedes or Equivalent To |
| ≿ | ≿ | \227F | U+227F | ≿ | Succeeds or Equivalent To |
| ⊀ | ⊀ | \2280 | U+2280 | ⊀ | Does Not Precede |
| ⊁ | ⊁ | \2281 | U+2281 | ⊁ | Does Not Succeed |
| ⊂ | ⊂ | \2282 | U+2282 | ⊂ | Subset Of |
| ⊃ | ⊃ | \2283 | U+2283 | ⊃ | Superset Of |
| ⊄ | ⊄ | \2284 | U+2284 | ⊄ | Not a Subset Of |
| ⊅ | ⊅ | \2285 | U+2285 | ⊅ | Not a Superset Of |
| ⊆ | ⊆ | \2286 | U+2286 | ⊆ | Subset of or Equal To |
| ⊇ | ⊇ | \2287 | U+2287 | ⊇ | Superset of or Equal To |
| ⊈ | ⊈ | \2288 | U+2288 | ⊈ | Neither a Subset of nor Equal To |
| ⊉ | ⊉ | \2289 | U+2289 | ⊉ | Neither a Superset of nor Equal To |
| ⊊ | ⊊ | \228A | U+228A | ⊊ | Subset of with Not Equal To |
| ⊋ | ⊋ | \228B | U+228B | ⊋ | Superset of with Not Equal To |
| ⊍ | ⊍ | \228D | U+228D | ⊍ | Multiset Multiplication |
| ⊎ | ⊎ | \228E | U+228E | ⊎ | Multiset Union |
| ⊏ | ⊏ | \228F | U+228F | ⊏ | Square Image Of |
| ⊐ | ⊐ | \2290 | U+2290 | ⊐ | Square Original Of |
| ⊑ | ⊑ | \2291 | U+2291 | ⊑ | Square Image of or Equal To |
| ⊒ | ⊒ | \2292 | U+2292 | ⊒ | Square Original of or Equal To |
| ⊓ | ⊓ | \2293 | U+2293 | ⊓ | Square Cap |
| ⊔ | ⊔ | \2294 | U+2294 | ⊔ | Square Cup |
| ⊕ | ⊕ | \2295 | U+2295 | ⊕ | Circled Plus |
| ⊖ | ⊖ | \2296 | U+2296 | ⊖ | Circled Minus |
| ⊗ | ⊗ | \2297 | U+2297 | ⊗ | Circled Times |
| ⊘ | ⊘ | \2298 | U+2298 | ⊘ | Circled Division Slash |
| ⊙ | ⊙ | \2299 | U+2299 | ⊙ | Circled Dot Operator |
| ⊚ | ⊚ | \229A | U+229A | ⊚ | Circled Ring Operator |
| ⊛ | ⊛ | \229B | U+229B | ⊛ | Circled Asterisk Operator |
| ⊝ | ⊝ | \229D | U+229D | ⊝ | Circled Dash |
| ⊞ | ⊞ | \229E | U+229E | ⊞ | Squared Plus |
| ⊟ | ⊟ | \229F | U+229F | ⊟ | Squared Minus |
| ⊠ | ⊠ | \22A0 | U+22A0 | ⊠ | Squared Times |
| ⊡ | ⊡ | \22A1 | U+22A1 | ⊡ | Squared Dot Operator |
| ⊢ | ⊢ | \22A2 | U+22A2 | ⊢ | Right Tack |
| ⊣ | ⊣ | \22A3 | U+22A3 | ⊣ | Left Tack |
| ⊤ | ⊤ | \22A4 | U+22A4 | ⊤ | Down Tack |
| ⊥ | ⊥ | \22A5 | U+22A5 | ⊥ | Up Tack |
| ⊧ | ⊧ | \22A7 | U+22A7 | ⊧ | Models |
| ⊨ | ⊨ | \22A8 | U+22A8 | ⊨ | True |
| ⊩ | ⊩ | \22A9 | U+22A9 | ⊩ | Forces |
| ⊪ | ⊪ | \22AA | U+22AA | ⊪ | Triple Vertical Bar Right Turnstile |
| ⊫ | ⊫ | \22AB | U+22AB | ⊫ | Double Vertical Bar Double Right Turnstile |
| ⊬ | ⊬ | \22AC | U+22AC | ⊬ | Does Not Prove |
| ⊭ | ⊭ | \22AD | U+22AD | ⊭ | Not True |
| ⊮ | ⊮ | \22AE | U+22AE | ⊮ | Does Not Force |
| ⊯ | ⊯ | \22AF | U+22AF | ⊯ | Negated Double Vertical Bar Double Right Turnstile |
| ⊰ | ⊰ | \22B0 | U+22B0 | ⊰ | Precedes Under Relation |
| ⊲ | ⊲ | \22B2 | U+22B2 | ⊲ | Normal Subgroup Of |
| ⊳ | ⊳ | \22B3 | U+22B3 | ⊳ | Contains As Normal Subgroup |
| ⊴ | ⊴ | \22B4 | U+22B4 | ⊴ | Normal Subgroup of or Equal To |
| ⊵ | ⊵ | \22B5 | U+22B5 | ⊵ | Contains As Normal Subgroup or Equal To |
| ⊶ | ⊶ | \22B6 | U+22B6 | ⊶ | Original Of |
| ⊷ | ⊷ | \22B7 | U+22B7 | ⊷ | Image Of |
| ⊸ | ⊸ | \22B8 | U+22B8 | ⊸ | Multimap |
| ⊹ | ⊹ | \22B9 | U+22B9 | ⊹ | Hermitian Conjugate Matrix |
| ⊺ | ⊺ | \22BA | U+22BA | ⊺ | Intercalate |
| ⊻ | ⊻ | \22BB | U+22BB | ⊻ | Xor |
| ⊽ | ⊽ | \22BD | U+22BD | ⊽ | Nor |
| ⊾ | ⊾ | \22BE | U+22BE | ⊾ | Right Angle with Arc |
| ⊿ | ⊿ | \22BF | U+22BF | ⊿ | Right Triangle |
| ⋀ | ⋀ | \22C0 | U+22C0 | ⋀ | N-Ary Logical And |
| ⋁ | ⋁ | \22C1 | U+22C1 | ⋁ | N-Ary Logical Or |
| ⋂ | ⋂ | \22C2 | U+22C2 | ⋂ | N-Ary Intersection |
| ⋃ | ⋃ | \22C3 | U+22C3 | ⋃ | N-Ary Union |
| ⋄ | ⋄ | \22C4 | U+22C4 | ⋄ | Diamond Operator |
| ⋅ | ⋅ | \22C5 | U+22C5 | ⋅ | Dot Operator |
| ⋆ | ⋆ | \22C6 | U+22C6 | ⋆ | Star Operator |
| ⋇ | ⋇ | \22C7 | U+22C7 | ⋇ | Division Times |
| ⋈ | ⋈ | \22C8 | U+22C8 | ⋈ | Bowtie |
| ⋉ | ⋉ | \22C9 | U+22C9 | ⋉ | Left Normal Factor Semidirect Product |
| ⋊ | ⋊ | \22CA | U+22CA | ⋊ | Right Normal Factor Semidirect Product |
| ⋋ | ⋋ | \22CB | U+22CB | ⋋ | Left Semidirect Product |
| ⋌ | ⋌ | \22CC | U+22CC | ⋌ | Right Semidirect Product |
| ⋍ | ⋍ | \22CD | U+22CD | ⋍ | Reversed Tilde Equals |
| ⋎ | ⋎ | \22CE | U+22CE | ⋎ | Curly Logical Or |
| ⋏ | ⋏ | \22CF | U+22CF | ⋏ | Curly Logical And |
| ⋐ | ⋐ | \22D0 | U+22D0 | ⋐ | Double Subset |
| ⋑ | ⋑ | \22D1 | U+22D1 | ⋑ | Double Superset |
| ⋒ | ⋒ | \22D2 | U+22D2 | ⋒ | Double Intersection |
| ⋓ | ⋓ | \22D3 | U+22D3 | ⋓ | Double Union |
| ⋔ | ⋔ | \22D4 | U+22D4 | ⋔ | Pitchfork |
| ⋕ | ⋕ | \22D5 | U+22D5 | ⋕ | Equal and Parallel To |
| ⋖ | ⋖ | \22D6 | U+22D6 | ⋖ | Less-Than with Dot |
| ⋗ | ⋗ | \22D7 | U+22D7 | ⋗ | Greater-Than with Dot |
| ⋘ | ⋘ | \22D8 | U+22D8 | ⋘ | Very Much Less-Than |
| ⋙ | ⋙ | \22D9 | U+22D9 | ⋙ | Very Much Greater-Than |
| ⋚ | ⋚ | \22DA | U+22DA | ⋚ | Less-Than Equal To or Greater-Than |
| ⋛ | ⋛ | \22DB | U+22DB | ⋛ | Greater-Than Equal To or Less-Than |
| ⋞ | ⋞ | \22DE | U+22DE | ⋞ | Equal To or Precedes |
| ⋟ | ⋟ | \22DF | U+22DF | ⋟ | Equal To or Succeeds |
| ⋠ | ⋠ | \22E0 | U+22E0 | ⋠ | Does Not Precede or Equal |
| ⋡ | ⋡ | \22E1 | U+22E1 | ⋡ | Does Not Succeed or Equal |
| ⋢ | ⋢ | \22E2 | U+22E2 | ⋢ | Not Square Image of or Equal To |
| ⋣ | ⋣ | \22E3 | U+22E3 | ⋣ | Not Square Original of or Equal To |
| ⋦ | ⋦ | \22E6 | U+22E6 | ⋦ | Less-Than But Not Equivalent To |
| ⋧ | ⋧ | \22E7 | U+22E7 | ⋧ | Greater-Than But Not Equivalent To |
| ⋨ | ⋨ | \22E8 | U+22E8 | ⋨ | Precedes But Not Equivalent To |
| ⋩ | ⋩ | \22E9 | U+22E9 | ⋩ | Succeeds But Not Equivalent To |
| ⋪ | ⋪ | \22EA | U+22EA | ⋪ | Not Normal Subgroup Of |
| ⋫ | ⋫ | \22EB | U+22EB | ⋫ | Does Not Contain As Normal Subgroup |
| ⋬ | ⋬ | \22EC | U+22EC | ⋬ | Not Normal Subgroup of or Equal To |
| ⋭ | ⋭ | \22ED | U+22ED | ⋭ | Does Not Contain As Normal Subgroup or Equal |
| ⋮ | ⋮ | \22EE | U+22EE | ⋮ | Vertical Ellipsis |
| ⋯ | ⋯ | \22EF | U+22EF | ⋯ | Midline Horizontal Ellipsis |
| ⋰ | ⋰ | \22F0 | U+22F0 | ⋰ | Up Right Diagonal Ellipsis |
| ⋱ | ⋱ | \22F1 | U+22F1 | ⋱ | Down Right Diagonal Ellipsis |
| ⋲ | ⋲ | \22F2 | U+22F2 | ⋲ | Element of with Long Horizontal Stroke |
| ⋳ | ⋳ | \22F3 | U+22F3 | ⋳ | Element of with Vertical Bar At End of Horizontal Stroke |
| ⋴ | ⋴ | \22F4 | U+22F4 | ⋴ | Small Element of with Vertical Bar At End of Horizontal Stroke |
| ⋵ | ⋵ | \22F5 | U+22F5 | ⋵ | Element of with Dot Above |
| ⋶ | ⋶ | \22F6 | U+22F6 | ⋶ | Element of with Overbar |
| ⋷ | ⋷ | \22F7 | U+22F7 | ⋷ | Small Element of with Overbar |
| ⋹ | ⋹ | \22F9 | U+22F9 | ⋹ | Element of with Two Horizontal Strokes |
| ⋺ | ⋺ | \22FA | U+22FA | ⋺ | Contains with Long Horizontal Stroke |
| ⋻ | ⋻ | \22FB | U+22FB | ⋻ | Contains with Vertical Bar At End of Horizontal Stroke |
| ⋼ | ⋼ | \22FC | U+22FC | ⋼ | Small Contains with Vertical Bar At End of Horizontal Stroke |
| ⋽ | ⋽ | \22FD | U+22FD | ⋽ | Contains with Overbar |
| ⋾ | ⋾ | \22FE | U+22FE | ⋾ | Small Contains with Overbar |
| ⌈ | ⌈ | \2308 | U+2308 | ⌈ | Left Ceiling |
| ⌉ | ⌉ | \2309 | U+2309 | ⌉ | Right Ceiling |
| ⌊ | ⌊ | \230A | U+230A | ⌊ | Left Floor |
| ⌋ | ⌋ | \230B | U+230B | ⌋ | Right Floor |
| 〈 | 〈 | \2329 | U+2329 | ⟨ | Left-Pointing Angle Bracket |
| 〉 | 〉 | \232A | U+232A | ⟩ | Right-Pointing Angle Bracket |
Greek Letters
| Symbol | HTML-code | CSS Code | Unicode | Entity | Name |
|---|---|---|---|---|---|
| Α | Α | \0391 | U+0391 | Α | Greek Capital Letter Alpha |
| Β | Β | \0392 | U+0392 | Β | Greek Capital Letter Beta |
| Γ | Γ | \0393 | U+0393 | Γ | Greek Capital Letter Gamma |
| Δ | Δ | \0394 | U+0394 | Δ | Greek Capital Letter Delta |
| Ε | Ε | \0395 | U+0395 | Ε | Greek Capital Letter Epsilon |
| Ζ | Ζ | \0396 | U+0396 | Ζ | Greek Capital Letter Zeta |
| Η | Η | \0397 | U+0397 | Η | Greek Capital Letter Eta |
| Θ | Θ | \0398 | U+0398 | Θ | Greek Capital Letter Theta |
| Ι | Ι | \0399 | U+0399 | Ι | Greek Capital Letter Iota |
| Κ | Κ | \039A | U+039A | Κ | Greek Capital Letter Kappa |
| Λ | Λ | \039B | U+039B | Λ | Greek Capital Letter Lamda |
| Μ | Μ | \039C | U+039C | Μ | Greek Capital Letter Mu |
| Ν | Ν | \039D | U+039D | Ν | Greek Capital Letter Nu |
| Ξ | Ξ | \039E | U+039E | Ξ | Greek Capital Letter Xi |
| Ο | Ο | \039F | U+039F | Ο | Greek Capital Letter Omicron |
| Π | Π | \03A0 | U+03A0 | Π | Greek Capital Letter Pi |
| Ρ | Ρ | \03A1 | U+03A1 | Ρ | Greek Capital Letter Rho |
| Σ | Σ | \03A3 | U+03A3 | Σ | Greek Capital Letter Sigma |
| Τ | Τ | \03A4 | U+03A4 | Τ | Greek Capital Letter Tau |
| Υ | Υ | \03A5 | U+03A5 | Υ | Greek Capital Letter Upsilon |
| Φ | Φ | \03A6 | U+03A6 | Φ | Greek Capital Letter Phi |
| Χ | Χ | \03A7 | U+03A7 | Χ | Greek Capital Letter Chi |
| Ψ | Ψ | \03A8 | U+03A8 | Ψ | Greek Capital Letter Psi |
| Ω | Ω | \03A9 | U+03A9 | Ω | Greek Capital Letter Omega |
| α | α | \03B1 | U+03B1 | α | Greek Small Letter Alpha |
| β | β | \03B2 | U+03B2 | β | Greek Small Letter Beta |
| γ | γ | \03B3 | U+03B3 | γ | Greek Small Letter Gamma |
| δ | δ | \03B4 | U+03B4 | δ | Greek Small Letter Delta |
| ε | ε | \03B5 | U+03B5 | ε | Greek Small Letter Epsilon |
| ζ | ζ | \03B6 | U+03B6 | ζ | Greek Small Letter Zeta |
| η | η | \03B7 | U+03B7 | η | Greek Small Letter Eta |
| θ | θ | \03B8 | U+03B8 | θ | Greek Small Letter Theta |
| ι | ι | \03B9 | U+03B9 | ι | Greek Small Letter Iota |
| κ | κ | \03BA | U+03BA | κ | Greek Small Letter Kappa |
| λ | λ | \03BB | U+03BB | λ | Greek Small Letter Lamda |
| μ | μ | \03BC | U+03BC | μ | Greek Small Letter Mu |
| ν | ν | \03BD | U+03BD | ν | Greek Small Letter Nu |
| ξ | ξ | \03BE | U+03BE | ξ | Greek Small Letter Xi |
| ο | ο | \03BF | U+03BF | ο | Greek Small Letter Omicron |
| π | π | \03C0 | U+03C0 | π | Greek Small Letter Pi |
| ρ | ρ | \03C1 | U+03C1 | ρ | Greek Small Letter Rho |
| ς | ς | \03C2 | U+03C2 | ς | Greek Small Letter Final Sigma |
| σ | σ | \03C3 | U+03C3 | σ | Greek Small Letter Sigma |
| τ | τ | \03C4 | U+03C4 | τ | Greek Small Letter Tau |
| υ | υ | \03C5 | U+03C5 | υ | Greek Small Letter Upsilon |
| φ | φ | \03C6 | U+03C6 | φ | Greek Small Letter Phi |
| χ | χ | \03C7 | U+03C7 | χ | Greek Small Letter Chi |
| ψ | ψ | \03C8 | U+03C8 | ψ | Greek Small Letter Psi |
| ω | ω | \03C9 | U+03C9 | ω | Greek Small Letter Omega |
| ϑ | ϑ | \03D1 | U+03D1 | ϑ | Greek Theta Symbol |
| ϒ | ϒ | \03D2 | U+03D2 | ϒ | Greek Upsilon with Hook Symbol |
| ϖ | ϖ | \03D6 | U+03D6 | ϖ | Greek Pi Symbol |
Latin Letters
| Symbol | HTML-code | CSS Code | Unicode | Entity | Name |
|---|---|---|---|---|---|
| À | À | \00C0 | U+00C0 | À | Latin Capital Letter a with Grave |
| Á | Á | \00C1 | U+00C1 | Á | Latin Capital Letter a with Acute |
| Â | Â | \00C2 | U+00C2 | Â | Latin Capital Letter a with Circumflex |
| Ã | Ã | \00C3 | U+00C3 | Ã | Latin Capital Letter a with Tilde |
| Ä | Ä | \00C4 | U+00C4 | Ä | Latin Capital Letter a with Diaeresis |
| Å | Å | \00C5 | U+00C5 | Å | Latin Capital Letter a with Ring Above |
| Æ | Æ | \00C6 | U+00C6 | Æ | Latin Capital Letter Ae |
| Ç | Ç | \00C7 | U+00C7 | Ç | Latin Capital Letter C with Cedilla |
| È | È | \00C8 | U+00C8 | È | Latin Capital Letter E with Grave |
| É | É | \00C9 | U+00C9 | É | Latin Capital Letter E with Acute |
| Ê | Ê | \00CA | U+00CA | Ê | Latin Capital Letter E with Circumflex |
| Ë | Ë | \00CB | U+00CB | Ë | Latin Capital Letter E with Diaeresis |
| Ì | Ì | \00CC | U+00CC | &Lgrave; | Latin Capital Letter I with Grave |
| Ĺ | Ĺ | \0139 | U+0139 | Ĺ | Latin Capital Letter L with Acute |
| Î | Î | \00CE | U+00CE | &Lcirc; | Latin Capital Letter I with Circumflex |
| Ï | Ï | \00CF | U+00CF | &Luml; | Latin Capital Letter I with Diaeresis |
| Ð | Ð | \00D0 | U+00D0 | Ð | Latin Capital Letter Eth |
| Ñ | Ñ | \00D1 | U+00D1 | Ñ | Latin Capital Letter N with Tilde |
| Ò | Ò | \00D2 | U+00D2 | Ò | Latin Capital Letter O with Grave |
| Ó | Ó | \00D3 | U+00D3 | Ó | Latin Capital Letter O with Acute |
| Ô | Ô | \00D4 | U+00D4 | Ô | Latin Capital Letter O with Circumflex |
| Õ | Õ | \00D5 | U+00D5 | Õ | Latin Capital Letter O with Tilde |
| Ö | Ö | \00D6 | U+00D6 | Ö | Latin Capital Letter O with Diaeresis |
| Ø | Ø | \00D8 | U+00D8 | Ø | Latin Capital Letter O with Stroke |
| Ù | Ù | \00D9 | U+00D9 | Ù | Latin Capital Letter U with Grave |
| Ú | Ú | \00DA | U+00DA | Ú | Latin Capital Letter U with Acute |
| Û | Û | \00DB | U+00DB | Û | Latin Capital Letter U with Circumflex |
| Ü | Ü | \00DC | U+00DC | Ü | Latin Capital Letter U with Diaeresis |
| Ý | Ý | \00DD | U+00DD | Ý | Latin Capital Letter Y with Acute |
| Þ | Þ | \00DE | U+00DE | Þ | Latin Capital Letter Thorn |
| ß | ß | \00DF | U+00DF | ß | Latin Small Letter Sharp S |
| à | à | \00E0 | U+00E0 | à | Latin Small Letter a with Grave |
| á | á | \00E1 | U+00E1 | á | Latin Small Letter a with Acute |
| â | â | \00E2 | U+00E2 | â | Latin Small Letter a with Circumflex |
| ã | ã | \00E3 | U+00E3 | ã | Latin Small Letter a with Tilde |
| ä | ä | \00E4 | U+00E4 | ä | Latin Small Letter a with Diaeresis |
| å | å | \00E5 | U+00E5 | å | Latin Small Letter a with Ring Above |
| æ | æ | \00E6 | U+00E6 | æ | Latin Small Letter Ae |
| ç | ç | \00E7 | U+00E7 | ç | Latin Small Letter C with Cedilla |
| è | è | \00E8 | U+00E8 | è | Latin Small Letter E with Grave |
| é | é | \00E9 | U+00E9 | é | Latin Small Letter E with Acute |
| ê | ê | \00EA | U+00EA | ê | Latin Small Letter E with Circumflex |
| ë | ë | \00EB | U+00EB | ë | Latin Small Letter E with Diaeresis |
| ì | ì | \00EC | U+00EC | ì | Latin Small Letter I with Grave |
| í | í | \00ED | U+00ED | í | Latin Small Letter I with Acute |
| î | î | \00EE | U+00EE | î | Latin Small Letter I with Circumflex |
| ï | ï | \00EF | U+00EF | ï | Latin Small Letter I with Diaeresis |
| ð | ð | \00F0 | U+00F0 | ð | Latin Small Letter Eth |
| ñ | ñ | \00F1 | U+00F1 | ñ | Latin Small Letter N with Tilde |
| ò | ò | \00F2 | U+00F2 | ò | Latin Small Letter O with Grave |
| ó | ó | \00F3 | U+00F3 | ó | Latin Small Letter O with Acute |
| ô | ô | \00F4 | U+00F4 | ô | Latin Small Letter O with Circumflex |
| õ | õ | \00F5 | U+00F5 | õ | Latin Small Letter O with Tilde |
| ö | ö | \00F6 | U+00F6 | ö | Latin Small Letter O with Diaeresis |
| ø | ø | \00F8 | U+00F8 | ø | Latin Small Letter O with Stroke |
| ù | ù | \00F9 | U+00F9 | ù | Latin Small Letter U with Grave |
| ú | ú | \00FA | U+00FA | ú | Latin Small Letter U with Acute |
| û | û | \00FB | U+00FB | û | Latin Small Letter U with Circumflex |
| ü | ü | \00FC | U+00FC | ü | U with two Dots |
| ý | ý | \00FD | U+00FD | ý | Latin Small Letter Y with Acute |
| þ | þ | \00FE | U+00FE | þ | Latin Small Letter Thorn |
| ÿ | ÿ | \00FF | U+00FF | ÿ | Latin Small Letter Y with Diaeresis |
| Ā | Ā | \0100 | U+0100 | Ā | Latin Capital Letter a with Macron |
| ā | ā | \0101 | U+0101 | ā | Latin Small Letter a with Macron |
| Ă | Ă | \0102 | U+0102 | Ă | Latin Capital Letter a with Breve |
| ă | ă | \0103 | U+0103 | ă | Latin Small Letter a with Breve |
| Ą | Ą | \0104 | U+0104 | Ą | Latin Capital Letter a with Ogonek |
| ą | ą | \0105 | U+0105 | ą | Latin Small Letter a with Ogonek |
| Ć | Ć | \0106 | U+0106 | Ć | Latin Capital Letter C with Acute |
| ć | ć | \0107 | U+0107 | ć | Latin Small Letter C with Acute |
| Ĉ | Ĉ | \0108 | U+0108 | Ĉ | Latin Capital Letter C with Circumflex |
| ĉ | ĉ | \0109 | U+0109 | ĉ | Latin Small Letter C with Circumflex |
| Ċ | Ċ | \010A | U+010A | Ċ | Latin Capital Letter C with Dot Above |
| ċ | ċ | \010B | U+010B | ċ | Latin Small Letter C with Dot Above |
| Č | Č | \010C | U+010C | Č | Latin Capital Letter C with Caron |
| č | č | \010D | U+010D | č | Latin Small Letter C with Caron |
| Ď | Ď | \010E | U+010E | Ď | Latin Capital Letter D with Caron |
| ď | ď | \010F | U+010F | ď | Latin Small Letter D with Caron |
| Đ | Đ | \0110 | U+0110 | Đ | Latin Capital Letter D with Stroke |
| đ | đ | \0111 | U+0111 | đ | Latin Small Letter D with Stroke |
| Ē | Ē | \0112 | U+0112 | Ē | Latin Capital Letter E with Macron |
| ē | ē | \0113 | U+0113 | ē | Latin Small Letter E with Macron |
| Ė | Ė | \0116 | U+0116 | Ė | Latin Capital Letter E with Dot Above |
| ė | ė | \0117 | U+0117 | ė | Latin Small Letter E with Dot Above |
| Ę | Ę | \0118 | U+0118 | Ę | Latin Capital Letter E with Ogonek |
| ę | ę | \0119 | U+0119 | ę | Latin Small Letter E with Ogonek |
| Ě | Ě | \011A | U+011A | Ě | Latin Capital Letter E with Caron |
| ě | ě | \011B | U+011B | ě | Latin Small Letter E with Caron |
| Ĝ | Ĝ | \011C | U+011C | Ĝ | Latin Capital Letter G with Circumflex |
| ĝ | ĝ | \011D | U+011D | ĝ | Latin Small Letter G with Circumflex |
| Ğ | Ğ | \011E | U+011E | Ğ | Latin Capital Letter G with Breve |
| ğ | ğ | \011F | U+011F | ğ | Latin Small Letter G with Breve |
| Ġ | Ġ | \0120 | U+0120 | Ġ | Latin Capital Letter G with Dot Above |
| ġ | ġ | \0121 | U+0121 | ġ | Latin Small Letter G with Dot Above |
| Ģ | Ģ | \0122 | U+0122 | Ģ | Latin Capital Letter G with Cedilla |
| Ĥ | Ĥ | \0124 | U+0124 | Ĥ | Latin Capital Letter H with Circumflex |
| ĥ | ĥ | \0125 | U+0125 | ĥ | Latin Small Letter H with Circumflex |
| Ħ | Ħ | \0126 | U+0126 | Ħ | Latin Capital Letter H with Stroke |
| ħ | ħ | \0127 | U+0127 | ħ | Latin Small Letter H with Stroke |
| Ĩ | Ĩ | \0128 | U+0128 | Ĩ | Latin Capital Letter I with Tilde |
| ĩ | ĩ | \0129 | U+0129 | ĩ | Latin Small Letter I with Tilde |
| Ī | Ī | \012A | U+012A | Ī | Latin Capital Letter I with Macron |
| ī | ī | \012B | U+012B | ī | Latin Small Letter I with Macron |
| Į | Į | \012E | U+012E | Į | Latin Capital Letter I with Ogonek |
| į | į | \012F | U+012F | į | Latin Small Letter I with Ogonek |
| İ | İ | \0130 | U+0130 | İ | Latin Capital Letter I with Dot Above |
| ı | ı | \0131 | U+0131 | ı | Latin Small Letter Dotless I |
| IJ | IJ | \0132 | U+0132 | IJ | Latin Capital Ligature Ij |
| ij | ij | \0133 | U+0133 | ij | Latin Small Ligature Ij |
| Ĵ | Ĵ | \0134 | U+0134 | Ĵ | Latin Capital Letter J with Circumflex |
| ĵ | ĵ | \0135 | U+0135 | ĵ | Latin Small Letter J with Circumflex |
| Ķ | Ķ | \0136 | U+0136 | Ķ | Latin Capital Letter K with Cedilla |
| ķ | ķ | \0137 | U+0137 | ķ | Latin Small Letter K with Cedilla |
| ĸ | ĸ | \0138 | U+0138 | ĸ | Latin Small Letter Kra |
| ĺ | ĺ | \013A | U+013A | ĺ | Latin Small Letter L with Acute |
| Ļ | Ļ | \013B | U+013B | Ļ | Latin Capital Letter L with Cedilla |
| ļ | ļ | \013C | U+013C | ļ | Latin Small Letter L with Cedilla |
| Ľ | Ľ | \013D | U+013D | Ľ | Latin Capital Letter L with Caron |
| ľ | ľ | \013E | U+013E | ľ | Latin Small Letter L with Caron |
| Ŀ | Ŀ | \013F | U+013F | Ŀ | Latin Capital Letter L with Middle Dot |
| ŀ | ŀ | \0140 | U+0140 | ŀ | Latin Small Letter L with Middle Dot |
| Ł | Ł | \0141 | U+0141 | Ł | Latin Capital Letter L with Stroke |
| ł | ł | \0142 | U+0142 | ł | Latin Small Letter L with Stroke |
| Ń | Ń | \0143 | U+0143 | Ń | Latin Capital Letter N with Acute |
| ń | ń | \0144 | U+0144 | ń | Latin Small Letter N with Acute |
| Ņ | Ņ | \0145 | U+0145 | Ņ | Latin Capital Letter N with Cedilla |
| ņ | ņ | \0146 | U+0146 | ņ | Latin Small Letter N with Cedilla |
| Ň | Ň | \0147 | U+0147 | Ň | Latin Capital Letter N with Caron |
| ň | ň | \0148 | U+0148 | ň | Latin Small Letter N with Caron |
| ʼn | ʼn | \0149 | U+0149 | ʼn | Latin Small Letter N Preceded By Apostrophe |
| Ŋ | Ŋ | \014A | U+014A | Ŋ | Latin Capital Letter Eng |
| ŋ | ŋ | \014B | U+014B | ŋ | Latin Small Letter Eng |
| Ō | Ō | \014C | U+014C | Ō | Latin Capital Letter O with Macron |
| ō | ō | \014D | U+014D | ō | Latin Small Letter O with Macron |
| Ő | Ő | \0150 | U+0150 | Ő | Latin Capital Letter O with Double Acute |
| ő | ő | \0151 | U+0151 | ő | Latin Small Letter O with Double Acute |
| Œ | Œ | \0152 | U+0152 | Œ | Latin Capital Ligature Oe |
| œ | œ | \0153 | U+0153 | œ | Latin Small Ligature Oe |
| Ŕ | Ŕ | \0154 | U+0154 | Ŕ | Latin Capital Letter R with Acute |
| ŕ | ŕ | \0155 | U+0155 | ŕ | Latin Small Letter R with Acute |
| Ŗ | Ŗ | \0156 | U+0156 | Ŗ | Latin Capital Letter R with Cedilla |
| ŗ | ŗ | \0157 | U+0157 | ŗ | Latin Small Letter R with Cedilla |
| Ř | Ř | \0158 | U+0158 | Ř | Latin Capital Letter R with Caron |
| ř | ř | \0159 | U+0159 | ř | Latin Small Letter R with Caron |
| Ś | Ś | \015A | U+015A | Ś | Latin Capital Letter S with Acute |
| ś | ś | \015B | U+015B | ś | Latin Small Letter S with Acute |
| Ŝ | Ŝ | \015C | U+015C | Ŝ | Latin Capital Letter S with Circumflex |
| ŝ | ŝ | \015D | U+015D | ŝ | Latin Small Letter S with Circumflex |
| Ş | Ş | \015E | U+015E | Ş | Latin Capital Letter S with Cedilla |
| ş | ş | \015F | U+015F | ş | Latin Small Letter S with Cedilla |
| Š | Š | \0160 | U+0160 | Š | Latin Capital Letter S with Caron |
| š | š | \0161 | U+0161 | š | Latin Small Letter S with Caron |
| Ţ | Ţ | \0162 | U+0162 | Ţ | Latin Capital Letter T with Cedilla |
| ţ | ţ | \0163 | U+0163 | ţ | Latin Small Letter T with Cedilla |
| Ť | Ť | \0164 | U+0164 | Ť | Latin Capital Letter T with Caron |
| ť | ť | \0165 | U+0165 | ť | Latin Small Letter T with Caron |
| Ŧ | Ŧ | \0166 | U+0166 | Ŧ | Latin Capital Letter T with Stroke |
| ŧ | ŧ | \0167 | U+0167 | ŧ | Latin Small Letter T with Stroke |
| Ũ | Ũ | \0168 | U+0168 | Ũ | Latin Capital Letter U with Tilde |
| ũ | ũ | \0169 | U+0169 | ũ | Latin Small Letter U with Tilde |
| Ū | Ū | \016A | U+016A | Ū | Latin Capital Letter U with Macron |
| ū | ū | \016B | U+016B | ū | Latin Small Letter U with Macron |
| Ŭ | Ŭ | \016C | U+016C | Ŭ | Latin Capital Letter U with Breve |
| ŭ | ŭ | \016D | U+016D | ŭ | Latin Small Letter U with Breve |
| Ů | Ů | \016E | U+016E | Ů | Latin Capital Letter U with Ring Above |
| ů | ů | \016F | U+016F | ů | Latin Small Letter U with Ring Above |
| Ű | Ű | \0170 | U+0170 | Ű | Latin Capital Letter U with Double Acute |
| ű | ű | \0171 | U+0171 | ű | Latin Small Letter U with Double Acute |
| Ų | Ų | \0172 | U+0172 | Ų | Latin Capital Letter U with Ogonek |
| ų | ų | \0173 | U+0173 | ų | Latin Small Letter U with Ogonek |
| Ŵ | Ŵ | \0174 | U+0174 | Ŵ | Latin Capital Letter W with Circumflex |
| ŵ | ŵ | \0175 | U+0175 | ŵ | Latin Small Letter W with Circumflex |
| Ŷ | Ŷ | \0176 | U+0176 | Ŷ | Latin Capital Letter Y with Circumflex |
| ŷ | ŷ | \0177 | U+0177 | ŷ | Latin Small Letter Y with Circumflex |
| Ÿ | Ÿ | \0178 | U+0178 | Ÿ | Latin Capital Letter Y with Diaeresis |
| Ź | Ź | \0179 | U+0179 | Ź | Latin Capital Letter Z with Acute |
| ź | ź | \017A | U+017A | ź | Latin Small Letter Z with Acute |
| Ż | Ż | \017B | U+017B | Ż | Latin Capital Letter Z with Dot Above |
| ż | ż | \017C | U+017C | ż | Latin Small Letter Z with Dot Above |
| Ž | Ž | \017D | U+017D | Ž | Latin Capital Letter Z with Caron |
| ž | ž | \017E | U+017E | ž | Latin Small Letter Z with Caron |
| ̑ | ̑ | \0311 | U+0311 | ̑ | Combining Inverted Breve |
Arrows
| Symbol | HTML-code | CSS Code | Unicode | Entity | Name |
|---|---|---|---|---|---|
| ↺ | ↺ | \21BA | U+21BA | ↺ | Anticlockwise Open Circle Arrow |
| ↻ | ↻ | \21BB | U+21BB | ↻ | Clockwise Open Circle Arrow |
| ↼ | ↼ | \21BC | U+21BC | ↼ | Leftwards Harpoon with Barb Upwards |
| ↽ | ↽ | \21BD | U+21BD | ↽ | Leftwards Harpoon with Barb Downwards |
| ↾ | ↾ | \21BE | U+21BE | ↾ | Upwards Harpoon with Barb Rightwards |
| ↿ | ↿ | \21BF | U+21BF | ↿ | Upwards Harpoon with Barb Leftwards |
| ⇀ | ⇀ | \21C0 | U+21C0 | ⇀ | Rightwards Harpoon with Barb Upwards |
| ⇁ | ⇁ | \21C1 | U+21C1 | ⇁ | Rightwards Harpoon with Barb Downwards |
| ⇂ | ⇂ | \21C2 | U+21C2 | ⇂ | Downwards Harpoon with Barb Rightwards |
| ⇃ | ⇃ | \21C3 | U+21C3 | ⇃ | Downwards Harpoon with Barb Leftwards |
| ⇄ | ⇄ | \21C4 | U+21C4 | ⇄ | Rightwards Arrow Over Leftwards Arrow |
| ⇅ | ⇅ | \21C5 | U+21C5 | ⇅ | Upwards Arrow Leftwards of Downwards Arrow |
| ⇆ | ⇆ | \21C6 | U+21C6 | ⇆ | Leftwards Arrow Over Rightwards Arrow |
| ⇇ | ⇇ | \21C7 | U+21C7 | ⇇ | Leftwards Paired Arrows |
| ⇈ | ⇈ | \21C8 | U+21C8 | ⇈ | Upwards Paired Arrows |
| ⇉ | ⇉ | \21C9 | U+21C9 | ⇉ | Rightwards Paired Arrows |
| ⇊ | ⇊ | \21CA | U+21CA | ⇊ | Downwards Paired Arrows |
| ⇋ | ⇋ | \21CB | U+21CB | ⇋ | Leftwards Harpoon Over Rightwards Harpoon |
| ⇌ | ⇌ | \21CC | U+21CC | ⇌ | Rightwards Harpoon Over Leftwards Harpoon |
| ⇍ | ⇍ | \21CD | U+21CD | ⇍ | Leftwards Double Arrow with Stroke |
| ⇎ | ⇎ | \21CE | U+21CE | ⇎ | Left Right Double Arrow with Stroke |
| ⇏ | ⇏ | \21CF | U+21CF | ⇏ | Rightwards Double Arrow with Stroke |
| ⇐ | ⇐ | \21D0 | U+21D0 | ⇐ | Leftwards Double Arrow |
| ⇑ | ⇑ | \21D1 | U+21D1 | ⇑ | Upwards Double Arrow |
| ⇒ | ⇒ | \21D2 | U+21D2 | ⇒ | Rightwards Double Arrow |
| ⇓ | ⇓ | \21D3 | U+21D3 | ⇓ | Downwards Double Arrow |
| ⇔ | ⇔ | \21D4 | U+21D4 | ⇔ | Left Right Double Arrow |
| ⇕ | ⇕ | \21D5 | U+21D5 | ⇕ | Up Down Double Arrow |
| ⇖ | ⇖ | \21D6 | U+21D6 | ⇖ | North West Double Arrow |
| ⇗ | ⇗ | \21D7 | U+21D7 | ⇗ | North East Double Arrow |
| ⇘ | ⇘ | \21D8 | U+21D8 | ⇘ | South East Double Arrow |
| ⇙ | ⇙ | \21D9 | U+21D9 | ⇙ | South West Double Arrow |
| ⇚ | ⇚ | \21DA | U+21DA | ⇚ | Leftwards Triple Arrow |
| ⇛ | ⇛ | \21DB | U+21DB | ⇛ | Rightwards Triple Arrow |
| ⇜ | ⇜ | \21DC | U+21DC | &ziglarr; | Leftwards Squiggle Arrow |
| ⇝ | ⇝ | \21DD | U+21DD | ⇝ | Rightwards Squiggle Arrow |
| ⇤ | ⇤ | \21E4 | U+21E4 | ⇤ | Leftwards Arrow To Bar |
| ⇥ | ⇥ | \21E5 | U+21E5 | ⇥ | Rightwards Arrow To Bar |
| ⇵ | ⇵ | \21F5 | U+21F5 | ⇵ | Downwards Arrow Leftwards of Upwards Arrow |
| ⇿ | ⇿ | \21FF | U+21FF | ⇿ | Left Right Open-Headed Arrow |
| ⇽ | ⇽ | \21FD | U+21FD | ⇽ | Leftwards Open-Headed Arrow |
| ⇾ | ⇾ | \21FE | U+21FE | ⇾ | Rightwards Open-Headed Arrow |
| ⟵ | ⟵ | \27F5 | U+27F5 | ⟵ | Long Leftwards Arrow |
| ⟶ | ⟶ | \27F6 | U+27F6 | ⟶ | Long Rightwards Arrow |
| ⟷ | ⟷ | \27F7 | U+27F7 | ⟷ | Long Left Right Arrow |
| ⟸ | ⟸ | \27F8 | U+27F8 | ⟸ | Long Leftwards Double Arrow |
| ⟹ | ⟹ | \27F9 | U+27F9 | ⟹ | Long Rightwards Double Arrow |
| ⟺ | ⟺ | \27FA | U+27FA | ⟺ | Long Left Right Double Arrow |
| ⟿ | ⟿ | \27FF | U+27FF | ⟿ | Long Rightwards Squiggle Arrow |
| ⟼ | ⟼ | \27FC | U+27FC | ⟼ | Long Rightwards Arrow from Bar |
| ⤂ | ⤂ | \2902 | U+2902 | ⤂ | Leftwards Double Arrow with Vertical Stroke |
| ⤃ | ⤃ | \2903 | U+2903 | ⤃ | Rightwards Double Arrow with Vertical Stroke |
| ⤄ | ⤄ | \2904 | U+2904 | ⤄ | Left Right Double Arrow with Vertical Stroke |
| ⤅ | ⤅ | \2905 | U+2905 | ⤅ | Rightwards Two-Headed Arrow from Bar |
| ⤌ | ⤌ | \290C | U+290C | ⤌ | Leftwards Double Dash Arrow |
| ⤍ | ⤍ | \290D | U+290D | ⤍ | Rightwards Double Dash Arrow |
| ⤎ | ⤎ | \290E | U+290E | ⤎ | Leftwards Triple Dash Arrow |
| ⤏ | ⤏ | \290F | U+290F | ⤏ | Rightwards Triple Dash Arrow |
| ⤐ | ⤐ | \2910 | U+2910 | ⤐ | Rightwards Two-Headed Triple Dash Arrow |
| ⤑ | ⤑ | \2911 | U+2911 | ⤑ | Rightwards Arrow with Dotted Stem |
| ⤒ | ⤒ | \2912 | U+2912 | ⤒ | Upwards Arrow To Bar |
| ⤓ | ⤓ | \2913 | U+2913 | ⤓ | Downwards Arrow To Bar |
| ⤖ | ⤖ | \2916 | U+2916 | ⤖ | Rightwards Two-Headed Arrow with Tail |
| ⤙ | ⤙ | \2919 | U+2919 | ⤙ | Leftwards Arrow-Tail |
| ⤚ | ⤚ | \291A | U+291A | ⤚ | Rightwards Arrow-Tail |
| ⤛ | ⤛ | \291B | U+291B | ⤛ | Leftwards Double Arrow-Tail |
| ⤜ | ⤜ | \291C | U+291C | ⤜ | Rightwards Double Arrow-Tail |
| ⤝ | ⤝ | \291D | U+291D | ⤝ | Leftwards Arrow To Black Diamond |
| ⤞ | ⤞ | \291E | U+291E | ⤞ | Rightwards Arrow To Black Diamond |
| ⤟ | ⤟ | \291F | U+291F | ⤟ | Leftwards Arrow from Bar To Black Diamond |
| ⤠ | ⤠ | \2920 | U+2920 | ⤠ | Rightwards Arrow from Bar To Black Diamond |
| ⤣ | ⤣ | \2923 | U+2923 | ⤣ | North West Arrow with Hook |
| ⤤ | ⤤ | \2924 | U+2924 | ⤤ | North East Arrow with Hook |
| ⤥ | ⤥ | \2925 | U+2925 | ⤥ | South East Arrow with Hook |
| ⤦ | ⤦ | \2926 | U+2926 | ⤦ | South West Arrow with Hook |
| ⤧ | ⤧ | \2927 | U+2927 | ⤧ | North West Arrow and North East Arrow |
| ⤨ | ⤨ | \2928 | U+2928 | ⤨ | North East Arrow and South East Arrow |
| ⤩ | ⤩ | \2929 | U+2929 | ⤩ | South East Arrow and South West Arrow |
| ⤪ | ⤪ | \292A | U+292A | ⤪ | South West Arrow and North West Arrow |
| ⤵ | ⤵ | \2935 | U+2935 | ⤵ | Right Arrow Curving Down |
| ⤶ | ⤶ | \2936 | U+2936 | ⤶ | Arrow Pointing Downwards Then Curving Leftwards |
| ⤷ | ⤷ | \2937 | U+2937 | ⤷ | Arrow Pointing Downwards Then Curving Rightwards |
| ⤸ | ⤸ | \2938 | U+2938 | ⤸ | Right-Side Arc Clockwise Arrow |
| ⤹ | ⤹ | \2939 | U+2939 | ⤹ | Left-Side Arc Anticlockwise Arrow |
| ⤼ | ⤼ | \293C | U+293C | ⤼ | Top Arc Clockwise Arrow with Minus |
| ⤽ | ⤽ | \293D | U+293D | ⤽ | Top Arc Anticlockwise Arrow with Plus |
| ⥅ | ⥅ | \2945 | U+2945 | ⥅ | Rightwards Arrow with Plus Below |
| ⥈ | ⥈ | \2948 | U+2948 | ⥈ | Left Right Arrow Through Small Circle |
| ⥉ | ⥉ | \2949 | U+2949 | ⥉ | Upwards Two-Headed Arrow from Small Circle |
| ⥊ | ⥊ | \294A | U+294A | ⥊ | Left Barb Up Right Barb Down Harpoon |
| ⥋ | ⥋ | \294B | U+294B | ⥋ | Left Barb Down Right Barb Up Harpoon |
| ⥏ | ⥏ | \294F | U+294F | ⥏ | Up Barb Right Down Barb Right Harpoon |
| ⥐ | ⥐ | \2950 | U+2950 | ⥐ | Left Barb Down Right Barb Down Harpoon |
| ⥑ | ⥑ | \2951 | U+2951 | ⥑ | Up Barb Left Down Barb Left Harpoon |
| ⥒ | ⥒ | \2952 | U+2952 | ⥒ | Leftwards Harpoon with Barb Up To Bar |
| ⥓ | ⥓ | \2953 | U+2953 | ⥓ | Rightwards Harpoon with Barb Up To Bar |
| ⥔ | ⥔ | \2954 | U+2954 | ⥔ | Upwards Harpoon with Barb Right To Bar |
| ⥕ | ⥕ | \2955 | U+2955 | ⥕ | Downwards Harpoon with Barb Right To Bar |
| ⥖ | ⥖ | \2956 | U+2956 | ⥖ | Leftwards Harpoon with Barb Down To Bar |
| ⥗ | ⥗ | \2957 | U+2957 | ⥗ | Rightwards Harpoon with Barb Down To Bar |
| ⥘ | ⥘ | \2958 | U+2958 | ⥘ | Upwards Harpoon with Barb Left To Bar |
| ⥙ | ⥙ | \2959 | U+2959 | ⥙ | Downwards Harpoon with Barb Left To Bar |
| ⥚ | ⥚ | \295A | U+295A | ⥚ | Leftwards Harpoon with Barb Up from Bar |
| ⥛ | ⥛ | \295B | U+295B | ⥛ | Rightwards Harpoon with Barb Up from Bar |
| ⥜ | ⥜ | \295C | U+295C | ⥜ | Upwards Harpoon with Barb Right from Bar |
| ⥝ | ⥝ | \295D | U+295D | ⥝ | Downwards Harpoon with Barb Right from Bar |
| ⥞ | ⥞ | \295E | U+295E | ⥞ | Leftwards Harpoon with Barb Down from Bar |
| ⥟ | ⥟ | \295F | U+295F | ⥟ | Rightwards Harpoon with Barb Down from Bar |
| ⥠ | ⥠ | \2960 | U+2960 | ⥠ | Upwards Harpoon with Barb Left from Bar |
| ⥡ | ⥡ | \2961 | U+2961 | ⥡ | Downwards Harpoon with Barb Left from Bar |
| ⥢ | ⥢ | \2962 | U+2962 | ⥢ | Leftwards Harpoon with Barb Up Above Leftwards Harpoon with Barb Down |
| ⥣ | ⥣ | \2963 | U+2963 | ⥣ | Upwards Harpoon with Barb Left Beside Upwards Harpoon with Barb Right |
| ⥤ | ⥤ | \2964 | U+2964 | ⥤ | Rightwards Harpoon with Barb Up Above Rightwards Harpoon with Barb Down |
| ⥥ | ⥥ | \2965 | U+2965 | ⥥ | Downwards Harpoon with Barb Left Beside Downwards Harpoon with Barb Right |
| ⥦ | ⥦ | \2966 | U+2966 | ⥦ | Leftwards Harpoon with Barb Up Above Rightwards Harpoon with Barb Up |
| ⥧ | ⥧ | \2967 | U+2967 | ⥧ | Leftwards Harpoon with Barb Down Above Rightwards Harpoon with Barb Down |
| ⥨ | ⥨ | \2968 | U+2968 | ⥨ | Rightwards Harpoon with Barb Up Above Leftwards Harpoon with Barb Up |
| ⥩ | ⥩ | \2969 | U+2969 | ⥩ | Rightwards Harpoon with Barb Down Above Leftwards Harpoon with Barb Down |
| ⥪ | ⥪ | \296A | U+296A | ⥪ | Leftwards Harpoon with Barb Up Above Long Dash |
| ⥫ | ⥫ | \296B | U+296B | ⥫ | Leftwards Harpoon with Barb Down Below Long Dash |
| ⥬ | ⥬ | \296C | U+296C | ⥬ | Rightwards Harpoon with Barb Up Above Long Dash |
| ⥭ | ⥭ | \296D | U+296D | ⥭ | Rightwards Harpoon with Barb Down Below Long Dash |
| ⥮ | ⥮ | \296E | U+296E | ⥮ | Upwards Harpoon with Barb Left Beside Downwards Harpoon with Barb Right |
| ⥯ | ⥯ | \296F | U+296F | ⥯ | Downwards Harpoon with Barb Left Beside Upwards Harpoon with Barb Right |
| ⥰ | ⥰ | \2970 | U+2970 | ⥰ | Right Double Arrow with Rounded Head |
| ⥱ | ⥱ | \2971 | U+2971 | ⥱ | Equals Sign Above Rightwards Arrow |
| ⥲ | ⥲ | \2972 | U+2972 | ⥲ | Tilde Operator Above Rightwards Arrow |
| ⥳ | ⥳ | \2973 | U+2973 | ⥳ | Leftwards Arrow Above Tilde Operator |
| ⥴ | ⥴ | \2974 | U+2974 | ⥴ | Rightwards Arrow Above Tilde Operator |
| ⥵ | ⥵ | \2975 | U+2975 | ⥵ | Rightwards Arrow Above Almost Equal To |
| ⥶ | ⥶ | \2976 | U+2976 | ⥶ | Less-Than Above Leftwards Arrow |
| ⥸ | ⥸ | \2978 | U+2978 | ⥸ | Greater-Than Above Rightwards Arrow |
| ⥹ | ⥹ | \2979 | U+2979 | ⥹ | Subset Above Rightwards Arrow |
| ⥻ | ⥻ | \297B | U+297B | ⥻ | Superset Above Leftwards Arrow |
| ⥼ | ⥼ | \297C | U+297C | ⥼ | Left Fish Tail |
| ⥽ | ⥽ | \297D | U+297D | ⥽ | Right Fish Tail |
| ⥾ | ⥾ | \297E | U+297E | ⥾ | Up Fish Tail |
| ⥿ | ⥿ | \297F | U+297F | ⥿ | Down Fish Tail |