Venezuela Flag

๐Ÿ‡ป๐Ÿ‡ช

Shortcodes

Copy and paste codes for Venezuela Flag symbol ๐Ÿ‡ป๐Ÿ‡ช to use in your websites, apps, blogs, and more.

Unicode
U+1F1FB U+1F1EA
HTML Code
🇻🇪
HEX Code
🇻🇪
CSS Code
\1F1FB 1F1EA
JS/JSON
\u1F1FB u1F1EA
Unix/C/PHP/JAVA
0x1F1FB 0x1F1EA
URL-encode
%F0%9F%87%BB%F0%9F%87%AA
copied

Customize Venezuela Flag Symbol

Customize ๐Ÿ‡ป๐Ÿ‡ช symbol as you like and download Venezuela Flag 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 Venezuela Flag symbol in HTML, CSS, and JS?

Insert ๐Ÿ‡ป๐Ÿ‡ช Venezuela Flag using HTML

1. Copy-paste Venezuela Flag directly:
<span>๐Ÿ‡ป๐Ÿ‡ช</span>
2. HTML Decimal Code:
<span>&#127483;&#127466;</span>
3. Hexadecimal Code:
<span>&#x1F1FB;&#x1F1EA;</span>
Preview: ๐Ÿ‡ป๐Ÿ‡ช

Add Venezuela Flag symbol with CSS

.venezuela-flag::before {
    content: '\\1F1FB 1F1EA';
}
Preview: Venezuela Flag

Venezuela Flag JavaScript Code

1. Direct Symbol:
document.querySelector('.venezuela-flag').textContent = '๐Ÿ‡ป๐Ÿ‡ช';
2. Unicode Escape for ๐Ÿ‡ป๐Ÿ‡ช:
document.querySelector('.venezuela-flag').textContent = '\u1F1FB u1F1EA';
Preview: ๐Ÿ‡ป๐Ÿ‡ช