| Nombre del símbolo | Presentation Form For Vertical Right Double Angle Bracket |
| Versión Unicode | 1.1 |
| Unicode | U+FE3E |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo presentation form for vertical right double angle bracket en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Presentation Form For Vertical Right Double Angle Bracket en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS | \FE3E |
| Código hexadecimal | 0xFE3E |
| Código HTML | ︾ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALRIGHTDOUBLEANGLEBRACKET} |
| Símbolo | ︾ |
| Codificación URL (porcentaje UTF-8) | %EF%B8%BE |
| Nombre oral / lector de pantalla | Presentation Form For Vertical Right Double Angle Bracket |