Each character can be referenced as a coded number (from ASCII, Unicode...) visualized through a decimal or hexadecimal number. To help utilize some of the most commonly used symbols and punctuations HTML introduced character entities which basically are replacements for the original code.

There is no need to use references for western based alphabet letters or numbers as the browsers recognize them, but if there is a need for using them to express extended alphabet letters such as eastern European letters, accents, symbols and punctuations and other.

Especially important is to use them when applying quotes and great / less symbols. The reason for that is the fact that those characters have other programming meaning besides just being used as punctuation symbols.

Most often used character references (except the language related ones) are listed below and separated by the functionality. It is important to understand that some of them might not be supported by certain browsers.

SPECIAL CHARACTERS

CHAR ENTITY DESCRIPTION DEC HEX
" " quotation mark " "
& & ampersand & &
' ' apostrophe ' '
< &lt; less-than &#60; &#x3C;
> &gt; greater-than &#62; &#x3E;

COMMON SYMBOLS

CHAR ENTITY DESCRIPTION DEC HEX
  &nbsp; non-breaking space &#160; &#xA0;
¡ &iexcl; inverted exclamation &#161; &#xA1;
¦ &brvbar; broken vertical bar &#166; &#xA6;
§ &sect; section &#167; &#xA7;
¨ &uml; umlaut or dieresis &#168; &#xA8;
© &copy; copyright &#169; &#xA9;
ª &ordf; feminine ordinal &#170; &#xAA;
« &laquo; left angle quote &#171; &#xAB;
¬ &not; not sign &#172; &#xAC;
­ &shy; soft hyphen &#173; &#xAD;
® &reg; registered trademark &#174; &#xAE;
¯ &macr; macron accent &#175; &#xAF;
° &deg; degrees &#176; &#xB0;
² &sup2; superscript 2 &#178; &#xB2;
³ &sup3; superscript 3 &#179; &#xB3;
´ &acute; accent acute &#180; &#xB4;
µ &micro; micro sign &#181; &#xB5;
&para; paragraph symbol (pilcrow) &#182; &#xB6;
· &middot; middle dot &#183; &#xB7;
¸ &cedil; cedilla &#184; &#xB8;
¹ &sup1; superscript 1 &#185; &#xB9;
º &ordm; masculine ordinal &#186; &#xBA;
» &raquo; right angle quote &#187; &#xBB;
¿ &iquest; inverted question mark &#191; &#xBF;
ˆ &circ; circumflex &#710; &#x2C6;
˜ ˜ small tilde &#732; &#x2DC;
ϑ &thetasym; small letter theta symbol &#977; &#x3D1;
ϒ &upsih; upsilon with hook symbol &#978; &#x3D2;
&ensp; en space &#8194; &#x2002;
&emsp; em space &#8195; &#x2003;
&thinsp; thin space &#8201; &#x2009;
&zwj; zero-width joiner &#8205; &#x200D;
&zwnj; zero-width non-joiner &#8204; &#x200C;
‐ N/A hyphen &#8208; &#x2010;
&ndash; en dash &#8211; &#x2013;
&mdash; em dash &#8212; &#x2014;
&lsquo; open single quote &#8216; &#x2018;
&rsquo; close single quote &#8217; &#x2019;
&sbquo; single low-9 quote &#8218; &#x201A;
&ldquo; open double quotes &#8220; &#x201C;
&rdquo; close double quotes &#8221; &#x201D;
&bdquo; double low-9 quote &#8222; &#x201E;
&dagger; dagger &#8224; &#x2020;
&Dagger; double dagger &#8225; &#x2021;
&bull; bullet &#8226; &#x2022;
‣ N/A triangular bullet &#8227; &#x2023;
&hellip; horizontal ellipsis &#8230; &#x2026;
&prime; prime/minutes/feet &#8242; &#x2032;
&Prime; double prime/seconds/inches &#8243; &#x2033;
&lsaquo; single left angle quote &#8249; &#x2039;
&rsaquo; single right angle quote &#8250; &#x203A;
‽ N/A interrobang &#8253; &#x203D;
&oline; overline &#8254; &#x203E;
&trade; trademark &#8482; &#x2122;

