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>&#128523;</span>
HEX Code:
<span>&#x1F60B;</span>

Add with CSS

.face-savouring-delicious-food::before {
  content: '\\1F60B';
}

Set it in JavaScript

document.querySelector('.face-savouring-delicious-food').textContent = '๐Ÿ˜‹';
copied