Copyright Symbol (©) – Copy and Paste

Quick access to copyright symbols, generators, and downloads for all your needs

Copyright-Related Symbols

©

Copyright

Standard copyright symbol

Usage: Indicates copyrighted works

Alt Code: Alt+0169

HTML: © or ©

®

Registered Trademark

Officially registered trademark

Usage: Federally registered trademarks

Alt Code: Alt+0174

HTML: ® or ®

Trademark

Unregistered trademark symbol

Usage: Unregistered trademarks or brand names

Alt Code: Alt+0153

HTML: ™ or ™

Sound Recording

Sound recording copyright

Usage: Copyright for sound recordings

Alt Code: Alt+8471

HTML:

Service Mark

Service trademark symbol

Usage: Trademarks for services (not products)

Alt Code: Alt+8480

HTML:

📚

Publication

Published work indicator

Usage: Indicates published written works

Alt Code: N/A (Emoji)

HTML: 📖 or 📚

©

What is the Copyright Symbol?

The copyright symbol (©) is a universal symbol used to indicate that a work is protected by copyright law. It consists of the letter "C" enclosed in a circle and is recognized internationally as a mark of ownership for creative works such as literature, music, art, software, and other intellectual property.

💡 Want to learn more? Explore our comprehensive guides and tools:

How to Type the Copyright Symbol

🪟 Windows

Alt Code Method

  • Hold Alt key
  • Type 0169 on numeric keypad
  • Release Alt key
  • Note: Must use numeric keypad (not top numbers)

Character Map

  • Press Windows + R
  • Type "charmap" and press Enter
  • Find © symbol and click Select
  • Click Copy then paste

Emoji Panel

  • Press Windows + . (period)
  • Search for "copyright"
  • Click on © symbol

🍎 Mac

Keyboard Shortcut

  • Press Option + G
  • Works in most applications
  • Also try: Option + Shift + G (some keyboards)

Character Viewer

  • Press Control + Command + Space
  • Search for "copyright"
  • Double-click © symbol
  • Or click and drag to insert

System Preferences

  • Open System Preferences
  • Go to Keyboard → Input Sources
  • Enable "Show Input menu in menu bar"
  • Use Character Viewer from menu bar

💻 Web & Code

HTML Entities

  • © (named entity)
  • © (decimal)
  • © (hexadecimal)
  • All produce: ©

CSS Content

  • content: "\\00A9";
  • content: "\\A9";
  • Use in ::before or ::after pseudo-elements

JavaScript

  • String.fromCharCode(169)
  • "\u00A9"
  • Copy to clipboard: navigator.clipboard.writeText("©")

📱 Mobile Devices

iPhone/iPad

  • Open keyboard
  • Switch to numbers/symbols keyboard
  • Hold down the "C" key
  • Select © from popup options

Android

  • Open keyboard (Gboard)
  • Tap ?123 key
  • Tap =\< key
  • Long-press C to find ©

🛠️ Other Methods

Microsoft Office

  • Insert → Symbol → More Symbols
  • Find © in Special Characters
  • AutoCorrect: (c) automatically becomes ©

Linux/Unix

  • Compose key + O + C
  • Ctrl+Shift+U then type A9
  • Use Character Map application

⚡ Quick Reference

Platform Method Shortcut
Windows Alt Code Alt + 0169
Mac Keyboard Option + G
HTML Entity ©
Mobile Long Press Hold C key
🎯

Common Uses

Digital Content

Websites, blogs, digital publications, and online media

Print Media

Books, magazines, newspapers, and printed materials

Software

Applications, games, and computer programs

Creative Works

Music, art, photography, and multimedia content

Frequently Asked Questions

💭 What does copyright symbol mean?

Think of the copyright symbol (©) as a "keep out" sign for your creative work. When you see this little circle with a C inside, it's like the creator is saying "Hey, I made this, and I have the legal right to decide who can copy, share, or make money from it!" It's the universal way to show that something—a book, song, photo, website, or any creative work—is protected by copyright law. This means the creator (or copyright owner) gets to call the shots on how their work is used, and others need permission before copying or distributing it.

🔍 Difference between copyright, trademark (™), registered (®)?

Great question! These three symbols protect different things, and mixing them up is super common. Let me break it down in simple terms:

Copyright (©) is for creative content—think books, music, photos, videos, articles, code. It protects the expression of ideas, not the ideas themselves. When you write a song or take a photo, you automatically own the copyright.

Trademark (™) is for branding—like company names, product names, logos, and slogans. This symbol shows that someone claims a brand as theirs, but it hasn't been officially registered yet. Think of it as "dibs" on a brand name.

Registered Trademark (®) is the upgraded version of ™. It means the brand has been officially registered with the government (like the USPTO in America), giving the owner stronger legal protection and nationwide rights to that brand.

