Three Button Mouse

๐Ÿ–ฑ

Shortcodes

Copy and paste codes for Three Button Mouse symbol ๐Ÿ–ฑ to use in your websites, apps, blogs, and more.

Unicode
U+1F5B1
HTML Code
🖱
HEX Code
🖱
CSS Code
\1F5B1
JS/JSON
\u1F5B1
Unix/C/PHP/JAVA
0x1F5B1
URL-encode
%F0%9F%96%B1
copied

Customize Three Button Mouse Symbol

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

Insert ๐Ÿ–ฑ Three Button Mouse using HTML

1. Copy-paste Three Button Mouse directly:
<span>๐Ÿ–ฑ</span>
2. HTML Decimal Code:
<span>&#128433;</span>
3. Hexadecimal Code:
<span>&#x1F5B1;</span>
Preview: ๐Ÿ–ฑ

Add Three Button Mouse symbol with CSS

.three-button-mouse::before {
    content: '\\1F5B1';
}
Preview: Three Button Mouse

Three Button Mouse JavaScript Code

1. Direct Symbol:
document.querySelector('.three-button-mouse').textContent = '๐Ÿ–ฑ';
2. Unicode Escape for ๐Ÿ–ฑ:
document.querySelector('.three-button-mouse').textContent = '\u1F5B1';
Preview: ๐Ÿ–ฑ