| Nombre del símbolo | Eight Teardrop-spoked Propeller Asterisk |
| Versión Unicode | 1.1 |
| Unicode | U+274A |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 9D 8A |
| UTF-16 | 274A |
| UTF-32 | 0000274A |
1\documentclass{article}2\usepackage{pifont}3\text{EIGHTTEARDROP-SPOKEDPROPELLERASTERISK}4\end{document}Puedes escribir el símbolo eight teardrop-spoked propeller asterisk en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10058 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "eight teardrop-spoked propeller asterisk", or use Unicode Hex Input with 274A.
Ctrl + Shift + U, type 274a, 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.eight-teardrop-spoked-propeller-asterisk::before { content: "\274A"; }1<span>❊</span>La representación del símbolo Eight Teardrop-spoked Propeller Asterisk en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u274A' or String.fromCodePoint(10058) |
| Python | '\N{EIGHT TEARDROP-SPOKED PROPELLER ASTERISK}' or chr(10058) |
| Rust | '\u{274A}' |
| C / C++ | UTF-8 source or wchar_t with U+274A |
| Go | string(rune(0x274A)) |
| Ruby | "\u{274A}" |
| Código CSS |
\274A |
| Código hexadecimal | 0x274A |
| Código HTML | ❊ |
| LaTeX | \text{EIGHTTEARDROP-SPOKEDPROPELLERASTERISK} |
| Símbolo | ❊ |
| Codificación URL (porcentaje UTF-8) | %E2%9D%8A |
| Nombre oral / lector de pantalla | Eight Teardrop-spoked Propeller Asterisk |