| Nome del simbolo | Presentation Form For Vertical Right Double Angle Bracket |
| Versione Unicode | 1.1 |
| Unicode | U+FE3E |
| Blocco Unicode | |
| Categoria generale | Close Punctuation (Pe) |
| UTF-8 | EF B8 BE |
| UTF-16 | FE3E |
| UTF-32 | 0000FE3E |
1\documentclass{article}2\usepackage{pifont}3\text{PRESENTATIONFORMFORVERTICALRIGHTDOUBLEANGLEBRACKET}4\end{document}Puoi digitare il simbolo presentation form for vertical right double angle bracket sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 65086 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "presentation form for vertical right double angle bracket", or use Unicode Hex Input with FE3E.
Ctrl + Shift + U, type fe3e, 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-double-angle-bracket::before { content: "\FE3E"; }1<span>︾</span>La rappresentazione del simbolo Presentation Form For Vertical Right Double Angle Bracket nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uFE3E' or String.fromCodePoint(65086) |
| Python | '\N{PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET}' or chr(65086) |
| Rust | '\u{FE3E}' |
| C / C++ | UTF-8 source or wchar_t with U+FE3E |
| Go | string(rune(0xFE3E)) |
| Ruby | "\u{FE3E}" |
| Codice CSS | \FE3E |
| Codice esadecimale | 0xFE3E |
| Codice HTML | ︾ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALRIGHTDOUBLEANGLEBRACKET} |
| Simbolo | ︾ |
| Codifica URL (percentuale UTF-8) | %EF%B8%BE |
| Nome parlato / screen reader | Presentation Form For Vertical Right Double Angle Bracket |