Level Slider

๐ŸŽš

Shortcodes

Copy and paste codes for Level Slider symbol ๐ŸŽš to use in your websites, apps, blogs, and more.

Unicode
U+1F39A
HTML Code
🎚
HEX Code
🎚
CSS Code
\1F39A
JS/JSON
\u1F39A
Unix/C/PHP/JAVA
0x1F39A
URL-encode
%F0%9F%8E%9A
copied

Customize Level Slider Symbol

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

Insert ๐ŸŽš Level Slider using HTML

1. Copy-paste Level Slider directly:
<span>๐ŸŽš</span>
2. HTML Decimal Code:
<span>&#127898;</span>
3. Hexadecimal Code:
<span>&#x1F39A;</span>
Preview: ๐ŸŽš

Add Level Slider symbol with CSS

.level-slider::before {
    content: '\\1F39A';
}
Preview: Level Slider

Level Slider JavaScript Code

1. Direct Symbol:
document.querySelector('.level-slider').textContent = '๐ŸŽš';
2. Unicode Escape for ๐ŸŽš:
document.querySelector('.level-slider').textContent = '\u1F39A';
Preview: ๐ŸŽš