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