Freezing Face

๐Ÿฅถ

Shortcodes

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

Unicode
U+1F976
HTML Code
🥶
HEX Code
🥶
CSS Code
\1F976
JS/JSON
\u1F976
Unix/C/PHP/JAVA
0x1F976
URL-encode
%F0%9F%A5%B6
copied

Customize Freezing Face Symbol

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

Insert ๐Ÿฅถ Freezing Face using HTML

1. Copy-paste Freezing Face directly:
<span>๐Ÿฅถ</span>
2. HTML Decimal Code:
<span>&#129398;</span>
3. Hexadecimal Code:
<span>&#x1F976;</span>
Preview: ๐Ÿฅถ

Add Freezing Face symbol with CSS

.freezing-face::before {
    content: '\\1F976';
}
Preview: Freezing Face

Freezing Face JavaScript Code

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