Encode and decode HTML entities โ convert special characters to safe HTML and back.
| Entity | Character | Description |
|---|---|---|
| & | & | Ampersand |
| < | < | Less than |
| > | > | Greater than |
| " | " | Double quote |
| ' | ' | Single quote |
| | Non-breaking space | |
| © | ยฉ | Copyright sign |
| ® | ยฎ | Registered trademark |
| ™ | โข | Trademark |
| € | โฌ | Euro sign |
| — | โ | Em dash |
| – | โ | En dash |
| … | โฆ | Ellipsis |
| « | ยซ | Left double angle quote |
| » | ยป | Right double angle quote |
HTML entities are special character sequences used in HTML to safely display reserved and special characters.