Fearful Face
๐จ
Shortcodes
Copy useful codes for fearful face symbol ๐จ to use in websites, apps, blogs, and docs.
Unicode
U+1F628 HTML Code
😨 HEX Code
😨 CSS Code
\1F628 JS/JSON
\u1F628 Unix/C/PHP/JAVA
0x1F628 URL-encode
%F0%9F%98%A8 Customize Fearful Face
Customize ๐จ, download it as SVG or PNG, or copy the generated HTML snippet.
๐จ
How to use Fearful Face 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
.fearful-face::before {
content: '\\1F628';
} Set it in JavaScript
document.querySelector('.fearful-face').textContent = '๐จ';