| Symbol Name | Oncoming Police Car |
| Unicode Version | 0.7 |
| Unicode | U+1F694 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F694 |
| Hex Code | 0x1F694 |
| HTML Code | 🚔 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🚔 |
| URL encode (UTF-8 percent) | %F0%9F%9A%94 |
| Spoken / screen reader name | Oncoming Police Car |
| UTF-8 | F0 9F 9A 94 |
| UTF-16 | D83D DE94 |
| UTF-32 | 0001F694 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the oncoming police car 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 "oncoming police car".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "oncoming police car".
Emoji keyboard → Travel; search "oncoming police car".
1span.oncoming-police-car::before { content: "\1F694"; } /* prefer inline grapheme for ZWJ */1<span>🚔</span>Oncoming Police Car symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDE94' or String.fromCodePoint(0x1F694) |
| Python | '\N{ONCOMING POLICE CAR}' |
| Rust | '\u{1F694}' |
| Swift | "\u{1F694}" |
| Go | string(rune(0x1F694)) |
| Ruby | "\u{1F694}" |