top of page
HTML Symbol Entities
Many mathematical, technical, and currency symbols, are not present on a normal keyboard.
To add such symbols to an HTML page, you can use the entity name or the entity number (a decimal or a hexadecimal reference) for the symbol.
EXAMPLE:
Display the euro sign, €, with an entity name, a decimal, and a hexadecimal value:
<p>I will display €</p>
<p>I will display €</p>
<p>I will display €</p>
Will display as:
I will display €
I will display €
I will display €
Some Mathematical Symbols Supported by HTML
Some Greek Letters Supported by HTML
Some Other Entities Supported by HTML



bottom of page