encoding_latin1.html 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
  2. "http://www.w3.org/TR/REC-html40/strict.dtd">
  3. <html lang=en>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  6. <title>HTML 4.0 Latin-1 Entities</title>
  7. <link rev=Made href="mailto:liam@htmlhelp.com">
  8. <style>
  9. body {
  10. background: white;
  11. color: black;
  12. font-family: sans-serif;
  13. }
  14. h1 {
  15. color: #c33;
  16. background: none;
  17. font-weight: bold;
  18. text-align: center
  19. }
  20. h2 {
  21. color: #00008b;
  22. background: none;
  23. font-weight: bold
  24. }
  25. h3 {
  26. color: #006400;
  27. background: none;
  28. margin-left: 4%;
  29. margin-right: 4%;
  30. font-weight: bold
  31. }
  32. h4 {
  33. margin-left: 6%;
  34. margin-right: 6%;
  35. font-weight: bold
  36. }
  37. h5 {
  38. margin-left: 6%;
  39. margin-right: 6%;
  40. font-weight: bold
  41. }
  42. ul, ol, dl, p {
  43. margin-left: 6%;
  44. margin-right: 6%
  45. }
  46. ul ul, table ol, table ul, dl ol, dl ul {
  47. margin-left: 1.2em;
  48. margin-right: 1%;
  49. padding-left: 0
  50. }
  51. pre {
  52. margin-left: 10%;
  53. white-space: pre
  54. }
  55. table caption {
  56. font-size: larger;
  57. font-weight: bolder
  58. }
  59. table p, table dl, ol p, ul p, dl p, blockquote p, .note p, .note ul, .note ol, .note dl, li pre, dd pre {
  60. margin-left: 0;
  61. margin-right: 0
  62. }
  63. p.top {
  64. margin-left: 1%;
  65. margin-right: 1%
  66. }
  67. blockquote {
  68. margin-left: 8%;
  69. margin-right: 8%;
  70. border: thin ridge #dc143c
  71. }
  72. blockquote pre {
  73. margin-left: 1%;
  74. margin-right: 1%
  75. }
  76. dt a {
  77. font-weight: bold;
  78. margin-top: .8em
  79. }
  80. a:link {
  81. color: #00f;
  82. background: none;
  83. }
  84. a:visited {
  85. color: #800080;
  86. background: none;
  87. }
  88. a:active {
  89. color: green;
  90. background: #FFD700
  91. }
  92. .html {
  93. color: #000080;
  94. background: none
  95. }
  96. .css {
  97. color: #800000;
  98. background: none
  99. }
  100. .javascript {
  101. color: #008000;
  102. background: none
  103. }
  104. .example { margin-left: 10% }
  105. dfn {
  106. font-style: normal;
  107. font-weight: bolder
  108. }
  109. var sub { font-style: normal }
  110. .note {
  111. font-size: 85%;
  112. margin-left: 10%
  113. }
  114. .SMA {
  115. color: fuchsia;
  116. background: none;
  117. font-family: Kids, "Comic Sans MS", Jester, sans-serif
  118. }
  119. .oops {
  120. font-family: Jester, "Comic Sans MS", sans-serif
  121. }
  122. .author {
  123. font-style: italic
  124. }
  125. .copyright {
  126. font-size: smaller;
  127. text-align: right;
  128. clear: right
  129. }
  130. .toolbar {
  131. text-align: center
  132. }
  133. .toolbar IMG {
  134. float: right
  135. }
  136. .error {
  137. color: #DC143C;
  138. background: none;
  139. text-decoration: none
  140. }
  141. .warning {
  142. color: #FF4500;
  143. background: none;
  144. text-decoration: none
  145. }
  146. .error strong {
  147. color: #DC143C;
  148. background: #FFD700;
  149. text-decoration: none
  150. }
  151. .warning strong {
  152. color: #FF4500;
  153. background: #FFD700;
  154. text-decoration: none
  155. }
  156. .warning a:link, .warning a:visited, .warning a:active {
  157. color: #FF4500;
  158. background: none;
  159. text-decoration: underline
  160. }
  161. .error a:link, .error a:visited, .error a:active {
  162. color: #DC143C;
  163. background: none;
  164. text-decoration: underline
  165. }
  166. .error strong a:link, .error strong a:visited, .error strong a:active {
  167. color: #DC143C;
  168. background: #FFD700
  169. }
  170. .warning strong a:link, .warning strong a:visited, .warning strong a:active {
  171. color: #FF4500;
  172. background: #FFD700
  173. }
  174. colgroup.entity { text-align: center }
  175. .default { text-decoration: underline; font-style: normal }
  176. .required { font-weight: bold }
  177. td li.transitional, .elements li.transitional {
  178. font-weight: lighter;
  179. color: #696969;
  180. background: none
  181. }
  182. td li.frameset, .elements li.frameset {
  183. font-weight: lighter;
  184. color: #808080;
  185. background: none
  186. }
  187. .footer, .checkedDocument {
  188. margin-top: 2em;
  189. padding-top: 1em;
  190. border-top: solid thin black
  191. }
  192. strong.legal {
  193. font-weight: normal;
  194. text-transform: uppercase
  195. }
  196. @media print {
  197. input#toggler, .toolbar { display: none }
  198. }
  199. table { border-collapse: collapse; width: 100%; }
  200. td { border: 0.5pt solid black; }
  201. </style>
  202. <meta name="author" content="Liam Quinn">
  203. <meta name="description" content="A table of the HTML 4.0 entities for Latin-1 (ISO 8859-1) characters.">
  204. <meta name="keywords" content="Latin-1, ISO-8859-1, entities, characters, character set, accents, accent, accented, HTML, HyperText Markup Language, HTML 4.0, character entity reference, decimal, hexadecimal, hex, browser test, WDG, Web Design Group">
  205. <body>
  206. <h1>Latin-1 Entities</h1>
  207. <p>The following table gives the character entity reference, decimal
  208. character reference, and hexadecimal character reference for 8-bit
  209. characters in the Latin-1 (ISO-8859-1) character set, as well as the
  210. rendering of each in your browser. <a
  211. href="http://www.unicode.org/charts/">Glyphs</a> of the characters are
  212. available at the <a href="http://www.unicode.org/">Unicode
  213. Consortium</a>.</p>
  214. <p>Browser support is generally best for the decimal character
  215. references, except for the accented characters (decimal 192-214,
  216. 216-246, 248-255), where the character entity references hold a slight
  217. edge.</p>
  218. <p>Note that most Mac browsers will render fourteen Latin-1 characters
  219. incorrectly. These characters are decimal 166, 178, 179, 185, 188,
  220. 189, 190, 208, 215, 221, 222, 240, 253, and 254. See <a
  221. href="http://ppewww.ph.gla.ac.uk/%7Eflavell/iso8859/iso8859-mac.html">ISO-8859-1
  222. and the Mac platform</a> for more information.</p>
  223. <table style="border: none">
  224. <thead>
  225. <tr>
  226. <th rowspan=2>Character</th>
  227. <th rowspan=2>Entity</th>
  228. <th rowspan=2>Decimal</th>
  229. <th rowspan=2>Hex</th>
  230. <th colspan=3>Rendering in Your Browser</th>
  231. </tr>
  232. <tr>
  233. <th>Entity</th>
  234. <th>Decimal</th>
  235. <th>Hex</th>
  236. </tr>
  237. </thead>
  238. <tbody>
  239. <tr>
  240. <td scope=row>no-break space = non-breaking space</td>
  241. <td>&amp;nbsp;</td>
  242. <td>&amp;#160;</td>
  243. <td>&amp;#xA0;</td>
  244. <td>&nbsp;</td>
  245. <td>&#160;</td>
  246. <td>&#xA0;</td>
  247. </tr>
  248. <tr>
  249. <td scope=row>inverted exclamation mark</td>
  250. <td>&amp;iexcl;</td>
  251. <td>&amp;#161;</td>
  252. <td>&amp;#xA1;</td>
  253. <td>&iexcl;</td>
  254. <td>&#161;</td>
  255. <td>&#xA1;</td>
  256. </tr>
  257. <tr>
  258. <td scope=row>cent sign</td>
  259. <td>&amp;cent;</td>
  260. <td>&amp;#162;</td>
  261. <td>&amp;#xA2;</td>
  262. <td>&cent;</td>
  263. <td>&#162;</td>
  264. <td>&#xA2;</td>
  265. </tr>
  266. <tr>
  267. <td scope=row>pound sign</td>
  268. <td>&amp;pound;</td>
  269. <td>&amp;#163;</td>
  270. <td>&amp;#xA3;</td>
  271. <td>&pound;</td>
  272. <td>&#163;</td>
  273. <td>&#xA3;</td>
  274. </tr>
  275. <tr>
  276. <td scope=row>currency sign</td>
  277. <td>&amp;curren;</td>
  278. <td>&amp;#164;</td>
  279. <td>&amp;#xA4;</td>
  280. <td>&curren;</td>
  281. <td>&#164;</td>
  282. <td>&#xA4;</td>
  283. </tr>
  284. <tr>
  285. <td scope=row>yen sign = yuan sign</td>
  286. <td>&amp;yen;</td>
  287. <td>&amp;#165;</td>
  288. <td>&amp;#xA5;</td>
  289. <td>&yen;</td>
  290. <td>&#165;</td>
  291. <td>&#xA5;</td>
  292. </tr>
  293. <tr>
  294. <td scope=row>broken bar = broken vertical bar</td>
  295. <td>&amp;brvbar;</td>
  296. <td>&amp;#166;</td>
  297. <td>&amp;#xA6;</td>
  298. <td>&brvbar;</td>
  299. <td>&#166;</td>
  300. <td>&#xA6;</td>
  301. </tr>
  302. <tr>
  303. <td scope=row>section sign</td>
  304. <td>&amp;sect;</td>
  305. <td>&amp;#167;</td>
  306. <td>&amp;#xA7;</td>
  307. <td>&sect;</td>
  308. <td>&#167;</td>
  309. <td>&#xA7;</td>
  310. </tr>
  311. <tr>
  312. <td scope=row>diaeresis = spacing diaeresis</td>
  313. <td>&amp;uml;</td>
  314. <td>&amp;#168;</td>
  315. <td>&amp;#xA8;</td>
  316. <td>&uml;</td>
  317. <td>&#168;</td>
  318. <td>&#xA8;</td>
  319. </tr>
  320. <tr>
  321. <td scope=row>copyright sign</td>
  322. <td>&amp;copy;</td>
  323. <td>&amp;#169;</td>
  324. <td>&amp;#xA9;</td>
  325. <td>&copy;</td>
  326. <td>&#169;</td>
  327. <td>&#xA9;</td>
  328. </tr>
  329. <tr>
  330. <td scope=row>feminine ordinal indicator</td>
  331. <td>&amp;ordf;</td>
  332. <td>&amp;#170;</td>
  333. <td>&amp;#xAA;</td>
  334. <td>&ordf;</td>
  335. <td>&#170;</td>
  336. <td>&#xAA;</td>
  337. </tr>
  338. <tr>
  339. <td scope=row>left-pointing double angle quotation mark = left pointing guillemet</td>
  340. <td>&amp;laquo;</td>
  341. <td>&amp;#171;</td>
  342. <td>&amp;#xAB;</td>
  343. <td>&laquo;</td>
  344. <td>&#171;</td>
  345. <td>&#xAB;</td>
  346. </tr>
  347. <tr>
  348. <td scope=row>not sign</td>
  349. <td>&amp;not;</td>
  350. <td>&amp;#172;</td>
  351. <td>&amp;#xAC;</td>
  352. <td>&not;</td>
  353. <td>&#172;</td>
  354. <td>&#xAC;</td>
  355. </tr>
  356. <tr>
  357. <td scope=row>soft hyphen = discretionary hyphen</td>
  358. <td>&amp;shy;</td>
  359. <td>&amp;#173;</td>
  360. <td>&amp;#xAD;</td>
  361. <td>&shy;</td>
  362. <td>&#173;</td>
  363. <td>&#xAD;</td>
  364. </tr>
  365. <tr>
  366. <td scope=row>registered sign = registered trade mark sign</td>
  367. <td>&amp;reg;</td>
  368. <td>&amp;#174;</td>
  369. <td>&amp;#xAE;</td>
  370. <td>&reg;</td>
  371. <td>&#174;</td>
  372. <td>&#xAE;</td>
  373. </tr>
  374. <tr>
  375. <td scope=row>macron = spacing macron = overline = APL overbar</td>
  376. <td>&amp;macr;</td>
  377. <td>&amp;#175;</td>
  378. <td>&amp;#xAF;</td>
  379. <td>&macr;</td>
  380. <td>&#175;</td>
  381. <td>&#xAF;</td>
  382. </tr>
  383. <tr>
  384. <td scope=row>degree sign</td>
  385. <td>&amp;deg;</td>
  386. <td>&amp;#176;</td>
  387. <td>&amp;#xB0;</td>
  388. <td>&deg;</td>
  389. <td>&#176;</td>
  390. <td>&#xB0;</td>
  391. </tr>
  392. <tr>
  393. <td scope=row>plus-minus sign = plus-or-minus sign</td>
  394. <td>&amp;plusmn;</td>
  395. <td>&amp;#177;</td>
  396. <td>&amp;#xB1;</td>
  397. <td>&plusmn;</td>
  398. <td>&#177;</td>
  399. <td>&#xB1;</td>
  400. </tr>
  401. <tr>
  402. <td scope=row>superscript two = superscript digit two = squared</td>
  403. <td>&amp;sup2;</td>
  404. <td>&amp;#178;</td>
  405. <td>&amp;#xB2;</td>
  406. <td>&sup2;</td>
  407. <td>&#178;</td>
  408. <td>&#xB2;</td>
  409. </tr>
  410. <tr>
  411. <td scope=row>superscript three = superscript digit three = cubed</td>
  412. <td>&amp;sup3;</td>
  413. <td>&amp;#179;</td>
  414. <td>&amp;#xB3;</td>
  415. <td>&sup3;</td>
  416. <td>&#179;</td>
  417. <td>&#xB3;</td>
  418. </tr>
  419. <tr>
  420. <td scope=row>acute accent = spacing acute</td>
  421. <td>&amp;acute;</td>
  422. <td>&amp;#180;</td>
  423. <td>&amp;#xB4;</td>
  424. <td>&acute;</td>
  425. <td>&#180;</td>
  426. <td>&#xB4;</td>
  427. </tr>
  428. <tr>
  429. <td scope=row>micro sign</td>
  430. <td>&amp;micro;</td>
  431. <td>&amp;#181;</td>
  432. <td>&amp;#xB5;</td>
  433. <td>&micro;</td>
  434. <td>&#181;</td>
  435. <td>&#xB5;</td>
  436. </tr>
  437. <tr>
  438. <td scope=row>pilcrow sign = paragraph sign</td>
  439. <td>&amp;para;</td>
  440. <td>&amp;#182;</td>
  441. <td>&amp;#xB6;</td>
  442. <td>&para;</td>
  443. <td>&#182;</td>
  444. <td>&#xB6;</td>
  445. </tr>
  446. <tr>
  447. <td scope=row>middle dot = Georgian comma = Greek middle dot</td>
  448. <td>&amp;middot;</td>
  449. <td>&amp;#183;</td>
  450. <td>&amp;#xB7;</td>
  451. <td>&middot;</td>
  452. <td>&#183;</td>
  453. <td>&#xB7;</td>
  454. </tr>
  455. <tr>
  456. <td scope=row>cedilla = spacing cedilla</td>
  457. <td>&amp;cedil;</td>
  458. <td>&amp;#184;</td>
  459. <td>&amp;#xB8;</td>
  460. <td>&cedil;</td>
  461. <td>&#184;</td>
  462. <td>&#xB8;</td>
  463. </tr>
  464. <tr>
  465. <td scope=row>superscript one = superscript digit one</td>
  466. <td>&amp;sup1;</td>
  467. <td>&amp;#185;</td>
  468. <td>&amp;#xB9;</td>
  469. <td>&sup1;</td>
  470. <td>&#185;</td>
  471. <td>&#xB9;</td>
  472. </tr>
  473. <tr>
  474. <td scope=row>masculine ordinal indicator</td>
  475. <td>&amp;ordm;</td>
  476. <td>&amp;#186;</td>
  477. <td>&amp;#xBA;</td>
  478. <td>&ordm;</td>
  479. <td>&#186;</td>
  480. <td>&#xBA;</td>
  481. </tr>
  482. <tr>
  483. <td scope=row>right-pointing double angle quotation mark = right pointing guillemet</td>
  484. <td>&amp;raquo;</td>
  485. <td>&amp;#187;</td>
  486. <td>&amp;#xBB;</td>
  487. <td>&raquo;</td>
  488. <td>&#187;</td>
  489. <td>&#xBB;</td>
  490. </tr>
  491. <tr>
  492. <td scope=row>vulgar fraction one quarter = fraction one quarter</td>
  493. <td>&amp;frac14;</td>
  494. <td>&amp;#188;</td>
  495. <td>&amp;#xBC;</td>
  496. <td>&frac14;</td>
  497. <td>&#188;</td>
  498. <td>&#xBC;</td>
  499. </tr>
  500. <tr>
  501. <td scope=row>vulgar fraction one half = fraction one half</td>
  502. <td>&amp;frac12;</td>
  503. <td>&amp;#189;</td>
  504. <td>&amp;#xBD;</td>
  505. <td>&frac12;</td>
  506. <td>&#189;</td>
  507. <td>&#xBD;</td>
  508. </tr>
  509. <tr>
  510. <td scope=row>vulgar fraction three quarters = fraction three quarters</td>
  511. <td>&amp;frac34;</td>
  512. <td>&amp;#190;</td>
  513. <td>&amp;#xBE;</td>
  514. <td>&frac34;</td>
  515. <td>&#190;</td>
  516. <td>&#xBE;</td>
  517. </tr>
  518. <tr>
  519. <td scope=row>inverted question mark = turned question mark</td>
  520. <td>&amp;iquest;</td>
  521. <td>&amp;#191;</td>
  522. <td>&amp;#xBF;</td>
  523. <td>&iquest;</td>
  524. <td>&#191;</td>
  525. <td>&#xBF;</td>
  526. </tr>
  527. <tr>
  528. <td scope=row>Latin capital letter A with grave = Latin capital letter A grave</td>
  529. <td>&amp;Agrave;</td>
  530. <td>&amp;#192;</td>
  531. <td>&amp;#xC0;</td>
  532. <td>&Agrave;</td>
  533. <td>&#192;</td>
  534. <td>&#xC0;</td>
  535. </tr>
  536. <tr>
  537. <td scope=row>Latin capital letter A with acute</td>
  538. <td>&amp;Aacute;</td>
  539. <td>&amp;#193;</td>
  540. <td>&amp;#xC1;</td>
  541. <td>&Aacute;</td>
  542. <td>&#193;</td>
  543. <td>&#xC1;</td>
  544. </tr>
  545. <tr>
  546. <td scope=row>Latin capital letter A with circumflex</td>
  547. <td>&amp;Acirc;</td>
  548. <td>&amp;#194;</td>
  549. <td>&amp;#xC2;</td>
  550. <td>&Acirc;</td>
  551. <td>&#194;</td>
  552. <td>&#xC2;</td>
  553. </tr>
  554. <tr>
  555. <td scope=row>Latin capital letter A with tilde</td>
  556. <td>&amp;Atilde;</td>
  557. <td>&amp;#195;</td>
  558. <td>&amp;#xC3;</td>
  559. <td>&Atilde;</td>
  560. <td>&#195;</td>
  561. <td>&#xC3;</td>
  562. </tr>
  563. <tr>
  564. <td scope=row>Latin capital letter A with diaeresis</td>
  565. <td>&amp;Auml;</td>
  566. <td>&amp;#196;</td>
  567. <td>&amp;#xC4;</td>
  568. <td>&Auml;</td>
  569. <td>&#196;</td>
  570. <td>&#xC4;</td>
  571. </tr>
  572. <tr>
  573. <td scope=row>Latin capital letter A with ring above = Latin capital letter A ring</td>
  574. <td>&amp;Aring;</td>
  575. <td>&amp;#197;</td>
  576. <td>&amp;#xC5;</td>
  577. <td>&Aring;</td>
  578. <td>&#197;</td>
  579. <td>&#xC5;</td>
  580. </tr>
  581. <tr>
  582. <td scope=row>Latin capital letter AE = Latin capital ligature AE</td>
  583. <td>&amp;AElig;</td>
  584. <td>&amp;#198;</td>
  585. <td>&amp;#xC6;</td>
  586. <td>&AElig;</td>
  587. <td>&#198;</td>
  588. <td>&#xC6;</td>
  589. </tr>
  590. <tr>
  591. <td scope=row>Latin capital letter C with cedilla</td>
  592. <td>&amp;Ccedil;</td>
  593. <td>&amp;#199;</td>
  594. <td>&amp;#xC7;</td>
  595. <td>&Ccedil;</td>
  596. <td>&#199;</td>
  597. <td>&#xC7;</td>
  598. </tr>
  599. <tr>
  600. <td scope=row>Latin capital letter E with grave</td>
  601. <td>&amp;Egrave;</td>
  602. <td>&amp;#200;</td>
  603. <td>&amp;#xC8;</td>
  604. <td>&Egrave;</td>
  605. <td>&#200;</td>
  606. <td>&#xC8;</td>
  607. </tr>
  608. <tr>
  609. <td scope=row>Latin capital letter E with acute</td>
  610. <td>&amp;Eacute;</td>
  611. <td>&amp;#201;</td>
  612. <td>&amp;#xC9;</td>
  613. <td>&Eacute;</td>
  614. <td>&#201;</td>
  615. <td>&#xC9;</td>
  616. </tr>
  617. <tr>
  618. <td scope=row>Latin capital letter E with circumflex</td>
  619. <td>&amp;Ecirc;</td>
  620. <td>&amp;#202;</td>
  621. <td>&amp;#xCA;</td>
  622. <td>&Ecirc;</td>
  623. <td>&#202;</td>
  624. <td>&#xCA;</td>
  625. </tr>
  626. <tr>
  627. <td scope=row>Latin capital letter E with diaeresis</td>
  628. <td>&amp;Euml;</td>
  629. <td>&amp;#203;</td>
  630. <td>&amp;#xCB;</td>
  631. <td>&Euml;</td>
  632. <td>&#203;</td>
  633. <td>&#xCB;</td>
  634. </tr>
  635. <tr>
  636. <td scope=row>Latin capital letter I with grave</td>
  637. <td>&amp;Igrave;</td>
  638. <td>&amp;#204;</td>
  639. <td>&amp;#xCC;</td>
  640. <td>&Igrave;</td>
  641. <td>&#204;</td>
  642. <td>&#xCC;</td>
  643. </tr>
  644. <tr>
  645. <td scope=row>Latin capital letter I with acute</td>
  646. <td>&amp;Iacute;</td>
  647. <td>&amp;#205;</td>
  648. <td>&amp;#xCD;</td>
  649. <td>&Iacute;</td>
  650. <td>&#205;</td>
  651. <td>&#xCD;</td>
  652. </tr>
  653. <tr>
  654. <td scope=row>Latin capital letter I with circumflex</td>
  655. <td>&amp;Icirc;</td>
  656. <td>&amp;#206;</td>
  657. <td>&amp;#xCE;</td>
  658. <td>&Icirc;</td>
  659. <td>&#206;</td>
  660. <td>&#xCE;</td>
  661. </tr>
  662. <tr>
  663. <td scope=row>Latin capital letter I with diaeresis</td>
  664. <td>&amp;Iuml;</td>
  665. <td>&amp;#207;</td>
  666. <td>&amp;#xCF;</td>
  667. <td>&Iuml;</td>
  668. <td>&#207;</td>
  669. <td>&#xCF;</td>
  670. </tr>
  671. <tr>
  672. <td scope=row>Latin capital letter ETH</td>
  673. <td>&amp;ETH;</td>
  674. <td>&amp;#208;</td>
  675. <td>&amp;#xD0;</td>
  676. <td>&ETH;</td>
  677. <td>&#208;</td>
  678. <td>&#xD0;</td>
  679. </tr>
  680. <tr>
  681. <td scope=row>Latin capital letter N with tilde</td>
  682. <td>&amp;Ntilde;</td>
  683. <td>&amp;#209;</td>
  684. <td>&amp;#xD1;</td>
  685. <td>&Ntilde;</td>
  686. <td>&#209;</td>
  687. <td>&#xD1;</td>
  688. </tr>
  689. <tr>
  690. <td scope=row>Latin capital letter O with grave</td>
  691. <td>&amp;Ograve;</td>
  692. <td>&amp;#210;</td>
  693. <td>&amp;#xD2;</td>
  694. <td>&Ograve;</td>
  695. <td>&#210;</td>
  696. <td>&#xD2;</td>
  697. </tr>
  698. <tr>
  699. <td scope=row>Latin capital letter O with acute</td>
  700. <td>&amp;Oacute;</td>
  701. <td>&amp;#211;</td>
  702. <td>&amp;#xD3;</td>
  703. <td>&Oacute;</td>
  704. <td>&#211;</td>
  705. <td>&#xD3;</td>
  706. </tr>
  707. <tr>
  708. <td scope=row>Latin capital letter O with circumflex</td>
  709. <td>&amp;Ocirc;</td>
  710. <td>&amp;#212;</td>
  711. <td>&amp;#xD4;</td>
  712. <td>&Ocirc;</td>
  713. <td>&#212;</td>
  714. <td>&#xD4;</td>
  715. </tr>
  716. <tr>
  717. <td scope=row>Latin capital letter O with tilde</td>
  718. <td>&amp;Otilde;</td>
  719. <td>&amp;#213;</td>
  720. <td>&amp;#xD5;</td>
  721. <td>&Otilde;</td>
  722. <td>&#213;</td>
  723. <td>&#xD5;</td>
  724. </tr>
  725. <tr>
  726. <td scope=row>Latin capital letter O with diaeresis</td>
  727. <td>&amp;Ouml;</td>
  728. <td>&amp;#214;</td>
  729. <td>&amp;#xD6;</td>
  730. <td>&Ouml;</td>
  731. <td>&#214;</td>
  732. <td>&#xD6;</td>
  733. </tr>
  734. <tr>
  735. <td scope=row>multiplication sign</td>
  736. <td>&amp;times;</td>
  737. <td>&amp;#215;</td>
  738. <td>&amp;#xD7;</td>
  739. <td>&times;</td>
  740. <td>&#215;</td>
  741. <td>&#xD7;</td>
  742. </tr>
  743. <tr>
  744. <td scope=row>Latin capital letter O with stroke = Latin capital letter O slash</td>
  745. <td>&amp;Oslash;</td>
  746. <td>&amp;#216;</td>
  747. <td>&amp;#xD8;</td>
  748. <td>&Oslash;</td>
  749. <td>&#216;</td>
  750. <td>&#xD8;</td>
  751. </tr>
  752. <tr>
  753. <td scope=row>Latin capital letter U with grave</td>
  754. <td>&amp;Ugrave;</td>
  755. <td>&amp;#217;</td>
  756. <td>&amp;#xD9;</td>
  757. <td>&Ugrave;</td>
  758. <td>&#217;</td>
  759. <td>&#xD9;</td>
  760. </tr>
  761. <tr>
  762. <td scope=row>Latin capital letter U with acute</td>
  763. <td>&amp;Uacute;</td>
  764. <td>&amp;#218;</td>
  765. <td>&amp;#xDA;</td>
  766. <td>&Uacute;</td>
  767. <td>&#218;</td>
  768. <td>&#xDA;</td>
  769. </tr>
  770. <tr>
  771. <td scope=row>Latin capital letter U with circumflex</td>
  772. <td>&amp;Ucirc;</td>
  773. <td>&amp;#219;</td>
  774. <td>&amp;#xDB;</td>
  775. <td>&Ucirc;</td>
  776. <td>&#219;</td>
  777. <td>&#xDB;</td>
  778. </tr>
  779. <tr>
  780. <td scope=row>Latin capital letter U with diaeresis</td>
  781. <td>&amp;Uuml;</td>
  782. <td>&amp;#220;</td>
  783. <td>&amp;#xDC;</td>
  784. <td>&Uuml;</td>
  785. <td>&#220;</td>
  786. <td>&#xDC;</td>
  787. </tr>
  788. <tr>
  789. <td scope=row>Latin capital letter Y with acute</td>
  790. <td>&amp;Yacute;</td>
  791. <td>&amp;#221;</td>
  792. <td>&amp;#xDD;</td>
  793. <td>&Yacute;</td>
  794. <td>&#221;</td>
  795. <td>&#xDD;</td>
  796. </tr>
  797. <tr>
  798. <td scope=row>Latin capital letter THORN</td>
  799. <td>&amp;THORN;</td>
  800. <td>&amp;#222;</td>
  801. <td>&amp;#xDE;</td>
  802. <td>&THORN;</td>
  803. <td>&#222;</td>
  804. <td>&#xDE;</td>
  805. </tr>
  806. <tr>
  807. <td scope=row>Latin small letter sharp s = ess-zed</td>
  808. <td>&amp;szlig;</td>
  809. <td>&amp;#223;</td>
  810. <td>&amp;#xDF;</td>
  811. <td>&szlig;</td>
  812. <td>&#223;</td>
  813. <td>&#xDF;</td>
  814. </tr>
  815. <tr>
  816. <td scope=row>Latin small letter a with grave = Latin small letter a grave</td>
  817. <td>&amp;agrave;</td>
  818. <td>&amp;#224;</td>
  819. <td>&amp;#xE0;</td>
  820. <td>&agrave;</td>
  821. <td>&#224;</td>
  822. <td>&#xE0;</td>
  823. </tr>
  824. <tr>
  825. <td scope=row>Latin small letter a with acute</td>
  826. <td>&amp;aacute;</td>
  827. <td>&amp;#225;</td>
  828. <td>&amp;#xE1;</td>
  829. <td>&aacute;</td>
  830. <td>&#225;</td>
  831. <td>&#xE1;</td>
  832. </tr>
  833. <tr>
  834. <td scope=row>Latin small letter a with circumflex</td>
  835. <td>&amp;acirc;</td>
  836. <td>&amp;#226;</td>
  837. <td>&amp;#xE2;</td>
  838. <td>&acirc;</td>
  839. <td>&#226;</td>
  840. <td>&#xE2;</td>
  841. </tr>
  842. <tr>
  843. <td scope=row>Latin small letter a with tilde</td>
  844. <td>&amp;atilde;</td>
  845. <td>&amp;#227;</td>
  846. <td>&amp;#xE3;</td>
  847. <td>&atilde;</td>
  848. <td>&#227;</td>
  849. <td>&#xE3;</td>
  850. </tr>
  851. <tr>
  852. <td scope=row>Latin small letter a with diaeresis</td>
  853. <td>&amp;auml;</td>
  854. <td>&amp;#228;</td>
  855. <td>&amp;#xE4;</td>
  856. <td>&auml;</td>
  857. <td>&#228;</td>
  858. <td>&#xE4;</td>
  859. </tr>
  860. <tr>
  861. <td scope=row>Latin small letter a with ring above = Latin small letter a ring</td>
  862. <td>&amp;aring;</td>
  863. <td>&amp;#229;</td>
  864. <td>&amp;#xE5;</td>
  865. <td>&aring;</td>
  866. <td>&#229;</td>
  867. <td>&#xE5;</td>
  868. </tr>
  869. <tr>
  870. <td scope=row>Latin small letter ae = Latin small ligature ae</td>
  871. <td>&amp;aelig;</td>
  872. <td>&amp;#230;</td>
  873. <td>&amp;#xE6;</td>
  874. <td>&aelig;</td>
  875. <td>&#230;</td>
  876. <td>&#xE6;</td>
  877. </tr>
  878. <tr>
  879. <td scope=row>Latin small letter c with cedilla</td>
  880. <td>&amp;ccedil;</td>
  881. <td>&amp;#231;</td>
  882. <td>&amp;#xE7;</td>
  883. <td>&ccedil;</td>
  884. <td>&#231;</td>
  885. <td>&#xE7;</td>
  886. </tr>
  887. <tr>
  888. <td scope=row>Latin small letter e with grave</td>
  889. <td>&amp;egrave;</td>
  890. <td>&amp;#232;</td>
  891. <td>&amp;#xE8;</td>
  892. <td>&egrave;</td>
  893. <td>&#232;</td>
  894. <td>&#xE8;</td>
  895. </tr>
  896. <tr>
  897. <td scope=row>Latin small letter e with acute</td>
  898. <td>&amp;eacute;</td>
  899. <td>&amp;#233;</td>
  900. <td>&amp;#xE9;</td>
  901. <td>&eacute;</td>
  902. <td>&#233;</td>
  903. <td>&#xE9;</td>
  904. </tr>
  905. <tr>
  906. <td scope=row>Latin small letter e with circumflex</td>
  907. <td>&amp;ecirc;</td>
  908. <td>&amp;#234;</td>
  909. <td>&amp;#xEA;</td>
  910. <td>&ecirc;</td>
  911. <td>&#234;</td>
  912. <td>&#xEA;</td>
  913. </tr>
  914. <tr>
  915. <td scope=row>Latin small letter e with diaeresis</td>
  916. <td>&amp;euml;</td>
  917. <td>&amp;#235;</td>
  918. <td>&amp;#xEB;</td>
  919. <td>&euml;</td>
  920. <td>&#235;</td>
  921. <td>&#xEB;</td>
  922. </tr>
  923. <tr>
  924. <td scope=row>Latin small letter i with grave</td>
  925. <td>&amp;igrave;</td>
  926. <td>&amp;#236;</td>
  927. <td>&amp;#xEC;</td>
  928. <td>&igrave;</td>
  929. <td>&#236;</td>
  930. <td>&#xEC;</td>
  931. </tr>
  932. <tr>
  933. <td scope=row>Latin small letter i with acute</td>
  934. <td>&amp;iacute;</td>
  935. <td>&amp;#237;</td>
  936. <td>&amp;#xED;</td>
  937. <td>&iacute;</td>
  938. <td>&#237;</td>
  939. <td>&#xED;</td>
  940. </tr>
  941. <tr>
  942. <td scope=row>Latin small letter i with circumflex</td>
  943. <td>&amp;icirc;</td>
  944. <td>&amp;#238;</td>
  945. <td>&amp;#xEE;</td>
  946. <td>&icirc;</td>
  947. <td>&#238;</td>
  948. <td>&#xEE;</td>
  949. </tr>
  950. <tr>
  951. <td scope=row>Latin small letter i with diaeresis</td>
  952. <td>&amp;iuml;</td>
  953. <td>&amp;#239;</td>
  954. <td>&amp;#xEF;</td>
  955. <td>&iuml;</td>
  956. <td>&#239;</td>
  957. <td>&#xEF;</td>
  958. </tr>
  959. <tr>
  960. <td scope=row>Latin small letter eth</td>
  961. <td>&amp;eth;</td>
  962. <td>&amp;#240;</td>
  963. <td>&amp;#xF0;</td>
  964. <td>&eth;</td>
  965. <td>&#240;</td>
  966. <td>&#xF0;</td>
  967. </tr>
  968. <tr>
  969. <td scope=row>Latin small letter n with tilde</td>
  970. <td>&amp;ntilde;</td>
  971. <td>&amp;#241;</td>
  972. <td>&amp;#xF1;</td>
  973. <td>&ntilde;</td>
  974. <td>&#241;</td>
  975. <td>&#xF1;</td>
  976. </tr>
  977. <tr>
  978. <td scope=row>Latin small letter o with grave</td>
  979. <td>&amp;ograve;</td>
  980. <td>&amp;#242;</td>
  981. <td>&amp;#xF2;</td>
  982. <td>&ograve;</td>
  983. <td>&#242;</td>
  984. <td>&#xF2;</td>
  985. </tr>
  986. <tr>
  987. <td scope=row>Latin small letter o with acute</td>
  988. <td>&amp;oacute;</td>
  989. <td>&amp;#243;</td>
  990. <td>&amp;#xF3;</td>
  991. <td>&oacute;</td>
  992. <td>&#243;</td>
  993. <td>&#xF3;</td>
  994. </tr>
  995. <tr>
  996. <td scope=row>Latin small letter o with circumflex</td>
  997. <td>&amp;ocirc;</td>
  998. <td>&amp;#244;</td>
  999. <td>&amp;#xF4;</td>
  1000. <td>&ocirc;</td>
  1001. <td>&#244;</td>
  1002. <td>&#xF4;</td>
  1003. </tr>
  1004. <tr>
  1005. <td scope=row>Latin small letter o with tilde</td>
  1006. <td>&amp;otilde;</td>
  1007. <td>&amp;#245;</td>
  1008. <td>&amp;#xF5;</td>
  1009. <td>&otilde;</td>
  1010. <td>&#245;</td>
  1011. <td>&#xF5;</td>
  1012. </tr>
  1013. <tr>
  1014. <td scope=row>Latin small letter o with diaeresis</td>
  1015. <td>&amp;ouml;</td>
  1016. <td>&amp;#246;</td>
  1017. <td>&amp;#xF6;</td>
  1018. <td>&ouml;</td>
  1019. <td>&#246;</td>
  1020. <td>&#xF6;</td>
  1021. </tr>
  1022. <tr>
  1023. <td scope=row>division sign</td>
  1024. <td>&amp;divide;</td>
  1025. <td>&amp;#247;</td>
  1026. <td>&amp;#xF7;</td>
  1027. <td>&divide;</td>
  1028. <td>&#247;</td>
  1029. <td>&#xF7;</td>
  1030. </tr>
  1031. <tr>
  1032. <td scope=row>Latin small letter o with stroke = Latin small letter o slash</td>
  1033. <td>&amp;oslash;</td>
  1034. <td>&amp;#248;</td>
  1035. <td>&amp;#xF8;</td>
  1036. <td>&oslash;</td>
  1037. <td>&#248;</td>
  1038. <td>&#xF8;</td>
  1039. </tr>
  1040. <tr>
  1041. <td scope=row>Latin small letter u with grave</td>
  1042. <td>&amp;ugrave;</td>
  1043. <td>&amp;#249;</td>
  1044. <td>&amp;#xF9;</td>
  1045. <td>&ugrave;</td>
  1046. <td>&#249;</td>
  1047. <td>&#xF9;</td>
  1048. </tr>
  1049. <tr>
  1050. <td scope=row>Latin small letter u with acute</td>
  1051. <td>&amp;uacute;</td>
  1052. <td>&amp;#250;</td>
  1053. <td>&amp;#xFA;</td>
  1054. <td>&uacute;</td>
  1055. <td>&#250;</td>
  1056. <td>&#xFA;</td>
  1057. </tr>
  1058. <tr>
  1059. <td scope=row>Latin small letter u with circumflex</td>
  1060. <td>&amp;ucirc;</td>
  1061. <td>&amp;#251;</td>
  1062. <td>&amp;#xFB;</td>
  1063. <td>&ucirc;</td>
  1064. <td>&#251;</td>
  1065. <td>&#xFB;</td>
  1066. </tr>
  1067. <tr>
  1068. <td scope=row>Latin small letter u with diaeresis</td>
  1069. <td>&amp;uuml;</td>
  1070. <td>&amp;#252;</td>
  1071. <td>&amp;#xFC;</td>
  1072. <td>&uuml;</td>
  1073. <td>&#252;</td>
  1074. <td>&#xFC;</td>
  1075. </tr>
  1076. <tr>
  1077. <td scope=row>Latin small letter y with acute</td>
  1078. <td>&amp;yacute;</td>
  1079. <td>&amp;#253;</td>
  1080. <td>&amp;#xFD;</td>
  1081. <td>&yacute;</td>
  1082. <td>&#253;</td>
  1083. <td>&#xFD;</td>
  1084. </tr>
  1085. <tr>
  1086. <td scope=row>Latin small letter thorn</td>
  1087. <td>&amp;thorn;</td>
  1088. <td>&amp;#254;</td>
  1089. <td>&amp;#xFE;</td>
  1090. <td>&thorn;</td>
  1091. <td>&#254;</td>
  1092. <td>&#xFE;</td>
  1093. </tr>
  1094. <tr>
  1095. <td scope=row>Latin small letter y with diaeresis</td>
  1096. <td>&amp;yuml;</td>
  1097. <td>&amp;#255;</td>
  1098. <td>&amp;#xFF;</td>
  1099. <td>&yuml;</td>
  1100. <td>&#255;</td>
  1101. <td>&#xFF;</td>
  1102. </tr>
  1103. </tbody>
  1104. </table>
  1105. <div class=footer>
  1106. <address>Maintained by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a> &lt;<a href="mailto:liam@htmlhelp.com">liam@htmlhelp.com</a>&gt;</address>
  1107. <p class=toolbar><a href="../index.html" rel=Start>HTML 4.0 Reference</a> ~ <a href="symbols.html" rel=Next>Symbols and Greek Letters</a> ~ <a href="special.html">Other Special Characters</a></p>
  1108. <p class=copyright>Copyright &copy; 1998 by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a>. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at <a href="http://www.opencontent.org/openpub/">http://www.opencontent.org/openpub/</a>).</p>
  1109. <p class=copyright>Modfications made by Benj Carson <a>benjcarson@digitaljunkies.ca</a> for dompdf, Jan 5, 2006.</p>
  1110. </div>
  1111. </body>
  1112. </html>