| Nom du symbole | Tent |
| Version Unicode | 0.6 |
| Unicode | U+26FA |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \26FA |
| Code hexadécimal | 0x26FA |
| Code HTML | ⛺ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | ⛺ |
| Encodage URL (pourcent UTF-8) | %E2%9B%BA |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole tent sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Tent dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u26FA' or String.fromCodePoint(9978) |
| Python | '\N{TENT}' |
| Rust | '\u{26FA}' |
| Swift | "\u{26FA}" |
| Go | string(rune(0x26FA)) |
| Ruby | "\u{26FA}" |