Smiling Face With Smiling Eyes And Hand Covering Mouth

🤭

Shortcodes

Copy useful codes for smiling face with smiling eyes and hand covering mouth symbol 🤭 to use in websites, apps, blogs, and docs.

Unicode
U+1F92D
HTML Code
🤭
HEX Code
🤭
CSS Code
\1F92D
JS/JSON
\u1F92D
Unix/C/PHP/JAVA
0x1F92D
URL-encode
%F0%9F%A4%AD

Customize Smiling Face With Smiling Eyes And Hand Covering Mouth

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

🤭
  

How to use Smiling Face With Smiling Eyes And Hand Covering Mouth Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>🤭</span>
HTML Code:
<span>&#129325;</span>
HEX Code:
<span>&#x1F92D;</span>

Add with CSS

.smiling-face-with-smiling-eyes-and-hand-covering-mouth::before {
  content: '\\1F92D';
}

Set it in JavaScript

document.querySelector('.smiling-face-with-smiling-eyes-and-hand-covering-mouth').textContent = '🤭';
copied