Tristan da Cunha Flag
๐น๐ฆ
Shortcodes
Copy useful codes for tristan da cunha flag symbol ๐น๐ฆ to use in websites, apps, blogs, and docs.
Unicode
U+1F1F9 U+1F1E6 HTML Code
🇹🇦 HEX Code
🇹🇦 CSS Code
\1F1F9 1F1E6 JS/JSON
\u1F1F9 u1F1E6 Unix/C/PHP/JAVA
0x1F1F9 0x1F1E6 URL-encode
%F0%9F%87%B9%F0%9F%87%A6 Customize Tristan da Cunha Flag
Customize ๐น๐ฆ, download it as SVG or PNG, or copy the generated HTML snippet.
๐น๐ฆ
How to use Tristan da Cunha 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
.tristan-da-cunha-flag::before {
content: '\\1F1F9 1F1E6';
} Set it in JavaScript
document.querySelector('.tristan-da-cunha-flag').textContent = '๐น๐ฆ';