U+1FABE · LEAFLESS TREE
Leafless Tree
| UTF-8 | F0 9F AA BE | 4 bytes |
|---|---|---|
| UTF-16 | D83E DEBE | surrogate pair |
| UTF-32 | 0001FABE | 4 bytes |
| HTML decimal | 🪾 | |
| HTML hex | 🪾 | |
| CSS | \1FABE | in content: "…" |
| JavaScript | \u{1FABE} | ES2015+ |
| JavaScript | \uD83E\uDEBE | surrogate pair |
| JSON | \uD83E\uDEBE | |
| Python | \U0001FABE | |
| Python | \N{LEAFLESS TREE} | by name |
| Java / C# | \uD83E\uDEBE | |
| C / C++ | \U0001FABE | universal character name |
| Rust / Swift / PHP | \u{1FABE} | |
| Go | \U0001FABE | |
| Ruby | \u{1FABE} | |
| Excel / Sheets | =UNICHAR(129726) | |
| URL-encoded | %F0%9F%AA%BE | percent-encoded UTF-8 |