Search
Search for a symbol or emoji...
☾
☾
Last Quarter Moon Symbol ☾
Last Quarter Moon Symbol Information
| Symbol Name | Last Quarter Moon |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+263E |
| CSS Code | \263E |
| Hex Code | ☾ |
| HTML Code | ☾ |
| Latex | \leftmoon |
| Alt Code | 9790 |
| Symbol | ☾ |
Last Quarter Moon Symbol Encoding
| UTF-8 | 0xE2 0x98 0xBE |
| UTF-16 | 0x263E |
| UTF-32 | 0x0000263E |
Last Quarter Moon Symbol in Latex
Last Quarter Moon
1\documentclass{article}
2\usepackage{ wasysym }
3\begin{document}
4\leftmoon
5\end{document}How to add last quarter moon symbol via keyboard on different Operating systems
You can type the last quarter moon symbol on most modern devices with the help of following methods:
How to type last quarter moon symbol on Microsoft Word
You can type the last quarter moon in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 263E
- Without moving the cursor press keys Alt + x together
- The original 263E is now transformed into ☾
How to type last quarter moon symbol on Microsoft Windows
You can type the last quarter moon on Microsoft windows using following steps:
- Hold Alt and press 9790 to type last quarter moon on your windows machine.
How to type last quarter moon symbol on Mac OS
You can type the last quarter moon on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type "Last Quarter Moon" in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text


How to type last quarter moon symbol on Linux
You can type the last quarter moon on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 263E consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type last quarter moon symbol on IOS and Android
The easiest way to type the last quarter moon symbol on ios and android is to copy and paste it wherever you need it.
How to use last quarter moon in CSS
//CSS Example
1span {
2 content: \263E;
3 }How to use last quarter moon in HTML
//HTML Example
1<span>☾</span>Last Quarter Moon symbol representation in programming languages
Last Quarter Moonsymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{263E} |
| Ruby | \u{263E} |
| Python | \u263E |
| PHP | \u{263E} |
| Perl | \x{263E} |
| Java | \u263E |
| Modern JavaScript - Since ES6 | \u{263E} |
| JavaScript | \u263E |
| Go | \u263E |
| C# | \u263E |
| C and C++ | \u263E |
| Bash and Zsh - inside echo -e | \u263E |
| RFC 5137 | \u'263E' |
