Vertical Traffic Light

๐Ÿšฆ

Shortcodes

Copy and paste codes for Vertical Traffic Light symbol ๐Ÿšฆ to use in your websites, apps, blogs, and more.

Unicode
U+1F6A6
HTML Code
🚦
HEX Code
🚦
CSS Code
\1F6A6
JS/JSON
\u1F6A6
Unix/C/PHP/JAVA
0x1F6A6
URL-encode
%F0%9F%9A%A6
copied

Customize Vertical Traffic Light Symbol

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

Insert ๐Ÿšฆ Vertical Traffic Light using HTML

1. Copy-paste Vertical Traffic Light directly:
<span>๐Ÿšฆ</span>
2. HTML Decimal Code:
<span>&#128678;</span>
3. Hexadecimal Code:
<span>&#x1F6A6;</span>
Preview: ๐Ÿšฆ

Add Vertical Traffic Light symbol with CSS

.vertical-traffic-light::before {
    content: '\\1F6A6';
}
Preview: Vertical Traffic Light

Vertical Traffic Light JavaScript Code

1. Direct Symbol:
document.querySelector('.vertical-traffic-light').textContent = '๐Ÿšฆ';
2. Unicode Escape for ๐Ÿšฆ:
document.querySelector('.vertical-traffic-light').textContent = '\u1F6A6';
Preview: ๐Ÿšฆ