HTML Entities
HTML entities are codes used to insert symbols into HTML documents. Some characters have named entities, like © for ©. Others have numeric entities, like © for ©, which uses their Unicode decimal value instead. HTML entities are case-sensitive.
Output:
Type a character in the box above.
We also have a better
HTML Entity Converter.
Common Symbols
| Character | Entity | Name |
| © | © | Copyright |
| ® | ® | Registered Trademark |
| ™ | ™ | Trademark |
| ∞ | ∞ | Infinity |
| ° | ° | Degrees |
| ℃ | ℃ | Degrees Celsius |
| ℉ | ℉ | Degrees Fahrenheit |
| ↑ | ↑ | Up Arrow |
| ↓ | ↓ | Down Arrow |
| ← | ← | Left Arrow |
| → | → | Right Arrow |
| † | † | Dagger / Cross |
| • | • | Bullet Point |
| ¿ | ¿ | Inverted Question Mark |
| ¡ | ¡ | Inverted Exclamation Mark |
| ² | ² | Squared / Superscript 2 |
| ³ | ³ | Cubed / Superscript 3 |
| ¼ | ¼ | 1 Quarter Fraction |
| ½ | ½ | 1 Half Fraction |
| ¾ | ¾ | 3 Quarters Fraction |
| √ | √ | Square Root |
| π | π | Pi / 3.14 |
| ⌘ | ⌘ | Command Key |
Punctuation
| Character | Entity | Name |
| & | & | Ampersand |
| < | < | Less Than |
| > | > | Greater Than |
| ‐ | ‐ | Hyphen |
| – | – | En Dash |
| — | — | Em Dash |
| ' | ' | Apostrophe |
| # | # | Number Sign / Hashtag |
| ‘ | ‘ | Left Single Quote |
| ’ | ’ | Right Single Quote |
| ‚ | ‚ | Low Single Quote |
| " | " | Double Quote |
| “ | “ | Left Double Quote |
| ” | ” | Right Double Quote |
| „ | „ | Low Double Quote |
| ‹ | ‹ | Left Angle Quote |
| › | › | Right Angle Quote |
| † | † | Dagger / Cross |
| ‡ | ‡ | Double Dagger |
| • | • | Bullet Point |
| … | … | Horizontal Ellipsis |
| ‰ | ‰ | Per Mille |
| ′ | ′ | Prime |
| ″ | ″ | Double Prime |
| ! | ! | Exclamation Point |
| ‼ | ‼ | Double Exclamation Point |
| ? | ? | Question Mark |
| ‽ | ‽ | Interrobang |
| ⁈ | ⁈ | Question Exclamation Point |
| ‾ | ‾ | Overline |
| ⁄ | ⁄ | Fraction Slash |
| ¶ | ¶ | Pilcrow |
| ⁋ | ⁋ | Reversed Pilcrow |
| $ | $ | Dollar Sign |
| % | % | Percent Sign |
| ( | ( | Left Parenthesis |
| ) | ) | Right Parenthesis |
| * | * | Asterisk |
| + | + | Plus Sign |
| ± | ± | Plus-Minus Sign |
| , | , | Comma |
| . | . | Full Stop / Period |
| : | : | Colon |
| ; | ; | Semicolon |
All Punctuation Marks
Whitespace
| Character | Entity | Name |
| 	 | 	 | Tab Indent |
| 
 | 
 | Line Break |
| | | Non-breaking Space |
| |   | En Space |
| |   | Em Space |
| |   | Thin Space |
| | ‌ | Zero Width Non-joiner |
| | ‍ | Zero Width Joiner |
| | ‎ | Left-To-Right Override |
| | ‏ | Right-To-Left Override |
All Invisible Characters
Currency
| Character | Entity | Name |
| $ | $ | Dollar |
| ¢ | ¢ | Cent |
| £ | £ | Pound |
| € | € | Euro |
| ¥ | ¥ | Yen |
| ¤ | ¤ | General Currency |
All Currency Symbols
More Text Symbols