Nauseated Face

๐Ÿคข

Shortcodes

Copy and paste codes for Nauseated Face symbol ๐Ÿคข to use in your websites, apps, blogs, and more.

Unicode
U+1F922
HTML Code
🤢
HEX Code
🤢
CSS Code
\1F922
JS/JSON
\u1F922
Unix/C/PHP/JAVA
0x1F922
URL-encode
%F0%9F%A4%A2
copied

Customize Nauseated Face Symbol

Customize ๐Ÿคข symbol as you like and download Nauseated Face as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐Ÿคข

                        
                    

How to add Nauseated Face symbol in HTML, CSS, and JS?

Insert ๐Ÿคข Nauseated Face using HTML

1. Copy-paste Nauseated Face directly:
<span>๐Ÿคข</span>
2. HTML Decimal Code:
<span>&#129314;</span>
3. Hexadecimal Code:
<span>&#x1F922;</span>
Preview: ๐Ÿคข

Add Nauseated Face symbol with CSS

.nauseated-face::before {
    content: '\\1F922';
}
Preview: Nauseated Face

Nauseated Face JavaScript Code

1. Direct Symbol:
document.querySelector('.nauseated-face').textContent = '๐Ÿคข';
2. Unicode Escape for ๐Ÿคข:
document.querySelector('.nauseated-face').textContent = '\u1F922';
Preview: ๐Ÿคข