HTML Escape Unescape

Encode HTML special characters so they display as text instead of code, or decode entities back to characters. Use this to make user content safe and avoid XSS.

0 characters0 entities

HTML entities reference

CharacterEntityNumberName
&&&Ampersand
<&lt;&#60;Less than
>&gt;&#62;Greater than
"&quot;&#34;Double quote
'&apos;&#39;Single quote