| Symbol Name | Medium Right Parenthesis Ornament |
| Unicode Version | 3.2 |
| Unicode | U+2769 |
| Unicode block | |
| General category | Pe (Pe) |
| CSS Code |
| UTF-8 | E2 9D A9 |
| UTF-16 | 2769 |
| UTF-32 | 00002769 |
1\documentclass{article}2\usepackage{pifont}3\text{MEDIUMRIGHTPARENTHESISORNAMENT}4\end{document}You can type the medium right parenthesis ornament symbol on most modern devices with the help of following methods:
Alt + 10089 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "medium right parenthesis ornament", or use Unicode Hex Input with 2769.
Ctrl + Shift + U, type 2769, 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-parenthesis-ornament::before { content: "\2769"; }1<span>❩</span>Medium Right Parenthesis Ornament symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2769' or String.fromCodePoint(10089) |
| Python | '\N{MEDIUM RIGHT PARENTHESIS ORNAMENT}' or chr(10089) |
| Rust | '\u{2769}' |
| C / C++ | UTF-8 source or wchar_t with U+2769 |
| Go | string(rune(0x2769)) |
| Ruby | "\u{2769}" |
\2769 |
| Hex Code | 0x2769 |
| HTML Code | ❩ |
| LaTeX | \text{MEDIUMRIGHTPARENTHESISORNAMENT} |
| Symbol | ❩ |
| URL encode (UTF-8 percent) | %E2%9D%A9 |
| Spoken / screen reader name | Medium Right Parenthesis Ornament |