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