U.S. Minor Outlying Islands Flag
๐บ๐ฒ
Shortcodes
Copy useful codes for u.s. minor outlying islands flag symbol ๐บ๐ฒ to use in websites, apps, blogs, and docs.
Unicode
U+1F1FA U+1F1F2 HTML Code
🇺🇲 HEX Code
🇺🇲 CSS Code
\1F1FA 1F1F2 JS/JSON
\u1F1FA u1F1F2 Unix/C/PHP/JAVA
0x1F1FA 0x1F1F2 URL-encode
%F0%9F%87%BA%F0%9F%87%B2 Customize U.S. Minor Outlying Islands Flag
Customize ๐บ๐ฒ, download it as SVG or PNG, or copy the generated HTML snippet.
๐บ๐ฒ
How to use U.S. Minor Outlying Islands 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
.us-minor-outlying-islands-flag::before {
content: '\\1F1FA 1F1F2';
} Set it in JavaScript
document.querySelector('.us-minor-outlying-islands-flag').textContent = '๐บ๐ฒ';