Japan Flag

๐Ÿ‡ฏ๐Ÿ‡ต

Shortcodes

Copy and paste codes for Japan Flag symbol ๐Ÿ‡ฏ๐Ÿ‡ต to use in your websites, apps, blogs, and more.

Unicode
U+1F1EF U+1F1F5
HTML Code
🇯🇵
HEX Code
🇯🇵
CSS Code
\1F1EF 1F1F5
JS/JSON
\u1F1EF u1F1F5
Unix/C/PHP/JAVA
0x1F1EF 0x1F1F5
URL-encode
%F0%9F%87%AF%F0%9F%87%B5
copied

Customize Japan Flag Symbol

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

Insert ๐Ÿ‡ฏ๐Ÿ‡ต Japan Flag using HTML

1. Copy-paste Japan Flag directly:
<span>๐Ÿ‡ฏ๐Ÿ‡ต</span>
2. HTML Decimal Code:
<span>&#127471;&#127477;</span>
3. Hexadecimal Code:
<span>&#x1F1EF;&#x1F1F5;</span>
Preview: ๐Ÿ‡ฏ๐Ÿ‡ต

Add Japan Flag symbol with CSS

.japan-flag::before {
    content: '\\1F1EF 1F1F5';
}
Preview: Japan Flag

Japan Flag JavaScript Code

1. Direct Symbol:
document.querySelector('.japan-flag').textContent = '๐Ÿ‡ฏ๐Ÿ‡ต';
2. Unicode Escape for ๐Ÿ‡ฏ๐Ÿ‡ต:
document.querySelector('.japan-flag').textContent = '\u1F1EF u1F1F5';
Preview: ๐Ÿ‡ฏ๐Ÿ‡ต