๐งฑ HTML Escape & Unescape
Escape HTML special characters or unescape encoded entities for templates, docs, and debugging. Free, browser-based, and no signup required.
Input
Result
-
โ Frequently Asked Questions
What does this tool do?
HTML escaping replaces special characters such as <, >, and & so content can be displayed safely inside markup or documentation.
Is my data uploaded to a server?
No. This page is designed to process input locally in your browser whenever possible, which is better for private debugging workflows.
๐ฏ Common Use Cases
Prepare snippets for docs
Escape template fragments
Unescape copied entity text
Debug rendered markup