How to add a copyright symbol in Html
In our keyboard many mathematical, currency, and technical symbols are not available, to add such type of symbols we need to use entity names in html webpage.
Adding a Copyright symbol
To add a copyright symbol we need to use the ©
entity name in html code.
Example:
<p>Copyright © 2020</p>
Output: Copyright © 2020
For more symbols you checkout Html Entity names chart .