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:
| Method | Copyright symbol |
|---|---|
| entity name | © |
| decimal reference | © |
| Hexadecimal reference | &xA9 |
Example code
All the methods mentioned above are given below:
Free Resources
Copyright ©2026 Educative, Inc. All rights reserved