Dumpling

๐ŸฅŸ

Shortcodes

Copy and paste codes for Dumpling symbol ๐ŸฅŸ to use in your websites, apps, blogs, and more.

Unicode
U+1F95F
HTML Code
🥟
HEX Code
🥟
CSS Code
\1F95F
JS/JSON
\u1F95F
Unix/C/PHP/JAVA
0x1F95F
URL-encode
%F0%9F%A5%9F
copied

Customize Dumpling Symbol

Customize ๐ŸฅŸ symbol as you like and download Dumpling as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐ŸฅŸ

                        
                    

How to add Dumpling symbol in HTML, CSS, and JS?

Insert ๐ŸฅŸ Dumpling using HTML

1. Copy-paste Dumpling directly:
<span>๐ŸฅŸ</span>
2. HTML Decimal Code:
<span>&#129375;</span>
3. Hexadecimal Code:
<span>&#x1F95F;</span>
Preview: ๐ŸฅŸ

Add Dumpling symbol with CSS

.dumpling::before {
    content: '\\1F95F';
}
Preview: Dumpling

Dumpling JavaScript Code

1. Direct Symbol:
document.querySelector('.dumpling').textContent = '๐ŸฅŸ';
2. Unicode Escape for ๐ŸฅŸ:
document.querySelector('.dumpling').textContent = '\u1F95F';
Preview: ๐ŸฅŸ