| Nombre del símbolo | White Vertical Rectangle |
| Versión Unicode | 1.1 |
| Unicode | U+25AF |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 96 AF |
| UTF-16 | 25AF |
| UTF-32 | 000025AF |
1\documentclass{article}2\usepackage{pifont}3\text{WHITEVERTICALRECTANGLE}4\end{document}Puedes escribir el símbolo white vertical rectangle en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9647 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white vertical rectangle", or use Unicode Hex Input with 25AF.
Ctrl + Shift + U, type 25af, 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-vertical-rectangle::before { content: "\25AF"; }1<span>▯</span>La representación del símbolo White Vertical Rectangle en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u25AF' or String.fromCodePoint(9647) |
| Python | '\N{WHITE VERTICAL RECTANGLE}' or chr(9647) |
| Rust | '\u{25AF}' |
| C / C++ | UTF-8 source or wchar_t with U+25AF |
| Go | string(rune(0x25AF)) |
| Ruby | "\u{25AF}" |
| Código CSS |
\25AF |
| Código hexadecimal | 0x25AF |
| Código HTML | ▯ |
| LaTeX | \text{WHITEVERTICALRECTANGLE} |
| Símbolo | ▯ |
| Codificación URL (porcentaje UTF-8) | %E2%96%AF |
| Nombre oral / lector de pantalla | White Vertical Rectangle |