| Symbol Name | No Pedestrians |
| Unicode Version | 1.0 |
| Unicode | U+1F6B7 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F6B7 |
| Hex Code | 0x1F6B7 |
| HTML Code | 🚷 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🚷 |
| URL encode (UTF-8 percent) | %F0%9F%9A%B7 |
| Spoken / screen reader name | No Pedestrians |
| UTF-8 | F0 9F 9A B7 |
| UTF-16 | D83D DEB7 |
| UTF-32 | 0001F6B7 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the no pedestrians symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "no pedestrians".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "no pedestrians".
Emoji keyboard → Symbols; search "no pedestrians".
1span.no-pedestrians::before { content: "\1F6B7"; } /* prefer inline grapheme for ZWJ */1<span>🚷</span>No Pedestrians symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDEB7' or String.fromCodePoint(0x1F6B7) |
| Python | '\N{NO PEDESTRIANS}' |
| Rust | '\u{1F6B7}' |
| Swift | "\u{1F6B7}" |
| Go | string(rune(0x1F6B7)) |
| Ruby | "\u{1F6B7}" |