source: sandbox/filemanager/tp/dompdf/www/test/latin1.html @ 1575

Revision 1575, 27.4 KB checked in by amuller, 14 years ago (diff)

Ticket #597 - Implentação, melhorias do modulo gerenciador de arquivos

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