| Symbol Name | Thunder Cloud And Rain |
| Unicode Version | 5.2 |
| Unicode | U+26C8 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 9B 88 |
| UTF-16 | 26C8 |
| UTF-32 | 000026C8 |
1\documentclass{article}2\usepackage{pifont}3\text{THUNDERCLOUDANDRAIN}4\end{document}You can type the thunder cloud and rain symbol on most modern devices with the help of following methods:
Alt + 9928 on Windows (numeric keypad with Num Lock), or insert via Character Map / emoji panel.
Edit → Emoji & Symbols, search "thunder cloud and rain", or paste from this page.
Ctrl + Shift + U, type 26c8, then Enter (layout-dependent), or paste.
Paste from this page, use the emoji keyboard, or pick from weather symbol suggestions.
Paste from this page or use keyboard weather/emoji suggestions.
1span.thunder-cloud-and-rain::before { content: "\26C8"; }1<span>⛈</span>Thunder Cloud And Rain symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u26C8' or String.fromCodePoint(9928) |
| Python | '\N{THUNDER CLOUD AND RAIN}' or chr(9928) |
| Rust | '\u{26C8}' |
| C / C++ | UTF-8 source or wchar_t with U+26C8 |
| Go | string(rune(0x26C8)) |
| Ruby | "\u{26C8}" |
\26C8 |
| Hex Code | 0x26C8 |
| HTML Code | ⛈ |
| LaTeX | \text{THUNDERCLOUDANDRAIN} |
| Symbol | ⛈ |
| URL encode (UTF-8 percent) | %E2%9B%88 |
| Spoken / screen reader name | Thunder Cloud And Rain |