| Symboolnaam | Presentation Form For Vertical Right Double Angle Bracket |
| Unicode-versie | 1.1 |
| Unicode | U+FE3E |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het presentation form for vertical right double angle bracket-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Presentation Form For Vertical Right Double Angle Bracket-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0xFE3E |
| HTML-code | ︾ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALRIGHTDOUBLEANGLEBRACKET} |
| Symbool | ︾ |
| URL-codering (UTF-8 procent) | %EF%B8%BE |
| Uitgesproken naam / schermlezer | Presentation Form For Vertical Right Double Angle Bracket |