| Nombre del símbolo | Thunder Cloud And Rain |
| Versión Unicode | 5.2 |
| Unicode | U+26C8 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 9B 88 |
| UTF-16 | 26C8 |
| UTF-32 | 000026C8 |
1\documentclass{article}2\usepackage{pifont}3\text{THUNDERCLOUDANDRAIN}4\end{document}Puedes escribir el símbolo thunder cloud and rain en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Thunder Cloud And Rain en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\26C8 |
| Código hexadecimal | 0x26C8 |
| Código HTML | ⛈ |
| LaTeX | \text{THUNDERCLOUDANDRAIN} |
| Símbolo | ⛈ |
| Codificación URL (porcentaje UTF-8) | %E2%9B%88 |
| Nombre oral / lector de pantalla | Thunder Cloud And Rain |