No Bicycles

๐Ÿšณ

Shortcodes

Copy and paste codes for No Bicycles symbol ๐Ÿšณ to use in your websites, apps, blogs, and more.

Unicode
U+1F6B3
HTML Code
🚳
HEX Code
🚳
CSS Code
\1F6B3
JS/JSON
\u1F6B3
Unix/C/PHP/JAVA
0x1F6B3
URL-encode
%F0%9F%9A%B3
copied

Customize No Bicycles Symbol

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

Insert ๐Ÿšณ No Bicycles using HTML

1. Copy-paste No Bicycles directly:
<span>๐Ÿšณ</span>
2. HTML Decimal Code:
<span>&#128691;</span>
3. Hexadecimal Code:
<span>&#x1F6B3;</span>
Preview: ๐Ÿšณ

Add No Bicycles symbol with CSS

.no-bicycles::before {
    content: '\\1F6B3';
}
Preview: No Bicycles

No Bicycles JavaScript Code

1. Direct Symbol:
document.querySelector('.no-bicycles').textContent = '๐Ÿšณ';
2. Unicode Escape for ๐Ÿšณ:
document.querySelector('.no-bicycles').textContent = '\u1F6B3';
Preview: ๐Ÿšณ