Newline Left Symbol
⮒ is the Newline Left symbol (U+2B92), often used as a visual marker for leftward line breaks or alignment cues.
U+2B92
The ⮒ symbol is also known by its Unicode name: NEWLINE LEFT. It’s an arrow-like glyph that can act as a compact visual cue in text layouts. Use it wherever you want a clear “go left/new line” style indicator.
Newline Left Symbol Meaning
⮒ (Unicode U+2B92, NEWLINE LEFT) is a directional symbol associated with “newline” behavior while pointing left. In practice, it’s used as a typographic marker to suggest a leftward continuation, a wrap/line-break cue, or an annotation about where following content should align. Because it’s a single glyph, designers and writers often place it in headings, labels, UI microcopy, or documentation to make layout intent obvious without adding extra words. It generally functions as a visual separator or navigation hint rather than a mathematical operator or language character.
Common uses
- •Marking leftward continuation in technical notes or changelogs
- •Designing compact UI labels that indicate a left alignment or backtracking flow
- •Adding visual separators in documentation and README files
- •Using as a typographic cue in templates for multi-line formatting
- •Annotating code comments or specs to show where text should wrap left
Examples
⮒ Newline Left Symbol (Copy & Paste)
- ⮒Step 1: Review the header ⮒ Step 2: Update the table
- ⮒If the line wraps, continue on the next line ⮒ aligned left
- ⮒Header ⮒ Content starts here with left alignment
- ⮒Note: Apply the change, then proceed left ⮒ to the next section
- ⮒Line break cue: next text should follow ⮒ on the left
Variations
Ready to copy
Technical codes
| Unicode | U+2B92 | |
| HTML Entity | ⮒ | |
| HTML Code | ⮒ | |
| CSS | \2B92 |
FAQ
What does the Newline Left symbol mean?
⮒ (Unicode U+2B92, NEWLINE LEFT) is a directional symbol associated with “newline” behavior while pointing left. In practice, it’s used as a typographic marker to suggest a leftward continuation, a wrap/line-break cue, or an annotation about where following content should align. Because it’s a single glyph, designers and writers often place it in headings, labels, UI microcopy, or documentation to make layout intent obvious without adding extra words. It generally functions as a visual separator or navigation hint rather than a mathematical operator or language character.
What is the Unicode name of ⮒?
The Unicode name is NEWLINE LEFT.
What is the Unicode code point for ⮒?
The Unicode code point is U+2B92.
How can I copy ⮒ in HTML?
You can use the HTML entity: ⮒.
How do I include ⮒ in JavaScript?
Use the JavaScript escape: \\u{2B92}.