Bowl With Spoon

🥣

Shortcodes

Copy and paste codes for Bowl With Spoon symbol 🥣 to use in your websites, apps, blogs, and more.

Unicode
U+1F963
HTML Code
🥣
HEX Code
🥣
CSS Code
\1F963
JS/JSON
\u1F963
Unix/C/PHP/JAVA
0x1F963
URL-encode
%F0%9F%A5%A3
copied

Customize Bowl With Spoon Symbol

Customize 🥣 symbol as you like and download Bowl With Spoon 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 Bowl With Spoon symbol in HTML, CSS, and JS?

Insert 🥣 Bowl With Spoon using HTML

1. Copy-paste Bowl With Spoon directly:
<span>🥣</span>
2. HTML Decimal Code:
<span>&#129379;</span>
3. Hexadecimal Code:
<span>&#x1F963;</span>
Preview: 🥣

Add Bowl With Spoon symbol with CSS

.bowl-with-spoon::before {
    content: '\\1F963';
}
Preview: Bowl With Spoon

Bowl With Spoon JavaScript Code

1. Direct Symbol:
document.querySelector('.bowl-with-spoon').textContent = '🥣';
2. Unicode Escape for 🥣:
document.querySelector('.bowl-with-spoon').textContent = '\u1F963';
Preview: 🥣