U+1F12D ยท Other symbol
Circled Cd Symbol ๐ญ
๐ญ is circled cd, U+1F12D. Unicode records it as a compatibility form of CD (circle form). It was added in Unicode 5.2, and Unicode files it under Other symbol.
Codes & technical data
| Unicode | U+1F12D | |
|---|---|---|
| HTML hex | 🄭 | |
| HTML decimal | 🄭 | |
| CSS | \1F12D | |
| JavaScript | \u{1F12D} | |
| Python | \U0001F12D | |
| Java / C# | \uD83C\uDD2D | |
| Rust | \u{1f12d} | |
| Swift | \u{1F12D} | |
| PHP | \u{1F12D} | |
| URL encoded | %F0%9F%84%AD | |
| UTF-8 bytes | F0 9F 84 AD | |
| UTF-16 bytes | D83C DD2D | |
| Base64 | 8J+ErQ== | |
| Decimal | 127277 | |
| Decomposes to | CD (circle form) | |
| Category | Other symbol (So) | |
| Introduced | Unicode 5.2 | |
Will ๐ญ survive being pasted?
- Normalisation. No. Anything that applies NFKC โ search indexes, usernames, domain names, programming identifiers โ rewrites ๐ญ as
CD. Safe for display, not for storage. - Legacy encodings. ๐ญ sits above U+FFFF, so it needs a surrogate pair in UTF-16. Software that counts characters by code unit will report it as two.
- Size. 4 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 Alphanumeric Supplement
Letters and numbers in squares, circles and boxes beyond what the original enclosed block held, including the regional-indicator letters that flag emoji are assembled from.
How to type ๐ญ
| Windows | Type 1F12D then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for โcircled cdโ |
| Linux | Press Ctrl+Shift+U, type 1f12d, 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 cd symbol?
- On Windows, type 1F12D and press Alt+X. On Linux press Ctrl+Shift+U then 1f12d. On any system the quickest route is the copy button on this page.
- What is the code for ๐ญ?
- Circled Cd is U+1F12D. In UTF-8 it takes 4 bytes. The table above lists every escape format.
- Will ๐ญ survive being pasted anywhere?
- Not always. Circled Cd is a compatibility character: any system that applies Unicode NFKC normalisation โ search indexes, usernames, identifiers โ replaces it with CD. Use it for display, not where text is normalised.