π
U+1F453 Β· EYEGLASSES
Glasses
| UTF-8 | F0 9F 91 93 | 4 bytes |
|---|---|---|
| UTF-16 | D83D DC53 | surrogate pair |
| UTF-32 | 0001F453 | 4 bytes |
| HTML decimal | 👓 | |
| HTML hex | 👓 | |
| CSS | \1F453 | in content: "β¦" |
| JavaScript | \u{1F453} | ES2015+ |
| JavaScript | \uD83D\uDC53 | surrogate pair |
| JSON | \uD83D\uDC53 | |
| Python | \U0001F453 | |
| Python | \N{EYEGLASSES} | by name |
| Java / C# | \uD83D\uDC53 | |
| C / C++ | \U0001F453 | universal character name |
| Rust / Swift / PHP | \u{1F453} | |
| Go | \U0001F453 | |
| Ruby | \u{1F453} | |
| Excel / Sheets | =UNICHAR(128083) | |
| URL-encoded | %F0%9F%91%93 | percent-encoded UTF-8 |