| 記号名 | Mathematical Right Flattened Parenthesis |
| Unicodeバージョン | 5.1 |
| Unicode | U+27EF |
| Unicodeブロック | |
| 一般カテゴリ | Close Punctuation (Pe) |
| CSSコード |
| UTF-8 | E2 9F AF |
| UTF-16 | 27EF |
| UTF-32 | 000027EF |
1\documentclass{article}2\usepackage{pifont}3\text{MATHEMATICALRIGHTFLATTENEDPARENTHESIS}4\end{document}以下の方法でほとんどの最新デバイスでmathematical right flattened parenthesis記号を入力できます:
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記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |
\27EF |
| 16進コード | 0x27EF |
| HTMLコード | ⟯ |
| LaTeX | \text{MATHEMATICALRIGHTFLATTENEDPARENTHESIS} |
| 記号 | ⟯ |
| URLエンコード(UTF-8パーセント) | %E2%9F%AF |
| 読み上げ名 / スクリーンリーダー | Mathematical Right Flattened Parenthesis |