How to Add a Copyright Symbol: Every Method for Every Device
The copyright symbol — © — shows up everywhere from website footers to document headers, but actually typing it isn't always obvious. There's no dedicated key on most keyboards, and the method varies significantly depending on your device, operating system, and the software you're using. Here's a clear breakdown of every reliable approach.
What the Copyright Symbol Actually Is
The © character is a Unicode character with the code point U+00A9. It's also part of the older Latin-1 Supplement character block, which means it's been universally supported across operating systems, browsers, and applications for decades. Whether you're adding it to a Word document, a website, a social media post, or a spreadsheet, the same symbol is always available — you just need the right input method for your context.
How to Type © on Windows
Windows offers several methods, and which one works best depends on how often you need the symbol and what app you're working in.
Keyboard Shortcut (Most Apps)
Hold Alt and type 0169 on the numeric keypad (not the top row numbers). Release Alt and © appears. This requires Num Lock to be on and a keyboard with a dedicated numpad — so it won't work on most laptops without an external keyboard.
AutoCorrect (Word and Outlook)
In Microsoft Word and Outlook, simply type (c) followed by a space or punctuation. AutoCorrect automatically converts it to ©. This is the fastest method for regular document work.
Character Map
Search for Character Map in the Start menu, find the © symbol, copy it, and paste it wherever you need it. This works in any application but is slower — useful for one-off needs.
Windows Emoji Panel
Press Windows key + . (period) or Windows key + ; to open the emoji and symbol panel. Search for "copyright" and click to insert. This works in most modern apps.
How to Type © on Mac
Keyboard Shortcut
On a Mac, the shortcut is Option + G. This works system-wide — in Pages, Word, Notes, browsers, email, and virtually any text field. It's the fastest and most consistent method on macOS.
Character Viewer
Go to Edit > Emoji & Symbols in most apps, or press Control + Command + Space. Search "copyright" and double-click to insert.
How to Type © on iPhone and iPad 📱
iOS doesn't have a built-in shortcut for ©, but there are two practical approaches:
- Copy and paste: Search for the symbol online or in Notes, then copy and paste it where needed.
- Text replacement: Go to Settings > General > Keyboard > Text Replacement, add a new entry with © as the phrase and something like
cpras the shortcut. Every time you type your shortcut, your keyboard will suggest © automatically.
How to Type © on Android
Like iOS, Android doesn't include © on the default keyboard layout. Options include:
- Long-press method: On Gboard and many other keyboards, long-pressing the "c" key reveals a submenu that includes ©.
- Symbol keyboard: Switch to the symbols keyboard (usually via
?123or similar), then look in the extended symbols section. - Text replacement: Most Android keyboards support custom text shortcuts in their settings.
Adding © in HTML and Web Contexts 🌐
If you're writing HTML or working in a web-based editor, there are three standard ways to insert the copyright symbol:
| Method | Code | Result |
|---|---|---|
| HTML entity (named) | © | © |
| HTML entity (decimal) | © | © |
| HTML entity (hex) | © | © |
| Direct Unicode (UTF-8) | © | © |
For modern websites using UTF-8 encoding (which is standard now), you can paste the © character directly into your HTML or CSS without using an entity. HTML entities are most useful when working in older systems or when character encoding is uncertain.
Adding © in Google Docs, Sheets, and Other Office Tools
Google Docs handles this in a few ways:
- Type (c) — Google Docs has its own AutoCorrect that converts it automatically, similar to Word.
- Go to Insert > Special Characters, search "copyright," and click to insert.
Microsoft 365 apps (Excel, PowerPoint, OneNote) support the same Alt+0169 method on Windows and Option+G on Mac. AutoCorrect with (c) works in Word and Outlook specifically — not in Excel or PowerPoint by default, though you can add it manually in AutoCorrect settings.
The Difference Between © and Similar Symbols
It's worth knowing these aren't interchangeable:
- © — Copyright (protects original creative works)
- ® — Registered trademark (legally registered mark)
- ™ — Trademark (claimed but not necessarily registered)
Each has its own keyboard shortcut and Unicode value. On Mac: Option+R gives ®, and Option+2 gives ™. On Windows: Alt+0174 gives ®, and Alt+0153 gives ™.
Variables That Affect Which Method Works for You
The "right" method depends on a few practical factors:
- Keyboard type: Full keyboards with numpads support Alt codes on Windows; compact and laptop keyboards often don't
- Operating system: Mac users have a single universal shortcut; Windows users deal with more variation by app
- Frequency of use: Occasional use favors copy-paste or the emoji panel; frequent use rewards setting up text replacement or learning the shortcut
- Application: AutoCorrect works in Word but not Excel; HTML entities only apply in markup contexts; some web-based tools strip special characters entirely
- Mobile vs. desktop: Mobile input methods are more fragmented and often require setup steps that desktop users don't need
How you're working — whether it's a one-time document edit, a recurring part of your web development workflow, or something you need on the go from your phone — is what makes one approach genuinely more useful than another.