Trackball

๐Ÿ–ฒ

Shortcodes

Copy and paste codes for Trackball symbol ๐Ÿ–ฒ to use in your websites, apps, blogs, and more.

Unicode
U+1F5B2
HTML Code
🖲
HEX Code
🖲
CSS Code
\1F5B2
JS/JSON
\u1F5B2
Unix/C/PHP/JAVA
0x1F5B2
URL-encode
%F0%9F%96%B2
copied

Customize Trackball Symbol

Customize ๐Ÿ–ฒ symbol as you like and download Trackball 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 Trackball symbol in HTML, CSS, and JS?

Insert ๐Ÿ–ฒ Trackball using HTML

1. Copy-paste Trackball directly:
<span>๐Ÿ–ฒ</span>
2. HTML Decimal Code:
<span>&#128434;</span>
3. Hexadecimal Code:
<span>&#x1F5B2;</span>
Preview: ๐Ÿ–ฒ

Add Trackball symbol with CSS

.trackball::before {
    content: '\\1F5B2';
}
Preview: Trackball

Trackball JavaScript Code

1. Direct Symbol:
document.querySelector('.trackball').textContent = '๐Ÿ–ฒ';
2. Unicode Escape for ๐Ÿ–ฒ:
document.querySelector('.trackball').textContent = '\u1F5B2';
Preview: ๐Ÿ–ฒ