Face With Uneven Eyes And Wavy Mouth

🥴

Shortcodes

Copy and paste codes for Face With Uneven Eyes And Wavy Mouth symbol 🥴 to use in your websites, apps, blogs, and more.

Unicode
U+1F974
HTML Code
🥴
HEX Code
🥴
CSS Code
\1F974
JS/JSON
\u1F974
Unix/C/PHP/JAVA
0x1F974
URL-encode
%F0%9F%A5%B4
copied

Customize Face With Uneven Eyes And Wavy Mouth Symbol

Customize 🥴 symbol as you like and download Face With Uneven Eyes And Wavy Mouth 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 Face With Uneven Eyes And Wavy Mouth symbol in HTML, CSS, and JS?

Insert 🥴 Face With Uneven Eyes And Wavy Mouth using HTML

1. Copy-paste Face With Uneven Eyes And Wavy Mouth directly:
<span>🥴</span>
2. HTML Decimal Code:
<span>&#129396;</span>
3. Hexadecimal Code:
<span>&#x1F974;</span>
Preview: 🥴

Add Face With Uneven Eyes And Wavy Mouth symbol with CSS

.face-with-uneven-eyes-and-wavy-mouth::before {
    content: '\\1F974';
}
Preview: Face With Uneven Eyes And Wavy Mouth

Face With Uneven Eyes And Wavy Mouth JavaScript Code

1. Direct Symbol:
document.querySelector('.face-with-uneven-eyes-and-wavy-mouth').textContent = '🥴';
2. Unicode Escape for 🥴:
document.querySelector('.face-with-uneven-eyes-and-wavy-mouth').textContent = '\u1F974';
Preview: 🥴