Manual Wheelchair

๐Ÿฆฝ

Shortcodes

Copy and paste codes for Manual Wheelchair symbol ๐Ÿฆฝ to use in your websites, apps, blogs, and more.

Unicode
U+1F9BD
HTML Code
🦽
HEX Code
🦽
CSS Code
\1F9BD
JS/JSON
\u1F9BD
Unix/C/PHP/JAVA
0x1F9BD
URL-encode
%F0%9F%A6%BD
copied

Customize Manual Wheelchair Symbol

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

Insert ๐Ÿฆฝ Manual Wheelchair using HTML

1. Copy-paste Manual Wheelchair directly:
<span>๐Ÿฆฝ</span>
2. HTML Decimal Code:
<span>&#129469;</span>
3. Hexadecimal Code:
<span>&#x1F9BD;</span>
Preview: ๐Ÿฆฝ

Add Manual Wheelchair symbol with CSS

.manual-wheelchair::before {
    content: '\\1F9BD';
}
Preview: Manual Wheelchair

Manual Wheelchair JavaScript Code

1. Direct Symbol:
document.querySelector('.manual-wheelchair').textContent = '๐Ÿฆฝ';
2. Unicode Escape for ๐Ÿฆฝ:
document.querySelector('.manual-wheelchair').textContent = '\u1F9BD';
Preview: ๐Ÿฆฝ