| Nome del simbolo | Presentation Form For Vertical Right Angle Bracket |
| Versione Unicode | 1.1 |
| Unicode | U+FE40 |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo presentation form for vertical right angle bracket sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Presentation Form For Vertical Right Angle Bracket nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\FE40 |
| Codice esadecimale | 0xFE40 |
| Codice HTML | ﹀ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALRIGHTANGLEBRACKET} |
| Simbolo | ﹀ |
| Codifica URL (percentuale UTF-8) | %EF%B9%80 |
| Nome parlato / screen reader | Presentation Form For Vertical Right Angle Bracket |