Freezing Face
๐ฅถ
Shortcodes
Copy useful codes for freezing face symbol ๐ฅถ to use in websites, apps, blogs, and docs.
Unicode
U+1F976 HTML Code
🥶 HEX Code
🥶 CSS Code
\1F976 JS/JSON
\u1F976 Unix/C/PHP/JAVA
0x1F976 URL-encode
%F0%9F%A5%B6 Customize Freezing Face
Customize ๐ฅถ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฅถ
How to use Freezing Face Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ฅถ</span> HTML Code:
<span>🥶</span> HEX Code:
<span>🥶</span> Add with CSS
.freezing-face::before {
content: '\\1F976';
} Set it in JavaScript
document.querySelector('.freezing-face').textContent = '๐ฅถ';