HTML Escape Tool

Escape or unescape HTML text and inspect the result immediately.

Common Entities

<>&"'

Escape Result

Output

Run escape or unescape to see the result here

Useful for `<`, `>`, `&`, quotes, and other common HTML-sensitive characters.

Common HTML Entities Reference Table

CharacterEntity NameEntity Number
<&lt;&#60;
>&gt;&#62;
&&amp;&#38;
"&quot;&#34;
'&#39;&#39;