Shocked Face With Exploding Head
๐คฏ
Shortcodes
Copy useful codes for shocked face with exploding head symbol ๐คฏ to use in websites, apps, blogs, and docs.
Unicode
U+1F92F HTML Code
🤯 HEX Code
🤯 CSS Code
\1F92F JS/JSON
\u1F92F Unix/C/PHP/JAVA
0x1F92F URL-encode
%F0%9F%A4%AF Customize Shocked Face With Exploding Head
Customize ๐คฏ, download it as SVG or PNG, or copy the generated HTML snippet.
๐คฏ
How to use Shocked Face With Exploding Head 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
.shocked-face-with-exploding-head::before {
content: '\\1F92F';
} Set it in JavaScript
document.querySelector('.shocked-face-with-exploding-head').textContent = '๐คฏ';