| Nombre del símbolo | Black Circle With White Dot Right |
| Versión Unicode | 3.2 |
| Unicode | U+2688 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 9A 88 |
| UTF-16 | 2688 |
| UTF-32 | 00002688 |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKCIRCLEWITHWHITEDOTRIGHT}4\end{document}Puedes escribir el símbolo black circle with white dot right en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9864 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black circle with white dot right", or use Unicode Hex Input with 2688.
Ctrl + Shift + U, type 2688, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with geometric symbol support.
1span.black-circle-with-white-dot-right::before { content: "\2688"; }1<span>⚈</span>La representación del símbolo Black Circle With White Dot Right en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2688' or String.fromCodePoint(9864) |
| Python | '\N{BLACK CIRCLE WITH WHITE DOT RIGHT}' or chr(9864) |
| Rust | '\u{2688}' |
| C / C++ | UTF-8 source or wchar_t with U+2688 |
| Go | string(rune(0x2688)) |
| Ruby | "\u{2688}" |
| Código CSS |
\2688 |
| Código hexadecimal | 0x2688 |
| Código HTML | ⚈ |
| LaTeX | \text{BLACKCIRCLEWITHWHITEDOTRIGHT} |
| Símbolo | ⚈ |
| Codificación URL (porcentaje UTF-8) | %E2%9A%88 |
| Nombre oral / lector de pantalla | Black Circle With White Dot Right |