| Symbol Name | Presentation Form For Vertical Right Double Angle Bracket |
| Unicode Version | 1.1 |
| Unicode | U+FE3E |
| Unicode block | |
| General category | 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}You can type the presentation form for vertical right double angle bracket symbol on most modern devices with the help of following methods:
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>Presentation Form For Vertical Right Double Angle Bracket symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\FE3E |
| Hex Code | 0xFE3E |
| HTML Code | ︾ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALRIGHTDOUBLEANGLEBRACKET} |
| Symbol | ︾ |
| URL encode (UTF-8 percent) | %EF%B8%BE |
| Spoken / screen reader name | Presentation Form For Vertical Right Double Angle Bracket |