| Symbolname | White Square With Centre Vertical Line |
| Unicode-Version | 3.0 |
| Unicode | U+2385 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| UTF-8 | E2 8E 85 |
| UTF-16 | 2385 |
| UTF-32 | 00002385 |
1\documentclass{article}2\usepackage{pifont}3\text{WHITESQUAREWITHCENTREVERTICALLINE}4\end{document}Sie können das Symbol white square with centre vertical line auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 9093 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white square with centre vertical line", or use Unicode Hex Input with 2385.
Ctrl + Shift + U, type 2385, 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.white-square-with-centre-vertical-line::before { content: "\2385"; }1<span>⎅</span>Die Darstellung des Symbols White Square With Centre Vertical Line in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2385' or String.fromCodePoint(9093) |
| Python | '\N{WHITE SQUARE WITH CENTRE VERTICAL LINE}' or chr(9093) |
| Rust | '\u{2385}' |
| C / C++ | UTF-8 source or wchar_t with U+2385 |
| Go | string(rune(0x2385)) |
| Ruby | "\u{2385}" |
| CSS-Code |
\2385 |
| Hexadezimalcode | 0x2385 |
| HTML-Code | ⎅ |
| LaTeX | \text{WHITESQUAREWITHCENTREVERTICALLINE} |
| Symbol | ⎅ |
| URL-Kodierung (UTF-8-Prozent) | %E2%8E%85 |
| Ansagename (Screenreader) | White Square With Centre Vertical Line |