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