Get Lifetime Access

HTML Entity Reference

Look up HTML entities, character codes, and special characters

CharacterEntityDecimalHexDescription
 
 
 
Non-breaking space
<
&lt;
&#60;
&#x3c;
Less than
>
&gt;
&#62;
&#x3e;
Greater than
&
&amp;
&#38;
&#x26;
Ampersand
"
&quot;
&#34;
&#x22;
Quotation mark
'
&apos;
&#39;
&#x27;
Apostrophe
¢
&cent;
&#162;
&#xa2;
Cent sign
£
&pound;
&#163;
&#xa3;
Pound sign
¥
&yen;
&#165;
&#xa5;
Yen sign
&euro;
&#8364;
&#x20ac;
Euro sign
©
&copy;
&#169;
&#xa9;
Copyright sign
®
&reg;
&#174;
&#xae;
Registered sign
&trade;
&#8482;
&#x2122;
Trademark sign
×
&times;
&#215;
&#xd7;
Multiplication sign
÷
&divide;
&#247;
&#xf7;
Division sign
°
&deg;
&#176;
&#xb0;
Degree sign
±
&plusmn;
&#177;
&#xb1;
Plus-minus sign
¼
&frac14;
&#188;
&#xbc;
Fraction one quarter
½
&frac12;
&#189;
&#xbd;
Fraction one half
¾
&frac34;
&#190;
&#xbe;
Fraction three quarters
¿
&iquest;
&#191;
&#xbf;
Inverted question mark
¡
&iexcl;
&#161;
&#xa1;
Inverted exclamation mark
§
&sect;
&#167;
&#xa7;
Section sign
&para;
&#182;
&#xb6;
Paragraph sign
·
&middot;
&#183;
&#xb7;
Middle dot
«
&laquo;
&#171;
&#xab;
Left-pointing double angle quotation mark
»
&raquo;
&#187;
&#xbb;
Right-pointing double angle quotation mark
&ldquo;
&#8220;
&#x201c;
Left double quotation mark
&rdquo;
&#8221;
&#x201d;
Right double quotation mark
&lsquo;
&#8216;
&#x2018;
Left single quotation mark
&rsquo;
&#8217;
&#x2019;
Right single quotation mark
&ndash;
&#8211;
&#x2013;
En dash
&mdash;
&#8212;
&#x2014;
Em dash
&hellip;
&#8230;
&#x2026;
Horizontal ellipsis
&bull;
&#8226;
&#x2022;
Bullet
&larr;
&#8592;
&#x2190;
Leftwards arrow
&uarr;
&#8593;
&#x2191;
Upwards arrow
&rarr;
&#8594;
&#x2192;
Rightwards arrow
&darr;
&#8595;
&#x2193;
Downwards arrow
&harr;
&#8596;
&#x2194;
Left right arrow
&spades;
&#9824;
&#x2660;
Black spade suit
&clubs;
&#9827;
&#x2663;
Black club suit
&hearts;
&#9829;
&#x2665;
Black heart suit
&diams;
&#9830;
&#x2666;
Black diamond suit
α
&alpha;
&#945;
&#x3b1;
Greek small letter alpha
β
&beta;
&#946;
&#x3b2;
Greek small letter beta
γ
&gamma;
&#947;
&#x3b3;
Greek small letter gamma
δ
&delta;
&#948;
&#x3b4;
Greek small letter delta
&sum;
&#8721;
&#x2211;
N-ary summation
&prod;
&#8719;
&#x220f;
N-ary product
&infin;
&#8734;
&#x221e;
Infinity
&radic;
&#8730;
&#x221a;
Square root
&int;
&#8747;
&#x222b;
Integral
&ne;
&#8800;
&#x2260;
Not equal to
&le;
&#8804;
&#x2264;
Less-than or equal to
&ge;
&#8805;
&#x2265;
Greater-than or equal to
&asymp;
&#8776;
&#x2248;
Almost equal to

ℹ️ About HTML Entities

HTML entities are used to display reserved characters or characters that are not available on your keyboard. They can be referenced by name (e.g., &copy;), decimal code (e.g., &#169;), or hexadecimal code (e.g., &#xa9;). Click any code to copy it to your clipboard.