How to add a copyright © symbol in Html
In this tutorial, we are going to learn about 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 in html, we can use the ©
entity name in html code.
Here is an example:
<p>Copyright © 2022</p>
Output: Copyright © 2022
For more symbols you checkout Html Entity names chart .