Fearful Face

๐Ÿ˜จ

Shortcodes

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

Unicode
U+1F628
HTML Code
😨
HEX Code
😨
CSS Code
\1F628
JS/JSON
\u1F628
Unix/C/PHP/JAVA
0x1F628
URL-encode
%F0%9F%98%A8
copied

Customize Fearful Face Symbol

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

Insert ๐Ÿ˜จ Fearful Face using HTML

1. Copy-paste Fearful Face directly:
<span>๐Ÿ˜จ</span>
2. HTML Decimal Code:
<span>&#128552;</span>
3. Hexadecimal Code:
<span>&#x1F628;</span>
Preview: ๐Ÿ˜จ

Add Fearful Face symbol with CSS

.fearful-face::before {
    content: '\\1F628';
}
Preview: Fearful Face

Fearful Face JavaScript Code

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