Mechanical Arm

๐Ÿฆพ

Shortcodes

Copy and paste codes for Mechanical Arm symbol ๐Ÿฆพ to use in your websites, apps, blogs, and more.

Unicode
U+1F9BE
HTML Code
🦾
HEX Code
🦾
CSS Code
\1F9BE
JS/JSON
\u1F9BE
Unix/C/PHP/JAVA
0x1F9BE
URL-encode
%F0%9F%A6%BE
copied

Customize Mechanical Arm Symbol

Customize ๐Ÿฆพ symbol as you like and download Mechanical Arm 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 Mechanical Arm symbol in HTML, CSS, and JS?

Insert ๐Ÿฆพ Mechanical Arm using HTML

1. Copy-paste Mechanical Arm directly:
<span>๐Ÿฆพ</span>
2. HTML Decimal Code:
<span>&#129470;</span>
3. Hexadecimal Code:
<span>&#x1F9BE;</span>
Preview: ๐Ÿฆพ

Add Mechanical Arm symbol with CSS

.mechanical-arm::before {
    content: '\\1F9BE';
}
Preview: Mechanical Arm

Mechanical Arm JavaScript Code

1. Direct Symbol:
document.querySelector('.mechanical-arm').textContent = '๐Ÿฆพ';
2. Unicode Escape for ๐Ÿฆพ:
document.querySelector('.mechanical-arm').textContent = '\u1F9BE';
Preview: ๐Ÿฆพ