| Nombre del símbolo | Bullseye |
| Versión Unicode | 0.6 |
| Unicode | U+1F3AF |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F3AF |
| Código hexadecimal | 0x1F3AF |
| Código HTML | 🎯 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🎯 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%8E%AF |
| Atajo Discord / Slack | :dart: |
| Atajo GitHub | :dart: |
| Nombre oral / lector de pantalla | Bullseye |
| UTF-8 | F0 9F 8E AF |
| UTF-16 | D83C DFAF |
| UTF-32 | 0001F3AF |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo bullseye 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 "bullseye".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Activities, or search "bullseye".
Emoji keyboard → Activities; search "bullseye".
1span.bullseye-emoji::before { content: "\1F3AF"; } /* prefer inline grapheme for ZWJ */1<span>🎯</span>La representación del símbolo Bullseye en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDFAF' or String.fromCodePoint(0x1F3AF) |
| Python | '\N{BULLSEYE}' |
| Rust | '\u{1F3AF}' |
| Swift | "\u{1F3AF}" |
| Go | string(rune(0x1F3AF)) |
| Ruby | "\u{1F3AF}" |