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