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