Cloud With Lightning

๐ŸŒฉ

Shortcodes

Copy useful codes for cloud with lightning symbol ๐ŸŒฉ to use in websites, apps, blogs, and docs.

Unicode
U+1F329
HTML Code
🌩
HEX Code
🌩
CSS Code
\1F329
JS/JSON
\u1F329
Unix/C/PHP/JAVA
0x1F329
URL-encode
%F0%9F%8C%A9

Customize Cloud With Lightning

Customize ๐ŸŒฉ, download it as SVG or PNG, or copy the generated HTML snippet.

๐ŸŒฉ
  

How to use Cloud With Lightning Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐ŸŒฉ</span>
HTML Code:
<span>&#127785;</span>
HEX Code:
<span>&#x1F329;</span>

Add with CSS

.cloud-with-lightning::before {
  content: '\\1F329';
}

Set it in JavaScript

document.querySelector('.cloud-with-lightning').textContent = '๐ŸŒฉ';
copied