Thunder Cloud And Rain

Shortcodes

Copy and paste codes for Thunder Cloud And Rain symbol ⛈ to use in your websites, apps, blogs, and more.

Unicode
U+26C8
HTML Code
⛈
HEX Code
⛈
CSS Code
\26C8
JS/JSON
\u26C8
Unix/C/PHP/JAVA
0x26C8
URL-encode
%E2%9B%88
copied

Customize Thunder Cloud And Rain Symbol

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

Insert ⛈ Thunder Cloud And Rain using HTML

1. Copy-paste Thunder Cloud And Rain directly:
<span>⛈</span>
2. HTML Decimal Code:
<span>&#9928;</span>
3. Hexadecimal Code:
<span>&#x26C8;</span>
Preview:

Add Thunder Cloud And Rain symbol with CSS

.thunder-cloud-and-rain::before {
    content: '\\26C8';
}
Preview: Thunder Cloud And Rain

Thunder Cloud And Rain JavaScript Code

1. Direct Symbol:
document.querySelector('.thunder-cloud-and-rain').textContent = '⛈';
2. Unicode Escape for ⛈:
document.querySelector('.thunder-cloud-and-rain').textContent = '\u26C8';
Preview: