4. Entities

Some characters are not displayed by XHTML user agents, either because they have a special meaning in XHTML (e.g. square brackets, "<" e ">", which enclose tag names) or because they don't belong to the character set of the document, e.g. greek or mathematical symbols.

Therefore, these characters must be represented through entities, which allow you to display special characters by using any of the following special sequences:

XHTML 1.0 defines three groups of entities:

Following are listed all the defined entities, split in the three above groups. For each entity, you will find its mnemonic, decimal and hex representation and how it is displayed by your browser.

Latin 1 entities
MnemonicHexadecimalDecimalOutput
&nbsp;&#xa0;&#160; 
&iexcl;&#xa1;&#161;¡
&cent;&#xa2;&#162;¢
&pound;&#xa3;&#163;£
&curren;&#xa4;&#164;¤
&yen;&#xa5;&#165;¥
&brvbar;&#xa6;&#166;¦
&sect;&#xa7;&#167;§
&uml;&#xa8;&#168;¨
&copy;&#xa9;&#169;©
&ordf;&#xaa;&#170;ª
&laquo;&#xab;&#171;«
&not;&#xac;&#172;¬
&shy;&#xad;&#173;­
&reg;&#xae;&#174;®
&macr;&#xaf;&#175;¯
&deg;&#xb0;&#176;°
&plusmn;&#xb1;&#177;±
&sup2;&#xb2;&#178;²
&sup3;&#xb3;&#179;³
&acute;&#xb4;&#180;´
&micro;&#xb5;&#181;µ
&para;&#xb6;&#182;
&middot;&#xb7;&#183;·
&cedil;&#xb8;&#184;¸
&sup1;&#xb9;&#185;¹
&ordm;&#xba;&#186;º
&raquo;&#xbb;&#187;»
&frac14;&#xbc;&#188;¼
&frac12;&#xbd;&#189;½
&frac34;&#xbe;&#190;¾
&iquest;&#xbf;&#191;¿
&Agrave;&#xc0;&#192;À
&Aacute;&#xc1;&#193;Á
&Acirc;&#xc2;&#194;Â
&Atilde;&#xc3;&#195;Ã
&Auml;&#xc4;&#196;Ä
&Aring;&#xc5;&#197;Å
&AElig;&#xc6;&#198;Æ
&Ccedil;&#xc7;&#199;Ç
&Egrave;&#xc8;&#200;È
&Eacute;&#xc9;&#201;É
&Ecirc;&#xca;&#202;Ê
&Euml;&#xcb;&#203;Ë
&Igrave;&#xcc;&#204;Ì
&Iacute;&#xcd;&#205;Í
&Icirc;&#xce;&#206;Î
&Iuml;&#xcf;&#207;Ï
&ETH;&#xd0;&#208;Ð
&Ntilde;&#xd1;&#209;Ñ
&Ograve;&#xd2;&#210;Ò
&Oacute;&#xd3;&#211;Ó
&Ocirc;&#xd4;&#212;Ô
&Otilde;&#xd5;&#213;Õ
&Ouml;&#xd6;&#214;Ö
&times;&#xd7;&#215;×
&Oslash;&#xd8;&#216;Ø
&Ugrave;&#xd9;&#217;Ù
&Uacute;&#xda;&#218;Ú
&Ucirc;&#xdb;&#219;Û
&Uuml;&#xdc;&#220;Ü
&Yacute;&#xdd;&#221;Ý
&THORN;&#xde;&#222;Þ
&szlig;&#xdf;&#223;ß
&agrave;&#xe0;&#224;à
&aacute;&#xe1;&#225;á
&acirc;&#xe2;&#226;â
&atilde;&#xe3;&#227;ã
&auml;&#xe4;&#228;ä
&aring;&#xe5;&#229;å
&aelig;&#xe6;&#230;æ
&ccedil;&#xe7;&#231;ç
&egrave;&#xe8;&#232;è
&eacute;&#xe9;&#233;é
&ecirc;&#xea;&#234;ê
&euml;&#xeb;&#235;ë
&igrave;&#xec;&#236;ì
&iacute;&#xed;&#237;í
&icirc;&#xee;&#238;î
&iuml;&#xef;&#239;ï
&eth;&#xf0;&#240;ð
&ntilde;&#xf1;&#241;ñ
&ograve;&#xf2;&#242;ò
&oacute;&#xf3;&#243;ó
&ocirc;&#xf4;&#244;ô
&otilde;&#xf5;&#245;õ
&ouml;&#xf6;&#246;ö
&divide;&#xf7;&#247;÷
&oslash;&#xf8;&#248;ø
&ugrave;&#xf9;&#249;ù
&uacute;&#xfa;&#250;ú
&ucirc;&#xfb;&#251;û
&uuml;&#xfc;&#252;ü
&yacute;&#xfd;&#253;ý
&thorn;&#xfe;&#254;þ
&yuml;&#xff;&#255;ÿ
Special entities
MnemonicHexadecimalDecimalOutput
&quot;&#x22;&#34;"
&amp;&#x26;&#38;&
&lt;&#x3c;&#60;<
&gt;&#x3e;&#62;>
&apos;&#x27;&#39;'
&OElig;&#x152;&#338;Œ
&oelig;&#x153;&#339;œ
&Scaron;&#x160;&#352;Š
&scaron;&#x161;&#353;š
&Yuml;&#x178;&#376;Ÿ
&circ;&#x2c6;&#710;ˆ
&tilde;&#x2dc;&#732;˜
&ensp;&#x2002;&#8194;
&emsp;&#x2003;&#8195;
&thinsp;&#x2009;&#8201;
&zwnj;&#x200c;&#8204;
&zwj;&#x200d;&#8205;
&lrm;&#x200e;&#8206;
&rlm;&#x200f;&#8207;
&ndash;&#x2013;&#8211;
&mdash;&#x2014;&#8212;
&lsquo;&#x2018;&#8216;
&rsquo;&#x2019;&#8217;
&sbquo;&#x201a;&#8218;
&ldquo;&#x201c;&#8220;
&rdquo;&#x201d;&#8221;
&bdquo;&#x201e;&#8222;
&dagger;&#x2020;&#8224;
&Dagger;&#x2021;&#8225;
&permil;&#x2030;&#8240;
&lsaquo;&#x2039;&#8249;
&rsaquo;&#x203a;&#8250;
&euro;&#x20ac;&#8364;
Symbol entities
MnemonicHexadecimalDecimalOutput
&fnof;&#x192;&#402;ƒ
&Alpha;&#x391;&#913;Α
&Beta;&#x392;&#914;Β
&Gamma;&#x393;&#915;Γ
&Delta;&#x394;&#916;Δ
&Epsilon;&#x395;&#917;Ε
&Zeta;&#x396;&#918;Ζ
&Eta;&#x397;&#919;Η
&Theta;&#x398;&#920;Θ
&Iota;&#x399;&#921;Ι
&Kappa;&#x39a;&#922;Κ
&Lambda;&#x39b;&#923;Λ
&Mu;&#x39c;&#924;Μ
&Nu;&#x39d;&#925;Ν
&Xi;&#x39e;&#926;Ξ
&Omicron;&#x39f;&#927;Ο
&Pi;&#x3a0;&#928;Π
&Rho;&#x3a1;&#929;Ρ
&Sigma;&#x3a3;&#931;Σ
&Tau;&#x3a4;&#932;Τ
&Upsilon;&#x3a5;&#933;Υ
&Phi;&#x3a6;&#934;Φ
&Chi;&#x3a7;&#935;Χ
&Psi;&#x3a8;&#936;Ψ
&Omega;&#x3a9;&#937;Ω
&alpha;&#x3b1;&#945;α
&beta;&#x3b2;&#946;β
&gamma;&#x3b3;&#947;γ
&delta;&#x3b4;&#948;δ
&epsilon;&#x3b5;&#949;ε
&zeta;&#x3b6;&#950;ζ
&eta;&#x3b7;&#951;η
&theta;&#x3b8;&#952;θ
&iota;&#x3b9;&#953;ι
&kappa;&#x3ba;&#954;κ
&lambda;&#x3bb;&#955;λ
&mu;&#x3bc;&#956;μ
&nu;&#x3bd;&#957;ν
&xi;&#x3be;&#958;ξ
&omicron;&#x3bf;&#959;ο
&pi;&#x3c0;&#960;π
&rho;&#x3c1;&#961;ρ
&sigmaf;&#x3c2;&#962;ς
&sigma;&#x3c3;&#963;σ
&tau;&#x3c4;&#964;τ
&upsilon;&#x3c5;&#965;υ
&phi;&#x3c6;&#966;φ
&chi;&#x3c7;&#967;χ
&psi;&#x3c8;&#968;ψ
&omega;&#x3c9;&#969;ω
&thetasym;&#x3d1;&#977;ϑ
&upsih;&#x3d2;&#978;ϒ
&piv;&#x3d6;&#982;ϖ
&bull;&#x2022;&#8226;
&hellip;&#x2026;&#8230;
&prime;&#x2032;&#8242;
&Prime;&#x2033;&#8243;
&oline;&#x203e;&#8254;
&frasl;&#x2044;&#8260;
&weierp;&#x2118;&#8472;
&image;&#x2111;&#8465;
&real;&#x211c;&#8476;
&trade;&#x2122;&#8482;
&alefsym;&#x2135;&#8501;
&larr;&#x2190;&#8592;
&uarr;&#x2191;&#8593;
&rarr;&#x2192;&#8594;
&darr;&#x2193;&#8595;
&harr;&#x2194;&#8596;
&crarr;&#x21b5;&#8629;
&lArr;&#x21d0;&#8656;
&uArr;&#x21d1;&#8657;
&rArr;&#x21d2;&#8658;
&dArr;&#x21d3;&#8659;
&hArr;&#x21d4;&#8660;
&forall;&#x2200;&#8704;
&part;&#x2202;&#8706;
&exist;&#x2203;&#8707;
&empty;&#x2205;&#8709;
&nabla;&#x2207;&#8711;
&isin;&#x2208;&#8712;
&notin;&#x2209;&#8713;
&ni;&#x220b;&#8715;
&prod;&#x220f;&#8719;
&sum;&#x2211;&#8721;
&minus;&#x2212;&#8722;
&lowast;&#x2217;&#8727;
&radic;&#x221a;&#8730;
&prop;&#x221d;&#8733;
&infin;&#x221e;&#8734;
&ang;&#x2220;&#8736;
&and;&#x2227;&#8743;
&or;&#x2228;&#8744;
&cap;&#x2229;&#8745;
&cup;&#x222a;&#8746;
&int;&#x222b;&#8747;
&there4;&#x2234;&#8756;
&sim;&#x223c;&#8764;
&cong;&#x2245;&#8773;
&asymp;&#x2248;&#8776;
&ne;&#x2260;&#8800;
&equiv;&#x2261;&#8801;
&le;&#x2264;&#8804;
&ge;&#x2265;&#8805;
&sub;&#x2282;&#8834;
&sup;&#x2283;&#8835;
&nsub;&#x2284;&#8836;
&sube;&#x2286;&#8838;
&supe;&#x2287;&#8839;
&oplus;&#x2295;&#8853;
&otimes;&#x2297;&#8855;
&perp;&#x22a5;&#8869;
&sdot;&#x22c5;&#8901;
&lceil;&#x2308;&#8968;
&rceil;&#x2309;&#8969;
&lfloor;&#x230a;&#8970;
&rfloor;&#x230b;&#8971;
&lang;&#x2329;&#9001;
&rang;&#x232a;&#9002;
&loz;&#x25ca;&#9674;
&spades;&#x2660;&#9824;
&clubs;&#x2663;&#9827;
&hearts;&#x2665;&#9829;
&diams;&#x2666;&#9830;