Regional Indicator Symbol Letter Z

๐Ÿ‡ฟ

Shortcodes

Copy and paste codes for Regional Indicator Symbol Letter Z ๐Ÿ‡ฟ to use in your websites, apps, blogs, and more.

Unicode
U+1F1FF
HTML Code
🇿
HEX Code
🇿
CSS Code
\1F1FF
JS/JSON
\u1F1FF
Unix/C/PHP/JAVA
0x1F1FF
URL-encode
%F0%9F%87%BF
copied

Customize Regional Indicator Symbol Letter Z Symbol

Customize ๐Ÿ‡ฟ symbol as you like and download Regional Indicator Symbol Letter Z 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 Regional Indicator Symbol Letter Z in HTML, CSS, and JS?

Insert ๐Ÿ‡ฟ Regional Indicator Symbol Letter Z using HTML

1. Copy-paste Regional Indicator Symbol Letter Z directly:
<span>๐Ÿ‡ฟ</span>
2. HTML Decimal Code:
<span>&#127487;</span>
3. Hexadecimal Code:
<span>&#x1F1FF;</span>
Preview: ๐Ÿ‡ฟ

Add Regional Indicator Symbol Letter Z with CSS

.regional-indicator-symbol-letter-z::before {
    content: '\\1F1FF';
}
Preview: Regional Indicator Symbol Letter Z

Regional Indicator Symbol Letter Z JavaScript Code

1. Direct Symbol:
document.querySelector('.regional-indicator-symbol-letter-z').textContent = '๐Ÿ‡ฟ';
2. Unicode Escape for ๐Ÿ‡ฟ:
document.querySelector('.regional-indicator-symbol-letter-z').textContent = '\u1F1FF';
Preview: ๐Ÿ‡ฟ