| Nombre del símbolo | Circle With Vertical Fill |
| Versión Unicode | 1.1 |
| Unicode | U+25CD |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 97 8D |
| UTF-16 | 25CD |
| UTF-32 | 000025CD |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEWITHVERTICALFILL}4\end{document}Puedes escribir el símbolo circle with vertical fill en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9677 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circle with vertical fill", or use Unicode Hex Input with 25CD.
Ctrl + Shift + U, type 25cd, 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.circle-with-vertical-fill::before { content: "\25CD"; }1<span>◍</span>La representación del símbolo Circle With Vertical Fill en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u25CD' or String.fromCodePoint(9677) |
| Python | '\N{CIRCLE WITH VERTICAL FILL}' or chr(9677) |
| Rust | '\u{25CD}' |
| C / C++ | UTF-8 source or wchar_t with U+25CD |
| Go | string(rune(0x25CD)) |
| Ruby | "\u{25CD}" |
| Código CSS |
\25CD |
| Código hexadecimal | 0x25CD |
| Código HTML | ◍ |
| LaTeX | \text{CIRCLEWITHVERTICALFILL} |
| Símbolo | ◍ |
| Codificación URL (porcentaje UTF-8) | %E2%97%8D |
| Nombre oral / lector de pantalla | Circle With Vertical Fill |