| Nombre del símbolo | Presentation Form For Vertical Left Double Angle Bracket |
| Versión Unicode | 1.1 |
| Unicode | U+FE3D |
| Bloque Unicode | |
| Categoría general | Open Punctuation (Ps) |
| UTF-8 | EF B8 BD |
| UTF-16 | FE3D |
| UTF-32 | 0000FE3D |
1\documentclass{article}2\usepackage{pifont}3\text{PRESENTATIONFORMFORVERTICALLEFTDOUBLEANGLEBRACKET}4\end{document}Puedes escribir el símbolo presentation form for vertical left double angle bracket en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 65085 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "presentation form for vertical left double angle bracket", or use Unicode Hex Input with FE3D.
Ctrl + Shift + U, type fe3d, 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-left-double-angle-bracket::before { content: "\FE3D"; }1<span>︽</span>La representación del símbolo Presentation Form For Vertical Left Double Angle Bracket en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uFE3D' or String.fromCodePoint(65085) |
| Python | '\N{PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET}' or chr(65085) |
| Rust | '\u{FE3D}' |
| C / C++ | UTF-8 source or wchar_t with U+FE3D |
| Go | string(rune(0xFE3D)) |
| Ruby | "\u{FE3D}" |
| Código CSS | \FE3D |
| Código hexadecimal | 0xFE3D |
| Código HTML | ︽ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALLEFTDOUBLEANGLEBRACKET} |
| Símbolo | ︽ |
| Codificación URL (porcentaje UTF-8) | %EF%B8%BD |
| Nombre oral / lector de pantalla | Presentation Form For Vertical Left Double Angle Bracket |