| Symbol Name | Umbrella On Ground |
| Unicode Version | 5.2 |
| Unicode | U+26F1 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \26F1 |
| Hex Code | 0x26F1 |
| HTML Code | ⛱ |
| LaTeX | \text{UMBRELLAONGROUND} |
| Symbol | ⛱ |
| URL encode (UTF-8 percent) | %E2%9B%B1 |
| Spoken / screen reader name | 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}You can type the umbrella on ground symbol on most modern devices with the help of following methods:
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>Umbrella On Ground symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |