| Nome del simbolo | Heavy Eight Teardrop-spoked Propeller Asterisk |
| Versione Unicode | 1.1 |
| Unicode | U+274B |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 9D 8B |
| UTF-16 | 274B |
| UTF-32 | 0000274B |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYEIGHTTEARDROP-SPOKEDPROPELLERASTERISK}4\end{document}Puoi digitare il simbolo heavy eight teardrop-spoked propeller asterisk sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10059 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy eight teardrop-spoked propeller asterisk", or use Unicode Hex Input with 274B.
Ctrl + Shift + U, type 274b, 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.heavy-eight-teardrop-spoked-propeller-asterisk::before { content: "\274B"; }1<span>❋</span>La rappresentazione del simbolo Heavy Eight Teardrop-spoked Propeller Asterisk nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u274B' or String.fromCodePoint(10059) |
| Python | '\N{HEAVY EIGHT TEARDROP-SPOKED PROPELLER ASTERISK}' or chr(10059) |
| Rust | '\u{274B}' |
| C / C++ | UTF-8 source or wchar_t with U+274B |
| Go | string(rune(0x274B)) |
| Ruby | "\u{274B}" |
| Codice CSS |
\274B |
| Codice esadecimale | 0x274B |
| Codice HTML | ❋ |
| LaTeX | \text{HEAVYEIGHTTEARDROP-SPOKEDPROPELLERASTERISK} |
| Simbolo | ❋ |
| Codifica URL (percentuale UTF-8) | %E2%9D%8B |
| Nome parlato / screen reader | Heavy Eight Teardrop-spoked Propeller Asterisk |