Moon Viewing Ceremony

๐ŸŽ‘

Shortcodes

Copy and paste codes for Moon Viewing Ceremony symbol ๐ŸŽ‘ to use in your websites, apps, blogs, and more.

Unicode
U+1F391
HTML Code
🎑
HEX Code
🎑
CSS Code
\1F391
JS/JSON
\u1F391
Unix/C/PHP/JAVA
0x1F391
URL-encode
%F0%9F%8E%91
copied

Customize Moon Viewing Ceremony Symbol

Customize ๐ŸŽ‘ symbol as you like and download Moon Viewing Ceremony 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 Moon Viewing Ceremony symbol in HTML, CSS, and JS?

Insert ๐ŸŽ‘ Moon Viewing Ceremony using HTML

1. Copy-paste Moon Viewing Ceremony directly:
<span>๐ŸŽ‘</span>
2. HTML Decimal Code:
<span>&#127889;</span>
3. Hexadecimal Code:
<span>&#x1F391;</span>
Preview: ๐ŸŽ‘

Add Moon Viewing Ceremony symbol with CSS

.moon-viewing-ceremony::before {
    content: '\\1F391';
}
Preview: Moon Viewing Ceremony

Moon Viewing Ceremony JavaScript Code

1. Direct Symbol:
document.querySelector('.moon-viewing-ceremony').textContent = '๐ŸŽ‘';
2. Unicode Escape for ๐ŸŽ‘:
document.querySelector('.moon-viewing-ceremony').textContent = '\u1F391';
Preview: ๐ŸŽ‘