| 記号名 | Nest With Eggs |
| Unicodeバージョン | 14.0 |
| Unicode | U+1FABA |
| Unicodeブロック | |
| 一般カテゴリ | Emoji (So) |
| CSSコード | \1FABA |
| 16進コード | 0x1FABA |
| HTMLコード | 🪺 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| 記号 | 🪺 |
| URLエンコード(UTF-8パーセント) | %F0%9F%AA%BA |
| 読み上げ名 / スクリーンリーダー | 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}以下の方法でほとんどの最新デバイスでnest with eggs記号を入力できます:
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記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |