Rain

Shortcodes

Copy and paste codes for Rain symbol ⛆ to use in your websites, apps, blogs, and more.

Unicode
U+26C6
HTML Code
⛆
HEX Code
⛆
CSS Code
\26C6
JS/JSON
\u26C6
Unix/C/PHP/JAVA
0x26C6
URL-encode
%E2%9B%86
copied

Customize Rain Symbol

Customize ⛆ symbol as you like and download Rain 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 Rain symbol in HTML, CSS, and JS?

Insert ⛆ Rain using HTML

1. Copy-paste Rain directly:
<span>⛆</span>
2. HTML Decimal Code:
<span>&#9926;</span>
3. Hexadecimal Code:
<span>&#x26C6;</span>
Preview:

Add Rain symbol with CSS

.rain::before {
    content: '\\26C6';
}
Preview: Rain

Rain JavaScript Code

1. Direct Symbol:
document.querySelector('.rain').textContent = '⛆';
2. Unicode Escape for ⛆:
document.querySelector('.rain').textContent = '\u26C6';
Preview: