Nigeria Flag

๐Ÿ‡ณ๐Ÿ‡ฌ

Shortcodes

Copy and paste codes for Nigeria Flag symbol ๐Ÿ‡ณ๐Ÿ‡ฌ to use in your websites, apps, blogs, and more.

Unicode
U+1F1F3 U+1F1EC
HTML Code
🇳🇬
HEX Code
🇳🇬
CSS Code
\1F1F3 1F1EC
JS/JSON
\u1F1F3 u1F1EC
Unix/C/PHP/JAVA
0x1F1F3 0x1F1EC
URL-encode
%F0%9F%87%B3%F0%9F%87%AC
copied

Customize Nigeria Flag Symbol

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

Insert ๐Ÿ‡ณ๐Ÿ‡ฌ Nigeria Flag using HTML

1. Copy-paste Nigeria Flag directly:
<span>๐Ÿ‡ณ๐Ÿ‡ฌ</span>
2. HTML Decimal Code:
<span>&#127475;&#127468;</span>
3. Hexadecimal Code:
<span>&#x1F1F3;&#x1F1EC;</span>
Preview: ๐Ÿ‡ณ๐Ÿ‡ฌ

Add Nigeria Flag symbol with CSS

.nigeria-flag::before {
    content: '\\1F1F3 1F1EC';
}
Preview: Nigeria Flag

Nigeria Flag JavaScript Code

1. Direct Symbol:
document.querySelector('.nigeria-flag').textContent = '๐Ÿ‡ณ๐Ÿ‡ฌ';
2. Unicode Escape for ๐Ÿ‡ณ๐Ÿ‡ฌ:
document.querySelector('.nigeria-flag').textContent = '\u1F1F3 u1F1EC';
Preview: ๐Ÿ‡ณ๐Ÿ‡ฌ