HTML Escape

Copy-paste the string to Unescape here



What is HTML Escape characters and how does it work?

Deleting traces of objectionable characters comes out of Escapes an HTML file that can be misinterpreted as markup.

The following characters are stored in HTML and must be replaced with the corresponding HTML entity:

  • is replaced with  "
  • & is replaced with  &
  • < is replaced with  &lt;
  • > is replaced with  &gt;