| Nombre del símbolo | 1st Place Medal |
| Versión Unicode | 3.0 |
| Unicode | U+1F947 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F947 |
| Código hexadecimal | 0x1F947 |
| Código HTML | 🥇 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🥇 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%A5%87 |
| Atajo Discord / Slack | :first_place: |
| Atajo GitHub | :first_place: |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo 1st place medal en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo 1st Place Medal en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |