Right Arc Greater-than Bracket Symbol
⦔ (Right Arc Greater-Than Bracket) is a math-style symbol used to express a directional or bracketed comparison.
U+2994
⦔ is a Unicode math symbol named Right Arc Greater-Than Bracket (U+2994). It’s useful when you want a specific bracket-and-inequality look in text, math, or UI mockups.
Right Arc Greater-than Bracket Symbol Meaning
⦔, named RIGHT ARC GREATER-THAN BRACKET (Unicode U+2994), is a “bracketed” inequality-like symbol: it combines the visual idea of a right bracket with a greater-than direction. In practice, it’s often used in mathematical notation or typesetting contexts where a designer or author wants a stylized comparison operator or a bracketed relational cue. Because it lives in Unicode’s Math block, it’s typically used in plain text documents, web content, and code where Unicode rendering is supported. When copy/pasting, it helps to use its HTML entity (⦔) or CSS/JS escapes for consistent output across platforms.
Common uses
- •Formatting math text in plain documents where a stylized “greater-than bracket” is preferred
- •Designing typographic UI elements that need a specific math symbol shape
- •Creating labeled diagrams or flow annotations that imply “greater than” with bracket styling
- •Writing educational content that references or highlights a particular Unicode math glyph
- •Using in code-generated content for consistent symbol rendering
Examples
⦔ Right Arc Greater-Than Bracket
- ⦔Set builder: { x ⦔ a | condition }
- ⦔Diagram note: value ⦔ threshold
- ⦔TeX-like annotation: f(x) ⦔ b
- ⦔UI label: Score ⦔ target
- ⦔Educational text: compare using ⦔ instead of >
Variations
Ready to copy
Technical codes
| Unicode | U+2994 | |
| HTML Entity | ⦔ | |
| HTML Code | ⦔ | |
| CSS | \2994 |
FAQ
What does the Right Arc Greater-than Bracket symbol mean?
⦔, named RIGHT ARC GREATER-THAN BRACKET (Unicode U+2994), is a “bracketed” inequality-like symbol: it combines the visual idea of a right bracket with a greater-than direction. In practice, it’s often used in mathematical notation or typesetting contexts where a designer or author wants a stylized comparison operator or a bracketed relational cue. Because it lives in Unicode’s Math block, it’s typically used in plain text documents, web content, and code where Unicode rendering is supported. When copy/pasting, it helps to use its HTML entity (⦔) or CSS/JS escapes for consistent output across platforms.
What is the Unicode code point for ⦔?
The Unicode code point for ⦔ is U+2994.
How do I use ⦔ in HTML?
Use the HTML entity ⦔ (the entity corresponds to U+2994).
What is the CSS escape for ⦔?
You can use \\2994 as the CSS escape.
Can I use ⦔ in JavaScript?
Yes. The JavaScript escape form given is \\u{2994}.