| Symbol Name | Nest With Eggs |
| Unicode Version | 14.0 |
| Unicode | U+1FABA |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1FABA |
| Hex Code | 0x1FABA |
| HTML Code | 🪺 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🪺 |
| URL encode (UTF-8 percent) | %F0%9F%AA%BA |
| Spoken / screen reader name | 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}You can type the nest with eggs symbol on most modern devices with the help of following methods:
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>Nest With Eggs symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |