| Nombre del símbolo | Left Justified Right Half Black Circle |
| Versión Unicode | 16.0 |
| Unicode | U+1FBEB |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | F0 9F AF AB |
| UTF-16 | D83E DFEB |
| UTF-32 | 0001FBEB |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTJUSTIFIEDRIGHTHALFBLACKCIRCLE}4\end{document}Puedes escribir el símbolo left justified right half black circle en la mayoría de dispositivos modernos con los siguientes métodos:
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "left justified right half black circle", or use Unicode Hex Input with 1FBEB.
Ctrl + Shift + U, type 1fbeb, 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 legacy computing symbol support.
1span.left-justified-right-half-black-circle::before { content: "\1FBEB"; }1<span>🯫</span>La representación del símbolo Left Justified Right Half Black Circle en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDFEB' or String.fromCodePoint(0x1FBEB) |
| Python | '\N{LEFT JUSTIFIED RIGHT HALF BLACK CIRCLE}' or chr(130027) |
| Rust | '\u{1FBEB}' |
| C / C++ | UTF-8 source or wchar_t with U+1FBEB |
| Go | string(rune(0x1FBEB)) |
| Ruby | "\u{1FBEB}" |
| Código CSS |
\1FBEB |
| Código hexadecimal | 0x1FBEB |
| Código HTML | 🯫 |
| LaTeX | \text{LEFTJUSTIFIEDRIGHTHALFBLACKCIRCLE} |
| Símbolo | |
| Codificación URL (porcentaje UTF-8) | %F0%9F%AF%AB |
| Nombre oral / lector de pantalla | Left Justified Right Half Black Circle |