No Entry Sign

๐Ÿšซ

Shortcodes

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

Unicode
U+1F6AB
HTML Code
🚫
HEX Code
🚫
CSS Code
\1F6AB
JS/JSON
\u1F6AB
Unix/C/PHP/JAVA
0x1F6AB
URL-encode
%F0%9F%9A%AB
copied

Customize No Entry Sign Symbol

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

Insert ๐Ÿšซ No Entry Sign using HTML

1. Copy-paste No Entry Sign directly:
<span>๐Ÿšซ</span>
2. HTML Decimal Code:
<span>&#128683;</span>
3. Hexadecimal Code:
<span>&#x1F6AB;</span>
Preview: ๐Ÿšซ

Add No Entry Sign symbol with CSS

.no-entry-sign::before {
    content: '\\1F6AB';
}
Preview: No Entry Sign

No Entry Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.no-entry-sign').textContent = '๐Ÿšซ';
2. Unicode Escape for ๐Ÿšซ:
document.querySelector('.no-entry-sign').textContent = '\u1F6AB';
Preview: ๐Ÿšซ