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