Skip to content
EmojiDB

U+2460 · Other number

Circled Digit One Symbol ①

① is circled digit one, and Unicode gives it the numeric value 1. It was added in Unicode 1.1, and Unicode files it under Other number.

Codes & technical data

UnicodeU+2460
HTML hex①
HTML decimal①
CSS\2460
JavaScript\u{2460}
Python\U00002460
Java / C#\u2460
Rust\u{2460}
Swift\u{2460}
PHP\u{2460}
URL encoded%E2%91%A0
UTF-8 bytesE2 91 A0
UTF-16 bytes2460
Base644pGg
Decimal9312
Decomposes to1 (circle form)
Numeric value1
CategoryOther number (No)
IntroducedUnicode 1.1

Will ① survive being pasted?

  • Normalisation. No. Anything that applies NFKC — search indexes, usernames, domain names, programming identifiers — rewrites ① as 1. 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 one characters

Unicode names 10 characters ending in “one”. 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.

All 160 characters in Enclosed Alphanumerics →

How to type ①

WindowsType 2460 then press Alt+X
macOSPress Ctrl+Cmd+Space, then search for “circled digit one”
LinuxPress Ctrl+Shift+U, type 2460, 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 digit one symbol?
On Windows, type 2460 and press Alt+X. On Linux press Ctrl+Shift+U then 2460. On any system the quickest route is the copy button on this page.
What is the code for ①?
Circled Digit One is U+2460. In UTF-8 it takes 3 bytes. The table above lists every escape format.
Will ① survive being pasted anywhere?
Not always. Circled Digit One is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with 1. Use it for display, not where text is normalised.