Jump to main content.


Site Help

    Topics

    Glossary

    Site Map


Entering Intranet
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?


Call the EPA Call Center
EPA Call Center

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.

Coding Special Characters in HTML

To create a wide variety of special characters, use something called a "character entity." In general these are coded as follows:
&<insert code here>;

That is, they begin with & and end with ; and have some special code in the middle. You can find a list of these characters in many places; one such is http://www.intuitive.com/coolweb/entities.html. Exit  
EPA Disclaimer

In the specific case of accented letters for all non-English languages, the general template is:
&<letter><accent>;

Where:
<letter> is the letter you're accenting (a, e, i, n, etc.); use either a lowercase or capital letter and that type of letter will show up <accent> is the name of 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").

Thus, for each of the following, use the code next to it below:
à = &agrave;
À = &Agrave;
Á = &Aacute;
á = &aacute;
Ô = &Ocirc;
ô = &ocirc;
Ñ = &Ntilde;
ñ = &ntilde;
Ç = &Ccedil;
ç = &ccedil;
ö = &ouml;
Ö = &Ouml;

There are many other accents available; these have been provided only as examples. See the page listed above for the complete set of all special characters, including accented letters.


Top of Page




Local Navigation





Jump to main content.




0