Stuffed Flatbread

🥙

Shortcodes

Copy and paste codes for Stuffed Flatbread symbol 🥙 to use in your websites, apps, blogs, and more.

Unicode
U+1F959
HTML Code
🥙
HEX Code
🥙
CSS Code
\1F959
JS/JSON
\u1F959
Unix/C/PHP/JAVA
0x1F959
URL-encode
%F0%9F%A5%99
copied

Customize Stuffed Flatbread Symbol

Customize 🥙 symbol as you like and download Stuffed Flatbread 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 Stuffed Flatbread symbol in HTML, CSS, and JS?

Insert 🥙 Stuffed Flatbread using HTML

1. Copy-paste Stuffed Flatbread directly:
<span>🥙</span>
2. HTML Decimal Code:
<span>&#129369;</span>
3. Hexadecimal Code:
<span>&#x1F959;</span>
Preview: 🥙

Add Stuffed Flatbread symbol with CSS

.stuffed-flatbread::before {
    content: '\\1F959';
}
Preview: Stuffed Flatbread

Stuffed Flatbread JavaScript Code

1. Direct Symbol:
document.querySelector('.stuffed-flatbread').textContent = '🥙';
2. Unicode Escape for 🥙:
document.querySelector('.stuffed-flatbread').textContent = '\u1F959';
Preview: 🥙