| Nombre del símbolo | White Square With Centre Vertical Line |
| Versión Unicode | 3.0 |
| Unicode | U+2385 |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo white square with centre vertical line en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo White Square With Centre Vertical Line en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\2385 |
| Código hexadecimal | 0x2385 |
| Código HTML | ⎅ |
| LaTeX | \text{WHITESQUAREWITHCENTREVERTICALLINE} |
| Símbolo | ⎅ |
| Codificación URL (porcentaje UTF-8) | %E2%8E%85 |
| Nombre oral / lector de pantalla | White Square With Centre Vertical Line |