logo_michael-thomas.jpg (3143 bytes)

HTML Character Codes

Special characters requiring special codes. In raw HTML, these special characters require special codes.
  • "  (" - double quote)
  •    ( - forced single space)
  • &lt;  (< - less than)
  • &gt; (> - greater than)
  • &amp; (& - ampersand)
Special characters In raw HTML, these special characters do not require special codes.
  • ~`1234567890-=\{}[]:;'?,./!@#$%^*()_+|
  •  
Insert ASCII values Insert ASCII character values.
  • &#65;   (shows: A )
  • &#97;   (shows: a )
  • &copy; (shows: ©)
ASCII Values (other examples) HTML Value and Symbol Displayed
  • &#9702; (◦)
  • &#9679; (●)
  • &#174; (®)
  • &#176; (°)
  • ©
  • ¢
  • «
  • »
  • ¼
  • ½
  • ¾
  • ø
  • ÷
  • &#730; (˚)
  • ˙
  • Δ
  • &#959; (ο)
  • &#9702; (◦)