| Nome del simbolo | Sixteen Pointed Asterisk |
| Versione Unicode | 1.1 |
| Unicode | U+273A |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS |
| UTF-8 | E2 9C BA |
| UTF-16 | 273A |
| UTF-32 | 0000273A |
1\documentclass{article}2\usepackage{pifont}3\text{SIXTEENPOINTEDASTERISK}4\end{document}Puoi digitare il simbolo sixteen pointed asterisk sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Sixteen Pointed Asterisk nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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 |
| Codice esadecimale | 0x273A |
| Codice HTML | ✺ |
| LaTeX | \text{SIXTEENPOINTEDASTERISK} |
| Simbolo | ✺ |
| Codifica URL (percentuale UTF-8) | %E2%9C%BA |
| Nome parlato / screen reader | Sixteen Pointed Asterisk |