Symbols and accented letters (for Spanish) in HTML.
Use the string following the ampersand and take out the space
following the hatch mark to display the symbol.
-------------------------------------------------------
Á
uppercase A with accent
Á
&# 193;

É
uppercase E with accent
È
&# 200;

Í
uppercase I with accent
Í
&# 205;

Ñ
N tilde
Ñ
&# 209;

Ó
uppercase O with accent
Ó
&# 211;

------------------------------------------

á
lowercase a with accent
á
&# 225;

é
lowercase e with accent
é
&# 233;

í
lowercase i with accent
í
&# 237;

ñ
lowercase n tilde
ñ
&# 241;

ó
lowercase o with accent
ó
&# 243;

ú
lowercase u with accent
ù
&# 253;

ý
lowercase y with accent
ý
&# 253;

------------------------------------------

&
Ampersand
&

&# 38;

@
At sign

&# 64

"
double quote sign
"

&# 34;

'
apostraphe
'
&# 39;

Dagger sign

&# 134;

©
copyright sign
©
&# 169;

degree sign
°
&# 176;

-----------------------------------------------------------
full Latin-1 series symbols in HTML chart
-----------------------------------------------------------

Color is in 3 hex pairs - RED - GREEN - BLUE
The lower the number the more dense the color, .f. being the highest hex number and .0. being the lowest.

Red text ff0000 Bolded

Darker Red text dd0000 Bolded

Maroon text 990000 Bolded

Purple text 993366 Bolded

Darker Green text 008800 Bolded

light Green text 00ff00 Bolded

darker Yellow text dddd00 Bolded - pure yellow is ffff00 but is almost not visable on white background

Black text 000000 Bolded

Brown text 993300 Bolded

BLUE text 0000ff Bolded

light grey text dddddd Bolded

-------------------------------------------

Sample Table
A B C
1 2 3

Sample Table with Border of 10
A B C
1 2 3

Special Characters page by Bob Baumel - an excellent review.

to Books index page

Return home page.