U+1F12A ยท Other symbol
Tortoise Shell Bracketed Latin Capital Letter S Symbol ๐ช
๐ช is tortoise shell bracketed latin capital letter s, U+1F12A. Unicode records it as a compatibility form of ใSใ (compat form). It was added in Unicode 5.2, and Unicode files it under Other symbol.
What Unicode says about ๐ช
used in baseball scoring
โ annotation from the Unicode Standard, NamesList.txt
Codes & technical data
| Unicode | U+1F12A | |
|---|---|---|
| HTML hex | 🄪 | |
| HTML decimal | 🄪 | |
| CSS | \1F12A | |
| JavaScript | \u{1F12A} | |
| Python | \U0001F12A | |
| Java / C# | \uD83C\uDD2A | |
| Rust | \u{1f12a} | |
| Swift | \u{1F12A} | |
| PHP | \u{1F12A} | |
| URL encoded | %F0%9F%84%AA | |
| UTF-8 bytes | F0 9F 84 AA | |
| UTF-16 bytes | D83C DD2A | |
| Base64 | 8J+Eqg== | |
| Decimal | 127274 | |
| Decomposes to | ใSใ (compat 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
ใSใ. 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.
Other s characters
Unicode names 4 characters ending in โsโ. They differ by direction, weight or decoration rather than by meaning.
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 1F12A then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for โtortoise shell bracketed latin capital letter sโ |
| Linux | Press Ctrl+Shift+U, type 1f12a, 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 ๐ช tortoise shell bracketed latin capital letter s symbol?
- On Windows, type 1F12A and press Alt+X. On Linux press Ctrl+Shift+U then 1f12a. On any system the quickest route is the copy button on this page.
- What is the code for ๐ช?
- Tortoise Shell Bracketed Latin Capital Letter S is U+1F12A. In UTF-8 it takes 4 bytes. The table above lists every escape format.
- Will ๐ช survive being pasted anywhere?
- Not always. Tortoise Shell Bracketed Latin Capital Letter S is a compatibility character: any system that applies Unicode NFKC normalisation โ search indexes, usernames, identifiers โ replaces it with ใSใ. Use it for display, not where text is normalised.