| Symboolnaam | Medium Flattened Right Parenthesis Ornament |
| Unicode-versie | 3.2 |
| Unicode | U+276B |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het medium flattened right parenthesis ornament-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Medium Flattened Right Parenthesis Ornament-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x276B |
| HTML-code | ❫ |
| LaTeX | \text{MEDIUMFLATTENEDRIGHTPARENTHESISORNAMENT} |
| Symbool | ❫ |
| URL-codering (UTF-8 procent) | %E2%9D%AB |
| Uitgesproken naam / schermlezer | Medium Flattened Right Parenthesis Ornament |