| Nombre del símbolo | Box Drawings Light Double Dash Vertical |
| Versión Unicode | 1.1 |
| Unicode | U+254E |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 95 8E |
| UTF-16 | 254E |
| UTF-32 | 0000254E |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSLIGHTDOUBLEDASHVERTICAL}4\end{document}Puedes escribir el símbolo box drawings light double dash vertical en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9550 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings light double dash vertical", or use Unicode Hex Input with 254E.
Ctrl + Shift + U, type 254e, 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 box-drawing support.
1span.box-drawings-light-double-dash-vertical::before { content: "\254E"; }1<span>╎</span>La representación del símbolo Box Drawings Light Double Dash Vertical en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u254E' or String.fromCodePoint(9550) |
| Python | '\N{BOX DRAWINGS LIGHT DOUBLE DASH VERTICAL}' or chr(9550) |
| Rust | '\u{254E}' |
| C / C++ | UTF-8 source or wchar_t with U+254E |
| Go | string(rune(0x254E)) |
| Ruby | "\u{254E}" |
| Código CSS |
\254E |
| Código hexadecimal | 0x254E |
| Código HTML | ╎ |
| LaTeX | \text{BOXDRAWINGSLIGHTDOUBLEDASHVERTICAL} |
| Símbolo | ╎ |
| Codificación URL (porcentaje UTF-8) | %E2%95%8E |
| Nombre oral / lector de pantalla | Box Drawings Light Double Dash Vertical |