Cooking

๐Ÿณ

Shortcodes

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

Unicode
U+1F373
HTML Code
🍳
HEX Code
🍳
CSS Code
\1F373
JS/JSON
\u1F373
Unix/C/PHP/JAVA
0x1F373
URL-encode
%F0%9F%8D%B3
copied

Customize Cooking Symbol

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

Insert ๐Ÿณ Cooking using HTML

1. Copy-paste Cooking directly:
<span>๐Ÿณ</span>
2. HTML Decimal Code:
<span>&#127859;</span>
3. Hexadecimal Code:
<span>&#x1F373;</span>
Preview: ๐Ÿณ

Add Cooking symbol with CSS

.cooking::before {
    content: '\\1F373';
}
Preview: Cooking

Cooking JavaScript Code

1. Direct Symbol:
document.querySelector('.cooking').textContent = '๐Ÿณ';
2. Unicode Escape for ๐Ÿณ:
document.querySelector('.cooking').textContent = '\u1F373';
Preview: ๐Ÿณ