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