French Fries

๐ŸŸ

Shortcodes

Copy and paste codes for French Fries symbol ๐ŸŸ to use in your websites, apps, blogs, and more.

Unicode
U+1F35F
HTML Code
🍟
HEX Code
🍟
CSS Code
\1F35F
JS/JSON
\u1F35F
Unix/C/PHP/JAVA
0x1F35F
URL-encode
%F0%9F%8D%9F
copied

Customize French Fries Symbol

Customize ๐ŸŸ symbol as you like and download French Fries 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 French Fries symbol in HTML, CSS, and JS?

Insert ๐ŸŸ French Fries using HTML

1. Copy-paste French Fries directly:
<span>๐ŸŸ</span>
2. HTML Decimal Code:
<span>&#127839;</span>
3. Hexadecimal Code:
<span>&#x1F35F;</span>
Preview: ๐ŸŸ

Add French Fries symbol with CSS

.french-fries::before {
    content: '\\1F35F';
}
Preview: French Fries

French Fries JavaScript Code

1. Direct Symbol:
document.querySelector('.french-fries').textContent = '๐ŸŸ';
2. Unicode Escape for ๐ŸŸ:
document.querySelector('.french-fries').textContent = '\u1F35F';
Preview: ๐ŸŸ