🔤 HTML Escape / Unescape
Escapes or unescapes an HTML file removing traces of offending characters that could be wrongfully interpreted as markup.
Consult the HTML Entities page for a full list of supported HTML entities.
Common HTML Entities:
| Character | Entity Name | Entity Number |
|---|---|---|
| < | < | < |
| > | > | > |
| & | & | & |
| " | " | " |
| ' | ' (not in all HTML) | ' |
| |   |
Copy-paste the HTML to escape or unescape here
No file chosen
Result
0
Input Characters
0
Output Characters
0
Entities Found
About HTML Escape/Unescape
Why escape HTML?
Escaping HTML prevents characters from being interpreted as markup, which is essential for displaying code snippets or preventing XSS attacks.
Why unescape HTML?
Unescaping converts HTML entities back to their original characters for editing or processing.