| Symboolnaam | Mathematical Right Flattened Parenthesis |
| Unicode-versie | 5.1 |
| Unicode | U+27EF |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het mathematical right flattened parenthesis-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Mathematical Right Flattened Parenthesis-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x27EF |
| HTML-code | ⟯ |
| LaTeX | \text{MATHEMATICALRIGHTFLATTENEDPARENTHESIS} |
| Symbool | ⟯ |
| URL-codering (UTF-8 procent) | %E2%9F%AF |
| Uitgesproken naam / schermlezer | Mathematical Right Flattened Parenthesis |