| Symbol Name | Leafless Tree |
| Unicode Version | 16.0 |
| Unicode | U+1FABE |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1FABE |
| Hex Code | 0x1FABE |
| HTML Code | 🪾 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | |
| URL encode (UTF-8 percent) | %F0%9F%AA%BE |
| Spoken / screen reader name | Leafless Tree |
| UTF-8 | F0 9F AA BE |
| UTF-16 | D83E DEBE |
| UTF-32 | 0001FABE |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the leafless tree symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Animals & Nature in emoji keyboard.
Edit → Emoji & Symbols, search "leafless tree".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "leafless tree".
Emoji keyboard → Animals; search "leafless tree".
1span.leafless-tree::before { content: "\1FABE"; } /* prefer inline grapheme for ZWJ */1<span>🪾</span>Leafless Tree symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDEBE' or String.fromCodePoint(0x1FABE) |
| Python | '\N{LEAFLESS TREE}' |
| Rust | '\u{1FABE}' |
| Swift | "\u{1FABE}" |
| Go | string(rune(0x1FABE)) |
| Ruby | "\u{1FABE}" |