| Symbol Name | Heavy Eight Teardrop-spoked Propeller Asterisk |
| Unicode Version | 1.1 |
| Unicode | U+274B |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 9D 8B |
| UTF-16 | 274B |
| UTF-32 | 0000274B |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYEIGHTTEARDROP-SPOKEDPROPELLERASTERISK}4\end{document}You can type the heavy eight teardrop-spoked propeller asterisk symbol on most modern devices with the help of following methods:
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>Heavy Eight Teardrop-spoked Propeller Asterisk symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\274B |
| Hex Code | 0x274B |
| HTML Code | ❋ |
| LaTeX | \text{HEAVYEIGHTTEARDROP-SPOKEDPROPELLERASTERISK} |
| Symbol | ❋ |
| URL encode (UTF-8 percent) | %E2%9D%8B |
| Spoken / screen reader name | Heavy Eight Teardrop-spoked Propeller Asterisk |