🥯
U+1F96F · BAGEL
Bagel
| UTF-8 | F0 9F A5 AF | 4 bytes |
|---|---|---|
| UTF-16 | D83E DD6F | surrogate pair |
| UTF-32 | 0001F96F | 4 bytes |
| HTML decimal | 🥯 | |
| HTML hex | 🥯 | |
| CSS | \1F96F | in content: "…" |
| JavaScript | \u{1F96F} | ES2015+ |
| JavaScript | \uD83E\uDD6F | surrogate pair |
| JSON | \uD83E\uDD6F | |
| Python | \U0001F96F | |
| Python | \N{BAGEL} | by name |
| Java / C# | \uD83E\uDD6F | |
| C / C++ | \U0001F96F | universal character name |
| Rust / Swift / PHP | \u{1F96F} | |
| Go | \U0001F96F | |
| Ruby | \u{1F96F} | |
| Excel / Sheets | =UNICHAR(129391) | |
| URL-encoded | %F0%9F%A5%AF | percent-encoded UTF-8 |