Saturday, May 9, 2009

Character Representation in HTML

Characters Decimal Hexadecimal HTML Character Set Unicode
" (double quotes) &#34 " " \u0022
' (single quotes) &#39 ' ' \u0027
& (ampersand) & &#x26 & \u0026
< (lesser than) &#60 &#x3C; &lt; \u003c
> (greater than) &#62 &#x3E; &gt; \u003e

No comments: