| Symbol Name | Flying Disc |
| Unicode Version | 11.0 |
| Unicode | U+1F94F |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F94F |
| Hex Code | 0x1F94F |
| HTML Code | 🥏 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🥏 |
| URL encode (UTF-8 percent) | %F0%9F%A5%8F |
| Spoken / screen reader name | Flying Disc |
| UTF-8 | F0 9F A5 8F |
| UTF-16 | D83E DD4F |
| UTF-32 | 0001F94F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the flying disc symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Activities & Sports in emoji keyboard.
Edit → Emoji & Symbols, search "flying disc".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Activities, or search "flying disc".
Emoji keyboard → Activities; search "flying disc".
1span.flying-disc-emoji::before { content: "\1F94F"; } /* prefer inline grapheme for ZWJ */1<span>🥏</span>Flying Disc symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD4F' or String.fromCodePoint(0x1F94F) |
| Python | '\N{FLYING DISC}' |
| Rust | '\u{1F94F}' |
| Swift | "\u{1F94F}" |
| Go | string(rune(0x1F94F)) |
| Ruby | "\u{1F94F}" |