| Nombre del símbolo | Star-struck |
| Versión Unicode | 5.0 |
| Unicode | U+1F929 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F929 |
| Código hexadecimal | 0x1F929 |
| Código HTML | 🤩 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🤩 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%A4%A9 |
| Atajo Discord / Slack | :star_struck: |
| Atajo GitHub | :star_struck: |
| Nombre oral / lector de pantalla | Star-struck |
| UTF-8 | F0 9F A4 A9 |
| UTF-16 | D83E DD29 |
| UTF-32 | 0001F929 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo star-struck en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . (emoji panel); macOS: Ctrl + Cmd + Space; mobile: emoji keyboard Smileys.
Edit → Emoji & Symbols, search "star-struck".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "star-struck".
Emoji keyboard → Smileys; search "star-struck".
1span.star-struck::before { content: "\1F929"; }1<span>🤩</span>La representación del símbolo Star-struck en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD29' or String.fromCodePoint(0x1F929) |
| Python | '\N{STAR-STRUCK}' |
| Rust | '\u{1F929}' |
| Swift | "\u{1F929}" |
| Go | string(rune(0x1F929)) |
| Ruby | "\u{1F929}" |