Burrito
๐ฏ
Shortcodes
Copy and paste codes for Burrito symbol ๐ฏ to use in your websites, apps, blogs, and more.
Unicode
U+1F32F
HTML Code
🌯
HEX Code
🌯
CSS Code
\1F32F
JS/JSON
\u1F32F
Unix/C/PHP/JAVA
0x1F32F
URL-encode
%F0%9F%8C%AF
copied
Customize Burrito Symbol
Customize ๐ฏ symbol as you like and download Burrito 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 Burrito symbol in HTML, CSS, and JS?
Insert ๐ฏ Burrito using HTML
1. Copy-paste Burrito directly:
<span>๐ฏ</span>
2. HTML Decimal Code:
<span>🌯</span>
3. Hexadecimal Code:
<span>🌯</span>
Preview:
๐ฏ
Add Burrito symbol with CSS
.burrito::before {
content: '\\1F32F';
}
Preview: Burrito
Burrito JavaScript Code
1. Direct Symbol:
document.querySelector('.burrito').textContent = '๐ฏ';
2. Unicode Escape for ๐ฏ:
document.querySelector('.burrito').textContent = '\u1F32F';
Preview: ๐ฏ