U+1F106 Β· Other number
Digit Five Comma Symbol π
π is digit five comma, and Unicode gives it the numeric value 5. It was added in Unicode 5.2, and Unicode files it under Other number.
Codes & technical data
| Unicode | U+1F106 | |
|---|---|---|
| HTML hex | 🄆 | |
| HTML decimal | 🄆 | |
| CSS | \1F106 | |
| JavaScript | \u{1F106} | |
| Python | \U0001F106 | |
| Java / C# | \uD83C\uDD06 | |
| Rust | \u{1f106} | |
| Swift | \u{1F106} | |
| PHP | \u{1F106} | |
| URL encoded | %F0%9F%84%86 | |
| UTF-8 bytes | F0 9F 84 86 | |
| UTF-16 bytes | D83C DD06 | |
| Base64 | 8J+Ehg== | |
| Decimal | 127238 | |
| Decomposes to | 5, (compat form) | |
| Numeric value | 5 | |
| Category | Other number (No) | |
| Introduced | Unicode 5.2 | |
Will π survive being pasted?
- Normalisation. No. Anything that applies NFKC β search indexes, usernames, domain names, programming identifiers β rewrites π as
5,. 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.
How to type π
| Windows | Type 1F106 then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for βdigit five commaβ |
| Linux | Press Ctrl+Shift+U, type 1f106, 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 five comma symbol?
- On Windows, type 1F106 and press Alt+X. On Linux press Ctrl+Shift+U then 1f106. On any system the quickest route is the copy button on this page.
- What is the code for π?
- Digit Five Comma is U+1F106. In UTF-8 it takes 4 bytes. The table above lists every escape format.
- Will π survive being pasted anywhere?
- Not always. Digit Five Comma is a compatibility character: any system that applies Unicode NFKC normalisation β search indexes, usernames, identifiers β replaces it with 5,. Use it for display, not where text is normalised.