PDF Disclaimer
You will need Adobe Acrobat Reader to view PDF files. See EPA's PDF page for more information about getting and using the free Acrobat Reader.
Site Help
Topics
 Glossary
 Site Map
Many links on the Web Guide are available to EPA Intranet users only. If you are an outside contractor working for EPA, please contact your EPA representative for more information. If you are another federal agency or other party interested in EPA's web policies and procedures, please contact EPA through the "Contact Us" page on this site.
Questions?
Web or WebCMS Questions?
Call the EPA Call Center
1-866-411-4EPA (4372).
Computer Questions?
Call CTS
1-866-955-4CTS (4287).
Coding Special Characters in HTML
To create special characters, use a character entity. In general these are coded as follows: &<insert code here>;.
Entities begin with an ampersand (&) and end with a semi-colon (;) with something in between. You can look up these entities elsewhere (here's one, from leftlogic
In the specific case of accented letters for non-English languages, the general template is: &<letter><accent>;.
Where:
<letter> is the letter you're accenting (a, e, i, n, etc.); (use lowercase or capital letter)
<accent> is the specific accent
acute is the line from the lower left to the upper right
grave is the line from the upper left to the lower right
tilde is the ~ character
circ is the ^ character (short for circumflex)
cedil is the curvy line under a "c" (short for "cedilla")
For the following, use:
- à = à
- À = À
- Á = Á
- á = á
- Ô = Ô
- ô = ô
- Ñ = Ñ
- ñ = ñ
- Ç = Ç
- ç = ç
- ö = ö
- Ö = Ö
There are many other accents—these are provided as examples.
