| Nombre del símbolo | Box Drawings Left Up Heavy And Right Down Light |
| Versión Unicode | 1.1 |
| Unicode | U+2543 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 95 83 |
| UTF-16 | 2543 |
| UTF-32 | 00002543 |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSLEFTUPHEAVYANDRIGHTDOWNLIGHT}4\end{document}Puedes escribir el símbolo box drawings left up heavy and right down light en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9539 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings left up heavy and right down light", or use Unicode Hex Input with 2543.
Ctrl + Shift + U, type 2543, 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-left-up-heavy-and-right-down-light::before { content: "\2543"; }1<span>╃</span>La representación del símbolo Box Drawings Left Up Heavy And Right Down Light en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2543' or String.fromCodePoint(9539) |
| Python | '\N{BOX DRAWINGS LEFT UP HEAVY AND RIGHT DOWN LIGHT}' or chr(9539) |
| Rust | '\u{2543}' |
| C / C++ | UTF-8 source or wchar_t with U+2543 |
| Go | string(rune(0x2543)) |
| Ruby | "\u{2543}" |
| Código CSS |
\2543 |
| Código hexadecimal | 0x2543 |
| Código HTML | ╃ |
| LaTeX | \text{BOXDRAWINGSLEFTUPHEAVYANDRIGHTDOWNLIGHT} |
| Símbolo | ╃ |
| Codificación URL (porcentaje UTF-8) | %E2%95%83 |
| Nombre oral / lector de pantalla | Box Drawings Left Up Heavy And Right Down Light |