Weary Face

๐Ÿ˜ฉ

Shortcodes

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

Unicode
U+1F629
HTML Code
😩
HEX Code
😩
CSS Code
\1F629
JS/JSON
\u1F629
Unix/C/PHP/JAVA
0x1F629
URL-encode
%F0%9F%98%A9
copied

Customize Weary Face Symbol

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

Insert ๐Ÿ˜ฉ Weary Face using HTML

1. Copy-paste Weary Face directly:
<span>๐Ÿ˜ฉ</span>
2. HTML Decimal Code:
<span>&#128553;</span>
3. Hexadecimal Code:
<span>&#x1F629;</span>
Preview: ๐Ÿ˜ฉ

Add Weary Face symbol with CSS

.weary-face::before {
    content: '\\1F629';
}
Preview: Weary Face

Weary Face JavaScript Code

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