HTML Escape/Unescape

Plain Text

0 characters, 0 lines

Escaped HTML

0 characters, 0 lines

Common HTML Entities Reference

CharacterDescriptionNamedDecimalHex
&Ampersand&&&
<Less than&lt;&#60;&#x3C;
>Greater than&gt;&#62;&#x3E;
"Double quote&quot;&#34;&#x22;
'Single quote&apos;&#39;&#x27;
[ ]Non-breaking space&nbsp;&#160;&#xA0;
©Copyright&copy;&#169;&#xA9;
®Registered&reg;&#174;&#xAE;
Trademark&trade;&#8482;&#x2122;
Euro sign&euro;&#8364;&#x20AC;
£Pound sign&pound;&#163;&#xA3;
En dash&ndash;&#8211;&#x2013;
Em dash&mdash;&#8212;&#x2014;
Ellipsis&hellip;&#8230;&#x2026;
°Degree&deg;&#176;&#xB0;