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