| Nom du symbole | Circle With Vertical Fill |
| Version Unicode | 1.1 |
| Unicode | U+25CD |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 97 8D |
| UTF-16 | 25CD |
| UTF-32 | 000025CD |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEWITHVERTICALFILL}4\end{document}Vous pouvez saisir le symbole circle with vertical fill sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Circle With Vertical Fill dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
\25CD |
| Code hexadécimal | 0x25CD |
| Code HTML | ◍ |
| LaTeX | \text{CIRCLEWITHVERTICALFILL} |
| Symbole | ◍ |
| Encodage URL (pourcent UTF-8) | %E2%97%8D |
| Nom oral / lecteur d’écran | Circle With Vertical Fill |