Motorized Wheelchair

๐Ÿฆผ

Shortcodes

Copy useful codes for motorized wheelchair symbol ๐Ÿฆผ to use in websites, apps, blogs, and docs.

Unicode
U+1F9BC
HTML Code
🦼
HEX Code
🦼
CSS Code
\1F9BC
JS/JSON
\u1F9BC
Unix/C/PHP/JAVA
0x1F9BC
URL-encode
%F0%9F%A6%BC

Customize Motorized Wheelchair

Customize ๐Ÿฆผ, download it as SVG or PNG, or copy the generated HTML snippet.

๐Ÿฆผ
  

How to use Motorized Wheelchair Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿฆผ</span>
HTML Code:
<span>&#129468;</span>
HEX Code:
<span>&#x1F9BC;</span>

Add with CSS

.motorized-wheelchair::before {
  content: '\\1F9BC';
}

Set it in JavaScript

document.querySelector('.motorized-wheelchair').textContent = '๐Ÿฆผ';
copied