| Symbol Name | Mathematical Right Flattened Parenthesis |
| Unicode Version | 5.1 |
| Unicode | U+27EF |
| Unicode block | |
| General category | Close Punctuation (Pe) |
| UTF-8 | E2 9F AF |
| UTF-16 | 27EF |
| UTF-32 | 000027EF |
1\documentclass{article}2\usepackage{pifont}3\text{MATHEMATICALRIGHTFLATTENEDPARENTHESIS}4\end{document}You can type the mathematical right flattened parenthesis symbol on most modern devices with the help of following methods:
Alt + 10223 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "mathematical right flattened parenthesis", or use Unicode Hex Input with 27EF.
Ctrl + Shift + U, type 27ef, 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.mathematical-right-flattened-parenthesis::before { content: "\27EF"; }1<span>⟯</span>Mathematical Right Flattened Parenthesis symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u27EF' or String.fromCodePoint(10223) |
| Python | '\N{MATHEMATICAL RIGHT FLATTENED PARENTHESIS}' or chr(10223) |
| Rust | '\u{27EF}' |
| C / C++ | UTF-8 source or wchar_t with U+27EF |
| Go | string(rune(0x27EF)) |
| Ruby | "\u{27EF}" |
| CSS Code |
\27EF |
| Hex Code | 0x27EF |
| HTML Code | ⟯ |
| LaTeX | \text{MATHEMATICALRIGHTFLATTENEDPARENTHESIS} |
| Symbol | ⟯ |
| URL encode (UTF-8 percent) | %E2%9F%AF |
| Spoken / screen reader name | Mathematical Right Flattened Parenthesis |