| Symboolnaam | Box Drawings Light Vertical And Horizontal |
| Unicode-versie | 1.1 |
| Unicode | U+253C |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 94 BC |
| UTF-16 | 253C |
| UTF-32 | 0000253C |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSLIGHTVERTICALANDHORIZONTAL}4\end{document}Je kunt het box drawings light vertical and horizontal-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9532 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings light vertical and horizontal", or use Unicode Hex Input with 253C.
Ctrl + Shift + U, type 253c, 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-vertical-and-horizontal::before { content: "\253C"; }1<span>┼</span>De weergave van het Box Drawings Light Vertical And Horizontal-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u253C' or String.fromCodePoint(9532) |
| Python | '\N{BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL}' or chr(9532) |
| Rust | '\u{253C}' |
| C / C++ | UTF-8 source or wchar_t with U+253C |
| Go | string(rune(0x253C)) |
| Ruby | "\u{253C}" |
\253C |
| Hexadecimale code | 0x253C |
| HTML-code | ┼ |
| LaTeX | \text{BOXDRAWINGSLIGHTVERTICALANDHORIZONTAL} |
| Symbool | ┼ |
| URL-codering (UTF-8 procent) | %E2%94%BC |
| Uitgesproken naam / schermlezer | Box Drawings Light Vertical And Horizontal |