+ 4
How do you insert a copyright symbol on a browser page?
6 Answers
+ 3
You can use the escape character for copyright symbol, ' © '.
Add it in your organisation name like this :
<h1>Company Name<sup>©</sup></h1>
+ 5
©
+ 2
emoji ©ïž
+ 1
type ©
+ 1
You can use :©
+ 1
<footer>
WebsiteName
<sup> © </sup>
All right reserved
</footer>