| Nombre del símbolo | Sixteen Pointed Asterisk |
| Versión Unicode | 1.1 |
| Unicode | U+273A |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS |
| UTF-8 | E2 9C BA |
| UTF-16 | 273A |
| UTF-32 | 0000273A |
1\documentclass{article}2\usepackage{pifont}3\text{SIXTEENPOINTEDASTERISK}4\end{document}Puedes escribir el símbolo sixteen pointed asterisk en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10042 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "sixteen pointed asterisk", or use Unicode Hex Input with 273A.
Ctrl + Shift + U, type 273a, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with star and asterisk support.
1span.sixteen-pointed-asterisk::before { content: "\273A"; }1<span>✺</span>La representación del símbolo Sixteen Pointed Asterisk en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u273A' or String.fromCodePoint(10042) |
| Python | '\N{SIXTEEN POINTED ASTERISK}' or chr(10042) |
| Rust | '\u{273A}' |
| C / C++ | UTF-8 source or wchar_t with U+273A |
| Go | string(rune(0x273A)) |
| Ruby | "\u{273A}" |
\273A |
| Código hexadecimal | 0x273A |
| Código HTML | ✺ |
| LaTeX | \text{SIXTEENPOINTEDASTERISK} |
| Símbolo | ✺ |
| Codificación URL (porcentaje UTF-8) | %E2%9C%BA |
| Nombre oral / lector de pantalla | Sixteen Pointed Asterisk |