| Nome del simbolo | Cloud |
| Versione Unicode | 1.1 |
| Unicode | U+2601 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS | \2601 |
| Codice esadecimale | 0x2601 |
| Codice HTML | ☁ |
| LaTeX | \text{CLOUD} |
| Simbolo | ☁ |
| Codifica URL (percentuale UTF-8) | %E2%98%81 |
| Nome parlato / screen reader | Cloud |
| UTF-8 | E2 98 81 |
| UTF-16 | 2601 |
| UTF-32 | 00002601 |
1\documentclass{article}2\usepackage{pifont}3\text{CLOUD}4\end{document}Puoi digitare il simbolo cloud sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Cloud nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |