Face With Cold Sweat

๐Ÿ˜“

Shortcodes

Copy and paste codes for Face With Cold Sweat symbol ๐Ÿ˜“ to use in your websites, apps, blogs, and more.

Unicode
U+1F613
HTML Code
😓
HEX Code
😓
CSS Code
\1F613
JS/JSON
\u1F613
Unix/C/PHP/JAVA
0x1F613
URL-encode
%F0%9F%98%93
copied

Customize Face With Cold Sweat Symbol

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

Insert ๐Ÿ˜“ Face With Cold Sweat using HTML

1. Copy-paste Face With Cold Sweat directly:
<span>๐Ÿ˜“</span>
2. HTML Decimal Code:
<span>&#128531;</span>
3. Hexadecimal Code:
<span>&#x1F613;</span>
Preview: ๐Ÿ˜“

Add Face With Cold Sweat symbol with CSS

.face-with-cold-sweat::before {
    content: '\\1F613';
}
Preview: Face With Cold Sweat

Face With Cold Sweat JavaScript Code

1. Direct Symbol:
document.querySelector('.face-with-cold-sweat').textContent = '๐Ÿ˜“';
2. Unicode Escape for ๐Ÿ˜“:
document.querySelector('.face-with-cold-sweat').textContent = '\u1F613';
Preview: ๐Ÿ˜“