| Nome del simbolo | Circle With Vertical Fill |
| Versione Unicode | 1.1 |
| Unicode | U+25CD |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS | \25CD |
| Codice esadecimale | 0x25CD |
| Codice HTML | ◍ |
| LaTeX | \text{CIRCLEWITHVERTICALFILL} |
| Simbolo | ◍ |
| Codifica URL (percentuale UTF-8) | %E2%97%8D |
| Nome parlato / screen reader | Circle With Vertical Fill |
| UTF-8 | E2 97 8D |
| UTF-16 | 25CD |
| UTF-32 | 000025CD |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEWITHVERTICALFILL}4\end{document}Puoi digitare il simbolo circle with vertical fill sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Circle With Vertical Fill nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |