Copyright Sign

U+00A9

Jump to technical reference ↓

There's a good chance you don't legally need this symbol — and that's the interesting part. When the United States overhauled its law to join the Berne Convention, effective 1989, the copyright notice stopped being mandatory: a work is protected the moment it's fixed in tangible form, © or no ©. For most of the twentieth century it was different. Under the 1909 Copyright Act, publishing without the proper notice could actually forfeit your rights, so the little circled C was a genuine legal safeguard, not decoration.

So why is it still everywhere? Partly habit, partly usefulness. A visible © with a year names the owner, marks the date, and undercuts any later claim of "innocent infringement" by someone who says they didn't know the work was protected. It's a signal more than a spell.

A couple of practical notes. The character is a single glyph, a C in a circle; typing "(c)" is a fallback that many programs autocorrect but that isn't the real symbol. And copyright is not trademark — © covers creative works like writing, images, and music, while the circled R and the small belong to brand names and logos. Reaching for the wrong one is a common and easily avoided slip. Sorted out properly there are four of these marks, not three: ℗ claims a sound recording, which is a separate right from the song it captures.

About Copyright Sign

Copyright Sign is the Unicode character © at codepoint U+00A9 in the Latin-1 Supplement block of the Basic Multilingual Plane (BMP).

Technical Reference

Unicode Codepoint
Decimal
UTF-8 (hex)
UTF-16 (hex)
HEX Entity
HTML Entity
CSS (\xxxx)
JavaScript
Python

How to Use Copyright Sign

To use the Copyright Sign symbol (©) in HTML, insert the entity © directly into your markup. The decimal entity © works in any HTML-serialised document.

In CSS pseudo-elements use content: '\A9';. In JavaScript and TypeScript the escape '\u00A9' evaluates to ©. In Python source, write '\u00A9'.

The character encodes to C2 A9 as UTF-8 bytes and 00A9 as UTF-16 code units. Its decimal codepoint is 169.

This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.

Similar Symbols