HTML Unescaper

Install app Share web page

HTML Unescaper is a text utility that converts regular characters into HTML special characters.

HTML unescaping example

When there is a text code like this:

<div>Hello, World!</div>

HTML unescaping this will restore the original HTML code:

<div>Hello, World!</div>

Common characters that are frequently used

&lt;< (less than, smaller symbol)

&gt;> (greater than)

&amp;& (ampersand)

&quot;" (double quote, double quotation marks)

&#39;' (single quote, single quote)

Related apps

HTML Escaper