Lying Face

๐Ÿคฅ

Shortcodes

Copy and paste codes for Lying Face symbol ๐Ÿคฅ to use in your websites, apps, blogs, and more.

Unicode
U+1F925
HTML Code
🤥
HEX Code
🤥
CSS Code
\1F925
JS/JSON
\u1F925
Unix/C/PHP/JAVA
0x1F925
URL-encode
%F0%9F%A4%A5
copied

Customize Lying Face Symbol

Customize ๐Ÿคฅ symbol as you like and download Lying Face 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 Lying Face symbol in HTML, CSS, and JS?

Insert ๐Ÿคฅ Lying Face using HTML

1. Copy-paste Lying Face directly:
<span>๐Ÿคฅ</span>
2. HTML Decimal Code:
<span>&#129317;</span>
3. Hexadecimal Code:
<span>&#x1F925;</span>
Preview: ๐Ÿคฅ

Add Lying Face symbol with CSS

.lying-face::before {
    content: '\\1F925';
}
Preview: Lying Face

Lying Face JavaScript Code

1. Direct Symbol:
document.querySelector('.lying-face').textContent = '๐Ÿคฅ';
2. Unicode Escape for ๐Ÿคฅ:
document.querySelector('.lying-face').textContent = '\u1F925';
Preview: ๐Ÿคฅ