Developer Playground

HTML Escape / Unescape

Escape or unescape HTML entities in your text

Output

Result will appear here...

About HTML Escape/Unescape

This tool helps you escape special HTML characters to their corresponding HTML entities or unescape HTML entities back to their original characters.

Examples:

  • <div> becomes &lt;div&gt; (escaped)
  • &lt;div&gt; becomes <div> (unescaped)
  • "Hello" becomes &quot;Hello&quot; (escaped)

Advertisement