Pot Of Food

๐Ÿฒ

Shortcodes

Copy and paste codes for Pot Of Food symbol ๐Ÿฒ to use in your websites, apps, blogs, and more.

Unicode
U+1F372
HTML Code
🍲
HEX Code
🍲
CSS Code
\1F372
JS/JSON
\u1F372
Unix/C/PHP/JAVA
0x1F372
URL-encode
%F0%9F%8D%B2
copied

Customize Pot Of Food Symbol

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

Insert ๐Ÿฒ Pot Of Food using HTML

1. Copy-paste Pot Of Food directly:
<span>๐Ÿฒ</span>
2. HTML Decimal Code:
<span>&#127858;</span>
3. Hexadecimal Code:
<span>&#x1F372;</span>
Preview: ๐Ÿฒ

Add Pot Of Food symbol with CSS

.pot-of-food::before {
    content: '\\1F372';
}
Preview: Pot Of Food

Pot Of Food JavaScript Code

1. Direct Symbol:
document.querySelector('.pot-of-food').textContent = '๐Ÿฒ';
2. Unicode Escape for ๐Ÿฒ:
document.querySelector('.pot-of-food').textContent = '\u1F372';
Preview: ๐Ÿฒ