| Symbol Name | Dumpling |
| Unicode Version | 5.0 |
| Unicode | U+1F95F |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F95F |
| Hex Code | 0x1F95F |
| HTML Code | 🥟 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🥟 |
| URL encode (UTF-8 percent) | %F0%9F%A5%9F |
| Spoken / screen reader name | Dumpling |
| UTF-8 | F0 9F A5 9F |
| UTF-16 | D83E DD5F |
| UTF-32 | 0001F95F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the dumpling symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Food & Drink in emoji keyboard.
Edit → Emoji & Symbols, search "dumpling".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Food & Drink, or search "dumpling".
Emoji keyboard → Food; search "dumpling".
1span.dumpling::before { content: "\1F95F"; } /* prefer inline grapheme for ZWJ */1<span>🥟</span>Dumpling symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD5F' or String.fromCodePoint(0x1F95F) |
| Python | '\N{DUMPLING}' |
| Rust | '\u{1F95F}' |
| Swift | "\u{1F95F}" |
| Go | string(rune(0x1F95F)) |
| Ruby | "\u{1F95F}" |