| Nom du symbole | Nest With Eggs |
| Version Unicode | 14.0 |
| Unicode | U+1FABA |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1FABA |
| Code hexadécimal | 0x1FABA |
| Code HTML | 🪺 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 🪺 |
| Encodage URL (pourcent UTF-8) | %F0%9F%AA%BA |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole nest with eggs sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Nest With Eggs dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |