HTML Entity List
ASCII Characters (Printable)
Only printable characters are displayed as control characters (0-31) shouldn't be present in HTML pages since they have no visual representations.
| Character | Entity Name | Entity Number | Description |
|---|---|---|---|
| |   | Space | |
| ! | ! | Exclamation mark | |
| " | " | Quotation mark | |
| # | # | Number sign | |
| $ | $ | Dollar sign | |
| % | % | Percent sign | |
| & | & | & | Ampersand |
| ' | ' | Apostrophe | |
| ( | ( | Opening/Left Parenthesis | |
| ) | ) | Closing/Right Parenthesis | |
| * | * | Asterisk | |
| + | + | Plus sign | |
| , | , | Comma | |
| - | - | Hyphen | |
| . | . | Period | |
| / | / | Slash | |
| : | : | Colon | |
| ; | ; | Semicolon | |
| < | < | < | Less-than |
| = | = | Equals sign | |
| > | > | > | Greater than |
| ? | ? | Question mark | |
| @ | @ | At sign | |
| [ | [ | Opening/Left square bracket | |
| \ | \ | Backslash | |
| ] | ] | Closing/Right square bracket | |
| ^ | ^ | Caret | |
| _ | _ | Underscore | |
| ` | ` | Grave accent | |
| { | { | Opening/Left curly brace | |
| | | | | Vertical bar | |
| } | } | Closing/Right curly brace | |
| ~ | ~ | Tilde |
Miscellaneous HTML entities
List of miscellaneous HTML entities.
| Symbol | Entity Name | Entity Number | Description |
|---|---|---|---|
| Œ | Œ | Œ | Uppercase ligature OE |
| œ | œ | œ | Lowercase ligature OE |
| Š | Š | Š | Uppercase S with caron |
| š | š | š | Lowercase S with caron |
| Ÿ | Ÿ | Ÿ | Capital Y with diaeres |
| ƒ | ƒ | ƒ | Lowercase with hook |
| ˆ | ˆ | ˆ | Circumflex accent |
| ˜ | ˜ | ˜ | Tilde |
|   |   | En space | |
|   |   | Em space | |
|   |   | Thin space | |
| | ‌ | ‌ | Zero width non-joiner |
| | ‍ | ‍ | Zero width joiner |
| | ‎ | ‎ | Left-to-right mark |
| | ‏ | ‏ | Right-to-left mark |
| – | – | – | En dash |
| — | — | — | Em dash |
| ‘ | ‘ | ‘ | Left single quotation mark |
| ’ | ’ | ’ | Right single quotation mark |
| ‚ | ‚ | ‚ | Single low-9 quotation mark |
| “ | “ | “ | Left double quotation mark |
| ” | ” | ” | Right double quotation mark |
| „ | „ | „ | Double low-9 quotation mark |
| † | † | † | Dagger |
| ‡ | ‡ | ‡ | Double dagger |
| • | • | • | Bullet |
| … | … | … | Horizontal ellipsis |
| ‰ | ‰ | ‰ | Per mille |
| ′ | ′ | ′ | Minutes (Degrees) |
| ″ | ″ | ″ | Seconds (Degrees) |
| ‹ | ‹ | ‹ | Single left angle quotation |
| › | › | ‹ | Single right angle quotation |
| ‾ | ‾ | ‾ | Overline |
| € | € | € | Euro |
| ™ | ™ | ™ | Trademark |
| ← | ← | ← | Left arrow |
| ↑ | ↑ | ↑ | Up arrow |
| → | → | → | Right arrow |
| ↓ | ↓ | ↓ | Down arrow |
| ↔ | ↔ | ↔ | Left right arrow |
| ↵ | ↵ | ↵ | Carriage return arrow |
| ⌈ | ⌈ | ⌈ | Left ceiling |
| ⌉ | ⌉ | ⌉ | Right ceiling |
| ⌊ | ⌊ | ⌊ | Left floor |
| ⌋ | ⌋ | ⌋ | Right floor |
| ◊ | ◊ | ◊ | Lozenge |
| ♠ | ♠ | ♠ | Spade |
| ♣ | ♣ | ♣ | Club |
| ♥ | ♥ | ♥ | Heart |
| ♦ | ♦ | ♦ | Diamond |