| Nome del simbolo | Nest With Eggs |
| Versione Unicode | 14.0 |
| Unicode | U+1FABA |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1FABA |
| Codice esadecimale | 0x1FABA |
| Codice HTML | 🪺 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🪺 |
| Codifica URL (percentuale UTF-8) | %F0%9F%AA%BA |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo nest with eggs 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 "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 rappresentazione del simbolo Nest With Eggs nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |