π
U+1F192 Β· SQUARED COOL
Cool Button
| UTF-8 | F0 9F 86 92 | 4 bytes |
|---|---|---|
| UTF-16 | D83C DD92 | surrogate pair |
| UTF-32 | 0001F192 | 4 bytes |
| HTML decimal | 🆒 | |
| HTML hex | 🆒 | |
| CSS | \1F192 | in content: "β¦" |
| JavaScript | \u{1F192} | ES2015+ |
| JavaScript | \uD83C\uDD92 | surrogate pair |
| JSON | \uD83C\uDD92 | |
| Python | \U0001F192 | |
| Python | \N{SQUARED COOL} | by name |
| Java / C# | \uD83C\uDD92 | |
| C / C++ | \U0001F192 | universal character name |
| Rust / Swift / PHP | \u{1F192} | |
| Go | \U0001F192 | |
| Ruby | \u{1F192} | |
| Excel / Sheets | =UNICHAR(127378) | |
| URL-encoded | %F0%9F%86%92 | percent-encoded UTF-8 |