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