Bicycle
๐ฒ
Shortcodes
Copy useful codes for bicycle symbol ๐ฒ to use in websites, apps, blogs, and docs.
Unicode
U+1F6B2 HTML Code
🚲 HEX Code
🚲 CSS Code
\1F6B2 JS/JSON
\u1F6B2 Unix/C/PHP/JAVA
0x1F6B2 URL-encode
%F0%9F%9A%B2 Customize Bicycle
Customize ๐ฒ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฒ
How to use Bicycle Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ฒ</span> HTML Code:
<span>🚲</span> HEX Code:
<span>🚲</span> Add with CSS
.bicycle::before {
content: '\\1F6B2';
} Set it in JavaScript
document.querySelector('.bicycle').textContent = '๐ฒ';