| Nombre del símbolo | Cloud |
| Versión Unicode | 1.1 |
| Unicode | U+2601 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS | \2601 |
| Código hexadecimal | 0x2601 |
| Código HTML | ☁ |
| LaTeX | \text{CLOUD} |
| Símbolo | ☁ |
| Codificación URL (porcentaje UTF-8) | %E2%98%81 |
| Nombre oral / lector de pantalla | Cloud |
| UTF-8 | E2 98 81 |
| UTF-16 | 2601 |
| UTF-32 | 00002601 |
1\documentclass{article}2\usepackage{pifont}3\text{CLOUD}4\end{document}Puedes escribir el símbolo cloud en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9729 on Windows (numeric keypad with Num Lock), or insert via Character Map / emoji panel.
Edit → Emoji & Symbols, search "cloud", or paste from this page.
Ctrl + Shift + U, type 2601, 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.cloud::before { content: "\2601"; }1<span>☁</span>La representación del símbolo Cloud en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2601' or String.fromCodePoint(9729) |
| Python | '\N{CLOUD}' or chr(9729) |
| Rust | '\u{2601}' |
| C / C++ | UTF-8 source or wchar_t with U+2601 |
| Go | string(rune(0x2601)) |
| Ruby | "\u{2601}" |