U+1F131 ยท Other symbol
Squared Latin Capital Letter B Symbol ๐ฑ
๐ฑ is squared latin capital letter b, U+1F131. Unicode records it as a compatibility form of B (square form). It was added in Unicode 5.2, and Unicode files it under Other symbol.
Also known as
- bank
- b-mode stereo compression broadcasting service (ARIB STD B24)
Codes & technical data
| Unicode | U+1F131 | |
|---|---|---|
| HTML hex | 🄱 | |
| HTML decimal | 🄱 | |
| CSS | \1F131 | |
| JavaScript | \u{1F131} | |
| Python | \U0001F131 | |
| Java / C# | \uD83C\uDD31 | |
| Rust | \u{1f131} | |
| Swift | \u{1F131} | |
| PHP | \u{1F131} | |
| URL encoded | %F0%9F%84%B1 | |
| UTF-8 bytes | F0 9F 84 B1 | |
| UTF-16 bytes | D83C DD31 | |
| Base64 | 8J+EsQ== | |
| Decimal | 127281 | |
| Decomposes to | B (square form) | |
| Category | Other symbol (So) | |
| Introduced | Unicode 5.2 | |
Will ๐ฑ survive being pasted?
- Normalisation. No. Anything that applies NFKC โ search indexes, usernames, domain names, programming identifiers โ rewrites ๐ฑ as
B. 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.
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 1F131 then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for โsquared latin capital letter bโ |
| Linux | Press Ctrl+Shift+U, type 1f131, press Enter |
| HTML | 🄱 |
About Unicodeโs Other symbol category
Unicode files this under "other symbol" โ the catch-all for pictographs, signs and marks that are neither maths, currency, nor letter-like. It is the largest symbol category in the standard.
Frequently asked questions
- How do I type the ๐ฑ squared latin capital letter b symbol?
- On Windows, type 1F131 and press Alt+X. On Linux press Ctrl+Shift+U then 1f131. On any system the quickest route is the copy button on this page.
- What is the code for ๐ฑ?
- Squared Latin Capital Letter B is U+1F131. In UTF-8 it takes 4 bytes. The table above lists every escape format.
- Will ๐ฑ survive being pasted anywhere?
- Not always. Squared Latin Capital Letter B is a compatibility character: any system that applies Unicode NFKC normalisation โ search indexes, usernames, identifiers โ replaces it with B. Use it for display, not where text is normalised.