MATHEMATICAL AND LOGICAL SYMBOLS

CHAR ENTITY DESCRIPTION DEC HEX
± &plusmn; plus or minus &#177; &#xB1;
× &times; multiplication sign &#215; &#xD7;
÷ &divide; division sign &#247; &#xF7;
ƒ &fnof; small f with hook (function) &#402; &#x192;
π &pi; greek small letter pi symbol &#960; &#x3C0;
&permil; per mille sign &#8240; &#x2030;
&frasl; fraction slash &#8260; &#x2044;
&forall; for all &#8704; &#x2200;
&part; partial differential &#8706; &#x2202;
&exist; there exists &#8707; &#x2203;
&empty; empty set/null set/diameter &#8709; &#x2205;
&nabla; nabla &#8711; &#x2207;
&isin; element of &#8712; &#x2208;
&notin; not an element of &#8713; &#x2209;
&ni; contains as a member &#8715; &#x220B;
&prod; n-ary product (product sign) &#8719; &#x220F;
&sum; n-ary summation &#8721; &#x2211;
&minus; minus sign &#8722; &#x2212;
&lowast; asterisk operator &#8727; &#x2217;
&radic; square root/radical &#8730; &#x221A;
&prop; proportional to &#8733; &#x221D;
&infin; infinity &#8734; &#x221E;
&ang; angle &#8736; &#x2220;
&and; logical AND &#8743; &#x2227;
&or; logical OR &#8744; &#x2228;
&cap; intersection &#8745; &#x2229;
&cup; union &#8746; &#x222A;
&int; integral &#8747; &#x222B;
&there4; therefore &#8756; &#x2234;
&sim; tilde operator &#8764; &#x223C;
&cong; approximately equal to &#8773; &#x2245;
&asymp; almost equal to &#8776; &#x2248;
&ne; not equal to &#8800; &#x2260;
&equiv; identical to &#8801; &#x2261;
&le; less-than or equal-to &#8804; &#x2264;
&ge; greater-than or equal-to &#8805; &#x2265;
&sub; subset of &#8834; &#x2282;
&sup; superset of &#8835; &#x2283;
&nsub; not a subset of &#8836; &#x2284;
&sube; subset of or equal to &#8838; &#x2286;
&supe; superset of or equal to &#8839; &#x2287;
&oplus; circled plus (direct sum) &#8853; &#x2295;
&otimes; circled times (vector product) &#8855; &#x2297;
&perp; orthogonal to/perpendicular &#8869; &#x22A5;
&dot; dot operator &#8901; &#x22C5;
&lceil; left ceiling &#8968; &#x2308;
&rceil; right ceiling &#8969; &#x2309;
&lfloor; left floor &#8970; &#x230A;
&rfloor; right floor &#8971; &#x230B;

MONETARY SYMBOLS

CHAR ENTITY DESCRIPTION DEC HEX
& &dollar; dollar &#36; &#x24;
¢ &cent; cents sign &#162; &#xA2;
£ &pound; pound Sterling &#163; &#xA3;
¤ &curren; general currency &#164; &#xA4;
¥ &yen; yen &#165; &#xA5;
N/A euro-currency sign &#8352; &#x20A0;
N/A cruzeiro (Brazil) &#8354; &#x20A2;
N/A franc (French) &#8355; &#x20A3;
N/A lira (Italy) &#8356; &#x20A4;
N/A naira (Nigeria) &#8358; &#x20A6;
N/A peseta (Spain) &#8359; &#x20A7;
N/A rupee (India) &#8360; &#x20A8;
N/A won (Korea) &#8361; &#x20A9;
N/A new sheqel (Israel) &#8362; &#x20AA;
N/A dong (Vietnam) &#8363; &#x20AB;
&euro; euro &#8364; &#x20AC;
N/A drachma (Greece) &#8367; &#x20AF;