Face Savouring Delicious Food
๐
Shortcodes
Copy useful codes for face savouring delicious food symbol ๐ to use in websites, apps, blogs, and docs.
Unicode
U+1F60B HTML Code
😋 HEX Code
😋 CSS Code
\1F60B JS/JSON
\u1F60B Unix/C/PHP/JAVA
0x1F60B URL-encode
%F0%9F%98%8B Customize Face Savouring Delicious Food
Customize ๐, download it as SVG or PNG, or copy the generated HTML snippet.
๐
How to use Face Savouring Delicious Food Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐</span> HTML Code:
<span>😋</span> HEX Code:
<span>😋</span> Add with CSS
.face-savouring-delicious-food::before {
content: '\\1F60B';
} Set it in JavaScript
document.querySelector('.face-savouring-delicious-food').textContent = '๐';