| Nombre del símbolo | Cloud With Lightning And Rain |
| Versión Unicode | 0.7 |
| Unicode | U+26C8 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| UTF-8 | E2 9B 88 EF B8 8F |
| UTF-16 | 26C8 FE0F |
| UTF-32 | 000026C8 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo cloud with lightning and rain en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Travel & Places in emoji keyboard.
Edit → Emoji & Symbols, search "cloud with lightning and rain".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "cloud with lightning and rain".
Emoji keyboard → Travel; search "cloud with lightning and rain".
1span.cloud-with-lightning-and-rain::before { content: "\26C8"; } /* prefer inline grapheme for ZWJ */1<span>⛈️</span>La representación del símbolo Cloud With Lightning And Rain en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x26C8, 0xFE0F) |
| Python | '\N{CLOUD WITH LIGHTNING AND RAIN}' |
| Rust | '\u{26C8}' |
| Swift | "\u{26C8}" |
| Go | string(rune(0x26C8)) |
| Ruby | "\u{26C8}" |
| Código CSS |
\26C8 |
| Código hexadecimal | 0x26C8 |
| Código HTML | ⛈️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | ⛈️ |
| Codificación URL (porcentaje UTF-8) | %E2%9B%88%EF%B8%8F |
| Nombre oral / lector de pantalla | Cloud With Lightning And Rain |