U+1F130 ยท Other symbol
Squared Latin Capital Letter A Symbol ๐ฐ
๐ฐ is squared latin capital letter a, U+1F130. Unicode also records it as โAnreisetag (day of arrival)โ. It was added in Unicode 6.0, and Unicode files it under Other symbol.
Also known as
- Anreisetag (day of arrival)
Codes & technical data
| Unicode | U+1F130 | |
|---|---|---|
| HTML hex | 🄰 | |
| HTML decimal | 🄰 | |
| CSS | \1F130 | |
| JavaScript | \u{1F130} | |
| Python | \U0001F130 | |
| Java / C# | \uD83C\uDD30 | |
| Rust | \u{1f130} | |
| Swift | \u{1F130} | |
| PHP | \u{1F130} | |
| URL encoded | %F0%9F%84%B0 | |
| UTF-8 bytes | F0 9F 84 B0 | |
| UTF-16 bytes | D83C DD30 | |
| Base64 | 8J+EsA== | |
| Decimal | 127280 | |
| Decomposes to | A (square form) | |
| Category | Other symbol (So) | |
| Introduced | Unicode 6.0 | |
Will ๐ฐ survive being pasted?
- Normalisation. No. Anything that applies NFKC โ search indexes, usernames, domain names, programming identifiers โ rewrites ๐ฐ as
A. 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 1F130 then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for โsquared latin capital letter aโ |
| Linux | Press Ctrl+Shift+U, type 1f130, 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 a symbol?
- On Windows, type 1F130 and press Alt+X. On Linux press Ctrl+Shift+U then 1f130. On any system the quickest route is the copy button on this page.
- What is the code for ๐ฐ?
- Squared Latin Capital Letter A is U+1F130. 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 A is a compatibility character: any system that applies Unicode NFKC normalisation โ search indexes, usernames, identifiers โ replaces it with A. Use it for display, not where text is normalised.