Skip to content
EmojiDB

U+24EA · Other number

Circled Digit Zero Symbol ⓪

⓪ is circled digit zero, and Unicode gives it the numeric value 0. It was added in Unicode 1.1, and Unicode files it under Other number.

Codes & technical data

UnicodeU+24EA
HTML hex⓪
HTML decimal⓪
CSS\24EA
JavaScript\u{24EA}
Python\U000024EA
Java / C#\u24EA
Rust\u{24ea}
Swift\u{24EA}
PHP\u{24EA}
URL encoded%E2%93%AA
UTF-8 bytesE2 93 AA
UTF-16 bytes24EA
Base644pOq
Decimal9450
Decomposes to0 (circle form)
Numeric value0
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 0. 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 zero characters

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