Relieved Face

๐Ÿ˜Œ

Shortcodes

Copy and paste codes for Relieved Face symbol ๐Ÿ˜Œ to use in your websites, apps, blogs, and more.

Unicode
U+1F60C
HTML Code
😌
HEX Code
😌
CSS Code
\1F60C
JS/JSON
\u1F60C
Unix/C/PHP/JAVA
0x1F60C
URL-encode
%F0%9F%98%8C
copied

Customize Relieved Face Symbol

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

Insert ๐Ÿ˜Œ Relieved Face using HTML

1. Copy-paste Relieved Face directly:
<span>๐Ÿ˜Œ</span>
2. HTML Decimal Code:
<span>&#128524;</span>
3. Hexadecimal Code:
<span>&#x1F60C;</span>
Preview: ๐Ÿ˜Œ

Add Relieved Face symbol with CSS

.relieved-face::before {
    content: '\\1F60C';
}
Preview: Relieved Face

Relieved Face JavaScript Code

1. Direct Symbol:
document.querySelector('.relieved-face').textContent = '๐Ÿ˜Œ';
2. Unicode Escape for ๐Ÿ˜Œ:
document.querySelector('.relieved-face').textContent = '\u1F60C';
Preview: ๐Ÿ˜Œ