π
U+1F5C3 Β· CARD FILE BOX
Card File Box
| UTF-8 | F0 9F 97 83 | 4 bytes |
|---|---|---|
| UTF-16 | D83D DDC3 | surrogate pair |
| UTF-32 | 0001F5C3 | 4 bytes |
| HTML decimal | 🗃 | |
| HTML hex | 🗃 | |
| CSS | \1F5C3 | in content: "β¦" |
| JavaScript | \u{1F5C3} | ES2015+ |
| JavaScript | \uD83D\uDDC3 | surrogate pair |
| JSON | \uD83D\uDDC3 | |
| Python | \U0001F5C3 | |
| Python | \N{CARD FILE BOX} | by name |
| Java / C# | \uD83D\uDDC3 | |
| C / C++ | \U0001F5C3 | universal character name |
| Rust / Swift / PHP | \u{1F5C3} | |
| Go | \U0001F5C3 | |
| Ruby | \u{1F5C3} | |
| Excel / Sheets | =UNICHAR(128451) | |
| URL-encoded | %F0%9F%97%83 | percent-encoded UTF-8 |