HTML Entities and Symbols

Entity Description Symbol Decimal Hex
&lt; Less than < &#60; &#x3C;
&gt; Greater than > &#62; &#x3E;
&amp; Ampersand & &#38; &#x26;
&quot; Quotation mark " &#34; &#x22;
&apos; Apostrophe ' &#39; &#x27;
&nbsp; Non-breaking space   &#160; &#xA0;
&copy; Copyright © &#169; &#xA9;
&reg; Registered ® &#174; &#xAE;
&euro; Euro &#8364; &#x20AC;