No Pedestrians

๐Ÿšท

Shortcodes

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

Unicode
U+1F6B7
HTML Code
🚷
HEX Code
🚷
CSS Code
\1F6B7
JS/JSON
\u1F6B7
Unix/C/PHP/JAVA
0x1F6B7
URL-encode
%F0%9F%9A%B7
copied

Customize No Pedestrians Symbol

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

Insert ๐Ÿšท No Pedestrians using HTML

1. Copy-paste No Pedestrians directly:
<span>๐Ÿšท</span>
2. HTML Decimal Code:
<span>&#128695;</span>
3. Hexadecimal Code:
<span>&#x1F6B7;</span>
Preview: ๐Ÿšท

Add No Pedestrians symbol with CSS

.no-pedestrians::before {
    content: '\\1F6B7';
}
Preview: No Pedestrians

No Pedestrians JavaScript Code

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