Face With Finger Covering Closed Lips

๐Ÿคซ

Shortcodes

Copy useful codes for face with finger covering closed lips symbol ๐Ÿคซ to use in websites, apps, blogs, and docs.

Unicode
U+1F92B
HTML Code
🤫
HEX Code
🤫
CSS Code
\1F92B
JS/JSON
\u1F92B
Unix/C/PHP/JAVA
0x1F92B
URL-encode
%F0%9F%A4%AB

Customize Face With Finger Covering Closed Lips

Customize ๐Ÿคซ, download it as SVG or PNG, or copy the generated HTML snippet.

๐Ÿคซ
  

How to use Face With Finger Covering Closed Lips Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿคซ</span>
HTML Code:
<span>&#129323;</span>
HEX Code:
<span>&#x1F92B;</span>

Add with CSS

.face-with-finger-covering-closed-lips::before {
  content: '\\1F92B';
}

Set it in JavaScript

document.querySelector('.face-with-finger-covering-closed-lips').textContent = '๐Ÿคซ';
copied