HTML Entities
Encode and decode HTML entities
Common Presets
| Value | Name | Type | Info |
|---|---|---|---|
| & | & | & | Ampersand |
| < | < | < | Less than |
| > | > | > | Greater than |
| " | " | " | Double quotation mark |
| ' | ' | ' | Single quotation mark (apostrophe) |
| space | |   | Non-breaking space |
| ยฉ | © | © | Copyright sign |
| ยฎ | ® | ® | Registered sign |
| โข | ™ | ™ | Trade mark sign |
| โฌ | € | € | Euro sign |
| ยฃ | £ | £ | Pound sign |
| ยฅ | ¥ | ¥ | Yen sign |
| ยข | ¢ | ¢ | Cent sign |
| ยง | § | § | Section sign |
| ยถ | ¶ | ¶ | Pilcrow (paragraph) sign |
| โข | • | • | Bullet |
| โฆ | … | … | Horizontal ellipsis |
| โ | — | — | Em dash |
| โ | – | – | En dash |
| โ | ← | ← | Left arrow |
| โ | → | → | Right arrow |
| โ | ↑ | ↑ | Up arrow |
| โ | ↓ | ↓ | Down arrow |
| โ | ♠ | ♠ | Black spade suit |
| โฅ | ♥ | ♥ | Black heart suit |
| โฆ | ♦ | ♦ | Black diamond suit |
| โฃ | ♣ | ♣ | Black club suit |
FAQ
- What are HTML entities and when should I encode them?
- HTML entities are special codes that represent characters like <, >, &, and quotes that have meaning in HTML. Encoding them prevents XSS attacks and ensures your content displays correctly in web pages.
- Can I decode HTML entities back to regular text?
- Yes, Toollo's tool encodes and decodes in both directions. Paste encoded HTML entities to get the original text, or paste raw text to get the entity-encoded version.
- Does the tool handle all named and numeric HTML entities?
- Yes, it supports all named entities (like &), decimal entities (like &), and hexadecimal entities (like &). All processing runs locally in your browser for complete privacy.