Last Quarter Moon Symbol

๐ŸŒ—

Shortcodes

Copy and paste codes for Last Quarter Moon Symbol ๐ŸŒ— to use in your websites, apps, blogs, and more.

Unicode
U+1F317
HTML Code
🌗
HEX Code
🌗
CSS Code
\1F317
JS/JSON
\u1F317
Unix/C/PHP/JAVA
0x1F317
URL-encode
%F0%9F%8C%97
copied

Customize Last Quarter Moon Symbol Symbol

Customize ๐ŸŒ— symbol as you like and download Last Quarter Moon Symbol as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐ŸŒ—

                        
                    

How to add Last Quarter Moon Symbol in HTML, CSS, and JS?

Insert ๐ŸŒ— Last Quarter Moon Symbol using HTML

1. Copy-paste Last Quarter Moon Symbol directly:
<span>๐ŸŒ—</span>
2. HTML Decimal Code:
<span>&#127767;</span>
3. Hexadecimal Code:
<span>&#x1F317;</span>
Preview: ๐ŸŒ—

Add Last Quarter Moon Symbol with CSS

.last-quarter-moon-symbol::before {
    content: '\\1F317';
}
Preview: Last Quarter Moon Symbol

Last Quarter Moon Symbol JavaScript Code

1. Direct Symbol:
document.querySelector('.last-quarter-moon-symbol').textContent = '๐ŸŒ—';
2. Unicode Escape for ๐ŸŒ—:
document.querySelector('.last-quarter-moon-symbol').textContent = '\u1F317';
Preview: ๐ŸŒ—