| Nombre del símbolo | Medium Right Curly Bracket Ornament |
| Versión Unicode | 3.2 |
| Unicode | U+2775 |
| Bloque Unicode | |
| Categoría general | Pe (Pe) |
| Código CSS |
| UTF-8 | E2 9D B5 |
| UTF-16 | 2775 |
| UTF-32 | 00002775 |
1\documentclass{article}2\usepackage{pifont}3\text{MEDIUMRIGHTCURLYBRACKETORNAMENT}4\end{document}Puedes escribir el símbolo medium right curly bracket ornament en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10101 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "medium right curly bracket ornament", or use Unicode Hex Input with 2775.
Ctrl + Shift + U, type 2775, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with ornament and fleuron support.
1span.medium-right-curly-bracket-ornament::before { content: "\2775"; }1<span>❵</span>La representación del símbolo Medium Right Curly Bracket Ornament en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2775' or String.fromCodePoint(10101) |
| Python | '\N{MEDIUM RIGHT CURLY BRACKET ORNAMENT}' or chr(10101) |
| Rust | '\u{2775}' |
| C / C++ | UTF-8 source or wchar_t with U+2775 |
| Go | string(rune(0x2775)) |
| Ruby | "\u{2775}" |
\2775 |
| Código hexadecimal | 0x2775 |
| Código HTML | ❵ |
| LaTeX | \text{MEDIUMRIGHTCURLYBRACKETORNAMENT} |
| Símbolo | ❵ |
| Codificación URL (porcentaje UTF-8) | %E2%9D%B5 |
| Nombre oral / lector de pantalla | Medium Right Curly Bracket Ornament |