Bicycle

๐Ÿšฒ

Shortcodes

Copy and paste codes for Bicycle symbol ๐Ÿšฒ to use in your websites, apps, blogs, and more.

Unicode
U+1F6B2
HTML Code
🚲
HEX Code
🚲
CSS Code
\1F6B2
JS/JSON
\u1F6B2
Unix/C/PHP/JAVA
0x1F6B2
URL-encode
%F0%9F%9A%B2
copied

Customize Bicycle Symbol

Customize ๐Ÿšฒ symbol as you like and download Bicycle 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 Bicycle symbol in HTML, CSS, and JS?

Insert ๐Ÿšฒ Bicycle using HTML

1. Copy-paste Bicycle directly:
<span>๐Ÿšฒ</span>
2. HTML Decimal Code:
<span>&#128690;</span>
3. Hexadecimal Code:
<span>&#x1F6B2;</span>
Preview: ๐Ÿšฒ

Add Bicycle symbol with CSS

.bicycle::before {
    content: '\\1F6B2';
}
Preview: Bicycle

Bicycle JavaScript Code

1. Direct Symbol:
document.querySelector('.bicycle').textContent = '๐Ÿšฒ';
2. Unicode Escape for ๐Ÿšฒ:
document.querySelector('.bicycle').textContent = '\u1F6B2';
Preview: ๐Ÿšฒ