Oil Drum

๐Ÿ›ข

Shortcodes

Copy and paste codes for Oil Drum symbol ๐Ÿ›ข to use in your websites, apps, blogs, and more.

Unicode
U+1F6E2
HTML Code
🛢
HEX Code
🛢
CSS Code
\1F6E2
JS/JSON
\u1F6E2
Unix/C/PHP/JAVA
0x1F6E2
URL-encode
%F0%9F%9B%A2
copied

Customize Oil Drum Symbol

Customize ๐Ÿ›ข symbol as you like and download Oil Drum 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 Oil Drum symbol in HTML, CSS, and JS?

Insert ๐Ÿ›ข Oil Drum using HTML

1. Copy-paste Oil Drum directly:
<span>๐Ÿ›ข</span>
2. HTML Decimal Code:
<span>&#128738;</span>
3. Hexadecimal Code:
<span>&#x1F6E2;</span>
Preview: ๐Ÿ›ข

Add Oil Drum symbol with CSS

.oil-drum::before {
    content: '\\1F6E2';
}
Preview: Oil Drum

Oil Drum JavaScript Code

1. Direct Symbol:
document.querySelector('.oil-drum').textContent = '๐Ÿ›ข';
2. Unicode Escape for ๐Ÿ›ข:
document.querySelector('.oil-drum').textContent = '\u1F6E2';
Preview: ๐Ÿ›ข