Tired Face

๐Ÿ˜ซ

Shortcodes

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

Unicode
U+1F62B
HTML Code
😫
HEX Code
😫
CSS Code
\1F62B
JS/JSON
\u1F62B
Unix/C/PHP/JAVA
0x1F62B
URL-encode
%F0%9F%98%AB
copied

Customize Tired Face Symbol

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

Insert ๐Ÿ˜ซ Tired Face using HTML

1. Copy-paste Tired Face directly:
<span>๐Ÿ˜ซ</span>
2. HTML Decimal Code:
<span>&#128555;</span>
3. Hexadecimal Code:
<span>&#x1F62B;</span>
Preview: ๐Ÿ˜ซ

Add Tired Face symbol with CSS

.tired-face::before {
    content: '\\1F62B';
}
Preview: Tired Face

Tired Face JavaScript Code

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