Black Rectangle Symbol
▬ is a black rectangular bar character used for separators, blocks, and simple UI accents.
U+25AC
The ▬ symbol is a solid horizontal black rectangle. It’s often used to create clear visual separation or compact bar-like elements in text.
Black Rectangle Symbol Meaning
The ▬ character is defined as a “BLACK RECTANGLE” with the unicode code point U+25AC. Visually, it appears as a filled horizontal bar, making it useful for separators, underscores, or minimalist design accents in plain text. In many writing and UI contexts, it functions similarly to a line or block used to break up sections, indicate emphasis, or represent a progress/bar-like element when richer graphics aren’t available. Because it’s a single character, it can be easier to copy, align, and paste than drawing lines with ASCII when you want consistent results across software.
Common uses
- •Text section separators in plain text documents
- •Compact UI labels and status indicators in chat or dashboards
- •Replacing ASCII lines (like hyphens) for stronger visual separation
- •Design accents in templates, forms, and lists
- •Creating simple dividers in social media posts and bios
Examples
▬ Black Rectangle Symbol
- ▬Profile ▬ Contact
- ▬Chapter 3 ▬ Key points
- ▬Status: Active ▬ Updated today
- ▬Step 1 ▬ Step 2 ▬ Step 3
- ▬Sale ends soon ▬ Limited stock
Variations
Ready to copy
Technical codes
| Unicode | U+25AC | |
| HTML Entity | ▬ | |
| HTML Code | ▬ | |
| CSS | \25AC |
FAQ
What does the Black Rectangle symbol mean?
The ▬ character is defined as a “BLACK RECTANGLE” with the unicode code point U+25AC. Visually, it appears as a filled horizontal bar, making it useful for separators, underscores, or minimalist design accents in plain text. In many writing and UI contexts, it functions similarly to a line or block used to break up sections, indicate emphasis, or represent a progress/bar-like element when richer graphics aren’t available. Because it’s a single character, it can be easier to copy, align, and paste than drawing lines with ASCII when you want consistent results across software.
What is the unicode code point for ▬?
The ▬ symbol is U+25AC.
How do I use it in HTML?
You can use the HTML entity: ▬.
What is the CSS escape for this character?
Use the CSS escape: \\25AC.
Can I use ▬ in JavaScript?
Yes. The JavaScript escape is \\u{25AC}.