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>&#127791;</span>
3. Hexadecimal Code:
<span>&#x1F32F;</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: ๐ŸŒฏ