Special Characters (ISO-8859-1)

ISO-9959-1 is the default character set for most of the modern browsers used today. These entities are used in place of the reserved/special characters or characters not easily entered with a keyboard.

HTML Reserved Characters

Reserved characters in HTML are those used for the markup. For example, greater than (>) and less than (<) signs are used to encapsulate HMTL tags. Therefore, these characters should not be used within your text because the browser could mistaken them as a part of your markup.

Character Entity Number Entity Name Description
" &#34; &quot; quotation mark
' &#39; &apos; (does not work in IE) apostrophe
& &#38; &amp; ampersand
< &#60; &lt; less-than
> &#62; &gt; greater-than

ISO 8859-1 Symbols

&#160;&nbsp;&#161;&iexcl;&#162;&cent;&#163;&pound;&#164;&curren;&#165;&yen;&#166;&brvbar;&#167;&sect;&#168;&uml;&#169;&copy;&#170;&ordf;&#171;&laquo;&#172;&not;&#173;&shy;&#174;&reg;&#175;&macr;&#176;&deg;&#177;&plusmn;&#178;&sup2;&#179;&sup3;&#180;&acute;&#181;&micro;&#182;&para;&#183;&middot;&#184;&cedil;&#185;&sup1;&#186;&ordm;&#187;&raquo;&#188;&frac14;&#189;&frac12;&#190;&frac34;&#191;&iquest;&#215;&times;&#247;&divide;
Character Entity Number Entity Name Description
  non-breaking space
¡ inverted exclamation mark
¢ cent
£ pound
¤ currency
¥ yen
¦ broken vertical bar
§ section
¨ spacing diaeresis
© copyright
ª feminine ordinal indicator
« angle quotation mark (left)
¬ negation
­ soft hyphen
® registered trademark
¯ spacing macron
° degree
± plus-or-minus
² superscript 2
³ superscript 3
´ spacing acute
µ micro
paragraph
· middle dot
¸ spacing cedilla
¹ superscript 1
º masculine ordinal indicator
» angle quotation mark (right)
¼ fraction 1/4
½ fraction 1/2
¾ fraction 3/4
¿ inverted question mark
× multiplication
÷ division