| Symbol Name | Tent |
| Unicode Version | 0.6 |
| Unicode | U+26FA |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \26FA |
| Hex Code | 0x26FA |
| HTML Code | ⛺ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ⛺ |
| URL encode (UTF-8 percent) | %E2%9B%BA |
| Spoken / screen reader name | 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}You can type the tent symbol on most modern devices with the help of following methods:
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>Tent symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u26FA' or String.fromCodePoint(9978) |
| Python | '\N{TENT}' |
| Rust | '\u{26FA}' |
| Swift | "\u{26FA}" |
| Go | string(rune(0x26FA)) |
| Ruby | "\u{26FA}" |