HTML Entities : Java Glossary

go to home page H words local find full screen, hide local find menu Google search web for more information on this topic jump to foot of page translate this page with Babelfish punctuation 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z (all) ©1996-2009 2008-03-30 Roedy Green, Canadian Mind Products
Entities in HTML
codes use in HTML to get fancy characters e.g.
Common Sample Entities
How The Entity is Rendered How To Code the Enitity
& &
< &lt;
> &gt;
&trade;
é &eacute;
&lsquo;
&rsquo;
&ldquo;
&rdquo;
Unlike most pages on this website this one is best viewed with Microsoft Internet Explorer.
Accented Characters Esperanto Named Entities Obscure Arrows Special Characters
Bracketing Chararacters Greek Letters Arrows Polish Accented Letters Links
Cyrillic Letters Hebrew Letters Quoting Characters Possible Special Characters
Entities Hex Entities Numeric Entities Russian Letters

Possible Special Characters

You will learn to create all the special characters like these using named entities:
' ¢ ¤ ÷ ƒ > · ¬ ª ϖ " ϒ
` ˆ º ± "
~ ½ ¿ £ § ¹ × ¥
´ ¦ ¼ <   ñ ® ­(-) ²
© ¾ ¯ » ³
& ° ¡ «  
¸ µ ß ¨  
Depending on your browser and your installed fonts, some of those characters above will not display properly. I have discovered that Opera, Firefox, Mozilla and Netscape all handle fonts with missing characters properly. If a font is missing a character, they borrow it from a font that has it rather than leaving it blank or drawing an empty box. IE is not clever enough to do this.

I have the following fonts work best for rendering the more exotic characters: Lucida Unicode, Lucida Sans, Serif, SansSerif, MS PGothic, MSUIgothic and Monospaced.

I also discovered many fonts from the pre-Unicode era do not work well. Ideally you want all your fonts designed for Unicode. If you have fonts in Opentype, PostScript Type 1 and TrueType form, you can experiment to see which works best, testing them as appropriate in your word processor, Java and browser.

Possible Accented Characters

You will learn to generate all the accented characters like:

À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Œ Ò Ó Ô Õ Ö Ø Š Ù Ú Û Ü Ý Þ Ÿ
à á â ã ä å æ ç è é ê ë ì í î ï ð ñ œ ò ó ô õ ö ø š ù ú û ü ý þ ÿ
Depending on your browser and your installed fonts, some of those characters above will not display properly.

Possible Greek Characters

You will learn to create all the Greek characters like:
Α Β Γ Δ Ε Ζ Η Θ   Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ   Τ Υ Φ Χ Ψ Ω
α β γ δ ε ζ η θ ϑ ι κ λ μ ν ξ ο π ρ σ ς τ υ φ χ ψ ω

Special Character Entity Codes

These are various special characters you can get with named entities. The list does not include the accented letters or foreign language letters.
Entity Codes for Special Characters in HTML
Rendered
Char
Char
Entity
Hex
Entity
Decimal
Entity
Java
Literal
Description Notes
"&quot;&#x22;&#34;'\u0022'quotation markdouble quote. APL quote. Usually use the &ldquo; and &rdquo;
&&amp;&#x26;&#38;'\u0026'ampersand
''&#x27;&#39;'\u0027'apostropheno entity needed, single quote, use &grave; and acute for left/right, or &lsquo; and &rsquo;. &apos; is not officially recognised.
<&lt;&#x3c;&#60;'\u003c'less-than sign
>&gt;&#x3e;&#62;'\u003e'greater-than sign
@@&#x40;&#64;'\u0040'at signno entity needed. &at; is not officially recognised.
^^&#x5e;&#94;'\u005e'circumflexno entity needed. spacing ^, see also &circ; ˆ
``&#x60;&#96;'\u0060'graveno entity needed.
~~&#x7e;&#126;'\u007e'tildespacing tilde not a dead key. see &sim ∼
 &nbsp;&#xa0;&#160;'\u00a0'non-breaking space→ ←
¡&iexcl;&#xa1;&#161;'\u00a1'inverted exclamation mark
¢&cent;&#xa2;&#162;'\u00a2'cent sign
£&pound;&#xa3;&#163;'\u00a3'pound sign
¤&curren;&#xa4;&#164;'\u00a4'currency sign
¥&yen;&#xa5;&#165;'\u00a5'yen sign
¦&brvbar;&#xa6;&#166;'\u00a6'broken bar
§&sect;&#xa7;&#167;'\u00a7'section signlike two Ss joins forming a circle in the middle
¨&uml;&#xa8;&#168;'\u00a8'diaeresisumlaut, spacing diaeresis, not a dead char
©&copy;&#xa9;&#169;'\u00a9'copyright sign
ª&ordf;&#xaa;&#170;'\u00aa'feminine ordinal indicator
«&laquo;&#xab;&#171;'\u00ab'left guillemotleft angled quote, left-pointing double angle quotation mark
¬&not;&#xac;&#172;'\u00ac'not sign
­&shy;&#xad;&#173;'\u00ad'soft hyphenThe soft hyphen is always visible, and may look slightly different from a normal hyphen. It is intended for use at ends of line to indicate a word break. There is no such thing as a non-breaking hyphen that forces text on both sides to stay on the same there is no such thing as a discretionary hyphen that marks a good place to split a word over two lines if necessary, invisible unless the word breaks over two lines.
®&reg;&#xae;&#174;'\u00ae'registered signregistered trade mark sign. Illegal for a vendor to use without legal registration. See also &trade; ™
¯&macr;&#xaf;&#175;'\u00af'macronspacing macron, not dead key, overline
°&deg;&#xb0;&#176;'\u00b0'degree sign
±&plusmn;&#xb1;&#177;'\u00b1'plus-minus sign
²&sup2;&#xb2;&#178;'\u00b2'superscript twoYou can also use 2 <sup>2</sup>
³&sup3;&#xb3;&#179;'\u00b3'superscript threeYou can also use 3 <sup>3</sup>
´&acute;&#xb4;&#180;'\u00b4'acute accentspacing acute, not dead key
µ&micro;&#xb5;&#181;'\u00b5'micro signlike &mu; μ
&para;&#xb6;&#182;'\u00b6'pilcrow signparagraph sign, like S with circle
·&middot;&#xb7;&#183;'\u00b7'middle dot
¸&cedil;&#xb8;&#184;'\u00b8'cedillaspacing cedilla, not dead key, looks like subscript c
¹&sup1;&#xb9;&#185;'\u00b9'superscript oneYou can also use 1 <sup>1</sup>
º&ordm;&#xba;&#186;'\u00ba'masculine ordinal indicator
»&raquo;&#xbb;&#187;'\u00bb'right guillemotright-pointing double angle quotation mark
¼&frac14;&#xbc;&#188;'\u00bc'vulgar fraction 1/4
½&frac12;&#xbd;&#189;'\u00bd'vulgar fraction 1/2
¾&frac34;&#xbe;&#190;'\u00be'vulgar fraction 3/4
¿&iquest;&#xbf;&#191;'\u00bf'inverted question mark
×&times;&#xd7;&#215;'\u00d7'multiplication sign
÷&divide;&#xf7;&#247;'\u00f7'division sign
ˆ&circ;&#x2c6;&#710;'\u02c6'modifier letter circumflex accentacts like a ^ dead key
˜&tilde;&#x2dc;&#732;'\u02dc'small tildesee also ~ and &sim; ∼
Α&Alpha;&#x391;&#913;'\u0391'Greek capital letter Alpha
Β&Beta;&#x392;&#914;'\u0392'Greek capital letter Beta
Γ&Gamma;&#x393;&#915;'\u0393'Greek capital letter Gamma
Δ&Delta;&#x394;&#916;'\u0394'Greek capital letter Delta
Ε&Epsilon;&#x395;&#917;'\u0395'Greek capital letter Epsilon
Ζ&Zeta;&#x396;&#918;'\u0396'Greek capital letter Zeta
Η&Eta;&#x397;&#919;'\u0397'Greek capital letter Eta
Θ&Theta;&#x398;&#920;'\u0398'Greek capital letter Theta
Ι&Iota;&#x399;&#921;'\u0399'Greek capital letter Iota
Κ&Kappa;&#x39a;&#922;'\u039a'Greek capital letter Kappa
Λ&Lambda;&#x39b;&#923;'\u039b'Greek capital letter Lambda
Μ&Mu;&#x39c;&#924;'\u039c'Greek capital letter Mu
Ν&Nu;&#x39d;&#925;'\u039d'Greek capital letter Nu
Ξ&Xi;&#x39e;&#926;'\u039e'Greek capital letter Xi
Ο&Omicron;&#x39f;&#927;'\u039f'Greek capital letter Omicron
Π&Pi;&#x3a0;&#928;'\u03a0'Greek capital letter Pilike &prod; ∏
Ρ&Rho;&#x3a1;&#929;'\u03a1'Greek capital letter Rho
Σ&Sigma;&#x3a3;&#931;'\u03a3'Greek capital letter Sigmalike &sum; ∑
Τ&Tau;&#x3a4;&#932;'\u03a4'Greek capital letter Tau
Υ&Upsilon;&#x3a5;&#933;'\u03a5'Greek capital letter Upsilon
Φ&Phi;&#x3a6;&#934;'\u03a6'Greek capital letter Phi
Χ&Chi;&#x3a7;&#935;'\u03a7'Greek capital letter Chi
Ψ&Psi;&#x3a8;&#936;'\u03a8'Greek capital letter Psi
Ω&Omega;&#x3a9;&#937;'\u03a9'Greek capital letter Omega
α&alpha;&#x3b1;&#945;'\u03b1'Greek small letter alpha
β&beta;&#x3b2;&#946;'\u03b2'Greek small letter beta
γ&gamma;&#x3b3;&#947;'\u03b3'Greek small letter gamma
δ&delta;&#x3b4;&#948;'\u03b4'Greek small letter delta
ε&epsilon;&#x3b5;&#949;'\u03b5'Greek small letter epsilon
ζ&zeta;&#x3b6;&#950;'\u03b6'Greek small letter zeta
η&eta;&#x3b7;&#951;'\u03b7'Greek small letter eta
θ&theta;&#x3b8;&#952;'\u03b8'Greek small letter theta
ι&iota;&#x3b9;&#953;'\u03b9'Greek small letter iota
κ&kappa;&#x3ba;&#954;'\u03ba'Greek small letter kappa
λ&lambda;&#x3bb;&#955;'\u03bb'Greek small letter lambda
μ&mu;&#x3bc;&#956;'\u03bc'Greek small letter mulike &micro; µ
ν&nu;&#x3bd;&#957;'\u03bd'Greek small letter nu
ξ&xi;&#x3be;&#958;'\u03be'Greek small letter xi
ο&omicron;&#x3bf;&#959;'\u03bf'Greek small letter omicron
π&pi;&#x3c0;&#960;'\u03c0'Greek small letter pi
ρ&rho;&#x3c1;&#961;'\u03c1'Greek small letter rho
ς&sigmaf;&#x3c2;&#962;'\u03c2'Greek small letter final sigma
σ&sigma;&#x3c3;&#963;'\u03c3'Greek small letter sigma
τ&tau;&#x3c4;&#964;'\u03c4'Greek small letter tau
υ&upsilon;&#x3c5;&#965;'\u03c5'Greek small letter upsilon
φ&phi;&#x3c6;&#966;'\u03c6'Greek small letter phi
χ&chi;&#x3c7;&#967;'\u03c7'Greek small letter chi
ψ&psi;&#x3c8;&#968;'\u03c8'Greek small letter psi
ω&omega;&#x3c9;&#969;'\u03c9'Greek small letter omega
ϑ&thetasym;&#x3d1;&#977;'\u03d1'Greek theta symbol
ϒ&upsih;&#x3d2;&#978;'\u03d2'Greek upsilon with hook symbol
ϖ&piv;&#x3d6;&#982;'\u03d6'Greek pi symbolnot ordinary pi, looks like omega bar,
&ensp;&#x2002;&#8194;'\u2002'en space→ ←
&emsp;&#x2003;&#8195;'\u2003'em space→ ←
&thinsp;&#x2009;&#8201;'\u2009'thin space→ ←
&zwnj;&#x200c;&#8204;'\u200c'zero width non-joiner
&zwj;&#x200d;&#8205;'\u200d'zero width joiner
&lrm;&#x200e;&#8206;'\u200e'left-to-right mark
&rlm;&#x200f;&#8207;'\u200f'right-to-left mark
&ndash;&#x2013;&#8211;'\u2013'en dashcompare — &mdash; − &minus; – &ndash; - ordinary dash
&mdash;&#x2014;&#8212;'\u2014'em dashcompare — &mdash;, − &minus; – &ndash; - ordinary dash
&lsquo;&#x2018;&#8216;'\u2018'left single-6 quotation mark
&rsquo;&#x2019;&#8217;'\u2019'right single-9 quotation mark
&sbquo;&#x201a;&#8218;'\u201a'single low-9 quotation mark
&ldquo;&#x201c;&#8220;'\u201c'left double-66 quotation mark
&rdquo;&#x201d;&#8221;'\u201d'right double-99 quotation mark
&bdquo;&#x201e;&#8222;'\u201e'double low-99 quotation mark
&dagger;&#x2020;&#8224;'\u2020'daggernot widely supported. &#134; only works in Latin-1
&Dagger;&#x2021;&#8225;'\u2021'double dagger
&bull;&#x2022;&#8226;'\u2022'bulletblack small circle
&hellip;&#x2026;&#8230;'\u2026'horizontal ellipsisthree dots in a row
&permil;&#x2030;&#8240;'\u2030'per mille sign
&prime;&#x2032;&#8242;'\u2032'primeindicates minutes or feet
&Prime;&#x2033;&#8243;'\u2033'double primeindicates seconds or inches
&lsaquo;&#x2039;&#8249;'\u2039'single left-pointing angle quotation mark
&rsaquo;&#x203a;&#8250;'\u203a'single right-pointing angle quotation mark
&oline;&#x203e;&#8254;'\u203e'overlinespacing overline, not dead key
&frasl;&#x2044;&#8260;'\u2044'fraction slash
&euro;&#x20ac;&#8364;'\u20ac'Euro currency sign&#128; only works in Latin-1
&image;&#x2111;&#8465;'\u2111'black-letter capital iimaginary part
&weierp;&#x2118;&#8472;'\u2118'script capital ppower set, Wierstrasse p
&real;&#x211c;&#8476;'\u211c'black-letter capital rreal part symbol
&trade;&#x2122;&#8482;'\u2122'trademark signunregistered Trademark. &trade; only recently supported. Use <sup>TM</sup> for safety. &#153; only works in Latin-1.
&alefsym;&#x2135;&#8501;'\u2135'alef symbolfirst transfinite cardinal, note spelling alefysm not alephsym.
&larr;&#x2190;&#8592;'\u2190'leftwards arrow
&uarr;&#x2191;&#8593;'\u2191'upwards arrow
&rarr;&#x2192;&#8594;'\u2192'rightwards arrow
&darr;&#x2193;&#8595;'\u2193'downwards arrow
&harr;&#x2194;&#8596;'\u2194'left right arrow
&crarr;&#x21b5;&#8629;'\u21b5'downwards arrow with corner leftwards
&lArr;&#x21d0;&#8656;'\u21d0'leftwards double arrow
&uArr;&#x21d1;&#8657;'\u21d1'upwards double arrow
&rArr;&#x21d2;&#8658;'\u21d2'rightwards double arrow
&dArr;&#x21d3;&#8659;'\u21d3'downwards double arrow
&hArr;&#x21d4;&#8660;'\u21d4'left right double arrow
&forall;&#x2200;&#8704;'\u2200'for all
&part;&#x2202;&#8706;'\u2202'partial differential
&exist;&#x2203;&#8707;'\u2203'there exists
&empty;&#x2205;&#8709;'\u2205'empty setnull set, diameter
&nabla;&#x2207;&#8711;'\u2207'nablabackward difference. See &Delta; Δ
&isin;&#x2208;&#8712;'\u2208'element of
&notin;&#x2209;&#8713;'\u2209'not an element of
&ni;&#x220b;&#8715;'\u220b'contains as member
&prod;&#x220f;&#8719;'\u220f'n-ary productproduct sign, like like &Pi; Π
&sum;&#x2211;&#8721;'\u2211'n-ary summationlike &Sigma; Σ
&minus;&#x2212;&#8722;'\u2212'minus signcompare — &mdash; − &minus; – &ndash; - ordinary dash
&lowast;&#x2217;&#8727;'\u2217'asterisk operator
&radic;&#x221a;&#8730;'\u221a'square rootradical sign
&prop;&#x221d;&#8733;'\u221d'proportional to
&infin;&#x221e;&#8734;'\u221e'infinity
&ang;&#x2220;&#8736;'\u2220'angle
&and;&#x2227;&#8743;'\u2227'logical andupside down v wedge
&or;&#x2228;&#8744;'\u2228'logical orvee
&cap;&#x2229;&#8745;'\u2229'intersectionset theory, upside down U cap shape
&cup;&#x222a;&#8746;'\u222a'unionset theory, U cup shape
&int;&#x222b;&#8747;'\u222b'integral
&there4;&#x2234;&#8756;'\u2234'therefore
&sim;&#x223c;&#8764;'\u223c'tilde operatorvaries with, similar to, see ~ and &tilde; ˜
&cong;&#x2245;&#8773;'\u2245'congruent to
&asymp;&#x2248;&#8776;'\u2248'asymptotic toalmost equal to
&ne;&#x2260;&#8800;'\u2260'not equal to
&equiv;&#x2261;&#8801;'\u2261'identical toequivalent to
&le;&#x2264;&#8804;'\u2264'less-than or equal to
&ge;&#x2265;&#8805;'\u2265'greater-than or equal to
&sub;&#x2282;&#8834;'\u2282'subset ofset theory, does not mean subcript.
&sup;&#x2283;&#8835;'\u2283'superset ofset theory, does not mean superscript.
&nsub;&#x2284;&#8836;'\u2284'not a subset ofset theory
&sube;&#x2286;&#8838;'\u2286'subset of or equal toset theory
&supe;&#x2287;&#8839;'\u2287'superset of or equal toset theory
&oplus;&#x2295;&#8853;'\u2295'circled plusdirect sum
&otimes;&#x2297;&#8855;'\u2297'circled timesvector product
&perp;&#x22a5;&#8869;'\u22a5'up tackorthogonal to, perpendicular
&sdot;&#x22c5;&#8901;'\u22c5'dot operator
&lceil;&#x2308;&#8968;'\u2308'left ceilingapl upstile
&rceil;&#x2309;&#8969;'\u2309'right ceilingapl downstile
&lfloor;&#x230a;&#8970;'\u230a'left floor
&rfloor;&#x230b;&#8971;'\u230b'right floor
&lang;&#x2329;&#9001;'\u2329'left-pointing angle bracket
&rang;&#x232a;&#9002;'\u232a'right-pointing angle bracketkey
&loz;&#x25ca;&#9674;'\u25ca'lozenge
&spades;&#x2660;&#9824;'\u2660'black spade suit
&clubs;&#x2663;&#9827;'\u2663'black club suitshamrock
&hearts;&#x2665;&#9829;'\u2665'black heart suitvalentine
&diams;&#x2666;&#9830;'\u2666'black diamond suit

Quoting Characters

Here are various characters used to set off quotations. There is a much richer set that the 66 99 you learned in grade 2.
Entity Codes for Quoting Characters in HTML
Rendered
Char
Char
Entity
Hex
Entity
Decimal
Entity
Java
Literal
Description Notes
"&quot;&#x22;&#34;'\u0022'quotation markdouble quote. APL quote. Usually use the &ldquo; and &rdquo;
''&#x27;&#39;'\u0027'apostropheno entity needed, single quote, use &grave; and acute for left/right, or &lsquo; and &rsquo;. &apos; is not officially recognised.
``&#x60;&#96;'\u0060'graveno entity needed.
«&laquo;&#xab;&#171;'\u00ab'left guillemotleft angled quote, left-pointing double angle quotation mark
´&acute;&#xb4;&#180;'\u00b4'acute accentspacing acute, not dead key
»&raquo;&#xbb;&#187;'\u00bb'right guillemotright-pointing double angle quotation mark
&lsquo;&#x2018;&#8216;'\u2018'left single-6 quotation mark
&rsquo;&#x2019;&#8217;'\u2019'right single-9 quotation mark
&sbquo;&#x201a;&#8218;'\u201a'single low-9 quotation mark
&ldquo;&#x201c;&#8220;'\u201c'left double-66 quotation mark
&rdquo;&#x201d;&#8221;'\u201d'right double-99 quotation mark
&bdquo;&#x201e;&#8222;'\u201e'double low-99 quotation mark
&lsaquo;&#x2039;&#8249;'\u2039'single left-pointing angle quotation mark
&rsaquo;&#x203a;&#8250;'\u203a'single right-pointing angle quotation mark

Arrows

Ways of Making Arrows
Appearance HTML tags
   
< >
   
  &and;  
&lt; &mdash; &gt;
  &or;  
&#x2196; &uarr; &#x2197;
&larr; &harr; &rarr;
&#x2199; &darr; &#x2198;
   
   
  &uArr;  
&lArr; &hArr; &rArr;
  &dArr;  

Obscure Arrows

The following arrow entities are not well supported, though are well supported as hex entities.
Obscure Arrow HTML Entity Codes
char rendered via hex hex entity char rendered via entity
Often fails!
char entity Description
&#x21b6; &cularr; &cularr; anticlockwise top semicircle arrow
&#x21b7; &curarr; &curarr; clockwise top semicircle arrow
&#x21ca; &darr2; &darr2; two down arrows
&#x2193; &darr; down arrow
&#x21d3; &dArr; down double arrow
&#x21c3; &dharl; &dharl; down harpoon-left
&#x21c2; &dharr; &dharr; down harpoon right
&#x2199; &dlarr; &dlarr; south west, downward left arrow
&#x2198; &drarr; &drarr; south east, downward right arrow
&#x21d4; &hArr; left and right double arrow
&#x2194; &harr; left and right arrow
&#x21ad; &harrw; &harrw; left and right arrow-wavy
&#x21da; &lAarr; &lAarr; left triple arrow
&#x21c7; &larr2; &larr2; two left arrows
&#x2190; &larr; left arrow
&#x21d0; &lArr; double left arrow
&#x219e; &Larr; two headed left arrow
&#x21a9; &larrhk; &larrhk; left arrow-hooked
&#x21ab; &larrlp; &larrlp; left arrow-looped
&#x21a2; &larrtl; &larrtl; left arrow-tailed
&#x21bd; &lhard; &lhard; left harpoon-down
&#x21bc; &lharu; &lharu; left harpoon-up
&#x21c6; &lrarr2; &lrarr2; left arrow over right arrow
&#x21cb; &lrhar2; &lrhar2; left harpoon over right
&#x21b0; &lsh; &lsh; upwards arrow with tip leftwards
&#x21a6; &map; &map; map, right arrow from bar
&#x22b8; &mumap; &mumap; multimap, bar with circle on right end.
&#x2197; &nearr; &nearr; north-east, up right pointing arrow
&#x21ce; &nhArr; &nhArr; not left and right double arrow, left right double arrow with stroke
&#x21ae; &nharr; &nharr; not left and right arrow, left/right arrow with stroke
&#x1cd; &nlArr; &nlArr; not implied by, left double arrow with stroke
&#x219a; &nlarr; &nlarr; not left arrow, left arrow with stroke
&#x219b; &nrarr; &nrarr; not right arrow, right arrow with stroke
&#x21cf; &nrArr; &nrArr; not implies, right double arrow with stroke
&#x2196; &nwarr; &nwarr; north-west, up left pointing arrow
&#x21ba; &olarr; &olarr; anti-clockwise open circle arrow
&#x21bb; &orarr; &orarr; clockwise open circle arrow
&#x21db; &rAarr; &rAarr; right triple arrow
&#x21c9; &rarr2; &rarr2; two right arrows
&#x2192; &rarr; right arrow
&#x21d2; &rArr; double right arrow
&#x21a0; ↠; &Rarr; two headed right arrow
&#x21aa; &rarrhk; &rarrhk; right arrow-hooked
&#x21ac; &rarrlp; &rarrlp; right arrow-looped
&#x21a3; &rarrtl; &rarrtl; right arrow-tailed
&#x21dd; &rarrw; &rarrw; right arrow-wavy
&#x21c1; &rhard; &rhard; right harpoon-down
&#x21c0; &rharu; &rharu; right harpoon-up
&#x21c4; &rlarr2; &rlarr2; right arrow over left arrow
&#x21cc; &rlhar2; &rlhar2; right harpoon over left
&#x21b1; &rsh; &rsh; up arrow with tip right
&#x21c8; &uarr2; &uarr2; two up arrows
&#x21d1; &uArr; up double arrow
&#x2191; &uarr; up arrow
&#x21bf; &uharl; &uharl; up harpoon-left
&#x21be; &uharr; &uharr; up harpoon right
&#x21d5; &vArr; &vArr; up and down double arrow
&#x2195; &varr; &varr; up and down arrow
&#x27fa; &xhArr; &xhArr; long left and right double arrow
&#x27f7; &xharr; &xharr; long left and right arrow
&#x27f8; &xlArr; &xlArr; long left double arrow
&#x27f9; &xrArr; &xrArr; long right double arrow
There are even more arrows defined in Unicode: 2190-21ff, 25b2-25c4, 2700-27bf, 27f0-27ff, 2900-297f and 2b00-2bff.

Bracketing Chararacters

Various Bracketing Characters
Name Appearance HTML Hex
parentheses ( ) ( ) &#x28 &#x29
brackets [ ] [ ] &#x5b &#x5d
braces { } { } &#x7b &#x7d
angle brackets < > &lt; &gt; &#x3c &#x3d
guillemots « » &laquo; &raquo; &#xab &#xbb
arrows &larr; &rarr; &#x2110 &#x2192
double arrows &lArr; &rArr; &#x21d0 &#x21d2

Accented Letter Entities

Accented Letter Entities
Char Entity Hex Decimal Java Notes
Upper
Case
Lower
Case
Upper
Case
Lower
Case
Upper
Case
Lower
Case
Upper
Case
Lower
Case
Upper
Case
Lower
Case
Description
Áá&Aacute;&aacute;&#xc1;&#xe1;&#193;&#225;'\u00c1''\u00c1'a acute
Ââ&Acirc;&acirc;&#xc2;&#xe2;&#194;&#226;'\u00c2''\u00c2'a circumflex
Ææ&AElig;&aelig;&#xc6;&#xe6;&#198;&#230;'\u00c6''\u00c6'ligature ae
Àà&Agrave;&agrave;&#xc0;&#xe0;&#192;&#224;'\u00c0''\u00c0'a grave
Åå&Aring;&aring;&#xc5;&#xe5;&#197;&#229;'\u00c5''\u00c5'a ring above
Ãã&Atilde;&atilde;&#xc3;&#xe3;&#195;&#227;'\u00c3''\u00c3'a tilde
Ää&Auml;&auml;&#xc4;&#xe4;&#196;&#228;'\u00c4''\u00c4'a diaeresis
Çç&Ccedil;&ccedil;&#xc7;&#xe7;&#199;&#231;'\u00c7''\u00c7'c cedilla
Éé&Eacute;&eacute;&#xc9;&#xe9;&#201;&#233;'\u00c9''\u00c9'e acute
Êê&Ecirc;&ecirc;&#xca;&#xea;&#202;&#234;'\u00ca''\u00ca'e circumflex
Èè&Egrave;&egrave;&#xc8;&#xe8;&#200;&#232;'\u00c8''\u00c8'e grave
Ðð&ETH;&eth;&#xd0;&#xf0;&#208;&#240;'\u00d0''\u00d0'eth
Ëë&Euml;&euml;&#xcb;&#xeb;&#203;&#235;'\u00cb''\u00cb'e diaeresis
ƒƒ&fnof;&fnof;&#x192;&#x192;&#402;&#402;'\u0192''\u0192'f hook
Íí&Iacute;&iacute;&#xcd;&#xed;&#205;&#237;'\u00cd''\u00cd'i acute
Îî&Icirc;&icirc;&#xce;&#xee;&#206;&#238;'\u00ce''\u00ce'i circumflex
Ìì&Igrave;&igrave;&#xcc;&#xec;&#204;&#236;'\u00cc''\u00cc'i grave
Ïï&Iuml;&iuml;&#xcf;&#xef;&#207;&#239;'\u00cf''\u00cf'i diaeresis
Ññ&Ntilde;&ntilde;&#xd1;&#xf1;&#209;&#241;'\u00d1''\u00d1'n tilde
Óó&Oacute;&oacute;&#xd3;&#xf3;&#211;&#243;'\u00d3''\u00d3'o acute
Ôô&Ocirc;&ocirc;&#xd4;&#xf4;&#212;&#244;'\u00d4''\u00d4'o circumflex
Œœ&OElig;&oelig;&#x152;&#x153;&#338;&#339;'\u0152''\u0152'ligature oe
Òò&Ograve;&ograve;&#xd2;&#xf2;&#210;&#242;'\u00d2''\u00d2'o grave
Øø&Oslash;&oslash;&#xd8;&#xf8;&#216;&#248;'\u00d8''\u00d8'o stroke
Õõ&Otilde;&otilde;&#xd5;&#xf5;&#213;&#245;'\u00d5''\u00d5'o tilde
Öö&Ouml;&ouml;&#xd6;&#xf6;&#214;&#246;'\u00d6''\u00d6'o diaeresis
Šš&Scaron;&scaron;&#x160;&#x161;&#352;&#353;'\u0160''\u0160's caron
ßß&szlig;&szlig;&#xdf;&#xdf;&#223;&#223;'\u00df''\u00df'sharp s, German SS
Þþ&THORN;&thorn;&#xde;&#xfe;&#222;&#254;'\u00de''\u00de'thorn
Úú&Uacute;&uacute;&#xda;&#xfa;&#218;&#250;'\u00da''\u00da'u acute
Ûû&Ucirc;&ucirc;&#xdb;&#xfb;&#219;&#251;'\u00db''\u00db'u circumflex
Ùù&Ugrave;&ugrave;&#xd9;&#xf9;&#217;&#249;'\u00d9''\u00d9'u grave
Üü&Uuml;&uuml;&#xdc;&#xfc;&#220;&#252;'\u00dc''\u00dc'u diaeresis
Ýý&Yacute;&yacute;&#xdd;&#xfd;&#221;&#253;'\u00dd''\u00dd'y acute
ÿŸ&yuml;&Yuml;&#xff;&#x178;&#255;&#376;'\u00ff''\u00ff'Y diaeresis
Depending on your browser and your installed fonts, some of those characters above will not display properly.

Greek Letter Entities

Greek Letters
Char Entity Hex Decimal Java Notes
Upper
Case
Lower
Case
Upper
Case
Lower
Case
Upper
Case
Lower
Case
Upper
Case
Lower
Case
Upper
Case
Lower
Case
Description
Αα&Alpha;&alpha;&#x391;&#x3b1;&#913;&#945;'\u0391''\u0391'alpha
Ββ&Beta;&beta;&#x392;&#x3b2;&#914;&#946;'\u0392''\u0392'beta
Χχ&Chi;&chi;&#x3a7;&#x3c7;&#935;&#967;'\u03a7''\u03a7'chi
Δδ&Delta;&delta;&#x394;&#x3b4;&#916;&#948;'\u0394''\u0394'delta
Εε&Epsilon;&epsilon;&#x395;&#x3b5;&#917;&#949;'\u0395''\u0395'epsilon
Ηη&Eta;&eta;&#x397;&#x3b7;&#919;&#951;'\u0397''\u0397'eta
Γγ&Gamma;&gamma;&#x393;&#x3b3;&#915;&#947;'\u0393''\u0393'gamma
Ιι&Iota;&iota;&#x399;&#x3b9;&#921;&#953;'\u0399''\u0399'iota
Κκ&Kappa;&kappa;&#x39a;&#x3ba;&#922;&#954;'\u039a''\u039a'kappa
Λλ&Lambda;&lambda;&#x39b;&#x3bb;&#923;&#955;'\u039b''\u039b'lambda
Μμ&Mu;&mu;&#x39c;&#x3bc;&#924;&#956;'\u039c''\u039c'mu like &micro; µ
Νν&Nu;&nu;&#x39d;&#x3bd;&#925;&#957;'\u039d''\u039d'nu
Ωω&Omega;&omega;&#x3a9;&#x3c9;&#937;&#969;'\u03a9''\u03a9'omega
Οο&Omicron;&omicron;&#x39f;&#x3bf;&#927;&#959;'\u039f''\u039f'omicron
Φφ&Phi;&phi;&#x3a6;&#x3c6;&#934;&#966;'\u03a6''\u03a6'phi
Ππ&Pi;&pi;&#x3a0;&#x3c0;&#928;&#960;'\u03a0''\u03a0'pi
ϖϖ&piv;&piv;&#x3d6;&#x3d6;&#982;&#982;'\u03d6''\u03d6'Greek pi symbol, not ordinary pi, looks like omega bar,
Ψψ&Psi;&psi;&#x3a8;&#x3c8;&#936;&#968;'\u03a8''\u03a8'psi
Ρρ&Rho;&rho;&#x3a1;&#x3c1;&#929;&#961;'\u03a1''\u03a1'rho
Σσ&Sigma;&sigma;&#x3a3;&#x3c3;&#931;&#963;'\u03a3''\u03a3'sigma
ςς&sigmaf;&sigmaf;&#x3c2;&#x3c2;&#962;&#962;'\u03c2''\u03c2'final sigma
Ττ&Tau;&tau;&#x3a4;&#x3c4;&#932;&#964;'\u03a4''\u03a4'tau
Θθ&Theta;&theta;&#x398;&#x3b8;&#920;&#952;'\u0398''\u0398'theta
ϑϒ&thetasym;&upsih;&#x3d1;&#x3d2;&#977;&#978;'\u03d1''\u03d1'Greek upsilon with hook symbol
Υυ&Upsilon;&upsilon;&#x3a5;&#x3c5;&#933;&#965;'\u03a5''\u03a5'upsilon
Ξξ&Xi;&xi;&#x39e;&#x3be;&#926;&#958;'\u039e''\u039e'xi
Ζζ&Zeta;&zeta;&#x396;&#x3b6;&#918;&#950;'\u0396''\u0396'zeta
Depending on your browser and your installed fonts, some of those characters above will not display properly.

Cyrillic (Russian) Letter Entities

Cyrillic Letters
Char Entity Hex Decimal Java Notes
Upper
Case
Lower
Case
Upper
Case
Lower
Case
Upper
Case
Lower
Case
Upper
Case
Lower
Case
Upper
Case
Lower
Case
Description
Аа&#1040;&#1072;&#x410;&#x430;&#1040;&#1072;'\u0410''\u0410'A
Бб&#1041;&#1073;&#x411;&#x431;&#1041;&#1073;'\u0411''\u0411'BE
Вв&#1042;&#1074;&#x412;&#x432;&#1042;&#1074;'\u0412''\u0412'VE
Гг&#1043;&#1075;&#x413;&#x433;&#1043;&#1075;'\u0413''\u0413'GHE
Дд&#1044;&#1076;&#x414;&#x434;&#1044;&#1076;'\u0414''\u0414'DE
Ее&#1045;&#1077;&#x415;&#x435;&#1045;&#1077;'\u0415''\u0415'IE
Жж&#1046;&#1078;&#x416;&#x436;&#1046;&#1078;'\u0416''\u0416'ZHE
Зз&#1047;&#1079;&#x417;&#x437;&#1047;&#1079;'\u0417''\u0417'ZE
Ии&#1048;&#1080;&#x418;&#x438;&#1048;&#1080;'\u0418''\u0418'I
Йй&#1049;&#1081;&#x419;&#x439;&#1049;&#1081;'\u0419''\u0419'SHORT I
Кк&#1050;&#1082;&#x41a;&#x43a;&#1050;&#1082;'\u041a''\u041a'KA
Лл&#1051;&#1083;&#x41b;&#x43b;&#1051;&#1083;'\u041b''\u041b'EL
Мм&#1052;&#1084;&#x41c;&#x43c;&#1052;&#1084;'\u041c''\u041c'EM
Нн&#1053;&#1085;&#x41d;&#x43d;&#1053;&#1085;'\u041d''\u041d'EN
Оо&#1054;&#1086;&#x41e;&#x43e;&#1054;&#1086;'\u041e''\u041e'O
Пп&#1055;&#1087;&#x41f;&#x43f;&#1055;&#1087;'\u041f''\u041f'PE
Рр&#1056;&#1088;&#x420;&#x440;&#1056;&#1088;'\u0420''\u0420'ER
Сс&#1057;&#1089;&#x421;&#x441;&#1057;&#1089;'\u0421''\u0421'ES
Тт&#1058;&#1090;&#x422;&#x442;&#1058;&#1090;'\u0422''\u0422'TE
Уу&#1059;&#1091;&#x423;&#x443;&#1059;&#1091;'\u0423''\u0423'U
Фф&#1060;&#1092;&#x424;&#x444;&#1060;&#1092;'\u0424''\u0424'EF
Хх&#1061;&#1093;&#x425;&#x445;&#1061;&#1093;'\u0425''\u0425'HA
Цц&#1062;&#1094;&#x426;&#x446;&#1062;&#1094;'\u0426''\u0426'TSE
Чч&#1063;&#1095;&#x427;&#x447;&#1063;&#1095;'\u0427''\u0427'CHE
Шш&#1064;&#1096;&#x428;&#x448;&#1064;&#1096;'\u0428''\u0428'SHA
Щщ&#1065;&#1097;&#x429;&#x449;&#1065;&#1097;'\u0429''\u0429'SHCHA
Ъъ&#1066;&#1098;&#x42a;&#x44a;&#1066;&#1098;'\u042a''\u042a'HARD SIGN
Ыы&#1067;&#1099;&#x42b;&#x44b;&#1067;&#1099;'\u042b''\u042b'YERU
Ьь&#1068;&#1100;&#x42c;&#x44c;&#1068;&#1100;'\u042c''\u042c'SOFT SIGN
Ээ&#1069;&#1101;&#x42d;&#x44d;&#1069;&#1101;'\u042d''\u042d'E
Юю&#1070;&#1102;&#x42e;&#x44e;&#1070;&#1102;'\u042e''\u042e'YU
Яя&#1071;&#1103;&#x42f;&#x44f;&#1071;&#1103;'\u042f''\u042f'YA
Accented Cyrillic variants.

Polish Accented Letters

Polish uses the usual alphabet that English does, plus some additional letters
Polish Letters
Char Entity Hex Decimal Java Notes
Upper
Case
Lower
Case
Upper
Case
Lower
Case
Upper
Case
Lower
Case
Upper
Case
Lower
Case
Upper
Case
Lower
Case
Description
ĄĄ&#260;&#260;&#x104;&#x104;&#260;&#260;'\u0104''\u0104'A ogonek
ĘĘ&#280;&#280;&#x118;&#x118;&#280;&#280;'\u0118''\u0118'E ogonek
ÓÓ&Oacute;&Oacute;&#xd3;&#xd3;&#211;&#211;'\u00d3''\u00d3'O acute
ĆĆ&#262;&#262;&#x106;&#x106;&#262;&#262;'\u0106''\u0106'C acute
ŁŁ&#321;&#321;&#x141;&#x141;&#321;&#321;'\u0141''\u0141'L stroke
ŃŃ&#323;&#323;&#x143;&#x143;&#323;&#323;'\u0143''\u0143'N acute
ŚŚ&#346;&#346;&#x15a;&#x15a;&#346;&#346;'\u015a''\u015a'S acute
ŹŹ&#377;&#377;&#x179;&#x179;&#377;&#377;'\u0179''\u0179'Z acute
ŻŻ&#379;&#379;&#x17b;&#x17b;&#379;&#379;'\u017b''\u017b'Z dot above

Numeric Hex Entity Codes

In HTML, you code special character with entities such as &quot;. Not all entities have alphabetic names. For those you must code them as hex entity codes. Read up on Unicode to find out what these characters are for. View a table of hex entity codes
Amper Utility: to convert & to &amp; intelligently
ASCII code table
CSS
Entities classes: to insert and strip entities from HTML
Entities: a program to convert text to entity form and back
Esperanto Accented Letters
Fonts
FontShower: fonts available to Java
FORMS
FORMS: specification
hex entities
HTML 4.01 Specifications: current HTML Standard
HTML 5 entities
HTML Cheat Sheet
Reuters Unicode Displayer
Unicode
W3C definitive list of entities
WikiPedia entity list

CMP homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/htmlentities.html J:\mindprod\jgloss\htmlentities.html
CMP logofeedback Please email your feedback for publication, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.191.102]
You are visitor number 11.