| Symboolnaam | Presentation Form For Vertical Right Corner Bracket |
| Unicode-versie | 1.1 |
| Unicode | U+FE42 |
| Unicode-blok | |
| Algemene categorie | Close Punctuation (Pe) |
| UTF-8 | EF B9 82 |
| UTF-16 | FE42 |
| UTF-32 | 0000FE42 |
1\documentclass{article}2\usepackage{pifont}3\text{PRESENTATIONFORMFORVERTICALRIGHTCORNERBRACKET}4\end{document}Je kunt het presentation form for vertical right corner bracket-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 65090 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "presentation form for vertical right corner bracket", or use Unicode Hex Input with FE42.
Ctrl + Shift + U, type fe42, 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-corner-bracket::before { content: "\FE42"; }1<span>﹂</span>De weergave van het Presentation Form For Vertical Right Corner Bracket-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uFE42' or String.fromCodePoint(65090) |
| Python | '\N{PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET}' or chr(65090) |
| Rust | '\u{FE42}' |
| C / C++ | UTF-8 source or wchar_t with U+FE42 |
| Go | string(rune(0xFE42)) |
| Ruby | "\u{FE42}" |
| CSS-code |
\FE42 |
| Hexadecimale code | 0xFE42 |
| HTML-code | ﹂ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALRIGHTCORNERBRACKET} |
| Symbool | ﹂ |
| URL-codering (UTF-8 procent) | %EF%B9%82 |
| Uitgesproken naam / schermlezer | Presentation Form For Vertical Right Corner Bracket |