π§’
U+1F9E2 Β· BILLED CAP
Billed Cap
| UTF-8 | F0 9F A7 A2 | 4 bytes |
|---|---|---|
| UTF-16 | D83E DDE2 | surrogate pair |
| UTF-32 | 0001F9E2 | 4 bytes |
| HTML decimal | 🧢 | |
| HTML hex | 🧢 | |
| CSS | \1F9E2 | in content: "β¦" |
| JavaScript | \u{1F9E2} | ES2015+ |
| JavaScript | \uD83E\uDDE2 | surrogate pair |
| JSON | \uD83E\uDDE2 | |
| Python | \U0001F9E2 | |
| Python | \N{BILLED CAP} | by name |
| Java / C# | \uD83E\uDDE2 | |
| C / C++ | \U0001F9E2 | universal character name |
| Rust / Swift / PHP | \u{1F9E2} | |
| Go | \U0001F9E2 | |
| Ruby | \u{1F9E2} | |
| Excel / Sheets | =UNICHAR(129506) | |
| URL-encoded | %F0%9F%A7%A2 | percent-encoded UTF-8 |