Skip to content
EmojiDB

U+1F100 Β· Other number

Digit Zero Full Stop Symbol πŸ„€

πŸ„€ is digit zero full stop, and Unicode gives it the numeric value 0. It was added in Unicode 5.2, and Unicode files it under Other number.

Codes & technical data

UnicodeU+1F100
HTML hex🄀
HTML decimal🄀
CSS\1F100
JavaScript\u{1F100}
Python\U0001F100
Java / C#\uD83C\uDD00
Rust\u{1f100}
Swift\u{1F100}
PHP\u{1F100}
URL encoded%F0%9F%84%80
UTF-8 bytesF0 9F 84 80
UTF-16 bytesD83C DD00
Base648J+EgA==
Decimal127232
Decomposes to0. (compat form)
Numeric value0
CategoryOther number (No)
IntroducedUnicode 5.2

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. πŸ„€ 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 stop characters

Unicode names 24 characters ending in β€œstop”. 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.

All 200 characters in Enclosed Alphanumeric Supplement β†’

How to type πŸ„€

WindowsType 1F100 then press Alt+X
macOSPress Ctrl+Cmd+Space, then search for β€œdigit zero full stop”
LinuxPress Ctrl+Shift+U, type 1f100, 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 πŸ„€ digit zero full stop symbol?
On Windows, type 1F100 and press Alt+X. On Linux press Ctrl+Shift+U then 1f100. On any system the quickest route is the copy button on this page.
What is the code for πŸ„€?
Digit Zero Full Stop is U+1F100. In UTF-8 it takes 4 bytes. The table above lists every escape format.
Will πŸ„€ survive being pasted anywhere?
Not always. Digit Zero Full Stop 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.