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

Add with CSS

.shocked-face-with-exploding-head::before {
  content: '\\1F92F';
}

Set it in JavaScript

document.querySelector('.shocked-face-with-exploding-head').textContent = '๐Ÿคฏ';
copied