About White Vertical Rectangle
White Vertical Rectangle is the Unicode character ▯ at codepoint U+25AF in the Geometric Shapes block of the Basic Multilingual Plane (BMP).
Technical Reference
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use White Vertical Rectangle
To use the White Vertical Rectangle symbol (▯) in HTML, insert the
entity ▯ directly into your markup. The decimal entity ▯ works in any HTML-serialised document.
In CSS pseudo-elements use content: '\25AF';.
In JavaScript and TypeScript the escape '\u25AF' evaluates to ▯. In Python source, write '\u25AF'.
The character encodes to E2 96 AF as UTF-8 bytes and 25AF as UTF-16 code units. Its decimal codepoint is 9647.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.