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>🌩</span> HEX Code:
<span>🌩</span> Add with CSS
.cloud-with-lightning::before {
content: '\\1F329';
} Set it in JavaScript
document.querySelector('.cloud-with-lightning').textContent = '๐ฉ';