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