HTML Entities Reference

// Searchable HTML entities table

NAMENUMBERCHARDESCRIPTION
&&&Ampersand
&lt;&#60;<Less than
&gt;&#62;>Greater than
&quot;&#34;"Double quotation mark
&apos;&#39;'Apostrophe
NAMENUMBERCHARDESCRIPTION
&nbsp;&#160; Non-breaking space
&ensp;&#8194;En space
&emsp;&#8195;Em space
&thinsp;&#8201;Thin space
&shy;&#173;­Soft hyphen
&zwj;&#8205;Zero-width joiner
&zwnj;&#8204;Zero-width non-joiner
&lrm;&#8206;Left-to-right mark
&rlm;&#8207;Right-to-left mark
NAMENUMBERCHARDESCRIPTION
&ndash;&#8211;En dash
&mdash;&#8212;Em dash
&lsquo;&#8216;Left single quotation
&rsquo;&#8217;Right single quotation
&ldquo;&#8220;Left double quotation
&rdquo;&#8221;Right double quotation
&bull;&#8226;Bullet
&hellip;&#8230;Horizontal ellipsis
&prime;&#8242;Prime (minutes/feet)
&Prime;&#8243;Double prime (seconds/inches)
&laquo;&#171;«Left angle quotation
&raquo;&#187;»Right angle quotation
&iexcl;&#161;¡Inverted exclamation
&iquest;&#191;¿Inverted question mark
&dagger;&#8224;Dagger
&Dagger;&#8225;Double dagger
NAMENUMBERCHARDESCRIPTION
&cent;&#162;¢Cent sign
&pound;&#163;£Pound sign
&yen;&#165;¥Yen sign
&euro;&#8364;Euro sign
&curren;&#164;¤Currency sign
&fnof;&#402;ƒFlorin sign
NAMENUMBERCHARDESCRIPTION
&plus;&#43;+Plus sign
&minus;&#8722;Minus sign
&times;&#215;×Multiplication sign
&divide;&#247;÷Division sign
&equals;&#61;=Equals sign
&ne;&#8800;Not equal to
&le;&#8804;Less than or equal
&ge;&#8805;Greater than or equal
&plusmn;&#177;±Plus-minus sign
&frac12;&#189;½One half
&frac14;&#188;¼One quarter
&frac34;&#190;¾Three quarters
&sup2;&#178;²Superscript two
&sup3;&#179;³Superscript three
&radic;&#8730;Square root
&infin;&#8734;Infinity
&sum;&#8721;Summation
&prod;&#8719;Product
&int;&#8747;Integral
&part;&#8706;Partial differential
&nabla;&#8711;Nabla
&permil;&#8240;Per mille sign
&deg;&#176;°Degree sign
&micro;&#181;µMicro sign
NAMENUMBERCHARDESCRIPTION
&larr;&#8592;Left arrow
&uarr;&#8593;Up arrow
&rarr;&#8594;Right arrow
&darr;&#8595;Down arrow
&harr;&#8596;Left-right arrow
&lArr;&#8656;Left double arrow
&rArr;&#8658;Right double arrow
&uArr;&#8657;Up double arrow
&dArr;&#8659;Down double arrow
&hArr;&#8660;Left-right double arrow
NAMENUMBERCHARDESCRIPTION
&copy;&#169;©Copyright sign
&reg;&#174;®Registered sign
&trade;&#8482;Trademark sign
&sect;&#167;§Section sign
&para;&#182;Paragraph sign
&middot;&#183;·Middle dot
&ordf;&#170;ªFeminine ordinal
&ordm;&#186;ºMasculine ordinal
&loz;&#9674;Lozenge
&spades;&#9824;Spade suit
&clubs;&#9827;Club suit
&hearts;&#9829;Heart suit
&diams;&#9830;Diamond suit

#About HTML Entities Reference

Free online HTML entities reference. Browse and search HTML character entities by name, number, or character. Includes all standard HTML entities. This tool runs entirely in your browser — your data is never sent to a server. Just paste your input, get instant results, and copy with one click. No sign-up or installation required.

#FAQ

What are HTML entities?
HTML entities are special codes used to display reserved or special characters in HTML. They start with & and end with ;. For example, &lt; displays as < and &amp; displays as &.
When should I use HTML entities?
Use HTML entities for characters that have special meaning in HTML (like <, >, &, and "), for characters not easily typed on a keyboard, and for special symbols like copyright (©), trademark (™), and mathematical operators.
</> Embed this tool

Copy this code to embed the tool on your website. Adjust the height to fit your layout.

<iframe src="https://www.browserutils.dev/embed/html-entities-reference" width="100%" height="500" frameborder="0" title="HTML Entities Reference"></iframe>

#Related