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