Character entities

Character entity references, or entities for short, provide a method of entering characters that cannot be expressed in the document's character encoding or that cannot easily be entered on a keyboard. Entities are case-sensitive and take the form

&name;

Examples of entities include © for the copyright symbol (©) and Σ for the Greek capital letter sigma (Σ).

Some entities are shown in the following table. More info on entities can be found on http://www.htmlhelp.com/reference/html40/entities/

SymbolCode nameComments
© © copyright symbol
® ® registered trademark
· · midle dot
º º masculine ordinal
™ trademark symbol
    nonbreaking space
< &lt; less than symbol
> &gt; greater than symbol
& &amp; ampersand
&prime; prime
' &#39; single quote
" &quot; double quote

Note that not all entities are supported by any browser.