| Nome del simbolo | Tent |
| Versione Unicode | 0.6 |
| Unicode | U+26FA |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \26FA |
| Codice esadecimale | 0x26FA |
| Codice HTML | ⛺ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ⛺ |
| Codifica URL (percentuale UTF-8) | %E2%9B%BA |
| Nome parlato / screen reader | Tent |
| UTF-8 | E2 9B BA |
| UTF-16 | 26FA |
| UTF-32 | 000026FA |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo tent sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Travel & Places in emoji keyboard.
Edit → Emoji & Symbols, search "tent".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "tent".
Emoji keyboard → Travel; search "tent".
1span.tent::before { content: "\26FA"; } /* prefer inline grapheme for ZWJ */1<span>⛺</span>La rappresentazione del simbolo Tent nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u26FA' or String.fromCodePoint(9978) |
| Python | '\N{TENT}' |
| Rust | '\u{26FA}' |
| Swift | "\u{26FA}" |
| Go | string(rune(0x26FA)) |
| Ruby | "\u{26FA}" |