HTML character entities
Prefer UTF-8 characters in modern pages; entities still help inside attributes and legacy content.
| Character | Entity | Name |
|---|---|---|
| < | < | Less than |
| > | > | Greater than |
| & | & | Ampersand |
| " | " | Double quote |
| ' | ' | Apostrophe |
| | Non-breaking space | |
| © | © | Copyright |
| ® | ® | Registered |
| ™ | ™ | Trademark |
| € | € | Euro |
| £ | £ | Pound |
| ¥ | ¥ | Yen |
| – | – | En dash |
| — | — | Em dash |
| … | … | Ellipsis |
| × | × | Multiplication |
| ÷ | ÷ | Division |
| ° | ° | Degree |
Notes
- Numeric forms like   also work.
- Don’t double-escape already-encoded content.