HTML Escape / Unescape

HTML Escape / Unescape online helps you to escapes the special problematic characters with their correct HTML entities

For example;

  • & should be replaced with HTML entity &
  • < should be replaced with HTML entity &lt;
  • > should be replaced with HTML entity &gt;
  • " should be replaced with HTML entity &quot;

You can see full list of HTML Entities