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