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