| Nom du symbole | Tram Car |
| Version Unicode | 1.0 |
| Unicode | U+1F68B |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1F68B |
| Code hexadécimal | 0x1F68B |
| Code HTML | 🚋 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 🚋 |
| Encodage URL (pourcent UTF-8) | %F0%9F%9A%8B |
| Nom oral / lecteur d’écran | Tram Car |
| UTF-8 | F0 9F 9A 8B |
| UTF-16 | D83D DE8B |
| UTF-32 | 0001F68B |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole tram car 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 "tram car".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "tram car".
Emoji keyboard → Travel; search "tram car".
1span.tram-car::before { content: "\1F68B"; } /* prefer inline grapheme for ZWJ */1<span>🚋</span>La représentation du symbole Tram Car dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDE8B' or String.fromCodePoint(0x1F68B) |
| Python | '\N{TRAM CAR}' |
| Rust | '\u{1F68B}' |
| Swift | "\u{1F68B}" |
| Go | string(rune(0x1F68B)) |
| Ruby | "\u{1F68B}" |