| Nombre del símbolo | Right Arc Greater-than Bracket |
| Versión Unicode | 3.2 |
| Unicode | U+2994 |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo right arc greater-than bracket en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Right Arc Greater-than Bracket en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\2994 |
| Código hexadecimal | 0x2994 |
| Código HTML | ⦔ |
| LaTeX | \text{RIGHTARCGREATER-THANBRACKET} |
| Símbolo | ⦔ |
| Codificación URL (porcentaje UTF-8) | %E2%A6%94 |
| Nombre oral / lector de pantalla | Right Arc Greater-than Bracket |