| Symbol Name | Right Arc Greater-than Bracket |
| Unicode Version | 3.2 |
| Unicode | U+2994 |
| Unicode block | |
| General category | Close Punctuation (Pe) |
| UTF-8 | E2 A6 94 |
| UTF-16 | 2994 |
| UTF-32 | 00002994 |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTARCGREATER-THANBRACKET}4\end{document}You can type the right arc greater-than bracket symbol on most modern devices with the help of following methods:
Alt + 10644 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "right arc greater-than bracket", or use Unicode Hex Input with 2994.
Ctrl + Shift + U, type 2994, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with bracket and quote support.
1span.right-arc-greater-than-bracket::before { content: "\2994"; }1<span>⦔</span>Right Arc Greater-than Bracket symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2994' or String.fromCodePoint(10644) |
| Python | '\N{RIGHT ARC GREATER-THAN BRACKET}' or chr(10644) |
| Rust | '\u{2994}' |
| C / C++ | UTF-8 source or wchar_t with U+2994 |
| Go | string(rune(0x2994)) |
| Ruby | "\u{2994}" |
| CSS Code |
\2994 |
| Hex Code | 0x2994 |
| HTML Code | ⦔ |
| LaTeX | \text{RIGHTARCGREATER-THANBRACKET} |
| Symbol | ⦔ |
| URL encode (UTF-8 percent) | %E2%A6%94 |
| Spoken / screen reader name | Right Arc Greater-than Bracket |