U+24C8 · Other symbol
HTML entity
Ⓢ
Circled Latin Capital Letter S Symbol Ⓢ
Ⓢ is circled latin capital letter s. Write it in HTML as Ⓢ or paste the character directly. It was added in Unicode 1.1, and Unicode files it under Other symbol.
Codes & technical data
| Unicode | U+24C8 | |
|---|---|---|
| HTML hex | Ⓢ | |
| HTML decimal | Ⓢ | |
| CSS | \24C8 | |
| JavaScript | \u{24C8} | |
| Python | \U000024C8 | |
| Java / C# | \u24C8 | |
| Rust | \u{24c8} | |
| Swift | \u{24C8} | |
| PHP | \u{24C8} | |
| URL encoded | %E2%93%88 | |
| UTF-8 bytes | E2 93 88 | |
| UTF-16 bytes | 24C8 | |
| Base64 | 4pOI | |
| Decimal | 9416 | |
| HTML entity | Ⓢ | |
| Decomposes to | S (circle form) | |
| Category | Other symbol (So) | |
| Introduced | Unicode 1.1 | |
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. Ⓢ 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.
Other s characters
Unicode names 4 characters ending in “s”. They differ by direction, weight or decoration rather than by meaning.
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.
How to type Ⓢ
| Windows | Type 24C8 then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for “circled latin capital letter s” |
| Linux | Press Ctrl+Shift+U, type 24c8, 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 s symbol?
- On Windows, type 24C8 and press Alt+X. On Linux press Ctrl+Shift+U then 24c8. On any system the quickest route is the copy button on this page.
- What is the code for Ⓢ?
- Circled Latin Capital Letter S is U+24C8, written in HTML as Ⓢ. 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 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.