Face With Uneven Eyes And Wavy Mouth

🥴

Shortcodes

Copy useful codes for face with uneven eyes and wavy mouth symbol 🥴 to use in websites, apps, blogs, and docs.

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

Customize Face With Uneven Eyes And Wavy Mouth

Customize 🥴, download it as SVG or PNG, or copy the generated HTML snippet.

🥴
  

How to use Face With Uneven Eyes And Wavy Mouth Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>🥴</span>
HTML Code:
<span>&#129396;</span>
HEX Code:
<span>&#x1F974;</span>

Add with CSS

.face-with-uneven-eyes-and-wavy-mouth::before {
  content: '\\1F974';
}

Set it in JavaScript

document.querySelector('.face-with-uneven-eyes-and-wavy-mouth').textContent = '🥴';
copied