<[ Original ] [ Book Plug]

Appendix A -- Entity References Test Document

( Adapted from: The HTML Sourcebook, 2ed, Appendix A)

This document lists all the entity references defined in HTML 2.0 and HTML 3.2, and also attempts to use these references to address the associated character. You can use this document to test a browser's support of these entity references.

All these entities reference characters from the ISO Latin-1 character set. This HTML documentation collection contains another document that lists all the ISO Latin-1 characters, along with the character's decimal and octal code positions and the associated entity references (where defined).



"Special" Character Entity References
      
   &lt;      -  <      &gt;      -    >
   &amp;     -  &      &quot;    -    " 
      
HTML 2.0 Standard Entity References 
      
   &AElig;   -  Æ      &Aacute;  -  Á      &Acirc;   -  Â 
   &Agrave;  -  À      &Aring;   -  Å      &Atilde;  -  Ã 
   &Auml;    -  Ä      &Ccedil;  -  Ç      &ETH;     -  Ð 
   &Eacute;  -  É      &Ecirc;   -  Ê      &Egrave;  -  È 
   &Euml;    -  Ë      &Iacute;  -  Í      &Icirc;   -  Î 
   &Igrave;  -  Ì      &Iuml;    -  Ï      &Ntilde;  -  Ñ 
   &Oacute;  -  Ó      &Ocirc;   -  Ô      &Ograve;  -  Ò
   &Oslash;  -  Ø      &Otilde;  -  Õ      &Ouml;    -  Ö 
   &THORN;   -  Þ      &Uacute;  -  Ú      &Ucirc;   -  Û 
   &Ugrave;  -  Ù      &Uuml;    -  Ü      &Yacute;  -  Ý 
   &aacute;  -  á      &acirc;   -  â      &aelig;   -  æ 
   &agrave;  -  à      &aring;   -  å      &atilde;  -  ã 
   &auml;    -  ä      &ccedil;  -  ç      &eacute;  -  é 
   &ecirc;   -  ê      &egrave;  -  è      &eth;     -  ð 
   &euml;    -  ë      &iacute;  -  í      &icirc;   -  î 
   &igrave;  -  ì      &iuml;    -  ï      &ntilde;  -  ñ 
   &oacute;  -  ó      &ocirc;   -  ô      &ograve;  -  ò 
   &oslash;  -  ø      &otilde;  -  õ      &ouml;    -  ö 
   &szlig;   -  ß      &thorn;   -  þ      &uacute;  -  ú 
   &ucirc;   -  û      &ugrave;  -  ù      &uuml;    -  ü 
   &yacute;  -  ý      &yuml;    -  ÿ      
      
Entities Added with HTML 3.2
      
   &nbsp;    -         &iexcl;   -  ¡      &pound;   -  £
   &curren;  -  ¤      &yen;     -  ¥      &brvbar;  -  ¦
   &sect;    -  §      &uml;     -  ¨      &copy;    -  ©
   &ordf;    -  ª      &laquo;   -  «      &not;     -  ¬
   &shy;     -  ­      &reg;     -  ®      &macr;    -  ¯
   &deg;     -  °      &plusmn;  -  ±      &sup2;    -  ²
   &sup3;    -  ³      &acute;   -  ´      &micro;   -  µ
   &para;    -  ¶      &middot;  -  ·      &cedil;   -  ¸
   &sup1;    -  ¹      &ordm;    -  º      &raquo;   -  »
   &frac14;  -  ¼      &frac12;  -  ½      &frac34;  -  ¾
   &iquest;  -  ¿
      
Additional Widely Implemented Entities
      
   &times;   -  ×
   &divide;  -  ÷
   &cent;    -  ¢


[ Original ] [ Book Plug] Page Last Updated: 12 December 1996
© Ian Graham 1994-1996