HTML for Accented Characters in Welsh

To read this page you must have installed a Unicode-capable font.

If you need them you can download six (WGL4-)Unicode fonts from Microsoft free of charge.

To read this page you must also use a Unicode-capable browser, for example MS Internet Explorer 4.0 or Netscape 4.03 or later.

The Characters

Character Numeric
Entity
Character
Entity
Description Unicode
Á Á Á Capital A with acute 00C1
á á á Small a with acute 00E1
   Capital A with circumflex 00C2
â â â Small a with circumflex 00E2
À À &Agrav; Capital A with grave 00C0
à à &agrav; Small a with grave 00E0
É É É Capital E with acute 00C9
é é é Small e with acute 00E9
Ê Ê Ê Capital E with circumflex 00CA
ê ê ê Small e with circumflex 00EA
Ï Ï Ï Capital I with dieresis 00CF
ï ï ï Small i wth dieresis 00EF
Ô Ô Ô Capital O with circumflex 00D4
ô ô ô Small o with circumflex 00F4
Ó Ó Ó Capital O with acute 00D3
ó ó ó Small o with acute 00F3
Ò Ò &Ograv; Capital O with grave 00D2
ò ò &ograv; Small o with grave 00F2
Û Û Û Capital U with circumflex 00DB
û û û Small u with circumflex 00FB
Ŵ Ŵ - Capital W with circumflex 0174
ŵ ŵ - Small w with circumflex 0175
Ý Ý Ý Capital Y with acute 00DD
ý ý ý Small y with acute 00FD
Ŷ Ŷ - Capital Y with circumflex 0176
ŷ ŷ - Small y with circumflex 0177

To see how to code these letters in HTML, use the View / Source function.

I have tested these codes with both Netscape 4.6 and Internet Explorer 5. There is one significant difference in that in IE all of the above codes should display without having to specify a charactersetbut for Netscape it is necessary to specify a Unicode character set. This is done by including the tag:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
within the <HEAD> portion of the page.
Last updated 13/2/2002