A character entity is represented in an HTML document as an SGML entity whose name is defined in the HTML DTD.
The HTML DTD includes a character entity for each of the SGML markup characters and for each of the printing
characters in the upper half of Latin-1, so that one may reference them by name if it is inconvenient to enter them directly:
the ampersand (&), double quotes ("), lesser than(<) and greater than(>) characters
e.g.: Kurt Gödel was a famous logician and mathematician.
NOTES:
IMPORTANT!!! - The following entity names are used in HTML, always prefixed by ampersand (&) and followed by a semicolon(;)
The following table lists each of the characters specified in the Added Latin 1
entity set, along with its name, syntax for use, and description.
This list is derived from ISO Standard 8879:1986//ENTITIES Added Latin 1//EN.
HTML supports the entire entity set.
| Aacute | Capital A, acute accent | |
| Agrave | Capital A, grave accent | |
| Acirc | Capital A, circumflex accent | |
| Atilde | Capital A, tilde | |
| Aring | Capital A, ring | |
| Auml | Capital A, dieresis or umlaut mark | |
| AElig | Capital AE dipthong (ligature) | |
| Ccedil | Capital C, cedilla | |
| Eacute | Capital E, acute accent | |
| Egrave | Capital E, grave accent | |
| Ecirc | Capital E, circumflex accent | |
| Euml | Capital E, dieresis or umlaut mark | |
| Iacute | Capital I, acute accent | |
| Igrave | Capital I, grave accent | |
| Icirc | Capital I, circumflex accent | |
| Iuml | Capital I, dieresis or umlaut mark | |
| Eth | Capital Eth, Icelandic | |
| Ntilde | Capital N, tilde | |
| Oacute | Capital O, acute accent | |
| Ograve | Capital O, grave accent | |
| Ocirc | Capital O, circumflex accent | |
| Otilde | Capital O, tilde | |
| Ouml | Capital O, dieresis or umlaut mark | |
| Oslash | Capital O, slash | |
| Uacute | Capital U, acute accent | |
| Ugrave | Capital U, grave accent | |
| Ucirc | Capital U, circumflex accent | |
| Uuml | Capital U, dieresis or umlaut mark | |
| Yacute | Capital Y, acute accent | |
| Thorn | Capital THORN, Icelandic | |
| Szlig | Small sharp s, German (sz ligature) | |
| aacute | Small a, acute accent | |
| agrave | Small a, grave accent | |
| acirc | Small a, circumflex accent | |
| atilde | Small a, tilde | |
| aring | Small a, ring | |
| auml | Small a, dieresis or umlaut mark | |
| aelig | Small ae dipthong (ligature) | |
| ccedil | Small c, cedilla | |
| eacute | Small e, acute accent | |
| egrave | Small e, grave accent | |
| ecirc | Small e, circumflex accent | |
| euml | Small e, dieresis or umlaut mark | |
| iacute | Small i, acute accent | |
| igrave | Small i, grave accent | |
| icirc | Small i, circumflex accent | |
| iuml | Small i, dieresis or umlaut mark | |
| eth | Small eth, Icelandic | |
| ntilde | Small n, tilde | |
| oacute | Small o, acute accent | |
| ograve | Small o, grave accent | |
| ocirc | Small o, circumflex accent | |
| otilde | Small o, tilde | |
| ouml | Small o, dieresis or umlaut mark | |
| oslash | Small o, slash | |
| uacute | Small u, acute accent | |
| ugrave | Small u, grave accent | |
| ucirc | Small u, circumflex accent | |
| uuml | Small u, dieresis or umlaut mark | |
| yacute | Small y, acute accent | |
| thorn | Small thorn, Icelandic | |
| yuml | Small y, dieresis or umlaut mark | |
| reg | Registered TradeMark | |
| copy | Copyright | |
| nbsp | Non-breaking space |