| Nombre del símbolo | Star With Left Half Black |
| Versión Unicode | 11.0 |
| Unicode | U+2BEA |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 AF AA |
| UTF-16 | 2BEA |
| UTF-32 | 00002BEA |
1\documentclass{article}2\usepackage{pifont}3\text{STARWITHLEFTHALFBLACK}4\end{document}Puedes escribir el símbolo star with left half black en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 11242 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "star with left half black", or use Unicode Hex Input with 2BEA.
Ctrl + Shift + U, type 2bea, 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.star-with-left-half-black::before { content: "\2BEA"; }1<span>⯪</span>La representación del símbolo Star With Left Half Black en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2BEA' or String.fromCodePoint(11242) |
| Python | '\N{STAR WITH LEFT HALF BLACK}' or chr(11242) |
| Rust | '\u{2BEA}' |
| C / C++ | UTF-8 source or wchar_t with U+2BEA |
| Go | string(rune(0x2BEA)) |
| Ruby | "\u{2BEA}" |
| Código CSS |
\2BEA |
| Código hexadecimal | 0x2BEA |
| Código HTML | ⯪ |
| LaTeX | \text{STARWITHLEFTHALFBLACK} |
| Símbolo | ⯪ |
| Codificación URL (porcentaje UTF-8) | %E2%AF%AA |
| Nombre oral / lector de pantalla | Star With Left Half Black |