Firework Sparkler

๐ŸŽ‡

Shortcodes

Copy and paste codes for Firework Sparkler symbol ๐ŸŽ‡ to use in your websites, apps, blogs, and more.

Unicode
U+1F387
HTML Code
🎇
HEX Code
🎇
CSS Code
\1F387
JS/JSON
\u1F387
Unix/C/PHP/JAVA
0x1F387
URL-encode
%F0%9F%8E%87
copied

Customize Firework Sparkler Symbol

Customize ๐ŸŽ‡ symbol as you like and download Firework Sparkler 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 Firework Sparkler symbol in HTML, CSS, and JS?

Insert ๐ŸŽ‡ Firework Sparkler using HTML

1. Copy-paste Firework Sparkler directly:
<span>๐ŸŽ‡</span>
2. HTML Decimal Code:
<span>&#127879;</span>
3. Hexadecimal Code:
<span>&#x1F387;</span>
Preview: ๐ŸŽ‡

Add Firework Sparkler symbol with CSS

.firework-sparkler::before {
    content: '\\1F387';
}
Preview: Firework Sparkler

Firework Sparkler JavaScript Code

1. Direct Symbol:
document.querySelector('.firework-sparkler').textContent = '๐ŸŽ‡';
2. Unicode Escape for ๐ŸŽ‡:
document.querySelector('.firework-sparkler').textContent = '\u1F387';
Preview: ๐ŸŽ‡