| 記号名 | Presentation Form For Vertical Right White Corner Bracket |
| Unicodeバージョン | 1.1 |
| Unicode | U+FE44 |
| Unicodeブロック | |
| 一般カテゴリ | Close Punctuation (Pe) |
| UTF-8 | EF B9 84 |
| UTF-16 | FE44 |
| UTF-32 | 0000FE44 |
1\documentclass{article}2\usepackage{pifont}3\text{PRESENTATIONFORMFORVERTICALRIGHTWHITECORNERBRACKET}4\end{document}以下の方法でほとんどの最新デバイスでpresentation form for vertical right white corner bracket記号を入力できます:
Alt + 65092 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "presentation form for vertical right white corner bracket", or use Unicode Hex Input with FE44.
Ctrl + Shift + U, type fe44, 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.presentation-form-for-vertical-right-white-corner-bracket::before { content: "\FE44"; }1<span>﹄</span>各プログラミング言語におけるPresentation Form For Vertical Right White Corner Bracket記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uFE44' or String.fromCodePoint(65092) |
| Python | '\N{PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET}' or chr(65092) |
| Rust | '\u{FE44}' |
| C / C++ | UTF-8 source or wchar_t with U+FE44 |
| Go | string(rune(0xFE44)) |
| Ruby | "\u{FE44}" |
| CSSコード |
\FE44 |
| 16進コード | 0xFE44 |
| HTMLコード | ﹄ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALRIGHTWHITECORNERBRACKET} |
| 記号 | ﹄ |
| URLエンコード(UTF-8パーセント) | %EF%B9%84 |
| 読み上げ名 / スクリーンリーダー | Presentation Form For Vertical Right White Corner Bracket |