Steaming Bowl

๐Ÿœ

Shortcodes

Copy and paste codes for Steaming Bowl symbol ๐Ÿœ to use in your websites, apps, blogs, and more.

Unicode
U+1F35C
HTML Code
🍜
HEX Code
🍜
CSS Code
\1F35C
JS/JSON
\u1F35C
Unix/C/PHP/JAVA
0x1F35C
URL-encode
%F0%9F%8D%9C
copied

Customize Steaming Bowl Symbol

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

Insert ๐Ÿœ Steaming Bowl using HTML

1. Copy-paste Steaming Bowl directly:
<span>๐Ÿœ</span>
2. HTML Decimal Code:
<span>&#127836;</span>
3. Hexadecimal Code:
<span>&#x1F35C;</span>
Preview: ๐Ÿœ

Add Steaming Bowl symbol with CSS

.steaming-bowl::before {
    content: '\\1F35C';
}
Preview: Steaming Bowl

Steaming Bowl JavaScript Code

1. Direct Symbol:
document.querySelector('.steaming-bowl').textContent = '๐Ÿœ';
2. Unicode Escape for ๐Ÿœ:
document.querySelector('.steaming-bowl').textContent = '\u1F35C';
Preview: ๐Ÿœ