Motor Scooter

๐Ÿ›ต

Shortcodes

Copy useful codes for motor scooter symbol ๐Ÿ›ต to use in websites, apps, blogs, and docs.

Unicode
U+1F6F5
HTML Code
🛵
HEX Code
🛵
CSS Code
\1F6F5
JS/JSON
\u1F6F5
Unix/C/PHP/JAVA
0x1F6F5
URL-encode
%F0%9F%9B%B5

Customize Motor Scooter

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

๐Ÿ›ต
  

How to use Motor Scooter Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿ›ต</span>
HTML Code:
<span>&#128757;</span>
HEX Code:
<span>&#x1F6F5;</span>

Add with CSS

.motor-scooter::before {
  content: '\\1F6F5';
}

Set it in JavaScript

document.querySelector('.motor-scooter').textContent = '๐Ÿ›ต';
copied