Sandwich

๐Ÿฅช

Shortcodes

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

Unicode
U+1F96A
HTML Code
🥪
HEX Code
🥪
CSS Code
\1F96A
JS/JSON
\u1F96A
Unix/C/PHP/JAVA
0x1F96A
URL-encode
%F0%9F%A5%AA
copied

Customize Sandwich Symbol

Customize ๐Ÿฅช symbol as you like and download Sandwich 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 Sandwich symbol in HTML, CSS, and JS?

Insert ๐Ÿฅช Sandwich using HTML

1. Copy-paste Sandwich directly:
<span>๐Ÿฅช</span>
2. HTML Decimal Code:
<span>&#129386;</span>
3. Hexadecimal Code:
<span>&#x1F96A;</span>
Preview: ๐Ÿฅช

Add Sandwich symbol with CSS

.sandwich::before {
    content: '\\1F96A';
}
Preview: Sandwich

Sandwich JavaScript Code

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