| Nome del simbolo | Umbrella On Ground |
| Versione Unicode | 5.2 |
| Unicode | U+26F1 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS | \26F1 |
| Codice esadecimale | 0x26F1 |
| Codice HTML | ⛱ |
| LaTeX | \text{UMBRELLAONGROUND} |
| Simbolo | ⛱ |
| Codifica URL (percentuale UTF-8) | %E2%9B%B1 |
| Nome parlato / screen reader | Umbrella On Ground |
| UTF-8 | E2 9B B1 |
| UTF-16 | 26F1 |
| UTF-32 | 000026F1 |
1\documentclass{article}2\usepackage{pifont}3\text{UMBRELLAONGROUND}4\end{document}Puoi digitare il simbolo umbrella on ground sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9969 on Windows (numeric keypad with Num Lock), or insert via Character Map / emoji panel.
Edit → Emoji & Symbols, search "umbrella on ground", or paste from this page.
Ctrl + Shift + U, type 26f1, 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.umbrella-on-ground::before { content: "\26F1"; }1<span>⛱</span>La rappresentazione del simbolo Umbrella On Ground nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u26F1' or String.fromCodePoint(9969) |
| Python | '\N{UMBRELLA ON GROUND}' or chr(9969) |
| Rust | '\u{26F1}' |
| C / C++ | UTF-8 source or wchar_t with U+26F1 |
| Go | string(rune(0x26F1)) |
| Ruby | "\u{26F1}" |