| Nom du symbole | White Square With Centre Vertical Line |
| Version Unicode | 3.0 |
| Unicode | U+2385 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole white square with centre vertical line sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole White Square With Centre Vertical Line dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\2385 |
| Code hexadécimal | 0x2385 |
| Code HTML | ⎅ |
| LaTeX | \text{WHITESQUAREWITHCENTREVERTICALLINE} |
| Symbole | ⎅ |
| Encodage URL (pourcent UTF-8) | %E2%8E%85 |
| Nom oral / lecteur d’écran | White Square With Centre Vertical Line |