Hushed Face

๐Ÿ˜ฏ

Shortcodes

Copy and paste codes for Hushed Face symbol ๐Ÿ˜ฏ to use in your websites, apps, blogs, and more.

Unicode
U+1F62F
HTML Code
😯
HEX Code
😯
CSS Code
\1F62F
JS/JSON
\u1F62F
Unix/C/PHP/JAVA
0x1F62F
URL-encode
%F0%9F%98%AF
copied

Customize Hushed Face Symbol

Customize ๐Ÿ˜ฏ symbol as you like and download Hushed Face 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 Hushed Face symbol in HTML, CSS, and JS?

Insert ๐Ÿ˜ฏ Hushed Face using HTML

1. Copy-paste Hushed Face directly:
<span>๐Ÿ˜ฏ</span>
2. HTML Decimal Code:
<span>&#128559;</span>
3. Hexadecimal Code:
<span>&#x1F62F;</span>
Preview: ๐Ÿ˜ฏ

Add Hushed Face symbol with CSS

.hushed-face::before {
    content: '\\1F62F';
}
Preview: Hushed Face

Hushed Face JavaScript Code

1. Direct Symbol:
document.querySelector('.hushed-face').textContent = '๐Ÿ˜ฏ';
2. Unicode Escape for ๐Ÿ˜ฏ:
document.querySelector('.hushed-face').textContent = '\u1F62F';
Preview: ๐Ÿ˜ฏ