| Nombre del símbolo | Heavy Eight Teardrop-spoked Propeller Asterisk |
| Versión Unicode | 1.1 |
| Unicode | U+274B |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo heavy eight teardrop-spoked propeller asterisk en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Heavy Eight Teardrop-spoked Propeller Asterisk en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\274B |
| Código hexadecimal | 0x274B |
| Código HTML | ❋ |
| LaTeX | \text{HEAVYEIGHTTEARDROP-SPOKEDPROPELLERASTERISK} |
| Símbolo | ❋ |
| Codificación URL (porcentaje UTF-8) | %E2%9D%8B |
| Nombre oral / lector de pantalla | Heavy Eight Teardrop-spoked Propeller Asterisk |