Copyright Symbol ©
Copy the copyright symbol © instantly. Includes Alt code (Alt+0169), HTML entity (©), Unicode (U+00A9), plus registered ® and trademark ™ symbols for Windows, Mac, and web.
All Variations
Symbol Details
| Symbol | Name | Unicode | HTML |
|---|---|---|---|
| © | Copyright Sign | U+00A9 | © |
| ® | Registered Sign | U+00AE | ® |
| ™ | Trade Mark Sign | U+2122 | ™ |
| ℠ | Service Mark | U+2120 | ℠ |
| ℗ | Sound Recording Copyright | U+2117 | ℗ |
| 🄯 | Copyleft Sign | U+1F12F | 🄯 |
| ©️ | Copyright Sign (Emoji) | U+00A9 U+FE0F | ©️ |
Usage
The copyright symbol (©) indicates that a work is protected by copyright law. It is placed before the copyright holder's name and the year of first publication, e.g., © 2024 Acme Corp. It applies to creative works including text, images, music, software, and film.
How to Type
| Platform | Method / Code |
|---|---|
| Windows | Hold Alt and type 0169 on the numeric keypad, then release Alt. Works in Word, Notepad, and most Windows apps. |
| Mac / iOS | Press Option + G to insert the copyright symbol ©. |
| HTML Entity | Use © as the named entity, or © as the numeric entity. |
| Unicode | U+00A9 — in Microsoft Word, type 00A9 then press Alt+X. |
Platform Compatibility
This symbol renders correctly on all listed platforms.
Frequently Asked Questions
How do I type the copyright symbol on Windows?
Hold Alt and type 0169 on the numeric keypad (Num Lock must be on). Release Alt and © appears. In Microsoft Word, you can also type (c) and it will autocorrect to ©.
What is the difference between © ® and ™?
© (copyright) protects creative works like writing, art, and music. ® (registered trademark) indicates a trademark officially registered with a government trademark office. ™ (trademark) claims a trademark that may or may not be officially registered — it can be used without registration.
Do I need the © symbol to have copyright protection?
In most countries, copyright protection is automatic the moment you create an original work — you do not need to display the © symbol. However, displaying it serves as a visible notice to others that the work is protected.
How do I add a copyright symbol in HTML?
Use the HTML entity © in your markup. For example: <p>© 2024 My Company</p>. You can also use the numeric entity ©.