| Nombre del símbolo | Leafless Tree |
| Versión Unicode | 16.0 |
| Unicode | U+1FABE |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1FABE |
| Código hexadecimal | 0x1FABE |
| Código HTML | 🪾 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | |
| Codificación URL (porcentaje UTF-8) | %F0%9F%AA%BE |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo leafless tree en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Leafless Tree en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |