HTML Named, Decimal & Hex Character Entities Reference
Lookup guide for HTML named entities, currency symbols, mathematical operators, arrows, and punctuation codes with 1-click copy.
Need to encode or decode HTML strings automatically?
Convert special characters to HTML entities and decode raw entity text.
Essential HTML Reserved Characters
Must be escaped in HTML documents to avoid syntax errors.
| Syntax / Token | Name / Type | Description | Example / Notes |
|---|---|---|---|
< | Less Than (<) | < or < | < |
> | Greater Than (>) | > or > | > |
& | Ampersand (&) | & or & | & |
" | Double Quote (") | " or " | " |
' | Apostrophe / Single Quote (') | ' or ' | ' |
Symbols, Copyright & Punctuation
Everyday legal, brand, and typographical symbols.
| Syntax / Token | Name / Type | Description | Example / Notes |
|---|---|---|---|
© | Copyright Symbol (ยฉ) | © or © | ยฉ |
® | Registered Trademark (ยฎ) | ® or ® | ยฎ |
™ | Trademark (โข) | ™ or ™ | โข |
| Non-Breaking Space |   or   โ prevents line break between words | โ |
— | Em Dash (โ) | — or — | โ |
– | En Dash (โ) | – or – | โ |
• | Bullet Point (โข) | • or • | โข |
… | Horizontal Ellipsis (โฆ) | … or … | โฆ |
Currencies & Math Symbols
Financial currency signs and mathematical symbols.
| Syntax / Token | Name / Type | Description | Example / Notes |
|---|---|---|---|
€ | Euro (โฌ) | € or € | โฌ |
£ | Pound Sterling (ยฃ) | £ or £ | ยฃ |
¥ | Yen / Yuan (ยฅ) | ¥ or ¥ | ยฅ |
× | Multiplication Sign (ร) | × or × | ร |
÷ | Division Sign (รท) | ÷ or ÷ | รท |
± | Plus-Minus Sign (ยฑ) | ± or ± | ยฑ |
∞ | Infinity (โ) | ∞ or ∞ | โ |
→ | Right Arrow (โ) | → or → | โ |
← | Left Arrow (โ) | ← or ← | โ |
Frequently Asked Questions
Common questions and developer tips regarding html character entities & special symbols reference.
Explore More Cheat Sheets
All Cheat Sheets โRegular Expression (RegEx) Syntax & Tokens
A complete developer cheat sheet for RegEx tokens, character classes, anchors, lookaheads, lookbehinds, flags, and common production patterns with 1-click copy.
Crontab Syntax & Schedule Reference
Quick reference guide for Unix/Linux crontab schedule syntax, 5-field time breakdown, step values, special characters, and common cron presets.
HTTP Status Codes (1xxโ5xx) Quick Reference
Comprehensive quick reference for all standard RFC HTTP status codes, REST API conventions, caching behaviors, and client/server error definitions.