HTML Entities

HTML character entities are used as a replacement of reserved characters in HTML. You can also replace characters that are not present on your keyboard by entities.

We can use an entity in your HTML document by name or by a numerical character reference. Each entity starts with symbol ampersand (&) and ends with a semicolon (;).

HTML Character Entities

Result Description Entity Name Entity Number
non-breaking space   160
< less than &lt; 60
> greater than &gt; 62
& ampersand &amp; 38
" double quotation mark &quot; 34
' single quotation mark (apostrophe) &apos; 39
¢ cent &cent; 162
£ pound &pound; 163
¥ yen &yen; 165
Euro &euro; 8364
© copyright &copy; 169
® registered trademark &reg; 174
Posted on by