| Symbol Name | 1st Place Medal |
| Unicode Version | 3.0 |
| Unicode | U+1F947 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F947 |
| Hex Code | 0x1F947 |
| HTML Code | 🥇 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🥇 |
| URL encode (UTF-8 percent) | %F0%9F%A5%87 |
| Discord / Slack shortcode | :first_place: |
| GitHub shortcode | :first_place: |
| Spoken / screen reader name | 1st Place Medal |
| UTF-8 | F0 9F A5 87 |
| UTF-16 | D83E DD47 |
| UTF-32 | 0001F947 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the 1st place medal 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 "1st place medal".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Activities, or search "1st place medal".
Emoji keyboard → Activities; search "1st place medal".
1span.first-place-medal::before { content: "\1F947"; } /* prefer inline grapheme for ZWJ */1<span>🥇</span>1st Place Medal symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD47' or String.fromCodePoint(0x1F947) |
| Python | '\N{1ST PLACE MEDAL}' |
| Rust | '\u{1F947}' |
| Swift | "\u{1F947}" |
| Go | string(rune(0x1F947)) |
| Ruby | "\u{1F947}" |