Lying Face
๐คฅ
Shortcodes
Copy useful codes for lying face symbol ๐คฅ to use in websites, apps, blogs, and docs.
Unicode
U+1F925 HTML Code
🤥 HEX Code
🤥 CSS Code
\1F925 JS/JSON
\u1F925 Unix/C/PHP/JAVA
0x1F925 URL-encode
%F0%9F%A4%A5 Customize Lying Face
Customize ๐คฅ, download it as SVG or PNG, or copy the generated HTML snippet.
๐คฅ
How to use Lying Face Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐คฅ</span> HTML Code:
<span>🤥</span> HEX Code:
<span>🤥</span> Add with CSS
.lying-face::before {
content: '\\1F925';
} Set it in JavaScript
document.querySelector('.lying-face').textContent = '๐คฅ';