HTML uses the idea of something called a "character entity". Put something between an & and a semicolon, and you will get some symbol. For example, &lt; is <, &gt; is >, and &amp; is &. Most symbols can be accessed by both a number (&#38;) and a word (&amp;).

By using the character entities, you can use symbols in your e2 writeups. Two more symbols you will find extremely useful are &#91; and &#93;, [ and ], which will allow you to use square brackets on e2 without hardlinking.

Since there are a lot of these symbols, remembering all or even most of them is impossible, and most reference guides are incomplete, following for your reading pleasure is what according to the w3c is all of the standard defined html entities. Any time you see this reference something as a U followed by a hexadecimal number, the thing being referenced is the unicode sybol with that hex value. Other places you might want to look would be everyone's writeup and the fourth chapter of n-wing's writeup on E2 HTML tags, as well as HTML special characters. Information on the source of this document is at the end.

One more funky thing; For some odd reason, there are a great many of these entities (mostly above &#255;) that Netscape (OK, and some other browsers) supports the number-based version of but not the word-based version of. As such i have used the number-based version for all of the symbols below, and i suggest you do as well, even though it will make your HTML unreadable, and is cruel toward the lynx users.

General and non-english (accented) characters

  •   -- &nbsp; -- &#160; -- no-break space
  • ¡ -- &iexcl; -- &#161; -- inverted exclamation mark
  • ¢ -- &cent; -- &#162; -- cent sign
  • £ -- &pound; -- &#163; -- pound sterling sign
  • ¤ -- &curren; -- &#164; -- general currency sign
  • ¥ -- &yen; -- &#165; -- yen sign
  • ¦ -- &brvbar; -- &#166; -- broken (vertical) bar
  • § -- &sect; -- &#167; -- section sign
  • ¨ -- &uml; -- &#168; -- umlaut (dieresis)
  • © -- &copy; -- &#169; -- copyright sign
  • ª -- &ordf; -- &#170; -- ordinal indicator, feminine
  • « -- &laquo; -- &#171; -- angle quotation mark, left
  • ¬ -- &not; -- &#172; -- not sign
  • ­ -- &shy; -- &#173; -- soft hyphen
  • ® -- &reg; -- &#174; -- registered sign
  • ¯ -- &macr; -- &#175; -- macron
  • ° -- &deg; -- &#176; -- degree sign
  • ± -- &plusmn; -- &#177; -- plus-or-minus sign
  • ² -- &sup2; -- &#178; -- superscript two
  • ³ -- &sup3; -- &#179; -- superscript three
  • ´ -- &acute; -- &#180; -- acute accent
  • µ -- &micro; -- &#181; -- micro sign
  • ¶ -- &para; -- &#182; -- pilcrow (paragraph sign)
  • · -- &middot; -- &#183; -- middle dot
  • ¸ -- &cedil; -- &#184; -- cedilla
  • ¹ -- &sup1; -- &#185; -- superscript one
  • º -- &ordm; -- &#186; -- ordinal indicator, masculine
  • » -- &raquo; -- &#187; -- angle quotation mark, right
  • ¼ -- &frac14; -- &#188; -- fraction one-quarter
  • ½ -- &frac12; -- &#189; -- fraction one-half
  • ¾ -- &frac34; -- &#190; -- fraction three-quarters
  • ¿ -- &iquest; -- &#191; -- inverted question mark
  • À -- &Agrave; -- &#192; -- capital A, grave accent
  • Á -- &Aacute; -- &#193; -- capital A, acute accent
  • Â -- &Acirc; -- &#194; -- capital A, circumflex accent
  • Ã -- &Atilde; -- &#195; -- capital A, tilde
  • Ä -- &Auml; -- &#196; -- capital A, dieresis or umlaut mark
  • Å -- &Aring; -- &#197; -- capital A, ring
  • Æ -- &AElig; -- &#198; -- capital AE diphthong (ligature)
  • Ç -- &Ccedil; -- &#199; -- capital C, cedilla
  • È -- &Egrave; -- &#200; -- capital E, grave accent
  • É -- &Eacute; -- &#201; -- capital E, acute accent
  • Ê -- &Ecirc; -- &#202; -- capital E, circumflex accent
  • Ë -- &Euml; -- &#203; -- capital E, dieresis or umlaut mark
  • Ì -- &Igrave; -- &#204; -- capital I, grave accent
  • Í -- &Iacute; -- &#205; -- capital I, acute accent
  • Î -- &Icirc; -- &#206; -- capital I, circumflex accent
  • Ï -- &Iuml; -- &#207; -- capital I, dieresis or umlaut mark
  • Ð -- &ETH; -- &#208; -- capital Eth, Icelandic
  • Ñ -- &Ntilde; -- &#209; -- capital N, tilde
  • Ò -- &Ograve; -- &#210; -- capital O, grave accent
  • Ó -- &Oacute; -- &#211; -- capital O, acute accent
  • Ô -- &Ocirc; -- &#212; -- capital O, circumflex accent
  • Õ -- &Otilde; -- &#213; -- capital O, tilde
  • Ö -- &Ouml; -- &#214; -- capital O, dieresis or umlaut mark
  • × -- &times; -- &#215; -- multiply sign
  • Ø -- &Oslash; -- &#216; -- capital O, slash
  • Ù -- &Ugrave; -- &#217; -- capital U, grave accent
  • Ú -- &Uacute; -- &#218; -- capital U, acute accent
  • Û -- &Ucirc; -- &#219; -- capital U, circumflex accent
  • Ü -- &Uuml; -- &#220; -- capital U, dieresis or umlaut mark
  • Ý -- &Yacute; -- &#221; -- capital Y, acute accent
  • Þ -- &THORN; -- &#222; -- capital THORN, Icelandic
  • ß -- &szlig; -- &#223; -- small sharp s, German (sz ligature)
  • à -- &agrave; -- &#224; -- small a, grave accent
  • á -- &aacute; -- &#225; -- small a, acute accent
  • â -- &acirc; -- &#226; -- small a, circumflex accent
  • ã -- &atilde; -- &#227; -- small a, tilde
  • ä -- &auml; -- &#228; -- small a, dieresis or umlaut mark
  • å -- &aring; -- &#229; -- small a, ring
  • æ -- &aelig; -- &#230; -- small ae diphthong (ligature)
  • ç -- &ccedil; -- &#231; -- small c, cedilla
  • è -- &egrave; -- &#232; -- small e, grave accent
  • é -- &eacute; -- &#233; -- small e, acute accent
  • ê -- &ecirc; -- &#234; -- small e, circumflex accent
  • ë -- &euml; -- &#235; -- small e, dieresis or umlaut mark
  • ì -- &igrave; -- &#236; -- small i, grave accent
  • í -- &iacute; -- &#237; -- small i, acute accent
  • î -- &icirc; -- &#238; -- small i, circumflex accent
  • ï -- &iuml; -- &#239; -- small i, dieresis or umlaut mark
  • ð -- &eth; -- &#240; -- small eth, Icelandic
  • ñ -- &ntilde; -- &#241; -- small n, tilde
  • ò -- &ograve; -- &#242; -- small o, grave accent
  • ó -- &oacute; -- &#243; -- small o, acute accent
  • ô -- &ocirc; -- &#244; -- small o, circumflex accent
  • õ -- &otilde; -- &#245; -- small o, tilde
  • ö -- &ouml; -- &#246; -- small o, dieresis or umlaut mark
  • ÷ -- &divide; -- &#247; -- divide sign
  • ø -- &oslash; -- &#248; -- small o, slash
  • ù -- &ugrave; -- &#249; -- small u, grave accent
  • ú -- &uacute; -- &#250; -- small u, acute accent
  • û -- &ucirc; -- &#251; -- small u, circumflex accent
  • ü -- &uuml; -- &#252; -- small u, dieresis or umlaut mark
  • ý -- &yacute; -- &#253; -- small y, acute accent
  • þ -- &thorn; -- &#254; -- small thorn, Icelandic
  • ÿ -- &yuml; -- &#255; -- small y, dieresis or umlaut mark

Mathematical, Greek and Symbolic characters for HTML

      Latin Extended-B
  • À -- &fnof; -- &#192; -- latin small f with hook, =function, =florin, U0192 ISOtech
      Greek
  • Α -- &Alpha; -- &#913; -- greek capital letter alpha, U0391
  • Β -- &Beta; -- &#914; -- greek capital letter beta, U0392
  • Γ -- &Gamma; -- &#915; -- greek capital letter gamma, U0393 ISOgrk3
  • Δ -- &Delta; -- &#916; -- greek capital letter delta, U0394 ISOgrk3
  • Ε -- &Epsilon; -- &#917; -- greek capital letter epsilon, U0395
  • Ζ -- &Zeta; -- &#918; -- greek capital letter zeta, U0396
  • Η -- &Eta; -- &#919; -- greek capital letter eta, U0397
  • Θ -- &Theta; -- &#920; -- greek capital letter theta, U0398 ISOgrk3
  • Ι -- &Iota; -- &#921; -- greek capital letter iota, U0399
  • Κ -- &Kappa; -- &#922; -- greek capital letter kappa, U039A
  • Λ -- &Lambda; -- &#923; -- greek capital letter lambda, U039B ISOgrk3
  • Μ -- &Mu; -- &#924; -- greek capital letter mu, U039C
  • Ν -- &Nu; -- &#925; -- greek capital letter nu, U039D
  • Ξ -- &Xi; -- &#926; -- greek capital letter xi, U039E ISOgrk3
  • Ο -- &Omicron; -- &#927; -- greek capital letter omicron, U039F
  • Π -- &Pi; -- &#928; -- greek capital letter pi, U03A0 ISOgrk3
  • Ρ -- &Rho; -- &#929; -- greek capital letter rho, U03A1
      (there is no Sigmaf, and no U03A2 character either)
  • Σ -- &Sigma; -- &#931; -- greek capital letter sigma, U03A3 ISOgrk3
  • Τ -- &Tau; -- &#932; -- greek capital letter tau, U03A4
  • Υ -- &Upsi; -- &#933; -- greek capital letter upsilon, U03A5 ISOgrk3
  • Φ -- &Phi; -- &#934; -- greek capital letter phi, U03A6 ISOgrk3
  • Χ -- &Chi; -- &#935; -- greek capital letter chi, U03A7
  • Ψ -- &Psi; -- &#936; -- greek capital letter psi, U03A8 ISOgrk3
  • Ω -- &Omega; -- &#937; -- greek capital letter omega, U03A9 ISOgrk3
  • α -- &alpha; -- &#945; -- greek small letter alpha, U03B1 ISOgrk3
  • β -- &beta; -- &#946; -- greek small letter beta, U03B2 ISOgrk3
  • γ -- &gamma; -- &#947; -- greek small letter gamma, U03B3 ISOgrk3
  • δ -- &delta; -- &#948; -- greek small letter delta, U03B4 ISOgrk3
  • ε -- &epsi; -- &#949; -- greek small letter epsilon, U03B5 ISOgrk3
      why not 'epsilon' ?? how to remember which three are truncated??
      [mcc notes: a number of people have messaged me and informed me that this is, in fact, now "&epsilon;" in most browsers.]
  • ζ -- &zeta; -- &#950; -- greek small letter zeta, U03B6 ISOgrk3
  • η -- &eta; -- &#951; -- greek small letter eta, U03B7 ISOgrk3
  • θ -- &theta; -- &#952; -- greek small letter theta, U03B8 ISOgrk3
  • ι -- &iota; -- &#953; -- greek small letter iota, U03B9 ISOgrk3
  • κ -- &kappa; -- &#954; -- greek small letter kappa, U03BA ISOgrk3
  • λ -- &lambda; -- &#955; -- greek small letter lambda, U03BB ISOgrk3
  • μ -- &mu; -- &#956; -- greek small letter mu, U03BC ISOgrk3
  • ν -- &nu; -- &#957; -- greek small letter nu, U03BD ISOgrk3
  • ξ -- &xi; -- &#958; -- greek small letter xi, U03BE ISOgrk3
  • ο -- &omicron; -- &#959; -- greek small letter omicron, U03BF NEW
  • π -- &pi; -- &#960; -- greek small letter pi, U03C0 ISOgrk3
  • ρ -- &rho; -- &#961; -- greek small letter rho, U03C1 ISOgrk3
  • ς -- &sigmaf; -- &#962; -- greek small letter final sigma, U03C2 ISOgrk3
  • σ -- &sigma; -- &#963; -- greek small letter sigma, U03C3 ISOgrk3
  • τ -- &tau; -- &#964; -- greek small letter tau, U03C4 ISOgrk3
  • υ -- &upsi; -- &#965; -- greek small letter upsilon, U03C5 ISOgrk3
      why not 'upsilon'
  • φ -- &phi; -- &#966; -- greek small letter phi, U03C6 ISOgrk3
  • χ -- &chi; -- &#967; -- greek small letter chi, U03C7 ISOgrk3
  • ψ -- &psi; -- &#968; -- greek small letter psi, U03C8 ISOgrk3
  • ω -- &omega; -- &#969; -- greek small letter omega, U03C9 ISOgrk3
  • ϑ -- &theta; -- &#977; -- greek small letter theta symbol, U03D1 NEW
  • ϒ -- &upsih; -- &#978; -- greek upsilon with hook symbol, U03D2 NEW
  • ϖ -- &piv; -- &#982; -- greek pi symbol, U03D6 ISOgrk3
  • • -- &bull; -- &#8226; -- bullet, =black small circle, U2022 ISOpub
      bullet is NOT the same as bullet operator, U2219
  • … -- &hellip; -- &#8230; -- horizontal ellipsis, =three dot leader, U2026 ISOpub
  • ′ -- &prime; -- &#8242; -- prime, =minutes, =feet, U2032 ISOtech
  • ″ -- &Prime; -- &#8243; -- double prime, =seconds, =inches, U2033 ISOtech
  • ‾ -- &oline; -- &#8254; -- overline, =spacing overscore, U203E NEW
  • ⁄ -- &frasl; -- &#8260; -- fraction slash, U2044 NEW
      Letterlike Symbols
  • ℘ -- &weierp; -- &#8472; -- script capital P, =power set, =Weierstrass p, U2118 ISOamso
  • ℑ -- &image; -- &#8465; -- blackletter capital I, =imaginary part, U2111 ISOamso
  • ℜ -- &real; -- &#8476; -- blackletter capital R, =real part symbol, U211C ISOamso
  • ™ -- &trade; -- &#8482; -- trade mark sign, U2122 ISOnum
  • ℵ -- &alefsym; -- &#8501; -- alef symbol, =first transfinite cardinal, U2135 NEW
      alef symbol is NOT the same as hebrew letter alef, U05D0 although the same glyph could be used to depict both characters
  • ← -- &larr; -- &#8592; -- leftwards arrow, U2190 ISOnum
  • ↑ -- &uarr; -- &#8593; -- upwards arrow, U2191 ISOnum
  • → -- &rarr; -- &#8594; -- rightwards arrow, U2192 ISOnum
  • ↓ -- &darr; -- &#8595; -- downwards arrow, U2193 ISOnum
  • ↔ -- &harr; -- &#8596; -- left right arrow, U2194 ISOamsa
  • ↵ -- &crarr; -- &#8629; -- downwards arrow with corner leftwards, =carriage return, U21B5 NEW
  • ⇐ -- &lArr; -- &#8656; -- leftwards double arrow, U21D0 ISOtech
      Unicode does not say that lArr is the same as the 'is implied by' arrow but also does not have any other character for that function. So ? lArr can be used for 'is implied by' as ISOtech suggests
  • ⇑ -- &uArr; -- &#8657; -- upwards double arrow, U21D1 ISOamsa
  • ⇒ -- &rArr; -- &#8658; -- rightwards double arrow, U21D2 ISOtech
      Unicode does not say this is the 'implies' character but does not have another character with this function so ? rArr can be used for 'implies' as ISOtech suggests
  • ⇓ -- &dArr; -- &#8659; -- downwards double arrow, U21D3 ISOamsa
  • ⇔ -- &hArr; -- &#8660; -- left right double arrow, U21D4 ISOamsa
      Mathematical Operators]
  • -- &forall; -- &#8704; -- for all, U2200 ISOtech
  • ∂ -- &part; -- &#8706; -- partial differential, U2202 ISOtech
  • ∃ -- &exist; -- &#8707; -- there exists, U2203 ISOtech
  • ∅ -- &empty; -- &#8709; -- empty set, =null set, =diameter, U2205 ISOamso
  • ∇ -- &nabla; -- &#8711; -- nabla, =backward difference, U2207 ISOtech
  • ∈ -- &isin; -- &#8712; -- element of, U2208 ISOtech
  • ∉ -- &notin; -- &#8713; -- not an element of, U2209 ISOtech
  • ∋ -- &ni; -- &#8715; -- contains as member, U220B ISOtech
      should there be a more memorable name than 'ni'?
  • ∏ -- &prod; -- &#8719; -- n-ary product, =product sign, U220F ISOamsb
      prod is NOT the same character as U03A0 'greek capital letter pi' though the same glyph might be used for both
  • − -- &sum; -- &#8722; -- n-ary sumation, U2211 ISOamsb
      sum is NOT the same character as U03A3 'greek capital letter sigma' though the same glyph might be used for both
  • − -- &minus; -- &#8722; -- minus sign, U2212 ISOtech
  • ∗ -- &lowast; -- &#8727; -- asterisk operator, U2217 ISOtech
  • √ -- &radic; -- &#8730; -- square root, =radical sign, U221A ISOtech
  • ∝ -- &prop; -- &#8733; -- proportional to, U221D ISOtech
  • ∞ -- &infin; -- &#8734; -- infinity, U221E ISOtech
  • ∠ -- &ang; -- &#8736; -- angle, U2220 ISOamso
  • ⊥ -- &and; -- &#8869; -- logical and, =wedge, U2227 ISOtech
  • ⊦ -- &or; -- &#8870; -- logical or, =vee, U2228 ISOtech
  • -- &cap; -- &#8745; -- intersection, =cap, U2229 ISOtech
  • -- &cup; -- &#8746; -- union, =cup, U222A ISOtech
  • ∫ -- &int; -- &#8747; -- integral, U222B ISOtech
  • -- &there4; -- &#8756; -- therefore, U2234 ISOtech
  • ∼ -- &sim; -- &#8764; -- tilde operator, =varies with, =similar to, U223C ISOtech
      tilde operator is NOT the same character as the tilde, U007E, although the same glyph might be used to represent both
  • ≅ -- &cong; -- &#8773; -- approximately equal to, U2245 ISOtech
  • ≅ -- &asymp; -- &#8773; -- almost equal to, =asymptotic to, U2248 ISOamsr
  • ≠ -- &ne; -- &#8800; -- not equal to, U2260 ISOtech
  • ≡ -- &equiv; -- &#8801; -- identical to, U2261 ISOtech
  • ≤ -- &le; -- &#8804; -- less-than or equal to, U2264 ISOtech
  • ≥ -- &ge; -- &#8805; -- greater-than or equal to, U2265 ISOtech
  • ⊂ -- &sub; -- &#8834; -- subset of, U2282 ISOtech
  • ⊃ -- &sup; -- &#8835; -- superset of, U2283 ISOtech
      note that nsup, 'not a superset of, U2283' is not covered by the Symbol font encoding and is not included. Should it be, for symmetry? It is in ISOamsn
  • ⊄ -- &nsub; -- &#8836; -- not a subset of, U2284 ISOamsn
  • ⊆ -- &sube; -- &#8838; -- subset of or equal to, U2286 ISOtech
  • ⊇ -- &supe; -- &#8839; -- superset of or equal to, U2287 ISOtech
  • -- &oplus; -- &#8853; -- circled plus, =direct sum, U2295 ISOamsb
  • ⊗ -- &otimes; -- &#8855; -- circled times, =vector product, U2297 ISOamsb
  • ⊥ -- &perp; -- &#8869; -- up tack, =orthogonal to, =perpendicular, U22A5 ISOtech
  • ⋅ -- &sdot; -- &#8901; -- dot operator, U22C5 ISOamsb
      dot operator is NOT the same character as U00B7 middle dot
      Miscellaneous Technical
  • ⌈ -- &lceil; -- &#8968; -- left ceiling, =apl upstile, U2308, ISOamsc
  • ⌉ -- &rceil; -- &#8969; -- right ceiling, U2309, ISOamsc
  • ⌊ -- &lfloor; -- &#8970; -- left floor, =apl downstile, U230A, ISOamsc
  • ⌋ -- &rfloor; -- &#8971; -- right floor, U230B, ISOamsc
  • 〈 -- &lang; -- &#9001; -- left-pointing angle bracket, =bra, U2329 ISOtech
      lang is NOT the same character as U003C 'less than' or U2039 'single left-pointing angle quotation mark'
  • 〉 -- &rang; -- &#9002; -- right-pointing angle bracket, =ket, U232A ISOtech
      rang is NOT the same character as U003E 'greater than' or U203A 'single right-pointing angle quotation mark'
  • ◊ -- &loz; -- &#9674; -- lozenge, U25CA ISOpub
      Miscellaneous Symbols
  • -- &spades; -- &#9824; -- black spade suit, U2660 ISOpub
      black here seems to mean filled as opposed to hollow
  • -- &clubs; -- &#9827; -- black club suit, =shamrock, U2663 ISOpub
  • -- &hearts; -- &#9829; -- black heart suit, =valentine, U2665 ISOpub
  • -- &diams; -- &#9830; -- black diamond suit, U2666 ISOpub

Character Entities for special symbols and BIDI text

      C0 Controls and Basic Latin
  • " -- &quot; -- &#34; -- quotation mark, =apl quote, U0022 ISOnum
  • & -- &amp; -- &#38; -- ampersand, U0026 ISOnum
  • < -- &lt; -- &#60; -- less-than sign, U003C ISOnum
  • > -- &gt; -- &#62; -- greater-than sign, U003E ISOnum
      Latin Extended-A
  • Œ -- &OElig; -- &#338; -- latin capital ligature oe, U0152 ISOlat2
  • œ -- &oelig; -- &#339; -- latin small ligature oe, U0153 ISOlat2
      ligature is a misnomer, this is a separate character in some languages
  • Š -- &Scaron; -- &#352; -- latin capital letter s with caron, U0160 ISOlat2
  • š -- &scaron; -- &#353; -- latin small letter s with caron, U0161 ISOlat2
  • Ÿ -- &Yuml; -- &#376; -- latin capital letter y with diaeresis, U0178 ISOlat2
      Spacing Modifier Letters
  • ˆ -- &circ; -- &#710; -- modifier letter circumflex accent, U02C6 ISOpub
  • ˜ -- &tilde; -- &#732; -- small tilde, U02DC ISOdia
      General Punctuation
  •   -- &ensp; -- &#8194; -- en space, U2002 ISOpub
  •   -- &emsp; -- &#8195; -- em space, U2003 ISOpub
  •   -- &thinsp; -- &#8201; -- thin space, U2009 ISOpub
  • ‌ -- &zwnj; -- &#8204; -- zero width non-joiner, U200C NEW RFC 2070
  • ‍ -- &zwj; -- &#8205; -- zero width joiner, U200D NEW RFC 2070
  • ‎ -- &lrm; -- &#8206; -- left-to-right mark, U200E NEW RFC 2070
  • ‏ -- &rlm; -- &#8207; -- right-to-left mark, U200F NEW RFC 2070
  • – -- &ndash; -- &#8211; -- en dash, U2013 ISOpub
  • — -- &mdash; -- &#8212; -- em dash, U2014 ISOpub
  • ‘ -- &lsquo; -- &#8216; -- left single quotation mark, U2018 ISOnum
  • ’ -- &rsquo; -- &#8217; -- right single quotation mark, U2019 ISOnum
  • ‚ -- &sbquo; -- &#8218; -- single low-9 quotation mark, U201A NEW
  • “ -- &ldquo; -- &#8220; -- left double quotation mark, U201C ISOnum
  • ” -- &rdquo; -- &#8221; -- right double quotation mark, U201D ISOnum
  • „ -- &bdquo; -- &#8222; -- double low-9 quotation mark, U201E NEW
  • † -- &dagger; -- &#8224; -- dagger, U2020 ISOpub
  • ‡ -- &Dagger; -- &#8225; -- double dagger, U2021 ISOpub
  • ‰ -- &permil; -- &#8240; -- per mille sign, U2030 ISOtech
  • ‹ -- &lsaquo; -- &#8249; -- single left-pointing angle quotation mark, U2039 ISO proposed
      lsaquo is proposed but not yet ISO standardised
  • › -- &rsaquo; -- &#8250; -- single right-pointing angle quotation mark, U203A ISO proposed
      rsaquo is proposed but not yet ISO standardised

Normal ASCII

  • � -- &#0; -- NULL
  •  -- &#1;
  •  -- &#2;
  •  -- &#3;
  •  -- &#4;
  •  -- &#5;
  •  -- &#6;
  •  -- &#7;
  •  -- &#8;
  • -- &#9;
  • -- &#10;
  • -- &#11;
  • -- &#12;
  • -- &#13;
  •  -- &#14;
  •  -- &#15;
  •  -- &#16;
  •  -- &#17;
  •  -- &#18;
  •  -- &#19;
  •  -- &#20;
  •  -- &#21;
  •  -- &#22;
  •  -- &#23;
  •  -- &#24;
  •  -- &#25;
  •  -- &#26;
  •  -- &#27;
  •  -- &#28;
  •  -- &#29;
  •  -- &#30;
  •  -- &#31;
  • -- &#32; -- space
  • ! -- &#33;
      Alphanumeric and punctuation
  • " -- &#34;
  • # -- &#35;
  • $ -- &#36;
  • % -- &#37;
  • & -- &#38;
  • ' -- &#39;
  • ( -- &#40;
  • ) -- &#41;
  • * -- &#42;
  • + -- &#43;
  • , -- &#44;
  • - -- &#45;
  • . -- &#46;
  • / -- &#47;
  • 0 -- &#48;
  • 1 -- &#49;
  • 2 -- &#50;
  • 3 -- &#51;
  • 4 -- &#52;
  • 5 -- &#53;
  • 6 -- &#54;
  • 7 -- &#55;
  • 8 -- &#56;
  • 9 -- &#57;
  • : -- &#58;
  • ; -- &#59;
  • < -- &#60;
  • = -- &#61;
  • > -- &#62;
  • ? -- &#63;
  • @ -- &#64;
  • A -- &#65;
  • B -- &#66;
  • C -- &#67;
  • D -- &#68;
  • E -- &#69;
  • F -- &#70;
  • G -- &#71;
  • H -- &#72;
  • I -- &#73;
  • J -- &#74;
  • K -- &#75;
  • L -- &#76;
  • M -- &#77;
  • N -- &#78;
  • O -- &#79;
  • P -- &#80;
  • Q -- &#81;
  • R -- &#82;
  • S -- &#83;
  • T -- &#84;
  • U -- &#85;
  • V -- &#86;
  • W -- &#87;
  • X -- &#88;
  • Y -- &#89;
  • Z -- &#90;
  • [ -- &#91;
  • \ -- &#92;
  • ] -- &#93;
  • ^ -- &#94;
  • _ -- &#95;
  • ` -- &#96;
  • a -- &#97;
  • b -- &#98;
  • c -- &#99;
  • d -- &#100;
  • e -- &#101;
  • f -- &#102;
  • g -- &#103;
  • h -- &#104;
  • i -- &#105;
  • j -- &#106;
  • k -- &#107;
  • l -- &#108;
  • m -- &#109;
  • n -- &#110;
  • o -- &#111;
  • p -- &#112;
  • q -- &#113;
  • r -- &#114;
  • s -- &#115;
  • t -- &#116;
  • u -- &#117;
  • v -- &#118;
  • w -- &#119;
  • x -- &#120;
  • y -- &#121;
  • z -- &#122;
  • { -- &#123;
  • | -- &#124;
  • } -- &#125;
  • ~ -- &#126;
  •  -- &#127;
  • € -- &#128;
  •  -- &#129;
  • ‚ -- &#130;
  • ƒ -- &#131;
  • „ -- &#132;
  • … -- &#133;
  • † -- &#134;
  • ‡ -- &#135;
  • ˆ -- &#136;
  • ‰ -- &#137;
  • Š -- &#138;
  • ‹ -- &#139;
  • Œ -- &#140;
  •  -- &#141;
  • Ž -- &#142;
  •  -- &#143;
  •  -- &#144;
  • ‘ -- &#145;
  • ’ -- &#146;
  • “ -- &#147;
  • ” -- &#148;
  • • -- &#149;
  • – -- &#150;
  • — -- &#151;
  • ˜ -- &#152;
  • ™ -- &#153;
  • š -- &#154;
  • › -- &#155;
  • œ -- &#156;
  •  -- &#157;
  • ž -- &#158;
  • Ÿ -- &#159;

The first bit (before the first HR) of this was generated by applying
s/\<!ENTITY\s*(\w+)\s*CDATA\s*\"\&\#(\d+)\;\"\s*-- (.+) --\>/\<li\>\&\1; -- \&amp\;\1; -- \&amp\;\#\2; -- \3/g; to the definitions at http://www.w3.org/TR/WD-entities-961125. The page, at the time of this posting, was labelled
Chris
Created: 20 September 1996
Last changed $Date: 1998/04/07 21:54:04 $
Portions © International Organization for Standardization 1986 Permission to copy in any form is granted for use with conforming SGML systems and applications as defined in ISO 8879, provided this notice is included in all copies. This has been extended for use with HTML to cover the full set of codes in the range 160-255 decimal.
I later went through and used a couple of crazy regexps i don't even remember now in order to deal with netscape (see note at top).

The last bit (the low ASCII) was created with for $num (0..159) {print "<li>&#$num; -- &#$num;"}.

But what if I need to use a symbol from the nonstandard set? Am I screwed?

Certainly not!

Use these HTML 4 Standard codes instead of the symbols in the nonstandard set. (For the ones I don't have listed, I don't know what to tell you.)

€ -- &#8364; -- Euro currency symbol
, -- &#44; -- elongated comma
ƒ -- &#402; -- middle-English lower-case S
„ -- &#8222; -- double comma
… -- &#8230; -- broken underline
† -- &#8224; -- cross
‡ -- &#8225; -- dagger
^ -- &#94; -- caret
‰ -- &#8240; -- permille
Š -- &#352; -- 20th letter of the Slovenian alphabet
< -- &#60; -- alternative rendering for &lt;
Π-- &#338; -- upper-case ligature of O and E
‘ -- &#8216; -- right-facing quotation mark
’ -- &#8217; -- left-facing quotation mark
“ -- &#8220; -- right-facing double quotation marks
” -- &#8221; -- left-facing double quotation marks
• -- &#8226; -- alternate rendering of &bull;
– -- &#8211; -- simple dash
— -- &#8212; -- alternate rendering for &mdash;
~ -- &#126; -- simple tilde
™ -- &#8482; -- trademark symbol
š -- &#353; -- lower-case rendering of the 20th letter of the Slovenian alphabet
> -- &#62; -- alternative rendering for &gt;
æ -- &aelig; -- lower-case ligature of a and e
ÿ -- &#255; -- simple letter y with umlaut

Log in or register to write something here or to contact authors.