// reference

HTML Entities

Common HTML entities — reserved characters, symbols, currency, punctuation and arrows — with their named and numeric codes.

HTML entities let you display characters that would otherwise be read as markup — the angle brackets and ampersand — or that aren't on your keyboard. This reference lists the ones you reach for most, in both named and numeric form.

Reserved characters

CharacterNamedNumericDescription
&&&Ampersand
<&lt;&#60;Less-than sign
>&gt;&#62;Greater-than sign
"&quot;&#34;Double quotation mark
'&apos;&#39;Apostrophe / single quote
 &nbsp;&#160;Non-breaking space

Symbols & currency

CharacterNamedNumericDescription
©&copy;&#169;Copyright
®&reg;&#174;Registered trademark
&trade;&#8482;Trademark
&euro;&#8364;Euro
£&pound;&#163;Pound sterling
¥&yen;&#165;Yen
¢&cent;&#162;Cent
§&sect;&#167;Section sign
&para;&#182;Pilcrow (paragraph)
°&deg;&#176;Degree

Punctuation & quotes

CharacterNamedNumericDescription
&mdash;&#8212;Em dash
&ndash;&#8211;En dash
&hellip;&#8230;Horizontal ellipsis
&bull;&#8226;Bullet
«&laquo;&#171;Left angle quotation
»&raquo;&#187;Right angle quotation
&ldquo;&#8220;Left double quote
&rdquo;&#8221;Right double quote
&lsquo;&#8216;Left single quote
&rsquo;&#8217;Right single quote

Math & arrows

CharacterNamedNumericDescription
±&plusmn;&#177;Plus-minus
×&times;&#215;Multiplication
÷&divide;&#247;Division
½&frac12;&#189;One half
¼&frac14;&#188;One quarter
&rarr;&#8594;Rightwards arrow
&larr;&#8592;Leftwards arrow
&uarr;&#8593;Upwards arrow
&darr;&#8595;Downwards arrow

More developer references

Cheat sheets and lookups paired with 36+ free, private, browser-based tools.

Browse references →
Last updated: Aug 19, 2026