How to create the copyright symbol in HTML

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:

svg viewer
Method Copyright symbol
entity name &copy
decimal reference &#169
Hexadecimal reference &xA9

Example code

All the methods mentioned above are given below:

New on Educative
Learn any Language for FREE all September 🎉
For the entire month of September, get unlimited access to our entire catalog of beginner coding resources.
🎁 G i v e a w a y
30 Days of Code
Complete Educative’s daily coding challenge every day in September, and win exciting Prizes.

Free Resources

Copyright ©2025 Educative, Inc. All rights reserved