Convert special characters to HTML entities and back
| Character | Entity | Code | Name |
|---|---|---|---|
| < | < | < | Less Than |
| > | > | > | Greater Than |
| & | & | & | Ampersand |
| " | " | " | Double Quote |
| ' | ' | ' | Apostrophe |
| ` | ` | ` | Backtick |
| / | / | / | Slash |
🔒 Your text is processed locally