Saint Lucia Flag

๐Ÿ‡ฑ๐Ÿ‡จ

Shortcodes

Copy and paste codes for Saint Lucia Flag symbol ๐Ÿ‡ฑ๐Ÿ‡จ to use in your websites, apps, blogs, and more.

Unicode
U+1F1F1 U+1F1E8
HTML Code
🇱🇨
HEX Code
🇱🇨
CSS Code
\1F1F1 1F1E8
JS/JSON
\u1F1F1 u1F1E8
Unix/C/PHP/JAVA
0x1F1F1 0x1F1E8
URL-encode
%F0%9F%87%B1%F0%9F%87%A8
copied

Customize Saint Lucia Flag Symbol

Customize ๐Ÿ‡ฑ๐Ÿ‡จ symbol as you like and download Saint Lucia 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 Lucia Flag symbol in HTML, CSS, and JS?

Insert ๐Ÿ‡ฑ๐Ÿ‡จ Saint Lucia Flag using HTML

1. Copy-paste Saint Lucia Flag directly:
<span>๐Ÿ‡ฑ๐Ÿ‡จ</span>
2. HTML Decimal Code:
<span>&#127473;&#127464;</span>
3. Hexadecimal Code:
<span>&#x1F1F1;&#x1F1E8;</span>
Preview: ๐Ÿ‡ฑ๐Ÿ‡จ

Add Saint Lucia Flag symbol with CSS

.saint-lucia-flag::before {
    content: '\\1F1F1 1F1E8';
}
Preview: Saint Lucia Flag

Saint Lucia Flag JavaScript Code

1. Direct Symbol:
document.querySelector('.saint-lucia-flag').textContent = '๐Ÿ‡ฑ๐Ÿ‡จ';
2. Unicode Escape for ๐Ÿ‡ฑ๐Ÿ‡จ:
document.querySelector('.saint-lucia-flag').textContent = '\u1F1F1 u1F1E8';
Preview: ๐Ÿ‡ฑ๐Ÿ‡จ