Waving White Flag

๐Ÿณ

Shortcodes

Copy and paste codes for Waving White Flag symbol ๐Ÿณ to use in your websites, apps, blogs, and more.

Unicode
U+1F3F3
HTML Code
🏳
HEX Code
🏳
CSS Code
\1F3F3
JS/JSON
\u1F3F3
Unix/C/PHP/JAVA
0x1F3F3
URL-encode
%F0%9F%8F%B3
copied

Customize Waving White Flag Symbol

Customize ๐Ÿณ symbol as you like and download Waving White 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 Waving White Flag symbol in HTML, CSS, and JS?

Insert ๐Ÿณ Waving White Flag using HTML

1. Copy-paste Waving White Flag directly:
<span>๐Ÿณ</span>
2. HTML Decimal Code:
<span>&#127987;</span>
3. Hexadecimal Code:
<span>&#x1F3F3;</span>
Preview: ๐Ÿณ

Add Waving White Flag symbol with CSS

.waving-white-flag::before {
    content: '\\1F3F3';
}
Preview: Waving White Flag

Waving White Flag JavaScript Code

1. Direct Symbol:
document.querySelector('.waving-white-flag').textContent = '๐Ÿณ';
2. Unicode Escape for ๐Ÿณ:
document.querySelector('.waving-white-flag').textContent = '\u1F3F3';
Preview: ๐Ÿณ