Skip to content
EmojiDB

U+24B8 · Other symbol

Circled Latin Capital Letter C Symbol Ⓒ

Ⓒ is circled latin capital letter c, U+24B8. Unicode records it as a compatibility form of C (circle form). It was added in Unicode 1.1, and Unicode files it under Other symbol.

Codes & technical data

UnicodeU+24B8
HTML hexⒸ
HTML decimalⒸ
CSS\24B8
JavaScript\u{24B8}
Python\U000024B8
Java / C#\u24B8
Rust\u{24b8}
Swift\u{24B8}
PHP\u{24B8}
URL encoded%E2%92%B8
UTF-8 bytesE2 92 B8
UTF-16 bytes24B8
Base644pK4
Decimal9400
Decomposes toC (circle form)
CategoryOther symbol (So)
IntroducedUnicode 1.1

Will Ⓒ survive being pasted?

  • Normalisation. No. Anything that applies NFKC — search indexes, usernames, domain names, programming identifiers — rewrites Ⓒ as C. Safe for display, not for storage.
  • Legacy encodings. Ⓒ is Unicode-only — it has no Latin-1 equivalent, so a system stuck on an 8-bit encoding cannot represent it.
  • Size. 3 bytes in UTF-8. Character-limited fields — SMS, bios, some form validators — usually count bytes, not characters.

Unicode cross-references

The standard points readers of Ⓒ at these characters — usually because they look alike, or because one is the correct choice where the other is often used by mistake.

Nearby in Enclosed Alphanumerics

Letters and digits inside circles, parentheses and full stops. Widely used for numbered lists in plain text, though NFKC normalisation strips the enclosure and leaves the bare character.

All 160 characters in Enclosed Alphanumerics →

How to type Ⓒ

WindowsType 24B8 then press Alt+X
macOSPress Ctrl+Cmd+Space, then search for “circled latin capital letter c”
LinuxPress Ctrl+Shift+U, type 24b8, press Enter
HTMLⒸ

About Unicode’s Other symbol category

Unicode files this under "other symbol" — the catch-all for pictographs, signs and marks that are neither maths, currency, nor letter-like. It is the largest symbol category in the standard.

Frequently asked questions

How do I type the Ⓒ circled latin capital letter c symbol?
On Windows, type 24B8 and press Alt+X. On Linux press Ctrl+Shift+U then 24b8. On any system the quickest route is the copy button on this page.
What is the code for Ⓒ?
Circled Latin Capital Letter C is U+24B8. In UTF-8 it takes 3 bytes. The table above lists every escape format.
Will Ⓒ survive being pasted anywhere?
Not always. Circled Latin Capital Letter C is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with C. Use it for display, not where text is normalised.