| Symbolname | Heavy Eight Teardrop-spoked Propeller Asterisk |
| Unicode-Version | 1.1 |
| Unicode | U+274B |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol heavy eight teardrop-spoked propeller asterisk auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Heavy Eight Teardrop-spoked Propeller Asterisk in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |
| CSS-Code |
\274B |
| Hexadezimalcode | 0x274B |
| HTML-Code | ❋ |
| LaTeX | \text{HEAVYEIGHTTEARDROP-SPOKEDPROPELLERASTERISK} |
| Symbol | ❋ |
| URL-Kodierung (UTF-8-Prozent) | %E2%9D%8B |
| Ansagename (Screenreader) | Heavy Eight Teardrop-spoked Propeller Asterisk |