Many mathematical currencies and technical symbols, like the copyright symbol, are not available on a keyboard. Therefore, to add symbols to an HTML webpage, an entity name, decimal, or hexadecimal reference can be used. There are three methods to use for the copyright symbol in HTML:
| Method | Copyright symbol |
|---|---|
| entity name | © |
| decimal reference | © |
| Hexadecimal reference | &xA9 |
All the methods mentioned above are given below:
Free Resources