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