Flying Disc

๐Ÿฅ

Shortcodes

Copy and paste codes for Flying Disc symbol ๐Ÿฅ to use in your websites, apps, blogs, and more.

Unicode
U+1F94F
HTML Code
🥏
HEX Code
🥏
CSS Code
\1F94F
JS/JSON
\u1F94F
Unix/C/PHP/JAVA
0x1F94F
URL-encode
%F0%9F%A5%8F
copied

Customize Flying Disc Symbol

Customize ๐Ÿฅ symbol as you like and download Flying Disc 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 Flying Disc symbol in HTML, CSS, and JS?

Insert ๐Ÿฅ Flying Disc using HTML

1. Copy-paste Flying Disc directly:
<span>๐Ÿฅ</span>
2. HTML Decimal Code:
<span>&#129359;</span>
3. Hexadecimal Code:
<span>&#x1F94F;</span>
Preview: ๐Ÿฅ

Add Flying Disc symbol with CSS

.flying-disc::before {
    content: '\\1F94F';
}
Preview: Flying Disc

Flying Disc JavaScript Code

1. Direct Symbol:
document.querySelector('.flying-disc').textContent = '๐Ÿฅ';
2. Unicode Escape for ๐Ÿฅ:
document.querySelector('.flying-disc').textContent = '\u1F94F';
Preview: ๐Ÿฅ