Baguette Bread

๐Ÿฅ–

Shortcodes

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

Unicode
U+1F956
HTML Code
🥖
HEX Code
🥖
CSS Code
\1F956
JS/JSON
\u1F956
Unix/C/PHP/JAVA
0x1F956
URL-encode
%F0%9F%A5%96
copied

Customize Baguette Bread Symbol

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

Insert ๐Ÿฅ– Baguette Bread using HTML

1. Copy-paste Baguette Bread directly:
<span>๐Ÿฅ–</span>
2. HTML Decimal Code:
<span>&#129366;</span>
3. Hexadecimal Code:
<span>&#x1F956;</span>
Preview: ๐Ÿฅ–

Add Baguette Bread symbol with CSS

.baguette-bread::before {
    content: '\\1F956';
}
Preview: Baguette Bread

Baguette Bread JavaScript Code

1. Direct Symbol:
document.querySelector('.baguette-bread').textContent = '๐Ÿฅ–';
2. Unicode Escape for ๐Ÿฅ–:
document.querySelector('.baguette-bread').textContent = '\u1F956';
Preview: ๐Ÿฅ–