| Nome del simbolo | Leafless Tree |
| Versione Unicode | 16.0 |
| Unicode | U+1FABE |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1FABE |
| Codice esadecimale | 0x1FABE |
| Codice HTML | 🪾 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | |
| Codifica URL (percentuale UTF-8) | %F0%9F%AA%BE |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo leafless tree sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Leafless Tree nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |