Taiwan Flag
๐น๐ผ
Shortcodes
Copy useful codes for taiwan flag symbol ๐น๐ผ to use in websites, apps, blogs, and docs.
Unicode
U+1F1F9 U+1F1FC HTML Code
🇹🇼 HEX Code
🇹🇼 CSS Code
\1F1F9 1F1FC JS/JSON
\u1F1F9 u1F1FC Unix/C/PHP/JAVA
0x1F1F9 0x1F1FC URL-encode
%F0%9F%87%B9%F0%9F%87%BC Customize Taiwan Flag
Customize ๐น๐ผ, download it as SVG or PNG, or copy the generated HTML snippet.
๐น๐ผ
How to use Taiwan Flag Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐น๐ผ</span> HTML Code:
<span>🇹🇼</span> HEX Code:
<span>🇹🇼</span> Add with CSS
.taiwan-flag::before {
content: '\\1F1F9 1F1FC';
} Set it in JavaScript
document.querySelector('.taiwan-flag').textContent = '๐น๐ผ';