Baguette Bread
๐ฅ
Shortcodes
Copy useful codes for baguette bread symbol ๐ฅ to use in websites, apps, blogs, and docs.
Unicode
U+1F956 HTML Code
🥖 HEX Code
🥖 CSS Code
\1F956 JS/JSON
\u1F956 Unix/C/PHP/JAVA
0x1F956 URL-encode
%F0%9F%A5%96 Customize Baguette Bread
Customize ๐ฅ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฅ
How to use Baguette Bread Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ฅ</span> HTML Code:
<span>🥖</span> HEX Code:
<span>🥖</span> Add with CSS
.baguette-bread::before {
content: '\\1F956';
} Set it in JavaScript
document.querySelector('.baguette-bread').textContent = '๐ฅ';