Potato

๐Ÿฅ”

Shortcodes

Copy and paste codes for Potato symbol ๐Ÿฅ” to use in your websites, apps, blogs, and more.

Unicode
U+1F954
HTML Code
🥔
HEX Code
🥔
CSS Code
\1F954
JS/JSON
\u1F954
Unix/C/PHP/JAVA
0x1F954
URL-encode
%F0%9F%A5%94
copied

Customize Potato Symbol

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

Insert ๐Ÿฅ” Potato using HTML

1. Copy-paste Potato directly:
<span>๐Ÿฅ”</span>
2. HTML Decimal Code:
<span>&#129364;</span>
3. Hexadecimal Code:
<span>&#x1F954;</span>
Preview: ๐Ÿฅ”

Add Potato symbol with CSS

.potato::before {
    content: '\\1F954';
}
Preview: Potato

Potato JavaScript Code

1. Direct Symbol:
document.querySelector('.potato').textContent = '๐Ÿฅ”';
2. Unicode Escape for ๐Ÿฅ”:
document.querySelector('.potato').textContent = '\u1F954';
Preview: ๐Ÿฅ”