About copyright symbol
The copyright sign appears in copyright notices, often followed by a year and the rights holder’s name. It is a single character rather than a letter C inside typed parentheses.
How to type ©
Source-checked methodsWindows
Numeric keypadAlt + 0169
In a compatible Windows app, hold Alt, type 0169 on the numeric keypad, then release Alt.
Enable Num Lock and include the leading zero. Microsoft documents this sequence in Word; behavior in other apps and code pages may differ.
Source documentationMicrosoft Word
Windows desktopUnicode conversion in Word for Windows
Type 00A9, select those hexadecimal digits, then press Alt + X to insert ©.
Applies to Word for Windows. Use a font that contains the character. This is Unicode conversion, not a Windows Alt code.
Source documentationmacOS
Character ViewerCharacter Viewer
Choose Edit → Emoji & Symbols, search for “copyright sign” or its code 00A9, then select the character to insert it.
Expand Character Viewer if needed. Available characters depend on font support.
Apple documentationMicrosoft Excel
Formula=UNICHAR(169)
Enter =UNICHAR(169) in a cell to return ©.
Excel 2013 or later. The English function name is shown; localized Excel may use another name. Paste values if you need text without a formula.
Source documentationGoogle Docs
Desktop pickerInsert → Special characters
On a computer, choose Insert → Special characters and search for U+00A9 or copyright sign. Select the matching symbol.
Google Docs and Slides on desktop. If the picker does not offer the symbol, copy it here and paste it into your document.
Source documentationLinux
GNOME / GTKCtrl + Shift + U, 00A9, Enter
In a compatible GNOME/GTK text field, press Ctrl + Shift + U, release the keys, type 00A9, then press Enter.
Applies to GNOME/GTK Unicode entry, not every Linux application. Use copy and paste when the app intercepts this shortcut.
Source documentationFor iPhone and Android, you can copy the character above and paste it into an app that supports it.
Using it in HTML
Insert © in HTML text, or paste © directly in a UTF-8 document. If a box appears instead of the character, choose a font with support for U+00A9.