U+2470 · Other number
Circled Number Seventeen Symbol ⑰
⑰ is circled number seventeen, and Unicode gives it the numeric value 17. It was added in Unicode 1.1, and Unicode files it under Other number.
Codes & technical data
| Unicode | U+2470 | |
|---|---|---|
| HTML hex | ⑰ | |
| HTML decimal | ⑰ | |
| CSS | \2470 | |
| JavaScript | \u{2470} | |
| Python | \U00002470 | |
| Java / C# | \u2470 | |
| Rust | \u{2470} | |
| Swift | \u{2470} | |
| PHP | \u{2470} | |
| URL encoded | %E2%91%B0 | |
| UTF-8 bytes | E2 91 B0 | |
| UTF-16 bytes | 2470 | |
| Base64 | 4pGw | |
| Decimal | 9328 | |
| Decomposes to | 17 (circle form) | |
| Numeric value | 17 | |
| Category | Other number (No) | |
| Introduced | Unicode 1.1 | |
Will ⑰ survive being pasted?
- Normalisation. No. Anything that applies NFKC — search indexes, usernames, domain names, programming identifiers — rewrites ⑰ as
17. 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.
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 2470 then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for “circled number seventeen” |
| Linux | Press Ctrl+Shift+U, type 2470, press Enter |
| HTML | ⑰ |
About Unicode’s Other number category
This is classified as a number that is not a plain digit — a fraction, a superscript figure, a circled or bracketed numeral. Software will not parse it as a number without being told to.
Frequently asked questions
- How do I type the ⑰ circled number seventeen symbol?
- On Windows, type 2470 and press Alt+X. On Linux press Ctrl+Shift+U then 2470. On any system the quickest route is the copy button on this page.
- What is the code for ⑰?
- Circled Number Seventeen is U+2470. In UTF-8 it takes 3 bytes. The table above lists every escape format.
- Will ⑰ survive being pasted anywhere?
- Not always. Circled Number Seventeen is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with 17. Use it for display, not where text is normalised.