| Nombre del símbolo | Nest With Eggs |
| Versión Unicode | 14.0 |
| Unicode | U+1FABA |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1FABA |
| Código hexadecimal | 0x1FABA |
| 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%BA |
| Nombre oral / lector de pantalla | Nest With Eggs |
| UTF-8 | F0 9F AA BA |
| UTF-16 | D83E DEBA |
| UTF-32 | 0001FABA |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo nest with eggs 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 "nest with eggs".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "nest with eggs".
Emoji keyboard → Animals; search "nest with eggs".
1span.nest-with-eggs::before { content: "\1FABA"; } /* prefer inline grapheme for ZWJ */1<span>🪺</span>La representación del símbolo Nest With Eggs en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDEBA' or String.fromCodePoint(0x1FABA) |
| Python | '\N{NEST WITH EGGS}' |
| Rust | '\u{1FABA}' |
| Swift | "\u{1FABA}" |
| Go | string(rune(0x1FABA)) |
| Ruby | "\u{1FABA}" |