| Symbol Name | Statue Of Liberty |
| Unicode Version | 0.6 |
| Unicode | U+1F5FD |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F5FD |
| Hex Code | 0x1F5FD |
| HTML Code | 🗽 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🗽 |
| URL encode (UTF-8 percent) | %F0%9F%97%BD |
| Discord / Slack shortcode | :statue_of_liberty: |
| GitHub shortcode | :statue_of_liberty: |
| Spoken / screen reader name | Statue Of Liberty |
| UTF-8 | F0 9F 97 BD |
| UTF-16 | D83D DDFD |
| UTF-32 | 0001F5FD |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the statue of liberty 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 "statue of liberty".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "statue of liberty".
Emoji keyboard → Travel; search "statue of liberty".
1span.statue-of-liberty::before { content: "\1F5FD"; } /* prefer inline grapheme for ZWJ */1<span>🗽</span>Statue Of Liberty symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDDFD' or String.fromCodePoint(0x1F5FD) |
| Python | '\N{STATUE OF LIBERTY}' |
| Rust | '\u{1F5FD}' |
| Swift | "\u{1F5FD}" |
| Go | string(rune(0x1F5FD)) |
| Ruby | "\u{1F5FD}" |