This list details the code positions and characters of the HTML document character set, specified in section SGML Declaration for HTML. This coded character set is based on [ISO-8859-1].
� -  Unused
	 Horizontal tab
Line feed
 -  Unused
Carriage Return
 -  Unused
  Space
! ! Exclamation mark
" " " Quotation mark
# # Number sign
$ $ Dollar sign
% % Percent sign
& & & Ampersand
' ' Apostrophe
( ( Left parenthesis
) ) Right parenthesis
* * Asterisk
+ + Plus sign
, , Comma
- - Hyphen
. . Period (fullstop)
/ / Solidus (slash)
0 0 0
1 1 1
2 2 2
3 3 3
4 4 4
5 5 5
6 6 6
7 7 7
8 8 8
9 9 9
: : Colon
; ; Semi-colon
< < < Less-than sign
= = Equals sign
> > > Greater-than sign
? ? Question mark
@ @ Commercial at
follow letters A to Z
[ [ Left square bracket
\ \ Reverse solidus (backslash)
] ] Right square bracklet
^ ^ Caret
_ _ Horizontal bar (underscore)
` ` Acute accent
follow letters a to z
{ { Left curly brace
| | Vertical bar
} } Right curly brace
~ ~ Tilde
‚
ƒ
„
…
†
‡
ˆ
‰
Š
‹
Œ
‘
’
“
”
•
–
—
˜
™
š
›
œ
Ÿ
  &nbs; Non breaking space
¡ ¡ ¡ Inverted exclamation
¢ ¢ ¢ Cent sign
£ £ £ Pound sterling
¤ ¤ ¤ General currency sign
¥ ¥ ¥ Yen sign
¦ &brkbar;¦ ¦ Broken vertical bar
§ § § Section sign
¨ ¨¨ ¨ Umlaut (dieresis)
© © © Copyright
ª ª ª Feminine ordinal
« « « Left angle quote, guillemotleft
¬ ¬ ¬ Not sign
­ ­ Soft hyphen
® ® ® Registered trademark
¯ ¯&hibar; ¯ Macron sign
° ° ° Degree sign
± &plusm; ± Plus or minus
² ² ² Superscript two
³ ³ ³ Superscript three
´ ´ ´ Acute accent
µ µ µ Micro sign
¶ ¶ ¶ Paragraph sign
· · · Middle dot
¸ ¸ ¸ Cedilla
¹ ¹ ¹ Superscript one
º º º Masculine ordinal
» » » Right angle quote, guillemotright
¼ ¼ ¼ Fraction one-fourth
½ ½ ½ Fraction one-half
¾ ¾ ¾ Fraction three-fourths
¿ ¿ ¿ Inverted question mark
À À À Capital A, grave accent
Á Á Á Capital A, acute accent
   Capital A, circumflex accent
à à à Capital A, tilde
Ä Ä Ä Capital A, dieresis or umlaut mark
Å Å Å Capital A, ring
Æ Æ Æ Capital AE, diphtong (ligature)
Ç Ç Ç Capital C, cedilla
È È È Capital E, grave accent
É É É Capital E, acute accent
Ê Ê Ê Capital E, circumflex accent
Ë Ë Ë Capital E, dieresis or umlaut mark
Ì Ì Ì Capital I, grave accent
Í Í Í Capital I, acute accent
Î Î Î Capital I, circumflex accent
Ï Ï Ï Capital I, dieresis or umlaut mark
Ð ÐĐ Ð Capital Eth, Icelandic
Ñ Ñ Ñ Capital N, tilde
Ò Ò Ò Capital O, grave accent
Ó Ó Ó Capital O, acute accent
Ô Ô; Ô Capital O, circumflex accent
Õ Õ Õ Capital O, tilde
Ö Ö Ö Capital O, dieresis or umlaut mark
× × × Multiply sign
Ø Ø Ø Capital O, slash
Ù Ù Ù Capital U, grave accent
Ú Ú Ú Capital U, acute accent
Û Û Û Capital U, circumflex accent
Ü Ü Ü Capital U, dieresis or umlaut mark
Ý Ý Ý Capital Y, acute accent
Þ Þ Þ Capital THORN, Icelandic
ß ß ß Smal sharp s, German (sz ligature)
à à à Small a, grave accent
á á á Small a, acute accent
â â â Small a, circumflex accent
ã ã ã Small a, tilde
ä ä ä Small a, dieresis or umlaut mark
å å å Small a, ring
æ æ æ Small ae diphtong (ligature)
ç ç ç Small c, cedilla
è è è Small e, grave accent
é é é Small e, acute accent
ê ê ê Small e, circumflex accent
ë ë ë Small e, dieresis or umlaut mark
ì ì ì Small i, grave accent
í í í Small i, acute accent
î î î Small i, circumflex accent
ï ï ï Small i, dieresis or umlaut mark
ð ð ð Smal eth, Icelandic
ñ ñ ñ Small n, tilde
ò ò ò Small o, grave accent
ó ó ó Small o, acute accent
ô ô ô Small o, circumflex accent
õ õ õ Small o, tilde
ö ö ö Small o, dieresis or umlaut mark
÷ ÷ ÷ Division sign
ø ø ø Small o, slash
ù ù ù Small u, grave accent
ú ú ú Small u, acute accent
û û û Small u, circumflex accent
ü ü ü Small u, dieresis or umlaut mark
ý ý ý Small y, acute accent
þ þ þ Small thorn, Icelandic
ÿ &yulm ÿ Small y, dieresis or umlaut mark
is rendered as: (µ±2¾)² « ½ ß³, 32°F
The formula can be as simple as the variable x but you want even such simple formulae to appear distinct
from the plain letter ``x''. This is done by using the <i>italics</i> tags. You
don't need LaTeX if you only need to display simple formula like (a+b)² but it may help to make them italic:
(a+b)².
(Two other explicit font styles, <b>bold</b> and <tt>teletype</tt>, Are also used extensively on this and other Web pages)
Compare these regular and italic versions (and HTML source):
HTML allows for a simple superscripting and subscripting using the tag pairs <sup></sup> and
<sub></sub>;
|