| Symbolname | Circle With Vertical Fill |
| Unicode-Version | 1.1 |
| Unicode | U+25CD |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code |
| UTF-8 | E2 97 8D |
| UTF-16 | 25CD |
| UTF-32 | 000025CD |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEWITHVERTICALFILL}4\end{document}Sie können das Symbol circle with vertical fill auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Circle With Vertical Fill in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x25CD |
| HTML-Code | ◍ |
| LaTeX | \text{CIRCLEWITHVERTICALFILL} |
| Symbol | ◍ |
| URL-Kodierung (UTF-8-Prozent) | %E2%97%8D |
| Ansagename (Screenreader) | Circle With Vertical Fill |