Saint Barthélemy Flag

🇧🇱

Shortcodes

Copy and paste codes for Saint Barthélemy Flag symbol 🇧🇱 to use in your websites, apps, blogs, and more.

Unicode
U+1F1E7 U+1F1F1
HTML Code
🇧🇱
HEX Code
🇧🇱
CSS Code
\1F1E7 1F1F1
JS/JSON
\u1F1E7 u1F1F1
Unix/C/PHP/JAVA
0x1F1E7 0x1F1F1
URL-encode
%F0%9F%87%A7%F0%9F%87%B1
copied

Customize Saint Barthélemy Flag Symbol

Customize 🇧🇱 symbol as you like and download Saint Barthélemy 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 Saint Barthélemy Flag symbol in HTML, CSS, and JS?

Insert 🇧🇱 Saint Barthélemy Flag using HTML

1. Copy-paste Saint Barthélemy Flag directly:
<span>🇧🇱</span>
2. HTML Decimal Code:
<span>&#127463;&#127473;</span>
3. Hexadecimal Code:
<span>&#x1F1E7;&#x1F1F1;</span>
Preview: 🇧🇱

Add Saint Barthélemy Flag symbol with CSS

.saint-barthlemy-flag::before {
    content: '\\1F1E7 1F1F1';
}
Preview: Saint Barthélemy Flag

Saint Barthélemy Flag JavaScript Code

1. Direct Symbol:
document.querySelector('.saint-barthlemy-flag').textContent = '🇧🇱';
2. Unicode Escape for 🇧🇱:
document.querySelector('.saint-barthlemy-flag').textContent = '\u1F1E7 u1F1F1';
Preview: 🇧🇱