Black Vertical Ellipse Symbol
⬮ is the black vertical ellipse symbol (U+2B2E) used for punctuation-like decoration and directional marking.
U+2B2E
The ⬮ symbol is a “black vertical ellipse” character. It’s part of the Unicode set under arrows, and it can be used as a compact visual marker in text and UI. This page helps you copy it and use it reliably in HTML, CSS, and JavaScript.
Black Vertical Ellipse Symbol Meaning
⬮ (U+2B2E) is a compact glyph that visually reads like a thick, vertical oval/ellipse. Because it appears in the Unicode “Arrows” category, it’s often used as a directional or flow marker in lightweight designs—especially where a full arrow feels too strong. In plain text, it can act as punctuation-like decoration to separate sections, indicate a “move” or “transition,” or add emphasis in lists. In interfaces and graphics, it can be used as a minimal symbol for navigation cues, status indicators, or stylistic separators, provided the font you use supports the character.
Common uses
- •Use as a minimal “move/transition” marker in UI labels and button text.
- •Add a punctuation-like separator in headings, notes, or bullet lists.
- •Create lightweight directional indicators in mockups and wireframes.
- •Use in social media captions to visually break up text without adding long phrases.
- •Include in design systems as a decorative flow symbol between sections.
Examples
⬮ Black Vertical Ellipse Symbol
- ⬮Chapter ⬮ Overview
- ⬮Step 1: Prep ⬮ Step 2: Build
- ⬮Inbox ⬮ Archived
- ⬮Draft ⬮ Review ⬮ Publish
- ⬮Move ⬮ Copy the item
Variations
Ready to copy
Technical codes
| Unicode | U+2B2E | |
| HTML Entity | ⬮ | |
| HTML Code | ⬮ | |
| CSS | \2B2E |
FAQ
What does the Black Vertical Ellipse symbol mean?
⬮ (U+2B2E) is a compact glyph that visually reads like a thick, vertical oval/ellipse. Because it appears in the Unicode “Arrows” category, it’s often used as a directional or flow marker in lightweight designs—especially where a full arrow feels too strong. In plain text, it can act as punctuation-like decoration to separate sections, indicate a “move” or “transition,” or add emphasis in lists. In interfaces and graphics, it can be used as a minimal symbol for navigation cues, status indicators, or stylistic separators, provided the font you use supports the character.
What is the Unicode code point for ⬮?
The Unicode code point for ⬮ is U+2B2E.
How do I copy ⬮ into HTML?
Use the HTML entity ⬮ or copy the character directly: ⬮.
What CSS escape can I use for ⬮?
You can use the CSS escape \\2B2E.
What JavaScript escape works for ⬮?
Use \\u{2B2E} in JavaScript (Unicode code point escape).