QuickFreeTools

Online HTML Codes

Reference and copy common HTML character entities. Find entity names and numbers for symbols and special characters.

Common HTML character entities. Copy the entity or numeric code.

CharacterNameEntityNumericCopy
 non-breaking space  
<less than&lt;&#60;
>greater than&gt;&#62;
&ampersand&amp;&#38;
"double quote&quot;&#34;
©copyright&copy;&#169;
®registered&reg;&#174;
trademark&trade;&#8482;
euro&euro;&#8364;
'apostrophe&apos;&#39;

Frequently Asked Questions

What are HTML entities?
Character codes like &amp; for & and &copy; for ©. They let you display reserved or special characters in HTML.
Numeric vs named entities?
Named (e.g. &lt;) are readable; numeric (e.g. &#60;) work for any Unicode character.
When to use entities?
Use for <, >, &, and quotes in text, or for symbols (©, ®, €) when encoding is uncertain.

Related Developer Tools