| Symbol Name | Presentation Form For Vertical Right Angle Bracket |
| Unicode Version | 1.1 |
| Unicode | U+FE40 |
| Unicode block | |
| General category | Close Punctuation (Pe) |
| UTF-8 | EF B9 80 |
| UTF-16 | FE40 |
| UTF-32 | 0000FE40 |
1\documentclass{article}2\usepackage{pifont}3\text{PRESENTATIONFORMFORVERTICALRIGHTANGLEBRACKET}4\end{document}You can type the presentation form for vertical right angle bracket symbol on most modern devices with the help of following methods:
Alt + 65088 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "presentation form for vertical right angle bracket", or use Unicode Hex Input with FE40.
Ctrl + Shift + U, type fe40, 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-angle-bracket::before { content: "\FE40"; }1<span>﹀</span>Presentation Form For Vertical Right Angle Bracket symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uFE40' or String.fromCodePoint(65088) |
| Python | '\N{PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET}' or chr(65088) |
| Rust | '\u{FE40}' |
| C / C++ | UTF-8 source or wchar_t with U+FE40 |
| Go | string(rune(0xFE40)) |
| Ruby | "\u{FE40}" |
| CSS Code |
\FE40 |
| Hex Code | 0xFE40 |
| HTML Code | ﹀ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALRIGHTANGLEBRACKET} |
| Symbol | ﹀ |
| URL encode (UTF-8 percent) | %EF%B9%80 |
| Spoken / screen reader name | Presentation Form For Vertical Right Angle Bracket |