Copyright Sign is the Unicode character © at codepoint U+00A9 in the Latin-1 Supplement block of the Basic Multilingual Plane (BMP). Click the character above to copy it to your clipboard — or use one of the
encodings below to embed it in HTML, CSS, JavaScript, Python or plain text.
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.