RUNWEBTOOLS
English

HTML Entities Reference: Symbols, Arrows & Special Characters

HTML entities let you display characters that would otherwise be interpreted as markup (like <) or that are hard to type (symbols, arrows, accented letters). Each has a named form (©) and a numeric form (©); both render the same character. Search and copy whichever you need.

Updated 2026-07-06

CharacterNamedNumericDescription
&&&Ampersand — must be escaped in HTML
<&lt;&#60;Less-than sign — must be escaped in HTML
>&gt;&#62;Greater-than sign
"&quot;&#34;Double quotation mark
'&apos;&#39;Apostrophe / single quote
&nbsp;&#160;Non-breaking space (won't line-break)
¢&cent;&#162;Cent
£&pound;&#163;Pound sterling
¤&curren;&#164;Generic currency
¥&yen;&#165;Yen / yuan
&euro;&#8364;Euro
©&copy;&#169;Copyright
®&reg;&#174;Registered trademark
&trade;&#8482;Trademark
§&sect;&#167;Section sign
&para;&#182;Pilcrow (paragraph sign)
°&deg;&#176;Degree
&ndash;&#8211;En dash
&mdash;&#8212;Em dash
&lsquo;&#8216;Left single quotation mark
&rsquo;&#8217;Right single quote / apostrophe
&ldquo;&#8220;Left double quotation mark
&rdquo;&#8221;Right double quotation mark
«&laquo;&#171;Left double angle quote
»&raquo;&#187;Right double angle quote
&hellip;&#8230;Horizontal ellipsis
&bull;&#8226;Bullet
·&middot;&#183;Middle dot
&dagger;&#8224;Dagger
&Dagger;&#8225;Double dagger
&prime;&#8242;Prime (feet, minutes)
&Prime;&#8243;Double prime (inches, seconds)
¡&iexcl;&#161;Inverted exclamation mark
¿&iquest;&#191;Inverted question mark
×&times;&#215;Multiplication sign
÷&divide;&#247;Division sign
±&plusmn;&#177;Plus-minus
&minus;&#8722;Minus sign
&ne;&#8800;Not equal to
&asymp;&#8776;Approximately equal
&equiv;&#8801;Identical to
&le;&#8804;Less than or equal
&ge;&#8805;Greater than or equal
&infin;&#8734;Infinity
&radic;&#8730;Square root
&sum;&#8721;N-ary summation
&prod;&#8719;N-ary product
&int;&#8747;Integral
&part;&#8706;Partial differential
µ&micro;&#181;Micro sign
½&frac12;&#189;One half
¼&frac14;&#188;One quarter
¾&frac34;&#190;Three quarters
²&sup2;&#178;Superscript two
³&sup3;&#179;Superscript three
&larr;&#8592;Leftwards arrow
&rarr;&#8594;Rightwards arrow
&uarr;&#8593;Upwards arrow
&darr;&#8595;Downwards arrow
&harr;&#8596;Left-right arrow
&rArr;&#8658;Rightwards double arrow
&hArr;&#8660;Left-right double arrow
&spades;&#9824;Spade suit
&clubs;&#9827;Club suit
&hearts;&#9829;Heart suit
&diams;&#9830;Diamond suit
&#9733;&#9733;Black star
&#9734;&#9734;White star
&#10003;&#10003;Check mark
&#10007;&#10007;Ballot X
α&alpha;&#945;Greek small alpha
β&beta;&#946;Greek small beta
γ&gamma;&#947;Greek small gamma
δ&delta;&#948;Greek small delta
π&pi;&#960;Greek small pi
σ&sigma;&#963;Greek small sigma
φ&phi;&#966;Greek small phi
Ω&Omega;&#937;Greek capital omega
Δ&Delta;&#916;Greek capital delta
à&agrave;&#224;a with grave accent
á&aacute;&#225;a with acute accent
â&acirc;&#226;a with circumflex
ä&auml;&#228;a with diaeresis (umlaut)
å&aring;&#229;a with ring above
ç&ccedil;&#231;c with cedilla
è&egrave;&#232;e with grave accent
é&eacute;&#233;e with acute accent
ê&ecirc;&#234;e with circumflex
ñ&ntilde;&#241;n with tilde
ö&ouml;&#246;o with diaeresis (umlaut)
ü&uuml;&#252;u with diaeresis (umlaut)
ß&szlig;&#223;Sharp s (eszett)

Related tools