CHARACTER ENTITIES

 

Standard character entities are numeric or alphabetic codes used in HTML to ensure that browsers successfully render special characters and symbols like punctuation, math symbols, and diacritical marks.

You can use named or numeric entities from the chart below to represent the corresponding symbols on your Web page. A more complete list of named character entities can be found at the W3C website.

 
Numeric Entity Named Entity Symbol Description
!   ! Exclamation point
" " " Quotation mark
#   # Number sign/hash mark
$   $ Dollar sign
%   % Percent sign
& & & Ampersand ("and" symbol)
'    ' Apostrophe
(    ( Left parenthesis
)   ) Right parenthesis
*   * Asterisk
+   + Plus sign
,   , Comma
-   - Hyphen
.   . Period
/   / Forward slash
0 to 9   0-9 Numbers 0-9
:   : Colon
&#059;   ; Semicolon
&#060; &lt; < Less-than symbol
&#061;   = Equal sign
&#062; &gt; > Greater-than symbol
&#063;   ? Question mark
&#064;   @ "At" symbol
&#065; to &#090;   A to Z Uppercase letters "A" to "Z"
&#091;   [ Left bracket
&#092;   \ Backwards slash
&#093;   ] Right bracket
&#094;   ^ Caret
&#095;   _ Underscore
&#096;   ` Accent grave
&#097; to &#122;   a to z Lowercase letters "a" to "z"
&#123;   { Left curly bracket
&#124;   | Vertical bar/pipe symbol
&#125;   } Right curly bracket
&#126;   ~ Tilde
&#160; &nbsp;   Non-breaking space
&#161; &iexcl; ¡ Inverted exclamation point
&#162; &cent; ¢ Cent symbol
&#163; &pound; £ Pound sign
&#165; &yen; ¥ Yen symbol
&#167; &sect; § Section sign
&#168; &uml; ¨ Umlaut
&#169; &copy; © Copyright symbol
&#170; &ordf; ª Feminine ordinal
&#186; &ordm; º Masculine ordinal
&#172; &not; ¬ Not sign
&#173; &shy; ­ Soft hyphen
&#174; &reg; ® Registered trademark
&#175; &macr; ¯ Macron accent
&#176; &deg; ° Degree symbol
&#177; &plusmn; ± Plus or minus
&#180; &acute; ´ Acute accent
&#181; &micro; µ Micro sign (Greek mu)
&#182; &para; Paragraph symbol
&#183; &middot; · Middle dot
&#184; &cedil; ¸ Cedilla
&#191; &iquest; ¿ Inverted question mark
 
 
 
 
 
©2000 Ann L. Dundon. All rights reserved.