| Symbol Name | Presentation Form For Vertical Right White Corner Bracket |
| Unicode Version | 1.1 |
| Unicode | U+FE44 |
| Unicode block | |
| General category | 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}You can type the presentation form for vertical right white corner bracket symbol on most modern devices with the help of following methods:
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 symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 Code |
\FE44 |
| Hex Code | 0xFE44 |
| HTML Code | ﹄ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALRIGHTWHITECORNERBRACKET} |
| Symbol | ﹄ |
| URL encode (UTF-8 percent) | %EF%B9%84 |
| Spoken / screen reader name | Presentation Form For Vertical Right White Corner Bracket |