entities in html

HTML
&entity_name;
OR
&#entity_number;
 This is a list of character entities (for HTML): 

Result:    Description:                         Entity Name:    Entity Number: 
         | non-breaking space                 |          |   
  <      | less than                          | <          | < 
  >      | greater than                       | >          | > 
  &      | ampersand                          | &         | & 
  "      | double quotation mark              | "        | " 
  '      | single quotation mark (apostrophe) | '        | ' 
  ¢      | cent                               | ¢        | ¢ 
  £      | pound                              | £       | £ 
  ¥      | yen                                | ¥         | ¥ 
  €      | euro                               | €        | € 
  ©      | copyright                          | ©        | © 
  ®      | registered trademark               | ®         | ® 
    
I hope this was helpful! :D 
Source

Also in HTML: