How to Create the Copyright Symbol: Every Method Across Every Device

The copyright symbol — © — shows up everywhere from website footers to book title pages, yet it sits nowhere obvious on a standard keyboard. Whether you're drafting a document, building a webpage, or sending a professional email, knowing how to produce this symbol quickly is a small but genuinely useful skill.

Here's a complete breakdown of every reliable method, across every major platform.


What the Copyright Symbol Actually Is

The © symbol is a Unicode character with the code point U+00A9. It also exists in older encoding systems like ASCII (where it appears as decimal value 169) and HTML (where it renders via the named entity © or the numeric reference ©).

Because it's a standard Unicode character, it can be typed, inserted, or coded on virtually any modern device — the method just depends on where and how you're working.


Windows: Multiple Paths to ©

Keyboard Shortcut (Numeric Keypad Required)

On Windows, hold Alt and type 0169 on the numeric keypad (not the number row). Release Alt and © appears. This only works when Num Lock is on and requires a physical numeric keypad — meaning it typically won't work on compact laptops without one.

Character Map

Search for Character Map in the Start menu. Find the © symbol, click Copy, and paste it wherever you need it. Slower, but it works on any Windows machine.

Word's AutoCorrect

Microsoft Word recognizes (c) and automatically converts it to © as you type. This is the fastest option if you're already working in Word. Other Office apps like Outlook often apply the same rule.

Copy-Paste

Honestly, this is the method most people settle on: find a © somewhere online, copy it, paste it. It works perfectly because the character is Unicode and transfers cleanly across apps.


Mac: Simpler Than Windows 🍎

On a Mac, the shortcut is straightforward: Option + G. No number pad required, no Num Lock to worry about. It works system-wide — in documents, emails, browsers, and text fields.

You can also use the Character Viewer: go to Edit > Emoji & Symbols (or press Control + Command + Space), search "copyright," and double-click to insert.


iPhone and iPad

On iOS, the copyright symbol isn't in the default keyboard layout, but it's accessible:

  • Tap and hold the letter C — a popup appears with variations including ©
  • Release your finger on © to insert it

This works in any app that uses the standard iOS keyboard. If you're using a third-party keyboard, the behavior may differ.


Android

Android keyboards vary by manufacturer and app, but the general approach is:

  • Switch to the symbols keyboard (usually labeled ?123 or sym)
  • Look for © directly, or tap a secondary symbols layer (often labeled =< or 1/2)

On Gboard (Google's keyboard), you can also long-press certain characters or use the emoji/symbol search to find ©.


HTML and Web Development 💻

If you're writing code for a webpage, you have three clean options:

MethodCodeOutput
Named HTML entity&copy;©
Decimal numeric reference&#169;©
Hexadecimal numeric reference&#xA9;©

All three are universally supported across browsers. &copy; is the most readable and commonly used in HTML. In CSS content properties, use the Unicode escape: content: "0A9".

If you're working in a framework like React or a CMS like WordPress, you can typically paste © directly as a character — modern environments handle Unicode without issues.


Google Docs and Sheets

Google Docs, like Microsoft Word, auto-corrects (c) to ©. You can also go to Insert > Special Characters, search "copyright," and insert it from there. In Google Sheets, the same Insert > Special Characters path works, though AutoCorrect behavior is more limited in Sheets.


Linux

On most Linux desktop environments, press Compose, O, C (in sequence, not simultaneously) if a Compose key is configured. Alternatively, hold Ctrl + Shift and type U00A9, then press Enter or Space — this Unicode input method works across many GTK applications on Linux.

The availability of these shortcuts depends on your desktop environment (GNOME, KDE, etc.) and keyboard settings.


Variables That Affect Which Method Works for You

The "right" method isn't universal — it depends on several factors:

  • Device type: A laptop without a numeric keypad eliminates the Alt+0169 shortcut on Windows
  • Operating system: Mac's Option+G is simpler than most Windows equivalents
  • Application context: HTML requires entity codes; word processors may use AutoCorrect; mobile uses long-press gestures
  • Keyboard app (mobile): Third-party keyboards may not support standard long-press behavior
  • Frequency of use: Someone adding © to a single document has different needs than a developer inserting it programmatically across hundreds of pages
  • Workflow: Designers working in tools like Figma or Illustrator may find direct Unicode input or glyph panels faster than any keyboard shortcut

A Note on © in Professional and Legal Contexts

The © symbol is commonly used to assert copyright notice, typically formatted as:

© [Year] [Owner Name]

In many jurisdictions, formal copyright protection exists regardless of whether the symbol is used — but including it is standard practice and signals intent clearly. If you're preparing documents with legal implications, the formatting conventions around the symbol matter as much as how you produce it.

How you insert © is straightforward once you know your platform. Which method fits naturally into your workflow is the part only your own setup can answer.