Menu Close

HTML Symbols – HTML Icon and Entity Code List

HTML Symbols – HTML Icon and Entity Code List

There are some characters that are symbols which you don’t get access to on keyboards. In HTML, these characters are called entities and are reserved characters.

For instance, there are cases when you might want to type the greater than (>) or lesser than (<) symbol while working on the HTML of a website.

If you type greater than as >, it’ll be treated as a closing tag, and if you type lesser than as <, it’ll be treated as an opening tag.

To type these characters, you have to use HTML entities. That’s why I have compiled a whole list of HTML entities approved by the W3C for you here.

How to Use HTML Entities

To use the entities provided in this article, copy the entity name or HTML code of the entities and paste them directly into your HTML file.

If you are using the entity names, make sure they are preceded by an ampersand (&) and followed by a semicolon (;). For example, &gt; for the greater than symbol so you get > to create that symbol.

If you are using the HTML code to type in the entities, make sure they are preceded by an ampersand (&) and hash (#), and followed by a semicolon (;). For example, &#62; for the greater than symbol so you get > to create that symbol.

On some occasions, the browser might not recognize the entity names, so it’s better to go with the HTML code for that entity.

HTML Icon and Entity Code List

Scroll to the right to see all the values in the table.

Name Entity HTML Code Resulting Symbol
Mathematics Symbols
Plus Sign &plus; &#43; +
Minus Sign &minus; &#8722;
Multiplication Sign &times; &#215; ×
Division Sign &divide; &#247; ÷
Equals Sign &equals; &#61; =
Not Equal Sign &ne; &#8800;
Plus or Minus Sign &plusmn; &#177; ±
Minus or Plus Sign &mnplus; &#8723;
Not Sign &not; &#172; ¬
Greater Than Sign &gt; &#62; >
Less Than Sign &lt; &#60; <
Greater Than or Equal to &ge; &#8805;
Less Than or Equal to &le; &#8804;
Greater Than Over Equal to &gE; &#8807;
Less Than Over Equal to &lE; &#8806;
Greater Than But not Equal to &gnE; &#8809;
Less Than But not Equal to &lnE; &#8808;
Much Greater Than &Gt; &#8811;
Much Less Than &Lt; &#8810;
Not Greater Than &ngt; &#8815;
Not Less Than &nlt; &#8814;
Neither Greater Than nor Equal to &nge; &#8817;
Neither Less Than nor Equal to &nle; &#8816;
Greater Than or Equivalent to &gsim; &#8819;
Greater Than or Less Than &gl; &#8823;
Less Than or Greater Than &lg; &#8822;
Less than or Greater than &gsim; &#8819;
Neither Less than nor Greater than &ntlg; &#8824;
Neither Greater than nor Less than &ntgl; &#8825;
Degree Sign &deg; &#176; °
Superscript One Sign &sup1; &#185; ¹
Superscript Two Sign &sup2; &#178; ²
Superscript Three Sign &sup3; &#179; ³
Percentage Sign &percnt; &#37; %
Small Letter F With Hook &fnof; &#402; ƒ
There Exists &exist; &#8707;
There Does Not Exist &nexist; &#8708;
Empty Set &empty; &#8709;
Nabla &nabla; &#8711;
Element of &isin; &#8712;
Not an Element of &notin; &#8713;
Summation &sum; #8721
Contains as Member &ni; &#8715;
Does not contain as Member &notni; &#8716;
Dot Plus &plusdo; &#8724;
Asterik &lowast; &#8727;
Setminus &setminus; &#8726;
Square Root &radic; &#8730;
Infinity &infin; &#8734;
Angle &ang; &#8736;
Measured Angle &angmsd; &#8737;
Spherical Angle &angsph; &#8738;
Right Angle &angrt; &#8735;
Divides &mid; &#8739;
Does not Divide &nmid; &#8740;
Parallel to &parallel; &#8741;
Not Parallel to &npar; &#8742;
Logical And &and; &#8743;
Logical Or &or; &#8744;
Intersection &cap; &#8745;
Union &cup; &#8746;
Integral &int; &#8746;
Double Integral &Int; &#8748;
Triple Integral &iiint; &#8749;
Ratio &ratio; &#8758;
Therefore &there4; &#8756;
Because &because; &#8757;
Colon &Colon; &#8759;
Dot Minus &minusd; &#8760;
Geometric Proportion &mDDot; &#8762;
Tilde &sim &#8764;
Reversed Tilde &bsim &#8765;
Not Tilde &nsim &#8765;
Minus Tilde &esim &#8770;
Asymptotically Equal to &sime &#8771;
Asymptotically Not Equal to &nsime &#8772;
Approximately Equal to &cong; &#8773;
Approximately But Not Actually Equal to &simne; &#8774;
Neither Approximately Nor Actually Equal to &ncong; &#8775;
All Equal to &bcong; &#8780;
Almost Equal to &asymp; &#8776;
Equivalent to &asympeq; &#8781;
Geometrically Equivalent to &bump &#8782;
Geometrically Equal to &eDot; &#8782;
Identical to &equiv; &#8801;
Not Identical to &nequiv; &#8802;
Precedes &pr &#8826;
Succeeds &sc &#8827;
Does not Precede &npr &#8832;
Does not Succeed &nsc &#8833;
Precedes or Equal to &prcue; &#8828;
Succeeds or Equal to &sccue; &#8829;
Precedes or Equivalent to &prsim; &#8830;
Succeeds or Equivalent to &scsim; &#8831;
Subset of &sub; &#8834;
Superset of &sup; &#8835;
Not a Subset of &nsub; &#8836;
Not a Superset of &nsup; &#8837;
Subset of or Equal to &sube; &#8838;
Superset of or Equal to &supe; &#8839;
Multiset Multiplication &cupdot; &#8845;
Multiset Union &uplus; &#8846;
Circled Plus &oplus; &#8853;
Circled Minus &ominus; &#8854;
Circled Times &otimes; &#8855;
Circled Division &osol; &#8856;
Circled Dot &odot; &#8857;
Circled Ring &ocir; &#8858;
Circled Asterisk &oast; &#8859;
Circled Dash &odash; &#8861;
Squared Plus &plusb; &#8862;
Squared Minus &minusb; &#8863;
Squared Times &timesb; &#8864;
Squared Dot &sdotb; &#8865;
Up Tack &perp; &#8869;
Down Tack &top; &#8868;
Left Tack &dashv; &#8867;
Right Tack &vdash; &#8866;
Models &models; &#8871;
Normal Subgroup of &vltri; &#8882;
Contains as Normal Subgroup &vrtri; &#8883;
Normal Subgroup of or Equal to &ltrie; &#8884;
Contains as Normal Subgroup or Equal to &rtrie; &#8885;
Original of &origof; &#8886;
Image of &imof; &#8887;
Dot Operator &sdot; &#8901;
Star Operator &Star; &#8902;
Division Operator &divonx; &#8903;
Bowtie &bowtie; &#8904;
Left Normal Factor Semidirect Product &ltimes;; &#8905;
Right Normal Factor Semidirect Product &rtimes;; &#8906;
Double Subset &Sub; &#8912;
Double Superset &Sup; &#8913;
Double Intersection &Cap; &#8914;
Double Union &Cup; &#8915;
Equal and Parallel to &epar; &#8917;
Less than with Dot &ltdot; &#8918;
Greater than with Dot &gtdot; &#8919;
Very Much Less Than &Ll; &#8920;
Very Much Greater Than &Gg; &#8921;
Not Normal Subgroup of &nltri; &#8938;
Does not Contain as Normal Subgroup &nrtri; &#8938;
Not Normal Subgroup of or Equal to &nltrie; &#8940;
Does not Contain as Normal Subgroup or Equal &nrtrie; &#8941;
Vertical Ellipsis &vellip; &#8942;
Horizontal Ellipsis &ctdot; &#8943;
Up Right Diagonal Ellipsis &utdot; &#8944;
Down Right Diagonal Ellipsis &dtdot; &#8945;
Left Ceiling &lceil; &#89468;
Right Ceiling &rceil; &#89469;
Right Floor &rfloor; &#89470;
Left Floor &lfloor; &#89471;
Left Point Angle Bracket &lang; &#9001;
Right Point Angle Bracket &rang; &#9002;
Element of With Stroke &disin; &#8946;
Element of With Vertical Bar &isinsv; &#8947;
Small Element of With Vertical Bar &isins; &#8948;
Element of With Dot Above &isindot; &#8949;
Element of With Overbar &notinvc; &#8950;
Small Element of With Overbar &notinvb; &#8951;
Fractions
One Quarter &frac14; &#188; ¼
One Half &frac12; &#189; ½
Three Quarters &frac34; &#190; ¾
One Third &frac13; &#8531;
Two Thirds &frac23; &#8532;
One Fifth &frac15; &#8533;
Two Fifths &frac25; &#8534;
Three Fifths &frac35; &#8535;
Four Fifths &frac45; &#8536;
One Sixth &frac16; &#8537;
Five sixths &frac56; &#8538;
One Eighth &frac18; &#8539;
Three Eighths &frac38; &#8540;
Five Eighths &frac58; &#8541;
Seven Eighths &frac78; &#8542;
Currency Symbols
Dollar Sign &dollar; &#36; $
Cent Sign &cent; &#162; ¢
Euro Sign &euro; &#8364;
Pound Sign &pound; &#163;
Yen Sign &yen; &#165; ¥
Naira Sign &#8358;
Rupee Sign &#8360;
Indian Rupee Sign &#8377;
Bengali Rupee Sign &#2546;
Bengali Rupee Sign &#2547;
Turkish Lira Sign &#8378;
Bitcoin Sign &#8383;
Punctuation and Quotation Marks
Full Stop &period; &#46; .
Comma &comma; &#44; ,
Colon &colon; &#58; :
Semicolon &semi; &#59; ;
Reversed Semicolon &bsemi; &#8271;
Exclamation Mark &excl; &#33; !
Prime &bprime; &#8245;
Reversed Prime &prime; &#8242;
Double Prime &Prime; &#8243;
Triple Prime &trime; &#8244;
Quadruple Prime &qprime; &#8279;
Question Mark &quest; &#63; ?
Number Sign &num; &#35; #
Ampersand &amp; &#38; &
Slash &sol; &#47; /
Backslash &bsol; &#92; \
Left Parenthesis &lpar; &#40; (
Right Parenthesis &rpar; &#41; )
Left Square Bracket &lbrack; &#91; [
Right Square Bracket &rbrack; &#93; ]
Left Curly Brace &lbrace; &#123; {
Right Curly Brace &rbrace; &#125; }
Underscore &lowbar; &#95; _
Backtick &grave; &#96; `
Pipe &vert; &#124; |
Double Pipe &Vert; &#8124;
Hyphen &hyphen; &#8208;
En Dash &ndash; &#8211;
Em Dash &mdash; &#8212;
Horizontal Bar &horbar; &#8213; ―;
Bullet Point &bull; &#8226;
Two Dot Leader &nldr; &#8229;
Horizontal Elipsis &hellip; &#8230;
Hyphen Bullet &hybull; &#8259;
Apostrophe &apos; &#39;
Quotation Mark &quot; &#39;
Left Single Quotation Mark &lsquo; &#8216;
Right Single Quotation Mark &rsquo; &#8217;
Right Double Quotation Mark &rdquo; &#8221;
Left Double Quotation Mark &ldquo; &#8222;
Left Pointing Double Angle Quotation Mark &laquo; &#171;
Right Pointing Double Angle Quotation Mark &raquo; &#187; »
Single Right Pointing Angle Quotation Mark &lsaquo; &#8249;
Single Left Pointing Angle Quotation Mark &rsaquo; &#8250;
Arrows
Long Rightward Arrow &xrarr; &#10230;
Long Leftward Arrow &xharr; &#10231;
Clockwise Open Circle Arrow &orarr; &#8634;
Anticlockwise Open Circle Arrow &olarr; &#8635;
Leftwards Harpoon With Barb Upwards &lharu; &#8636;
Leftwards Harpoon With Barb Downwards &lhard; &#8637;
Upwards Harpoon With Barb Rightwards &uharr; &#8638;
Upwards Harpoon With Barb Leftwards &uharl; &#8639;
Upwards Harpoon With Barb Leftwards &uharl; &#8639;
Rightwards Harpoon With Barb Upwards &rharu; &#8640;
Rightwards Harpoon With Barb Downwards &rhard; &#8641;
Downwards Harpoon With Barb Rightwards &rharr; &#8642;
Downwards Harpoon With Barb Leftwards &rharl; &#8643;
Leftwards Harpoon Over Rightwards Harpoon &lrhar; &#8651;
Rightwards Harpoon Over Leftwards Harpoon &rlhar; &#8652;
Rightwards Arrow Over Leftwards Arrow &rlarr; &#8644;
Upwards Arrow Beside Downwards Arrow &udarr; &#8645;
Leftwards Arrow Over Rightwards Arrow &lrarr; &#8646;
Double Leftwards Arrow &llarr; &#8647;
Double Upwards Arrow &uuarr; &#8648;
Double Rightwards Arrow &rrarr; &#8649;
Double Downwards Arrow &ddarr; &#8650;
Leftwards Double Arrow &lArr; &#8656;
Rightwards Double Arrow &rArr; &#8658;
Upwards Double Arrow &uArr; &#8657;
Downwards Double Arrow &dArr; &#8659;
Leftwards Double Arrow with Stroke &nlArr; &#8653;
Rightwards Double Arrow with Stroke &nrArr; &#8655;
Left Right Double Arrow &nhArr; &#8660;
Left Right Double Arrow with Stroke &hArr; &#8654;
Up Down Double Arrow &udarr; &#8661;
Down Up Double Arrow &duarr; &#8693;
Northwest Double Arrow &nwArr; &#8662;
Northeast Double Arrow &neArr; &#8663;
Southeast Double Arrow &seArr; &#8664;
Southwest Double Arrow &swArr; &#8665;
Leftwards Triple Arrow &lAarr; &#8666;
Rightwards Triple Arrow &rAarr; &#8667;
Leftwards Squiggle Arrow &ziglarr; &#8668;
Rightwards Squiggle Arrow &ziglrarr; &#8669;
Leftwards Arrow Bar &larrb; &#8676;
Rightwards Arrow Bar &rarrb; &#8677;
Left Right Open-headed Arrow &hoarr; &#8703;
Leftwards Open-headed Arrow &loarr; &#8701;
Rightwards Open-headed Arrow &roarr; &#8702;
Left Right Arrow &xharr; &#10231;
Leftwards Double Arrow &xlArr; &#10232;
Rightwards Double Arrow &xrArr; &#10233;
Left Right Double Arrow xhArr; &#10234;
Long Rightwards Squiggle Arrow &dzigrarr; &#10239;
Long Rightwards Arrow from Bar &xmap; &#10236;
Leftwards Arrow with Vertical Stroke Bar &nvlArr; &#10498;
Rightwards Arrow with Vertical Stroke Bar &nvaArr; &#10499;
Left Right Double Arrow with Vertical Stroke Bar &nvHarr; &#10500;
Rightwards Two-headed Arrow from Bar &Map; &#10501;
Leftwards Double-dash Arrow &lbarr; &#10508;
Rightwards Double-dash Arrow &rbarr; &#10509;
Leftwards Triple-dash Arrow &lBarr; &#10510;
Rightwards Triple-dash Arrow &rBarr; &#10511;
Rightwards Two-headed Triple-dash Arrow &RBarr; &#10512;
Rightwards Arrow from Dotted Stem &DDotrahd; &#10513;
Upwards Arrow to Bar &UpArrowBar; &#10514;
Downwards Arrow to Bar &DownArrowBar; &#10515;
Rightwards Two-headed Arrow with Tail &Rarrtl; &#10518;
Leftwards Arrow-tail &latail; &#10521;
Rightwards Arrow-tail &ratail; &#10522;
Rightwards Double Arrow-tail &rAtail; &#10524;
Leftwards Double Arrow-tail &lAtail; &#10523;
Leftwards Arrow to Black Diamond &larrfs; &#10525;
Rightwards Arrow to Black Diamond &rarrfs; &#10526;
Leftwards Arrow from Bar to Black Diamond &larrbfs; &#10527;
Rightwards Arrow from Bar to Black Diamond &larrbfs; &#10528;
Northwest Arrow with Hook &nwarhk; &#10531;
Northeast Arrow with Hook &nearhk; &#10532;
Southwest Arrow with Hook &swarhk; &#10534;
Southeast Arrow with Hook &searhk; &#10533;
Northwest Arrow and Northeast Arrow &nwnear; &#10535;
Northeast Arrow and Southeast Arrow &nesear; &#10536;
Southeast Arrow and Southwest Arrow &seswar; &#105367
Southeast Arrow and Northeast Arrow &swnwar; &#105368
Rightwards Arrow Curving Downwards &cudarrr; &#10549
Downwards Arrow Curving Leftwards &ldca; &#10550
Downwards Arrow Curving Rightwards &rdca; &#10551
Right-side Arc Clockwise Arrow &cudarrl; &#10552
Left-side Arc Clockwise Arrow &larrpl; &#10553
Top Arc Clockwise Arrow with Minus &curarrm; &#10556
Top Arc Anticlockwise Arrow with Plus &cularrp; &#10557
Rightwards Arrow with Plus &rarrpl; &#10565
Left Right Arrow Through Circle &harrcir; &#10568
Upwards Two-headed Arrow from Circle &Uarrocir; &#10569
Left Barb Up Right Barb Down Harpoon Arrow &lurdshar; &#10570
Left Barb Down Right Barb Up Harpoon Arrow &ldrushar; &#10571
Up Barb Right Down Barb Right Harpoon Arrow &RightUpDownVector; &#10575
Left Barb Down Right Barb Down Harpoon Arrow &DownLeftRightVector; &#10576
Up Barb Left Down Barb Left Harpoon Arrow &LeftUpDownVector; &#10577
Upwards Harpoon with Barb Left from Bar &LeftUpTeeVector; &#10592
Downwards Harpoon with Barb Left from Bar &LeftDownTeeVector; &#10593
Upwards Harpoon with Barb Left Beside Upwards Harpoon with Barb Right &uHar; &#10595
Leftwards Harpoon with Barb Up Above Leftwards Harpoon with Barb Down &lHar; &#10595
Rightwards Harpoon with Barb Up Above Rightwards Harpoon with Barb Down &rHar; &#10596
Downwards Harpoon with Barb Left Beside Downwards Harpoon with Barb Right &dHar; &#10597
Leftwards Harpoon with Barb Up Above Rightwards Harpoon with Barb Up &luruhar; &#10598
Leftwards Harpoon with Barb Down Above Rightwards Harpoon with Barb Down &ldrdhar; &#10599
Rightwards Harpoon with Barb Up Above Leftwards Harpoon with Barb Up &ruluhar; &#105600 𙲀
Rightwards Harpoon with Barb Down Above Leftwards Harpoon with Barb Down &rdldhar; &#105601 𙲁
Leftwards Harpoon with Barb Down Below Long Dash &llhard; &#105603 𙲃
Leftwards Harpoon with Barb Down Above Long Dash &lharul; &#105602 𙲂
Rightwards Harpoon with Barb Up Above Long Dash &rharul; &#105604 𙲄
Rightwards Harpoon with Barb Down Below Long Dash &lrhard; &#105605 𙲅
Upwards Harpoon with Barb Left Beside Downwards Harpoon with Barb Right &udhar; &#105606 𙲆
Upwards Harpoon with Barb Left Beside Downwards Harpoon with Barb Right &duhar; &#105607 𙲇
Left Fish Tail &lfisht; &#10620;
Right Fish Tail &rfisht; &#10621;
Up Fish Tail &ufisht; &#10622;
Down Fish Tail &dfisht; &#10623; ⥿
Greek Letters
Alpha &Alpha; &#913; Α
Beta &Beta; &#914; Β
Gamma &Gamma; &#915; Γ
Delta &Delta; &#916; Δ
Epsilon &Epsilon; &#917; Ε
Zeta &Zeta; &#918; Ζ
Eta &Eta; &#919; Η
Theta &Theta; &#920; Θ
Iota &Iota; &#921; Ι
Kappa &Kappa; &#922; Κ
Lambda &Lambda; &#923; Λ
Mu &Mu; &#924; Μ
Nu &Nu; &#925; Ν
xi &Xi; &#926; Ξ
Omicron &Omicron; &#927; Ο
Pi &Pi; &#928; Π
Rho &Rho; &#929; Ρ
Sigma &Sigma; &#931; Σ
Tau &Tau; &#932; Τ
Upsilon &Upsilon; &#933; Υ
Phi &Phi; &#934; Φ
Chi &Chi; &#935; Χ
Psi &Psi; &#936; Ψ
Omega &Omega; &#937; Ω
Small Letter Alpha &alpha; &#945; α
Small Letter Beta &beta; &#946; β
Small Letter Gamma &gamma; &#947; γ
Small Letter Delta &delta; &#948; δ
Small Letter Epsilon &epsilon; &#949; ε
Small Letter Zeta &zeta; &#950; ζ
Small Letter Eta &eta; &#951; η
Small Letter Theta &theta; &#952; θ
Small Letter Iota &iota; &#953; ι
Small Letter Kappa &kappa; &#954; κ
Small Letter Lambda &lambda; &#955; λ
Small Letter Mu &mu; &#956; μ
Small Letter Nu &nu; &#957; ν
Small Letter Xi &xi; &#958; ξ
Small Letter Omicron &omicron; &#959; ο
Small Letter Pi &pi; &#960; π
Small Letter Rho &rho; &#961; ρ
Small Letter Sigma &sigmaf; &#962; ς
Small Letter Sigma &sigmaf; &#962; ς
Small Letter Sigma &sigma; &#963; σ
Small Letter Tau &tau; &#964; τ
Small Letter Upsilon &upsilon; &#965; υ
Small Letter Phi &phi; &#966; φ
Small Letter Chi &chi; &#967; χ
Small Letter Psi &psi; &#968; ψ
Small Letter Omega &omega; &#969; ω
Latin Letters
Capital Letter A with Grave &Agrave; &#192; À
Capital Letter A with Acute &Aacute; &#193; Á
Capital Letter A with Circumflex &Acirc; &#194; Â
Capital Letter A with Tilde &Atilde; &#195; Ã
Capital Letter A with Diaeresis &Auml; &#196; Ä
Capital Letter A with Ring Above &Aring &#197; Å
Capital Letter AE &AElig; &#198; Æ
Capital Letter C with Cedilla &Ccedil; &#199; Ç
Capital Letter E with Grave &Egrave; &#200; È
Capital Letter E with Acute &Eacute; &#201; É
Capital Letter E with Circumflex &Ecirc; &#202; Ê
Capital Letter E with Diaeresis &Euml; &#203; Ë
Capital Letter L with Grave &Lgrave; &#204; Ì
Capital Letter L with Acute &Lacute; &#205; Í
Capital Letter I with Circumflex &Lcirc; &#206; Î
Capital Letter I with Diaeresis &Luml; &#207; Ï
Letter Eth &ETH; &#208; Ð
Capital Letter N with Tilde &NTilde; &#209; Ñ
Capital Letter O with Grave &Ograve; &#210; Ò
Capital Letter O with Acute &Oacute; &#211; Ó
Capital Letter O with Circumflex &Ocirc; &#212; Ô
Capital Letter O with Tilde &Otilde; &#213; Õ
Capital Letter O with Diaeresis &Ouml; &#214; Ö
Capital Letter O with Stroke &Oslash; &#216; Ø
Capital Letter U with Grave &Ugrave; &#217; Ù
Capital Letter U with Acute &Uacute; &#218; Ú
Capital Letter U with Circumflex &Ucirc; &#219; Û
Capital Letter U with Diaeresis &Uuml; &#220; Ü
Capital Letter Y with Acute &Yacute; &#221; Ý
Letter Thorn &THORN; &#222; Þ
Letter Sharp S &szlig; &#223; ß
Small Letter a with Grave &agrave; &#224; à
Small Letter a with Acute &aacute; &#225; á
Small Letter a with Circumflex &acirc; &#226; â
Small Letter a with Tilde &atilde; &#227; ã
Small Letter a with Diaeresis &auml; &#228; ä
Small Letter a with Ring Above &aring; &#229; å
Small Letter c with Cedilla &ccedil; &#231; ç
Small Letter e with Grave &egrave; &#232; è
Small Letter e with Acute &eacute; &#233; é
Small Letter e with Circumflex &ecirc; &#234; ê
Small Letter e with Diaeresis &euml; &#235; ë
Small Letter i with Grave &igrave; &#236; ì
Small Letter i with Acute &iacute; &#237; í
Small Letter i with Circumflex &icirc; &#238; î
Small Letter i with Diaeresis &iuml; &#239; ï
Small Letter Eth &ieth; &#240; ð
Small Letter n With Tilde &ntilde; &#241; ñ
Small Letter o With Grave &ograve; &#242; ò
Small Letter o With Acute &oacute; &#243; ó
Small Letter o With Circumflex &ocirc; &#244; ô
Small Letter o With Tilde &otilde; &#245; õ
Small Letter o With Diaeresis &ouml; &#246; ö
Small Letter o With Slash &oslash; &#248; ø
Small Letter u With Grave &ugrave; &#249; ù
Small Letter u With Acute &uacute; &#250; ú
Small Letter u With Circumflex &ucirc; &#251; û
Small Letter u With Diaeresis &uuml; &#252; ü
Small Letter y With Acute &yacute; &#253; ý
Small Letter y With Diaersis &yuml; &#255; ÿ
Small Letter Thorn &thorn; &#254; þ
Letter with Macron &Amacr; &#256; Ā
Small Letter a with Macron &amacr; &#257; ā
Letter A with Breve &Abreve; &#258; Ă
Small Letter a with Breve &abreve; &#259; ă
Letter A with Ogonek &Aogon; &#260; Ą
Small Letter a with Ogonek &aogon; &#261; ą
Letter C with Acute &Cacute; &#262; Ć
Small Letter c with Acute &cacute; &#263; ć
Letter C with Circumflex &Ccirc; &#264; Ĉ
Small Letter c with Circumflex &ccirc; &#265; ĉ
Letter C with Dot &Cdot; &#266; Ċ
Small Letter c with Dot &cdot; &#267; ċ
Letter C with Caron &Ccaron; &#268; Č
Small Letter c with Caron &ccaron; &#269; č
Letter D with Caron &Dcaron; &#270; Ď
Small Letter d with Cacron &dcaron; &#271; ď
Letter D with Stroke &Dstroke; &#272; Đ
Small Letter d with Stroke &dstroke; &#273; đ
Letter E with Macron &Emacr; &#274; Ē
Small Letter e with Macron &emacr; &#275; ē
Letter E with Dot &Edot; &#278; Ė
Small Letter e with Dot &edot; &#279; ė
Letter E with Ogonek &Eogon; &#280; Ę
Small Letter e with Ogonek &eogon; &#281; ę
Letter E with Caron &Ecaron; &#282; Ě
Small Letter e with Caron &ecaron; &#283; ě
Letter G with Circumflex &Gcirc; &#284; Ĝ
Small Letter g with Circumflex &gcirc; &#285; ĝ
Letter G with Breve &Gbreve; &#286; Ğ
Small Letter g with Breve &gbreve; &#287; ğ
Letter G with Dot &Gdot; &#288; Ġ
Small Letter g with Dot &gdot; &#289; ġ
Letter G with Cedilla &Gcedil; &#290; Ģ
Letter H with Circumflex &Hcirc; &#292; Ĥ
Small Letter h with Circumflex &hcirc; &#293; ĥ
Letter H with Stroke &Hstrok; &#294; Ħ
Small Letter h with Stroke &hstrok; &#295; ħ
Letter I with Tilde &Itilde; &#296; Ĩ
Small Letter i with Tilde &itilde; &#297; ĩ
Letter I with Macron &Imacr; &#298; Ī
Small Letter i with Macron &imacr; &#299; ī
Letter I with Ogonek &Iogon; &#302; Į
Small Letter i with Ogonek &iogon; &#303; į
Letter I with Dot &Idot; &#304; İ
Dotless Small Letter &imath; &#305; ı
Letter Ligature Ij &Ijlig; &#306; IJ
Small Letter Ligature Ij &ijlig; &#307; ij
Letter J with Circumflex &Jcirc; &#308; Ĵ
Small Letter j with Circumflex &jcirc; &#309; ĵ
Letter K with Cedilla &Kcedil; &#310; Ķ
Small Letter k with Cedilla &kcedil; &#311; ķ
Small Letter Kra &kgreen; &#312; ĸ
Letter I with Acute &Iacute; &#314; ĺ
Letter L with Cedilla &Lcedil; &#315; Ļ
Small Letter l with Cedilla &lcedil; &#316; ļ
Letter L with Caron &Lacron; &#317; Ľ
Small Letter l with Caron &lacron; &#318; ľ
Letter L with Middle Dot &Lmdot; &#319; Ŀ
Letter L with Stroke &Lstroke; &#321; Ł
Small Letter l with Stroke &lstroke; &#322; ł
Letter N with Acute &Nacute; &#323; Ń
Small Letter n with Acute &nacute; &#324; ń
Letter N with Cedilla &Ncedil; &#325; Ņ
Small Letter n with Cedilla &ncedil; &#326; ņ
Letter N with Caron &Ncaron; &#327; Ň
Small Letter n with Caron &ncaron; &#328; ň
Small Letter n Preceded by Apostrophe &napos; &#329; ʼn
Letter Eng &ENG; &#330; Ŋ
Small Letter eng &eng; &#331; ŋ
Letter O with Macron &Omacr; &#332; Ō
Small Letter o with Macron &omacr; &#333; ō
Letter O with Double Acute &Odblac; &#336; Ő
Small Letter o with Double Acute &odblac; &#337; ő
Letter Ligature Oe &OElig; &#338; Œ
Small Letter Ligature oe &oelig; &#339; œ
Letter R with Acute &Racute; &#340; Ŕ
Small Letter r with Acute &racute; &#341; ŕ
Letter R with Cedilla &Rcedil; &#342; Ŗ
Small Letter r with Cedilla &rcedil; &#343; ŗ
Letter R with Caron &Rcaron; &#344; Ř
Small Letter r with Caron &rcaron; &#345; ř
Letter S with Acute &Sacute; &#346; Ś
Small Letter s with Acute &sacute; &#347; ś
Letter S with Circumflex &Scirc; &#348; Ŝ
Small Letter s with Circumflex &scirc; &#349; ŝ
Letter S with Cedilla &Scedil; &#350; Ş
Small Letter s with Cedilla &scedil; &#351; ş
Letter S with Caron &Scaron; &#352; Š
Small Letter s with Caron &Scedilla; &#353; š
Letter T with Cedilla &Tcedilla; &#354; Ţ
Small Letter t with Cedilla &tcedilla; &#355; ţ
Letter T with Caron &Tcaron; &#356; Ť
Small Letter t with Caron &tcaron; &#357; ť
Letter T with Stroke &Tstrok; &#358; Ŧ
Small Letter t with Stroke &tstrok; &#359; ŧ
Letter U with Tilde &Utilde; &#360; Ũ
Small Letter u with Tilde &utilde; &#361; ũ
Letter U with Macron &Umacr; &#362; Ū
Small Letter u with Macron &umacr; &#363; ū
Letter U with Breve &Ubreve; &#364; Ŭ
Small Letter u with Breve &ubreve; &#365; ŭ
Letter U with Ring &Uring; &#366; Ů
Small Letter u with Ring &uring; &#367; ů
Letter U with Double Acute &Udblac; &#368; Ű
Small Letter u with Double Acute &udblac; &#369; ű
Letter U with Ogonek &Uogon; &#370; Ų
Small Letter u with Ogonek &uogon; &#371; ų
Letter W with Circumflex &Wcirc; &#372; Ŵ
Small Letter w with Circumflex &wcirc; &#373; ŵ
Letter Y with Circumflex &Ycirc; &#374; Ŷ
Small Letter y with Circumflex &ycirc; &#375; ŷ
Letter Y with Double Dots &Yuml; &#376; Ÿ
Small Letter z with Acute &zacute; &#378; ź
Letter Z with Dot &Zdot; &#379; Ż
Small Letter z with Dot &zdot; &#380; ż
Letter Z with Caron &Zcaron; &#381; Ž
Small Letter z with Caron &zcaron; &#382; ž
Small Letter z with Caron &zcaron; &#382; ž

If you found the list helpful, don’t hesitate to share it so it gets to other people who might need it.

View Source
Posted in HTML