HTML Entity Reference
Useful named HTML entities and the characters they represent. Use the search field to quickly narrow this reference.
| Value | Name / form | Meaning |
|---|---|---|
| & | & | Ampersand |
| < | < | Less-than sign |
| > | > | Greater-than sign |
| " | " | Double quotation mark |
| ' | ' | Apostrophe |
| | non-breaking space | Prevents a line break |
| © | © | Copyright sign |
| ® | ® | Registered trademark |
| ™ | ™ | Trademark sign |
| — | — | Em dash |
| – | – | En dash |
| … | … | Ellipsis |
How to use this reference
Search by a value, name, or keyword. The table is designed as a quick reminder while you code, debug, or review documentation. Examples are intentionally compact; verify environment-specific behavior in the official documentation for the platform you are using.