Fog

๐ŸŒซ

Shortcodes

Copy and paste codes for Fog symbol ๐ŸŒซ to use in your websites, apps, blogs, and more.

Unicode
U+1F32B
HTML Code
🌫
HEX Code
🌫
CSS Code
\1F32B
JS/JSON
\u1F32B
Unix/C/PHP/JAVA
0x1F32B
URL-encode
%F0%9F%8C%AB
copied

Customize Fog Symbol

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

Insert ๐ŸŒซ Fog using HTML

1. Copy-paste Fog directly:
<span>๐ŸŒซ</span>
2. HTML Decimal Code:
<span>&#127787;</span>
3. Hexadecimal Code:
<span>&#x1F32B;</span>
Preview: ๐ŸŒซ

Add Fog symbol with CSS

.fog::before {
    content: '\\1F32B';
}
Preview: Fog

Fog JavaScript Code

1. Direct Symbol:
document.querySelector('.fog').textContent = '๐ŸŒซ';
2. Unicode Escape for ๐ŸŒซ:
document.querySelector('.fog').textContent = '\u1F32B';
Preview: ๐ŸŒซ