Glowing Star

๐ŸŒŸ

Shortcodes

Copy and paste codes for Glowing Star symbol ๐ŸŒŸ to use in your websites, apps, blogs, and more.

Unicode
U+1F31F
HTML Code
🌟
HEX Code
🌟
CSS Code
\1F31F
JS/JSON
\u1F31F
Unix/C/PHP/JAVA
0x1F31F
URL-encode
%F0%9F%8C%9F
copied

Customize Glowing Star Symbol

Customize ๐ŸŒŸ symbol as you like and download Glowing Star 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 Glowing Star symbol in HTML, CSS, and JS?

Insert ๐ŸŒŸ Glowing Star using HTML

1. Copy-paste Glowing Star directly:
<span>๐ŸŒŸ</span>
2. HTML Decimal Code:
<span>&#127775;</span>
3. Hexadecimal Code:
<span>&#x1F31F;</span>
Preview: ๐ŸŒŸ

Add Glowing Star symbol with CSS

.glowing-star::before {
    content: '\\1F31F';
}
Preview: Glowing Star

Glowing Star JavaScript Code

1. Direct Symbol:
document.querySelector('.glowing-star').textContent = '๐ŸŒŸ';
2. Unicode Escape for ๐ŸŒŸ:
document.querySelector('.glowing-star').textContent = '\u1F31F';
Preview: ๐ŸŒŸ