Quick example: If you write a novel, you'd use ©. If you call your publishing company "StoryBooks" and use a logo, you'd use ™ (or ® if registered).

✅ Is copyright symbol necessary?

Short answer: No, you don't legally NEED to use the copyright symbol. Here's the deal: in most countries (including the US and most of the world), copyright protection kicks in automatically the moment you create something original and put it in a tangible form (like writing it down or saving it as a file). This is called "automatic copyright."

But here's why you SHOULD use it anyway: It's like putting a "No Trespassing" sign on your property. Even though the law already protects your land, the sign makes it crystal clear to everyone that this is private property. The copyright symbol does the same for your creative work—it puts people on notice that you're claiming ownership of your creation.

Plus, using the symbol can help you in court if someone does steal your work. The infringer can't claim "I didn't know this was copyrighted" when the symbol is right there in plain sight. It's a simple, free way to add an extra layer of protection to your creative efforts.

📍 Where to put copyright symbol (logo, website, footer, sentence)?

You want to put your copyright symbol where people are most likely to see it! Here are the best spots for different types of work:

For websites: The footer is the classic spot—bottom of every page where everyone expects to find it. You can also add it to your homepage, about page, or even in the website's metadata.

For books and publications: Title page (usually the back of the title page), bottom of every page, or in the colophon (that section at the back with printing info).

For photos and images: Watermark it directly on the image, or include it in the caption/metadata. Some photographers put it in the corner of the photo.

For software and apps: About screen, splash screen, help documentation, or in the app's settings/info section.

For documents and reports: Header or footer of every page, title page, or at the end of the document.

The standard format: © 2025 Your Name or © 2025 Your Company Name. You can also add "All rights reserved" for extra clarity: © 2025 Your Name. All rights reserved.

📅 When to update copyright symbol year?

This is a question that trips up a lot of people! Here's the real deal: The copyright year should reflect when the work was created OR when significant changes were made. Let me break it down by type of content:

Websites and blogs: These are living documents that get updated regularly. You have a few options:
• Use a range: © 2020-2025 (shows when you started and last updated)
• Use current year only: © 2025 (simpler, but doesn't show how long you've been around)
• Use the original year for the overall site design, but update specific content dates

Books and ebooks: Keep the original publication year unless you do a major revision. If you just fix typos, keep the original year. If you rewrite chapters or add substantial new content, then update it.

Software and apps: Update when you release a major version with significant new features. Bug fixes and minor updates usually don't require a year change.

Photos and artwork: Always use the year you created the piece, not when you posted it online.

The bottom line: Update the year when you make meaningful changes that create new copyrightable material. Don't stress about updating it every January 1st!

🔄 Do you need to add it every year?

Absolutely not! This is one of the biggest myths about copyright symbols. You do NOT need to add a new copyright symbol every single year. Let me be crystal clear:

For finished works: Once you create something and it's done (like a book, photo, song, or completed article), the copyright date should stay the same forever. A photo you took in 2019 should always say © 2019, not © 2019-2020-2021-2022-2023-2025.

For evolving works: If you have something that's regularly updated with new content (like a website, blog, or software), you have a couple of clean options:
• Use a range: © 2018-2025 (shows the span of active development)
• Use just the current year: © 2025 (simple and clean)
• Keep the original year for the framework/design, but date individual pieces of content

Think of it like this: You wouldn't add a new "built" date to your house every year you live in it, right? The copyright date is the "built" date for your creative work, not a "last visited" stamp.

The exception: If you make MAJOR changes that create essentially new work (like rewriting a book from scratch), then you might update the year. But minor updates, bug fixes, or adding small bits of content don't require year changes.

📋 Can I use copyright symbol without registering?

Yes, absolutely! This is one of the most misunderstood things about copyright. Let me set the record straight: You don't need to register anything with any government office to use the copyright symbol or to have copyright protection.

Here's how it actually works:
Copyright protection is AUTOMATIC. The moment you create something original and fix it in a tangible form (write it down, save it as a file, record it, etc.), you automatically own the copyright. It's that simple. No forms, no fees, no waiting period.

So why do people register? Registering with the U.S. Copyright Office (or similar agencies in other countries) gives you some extra legal superpowers:
• You can sue for statutory damages (which can be much higher than actual damages)
• You get a public record of your ownership
• It's required before you can file an infringement lawsuit in the US
• It creates a legal presumption that your copyright is valid

The real-world analogy: Think of it like a house. You own your house the moment you buy it (automatic copyright). But registering your deed with the county gives you stronger legal protection and makes it easier to prove ownership if someone tries to claim it's theirs (registered copyright).

Bottom line: Use the © symbol freely on your work—it's your right as a creator. Register if you want extra legal protection, especially for commercially valuable work.