shady sherif
0
Q:

HTML Character Entities

This is a list of character entities (for HTML): 

Result:    Description:                         Entity Name:    Entity Number: 
         | non-breaking space                 |          |   
  <      | 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; 
    
I hope this was helpful! :D 
15

&entity_name;
OR
&#entity_number;
 
2

New to Communities?

Join the community