HTML - Special Characters


HTML Intro
 
 
 
 
 
 

There are special characters that you may wish to include in your site; either type the numeric value or the mnemonic value, which is easier to remember. In all cases remember the ; at the end, and in the numeric values, remember the #. Here is a list of some of them:
 

Character Numeric Mnemonic
! !  
& & &
< &#60; &lt;
> &#62; &gt;
© &#169; &copy;
® &#174; &reg;
" &#34; &quot;
£ &#163; &pound;
&9864; &euro;
&#8482;  
space   &nbsp;

top