| Nombre del símbolo | Umbrella On Ground |
| Versión Unicode | 5.2 |
| Unicode | U+26F1 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 9B B1 |
| UTF-16 | 26F1 |
| UTF-32 | 000026F1 |
1\documentclass{article}2\usepackage{pifont}3\text{UMBRELLAONGROUND}4\end{document}Puedes escribir el símbolo umbrella on ground en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Umbrella On Ground en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\26F1 |
| Código hexadecimal | 0x26F1 |
| Código HTML | ⛱ |
| LaTeX | \text{UMBRELLAONGROUND} |
| Símbolo | ⛱ |
| Codificación URL (porcentaje UTF-8) | %E2%9B%B1 |
| Nombre oral / lector de pantalla | Umbrella On Ground |