Skip to content
EmojiDB

U+1F10A Β· Other number

Digit Nine Comma Symbol πŸ„Š

πŸ„Š is digit nine comma, and Unicode gives it the numeric value 9. It was added in Unicode 5.2, and Unicode files it under Other number.

Codes & technical data

UnicodeU+1F10A
HTML hex🄊
HTML decimal🄊
CSS\1F10A
JavaScript\u{1F10A}
Python\U0001F10A
Java / C#\uD83C\uDD0A
Rust\u{1f10a}
Swift\u{1F10A}
PHP\u{1F10A}
URL encoded%F0%9F%84%8A
UTF-8 bytesF0 9F 84 8A
UTF-16 bytesD83C DD0A
Base648J+Eig==
Decimal127242
Decomposes to9, (compat form)
Numeric value9
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 9,. 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 comma characters

Unicode names 13 characters ending in β€œcomma”. 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 1F10A then press Alt+X
macOSPress Ctrl+Cmd+Space, then search for β€œdigit nine comma”
LinuxPress Ctrl+Shift+U, type 1f10a, 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 nine comma symbol?
On Windows, type 1F10A and press Alt+X. On Linux press Ctrl+Shift+U then 1f10a. On any system the quickest route is the copy button on this page.
What is the code for πŸ„Š?
Digit Nine Comma is U+1F10A. In UTF-8 it takes 4 bytes. The table above lists every escape format.
Will πŸ„Š survive being pasted anywhere?
Not always. Digit Nine Comma is a compatibility character: any system that applies Unicode NFKC normalisation β€” search indexes, usernames, identifiers β€” replaces it with 9,. Use it for display, not where text is normalised.