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
![37.PNG](https://static.wixstatic.com/media/0aad0d_0606f9a188d24c7690473d64ce942596~mv2.png/v1/fill/w_693,h_320,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/37_PNG.png)
![38.PNG](https://static.wixstatic.com/media/0aad0d_83f792ce39b8421cbcf97eac1598bee8~mv2.png/v1/fill/w_707,h_210,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/38_PNG.png)
![39.PNG](https://static.wixstatic.com/media/0aad0d_d591644c6e734cfb80c2f8a73d45d120~mv2.png/v1/fill/w_652,h_350,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/39_PNG.png)
bottom of page