Overheated Face

๐Ÿฅต

Shortcodes

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

Unicode
U+1F975
HTML Code
🥵
HEX Code
🥵
CSS Code
\1F975
JS/JSON
\u1F975
Unix/C/PHP/JAVA
0x1F975
URL-encode
%F0%9F%A5%B5
copied

Customize Overheated Face Symbol

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

Insert ๐Ÿฅต Overheated Face using HTML

1. Copy-paste Overheated Face directly:
<span>๐Ÿฅต</span>
2. HTML Decimal Code:
<span>&#129397;</span>
3. Hexadecimal Code:
<span>&#x1F975;</span>
Preview: ๐Ÿฅต

Add Overheated Face symbol with CSS

.overheated-face::before {
    content: '\\1F975';
}
Preview: Overheated Face

Overheated Face JavaScript Code

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