HTML symbols and entities
Some characters can't be typed directly in HTML — think of <, & or a copyright sign. For that you use entities: a name or numeric code that the browser converts to the right symbol.
How to use it
Find the symbol you need and click it to copy the code. Then paste it into your HTML.