free-symbols

Top Parenthesis Symbol

⏜ (top parenthesis) is a technical symbol used as a stylized bracket-like mark for text and UI layouts.

U+23DC

The symbol ⏜ is called the top parenthesis and has Unicode code point U+23DC. It’s commonly used as a compact decorative or structural mark in technical and typographic designs. You can copy it directly or use standard HTML, CSS, and JavaScript escapes.

Top Parenthesis Symbol Meaning

⏜ (TOP PARENTHESIS, U+23DC) is a partial bracket-style glyph: it visually resembles a parenthesis that appears only at the top. As a result, it’s often used as a design accent or lightweight structural marker where a full set of parentheses might be too visually heavy. In technical and computer-related writing, it can also help indicate framing, grouping, or a “highlighted” portion of text, such as a label, header, or interface element. Because it’s a Unicode character, it’s convenient for developers and designers who need consistent rendering across platforms that support the glyph.

Common uses

  • Decorative UI labeling where a full bracket would be too prominent
  • Annotating code or technical text with a compact grouping marker
  • Styling headings or callouts in documents and presentations
  • Creating lightweight “bracket” effects in chat, comments, or forums
  • Typography and layout accents in designs and icon-like text elements

Examples

⏜ Top Parenthesis Symbol (U+23DC)

  • ⏜ Section Overview
  • ⏜ Build Status: Passing
  • Use ⏜ to denote the header area
  • ⏜ Module A (stable)
  • ⏜ Tip: hover for details

Variations

Ready to copy

Technical codes

UnicodeU+23DC
HTML Entity⏜
HTML Code⏜
CSS\23DC

FAQ

What does the Top Parenthesis symbol mean?

⏜ (TOP PARENTHESIS, U+23DC) is a partial bracket-style glyph: it visually resembles a parenthesis that appears only at the top. As a result, it’s often used as a design accent or lightweight structural marker where a full set of parentheses might be too visually heavy. In technical and computer-related writing, it can also help indicate framing, grouping, or a “highlighted” portion of text, such as a label, header, or interface element. Because it’s a Unicode character, it’s convenient for developers and designers who need consistent rendering across platforms that support the glyph.

What is the Unicode for ⏜?

The top parenthesis symbol ⏜ has Unicode code point U+23DC.

How do I copy ⏜ into HTML?

Use the HTML entity: ⏜ (which corresponds to U+23DC).

What CSS escape can I use for ⏜?

You can use the CSS escape: \\23DC.

Is there a JavaScript escape for this character?

Yes. You can use: \\u{23DC}.