Zpro-Tools

HTML Entity Encoder/Decoder

About HTML Entities

HTML entities are special codes used to represent characters that might otherwise be interpreted as HTML code. For example, < is represented as &lt;.

Common HTML Entities

CharacterEntity NameEntity Number
<&lt;&#60;
>&gt;&#62;
&&amp;&#38;
"&quot;&#34;
'&apos;&#39;
©&copy;&#169;
®&reg;&#174;