Wind Blowing Face

๐ŸŒฌ

Shortcodes

Copy and paste codes for Wind Blowing Face symbol ๐ŸŒฌ to use in your websites, apps, blogs, and more.

Unicode
U+1F32C
HTML Code
🌬
HEX Code
🌬
CSS Code
\1F32C
JS/JSON
\u1F32C
Unix/C/PHP/JAVA
0x1F32C
URL-encode
%F0%9F%8C%AC
copied

Customize Wind Blowing Face Symbol

Customize ๐ŸŒฌ symbol as you like and download Wind Blowing 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 Wind Blowing Face symbol in HTML, CSS, and JS?

Insert ๐ŸŒฌ Wind Blowing Face using HTML

1. Copy-paste Wind Blowing Face directly:
<span>๐ŸŒฌ</span>
2. HTML Decimal Code:
<span>&#127788;</span>
3. Hexadecimal Code:
<span>&#x1F32C;</span>
Preview: ๐ŸŒฌ

Add Wind Blowing Face symbol with CSS

.wind-blowing-face::before {
    content: '\\1F32C';
}
Preview: Wind Blowing Face

Wind Blowing Face JavaScript Code

1. Direct Symbol:
document.querySelector('.wind-blowing-face').textContent = '๐ŸŒฌ';
2. Unicode Escape for ๐ŸŒฌ:
document.querySelector('.wind-blowing-face').textContent = '\u1F32C';
Preview: ๐ŸŒฌ