🪺
U+1FABA · NEST WITH EGGS
Nest with Eggs
| UTF-8 | F0 9F AA BA | 4 bytes |
|---|---|---|
| UTF-16 | D83E DEBA | surrogate pair |
| UTF-32 | 0001FABA | 4 bytes |
| HTML decimal | 🪺 | |
| HTML hex | 🪺 | |
| CSS | \1FABA | in content: "…" |
| JavaScript | \u{1FABA} | ES2015+ |
| JavaScript | \uD83E\uDEBA | surrogate pair |
| JSON | \uD83E\uDEBA | |
| Python | \U0001FABA | |
| Python | \N{NEST WITH EGGS} | by name |
| Java / C# | \uD83E\uDEBA | |
| C / C++ | \U0001FABA | universal character name |
| Rust / Swift / PHP | \u{1FABA} | |
| Go | \U0001FABA | |
| Ruby | \u{1FABA} | |
| Excel / Sheets | =UNICHAR(129722) | |
| URL-encoded | %F0%9F%AA%BA | percent-encoded UTF-8 |