First Quarter Moon Symbol ☽
☽
Copy to Clipboard
First Quarter Moon Symbol Information
Symbol Name | First Quarter Moon |
Unicode Version | 1.1 (June 1993) |
Unicode | U+263D |
CSS Code | \263D |
First Quarter Moon Symbol Encoding
UTF-8 | 0xE2 0x98 0xBD |
UTF-16 | 0x263D |
UTF-32 | 0x0000263D |
Table of contents
- First Quarter Moon PNG and SVG files
- How to type first quarter moon in latex
- How to type first quarter moon on Microsoft Word
- How to type first quarter moon on Microsoft Windows
- How to type first quarter moon on Mac OS
- How to type first quarter moon on Linux
- How to type first quarter moon on IOS and Android
- How to use first quarter moon in CSS
- How to use first quarter moon in HTML
- First Quarter Moon representation in programming languages
First Quarter Moon symbol's PNG and SVG files
How to type first quarter moon symbol in latex
Copy
\documentclass{article}
\usepackage{ wasysym }
\begin{document}
\rightmoon
\end{document}
How to add first quarter moon symbol via keyboard on different Operating systems
You can type the first quarter moon on most modern devices with the help of following methods:
How to type first quarter moon symbol on Microsoft Word
You can type the first 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 D
- Without moving the cursor press keys Alt + x together
- The original 2 6 3 D is now transformed into ☽
How to type first quarter moon symbol on Microsoft Windows
You can type the first quarter moon on Microsoft windows using following steps:
- Hold Alt and press 2 6 3 D to type first quarter moon on your windows machine.
How to type first quarter moon symbol on Mac OS
You can type the first 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 “First 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 first quarter moon symbol on Linux
You can type the first 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 D consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type first quarter moon symbol on IOS and Android
The easiest way to type the first quarter moon on ios and android is to copy and paste it wherever you need it.
How to use first quarter moon in CSS
Copy
// css example
span {
content: "\263D";
}
How to type first quarter moon in HTML
Copy
// html example
<span>☽</span>
First Quarter Moon symbol representation in programming languages
first quarter moon's representation in different programming languages can be found in table below:
Language | Representation |
Rust | \u{263D} |
Ruby | \u{263D} |
Python | \u263D |
PHP | \u{263D} |
Perl | "\x{263D}" |
Java | \u263D |
Modern JavaScript - Since ES6 | \u{263D} |
JavaScript | \u263D |
Go | \u263D |
C# | \u263D |
C and C++ | \u263D |
Bash and Zsh - inside echo -e | \u263D |
RFC 5137 | \u'263D' |