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

Unicode and HTML entity codes for each variation
SymbolNameUnicodeHTML
©Copyright SignU+00A9©
®Registered SignU+00AE®
Trade Mark SignU+2122™
Service MarkU+2120℠
Sound Recording CopyrightU+2117℗
🄯Copyleft SignU+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

Instructions for typing this symbol on different platforms
PlatformMethod / Code
WindowsHold Alt and type 0169 on the numeric keypad, then release Alt. Works in Word, Notepad, and most Windows apps.
Mac / iOSPress Option + G to insert the copyright symbol ©.
HTML EntityUse © as the named entity, or © as the numeric entity.
UnicodeU+00A9 — in Microsoft Word, type 00A9 then press Alt+X.

Platform Compatibility

WindowsmacOSLinuxiOSAndroidWeb

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 &copy; in your markup. For example: <p>&copy; 2024 My Company</p>. You can also use the numeric entity &#169;.