Last Quarter Moon Symbol ☾
☾
Copy to Clipboard
Last Quarter Moon Symbol Information
Symbol Name | Last Quarter Moon |
Unicode Version | 1.1 (June 1993) |
Unicode | U+263E |
CSS Code | \263E |
Last Quarter Moon Symbol Encoding
UTF-8 | 0xE2 0x98 0xBE |
UTF-16 | 0x263E |
UTF-32 | 0x0000263E |
Table of contents
- Last Quarter Moon PNG and SVG files
- How to type last quarter moon in latex
- How to type last quarter moon on Microsoft Word
- How to type last quarter moon on Microsoft Windows
- How to type last quarter moon on Mac OS
- How to type last quarter moon on Linux
- How to type last quarter moon on IOS and Android
- How to use last quarter moon in CSS
- How to use last quarter moon in HTML
- Last Quarter Moon representation in programming languages
Last Quarter Moon symbol's PNG and SVG files
How to type last quarter moon symbol in latex
Copy
\documentclass{article}
\usepackage{ wasysym }
\begin{document}
\leftmoon
\end{document}
How to add last quarter moon symbol via keyboard on different Operating systems
You can type the last quarter moon 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 on microsoft Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 2 6 3 E
- Without moving the cursor press keys Alt + x together
- The original 2 6 3 E 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 9 7 9 0 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 2 6 3 E 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 on ios and android is to copy and paste it wherever you need it.
How to use last quarter moon in CSS
Copy
// css example
span {
content: "\263E";
}
How to type last quarter moon in HTML
Copy
// html example
<span>☾</span>
Last Quarter Moon symbol representation in programming languages
last quarter moon'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' |