| Symboolnaam | Wiggly Vertical Line |
| Unicode-versie | 7.0 |
| Unicode | U+2E3E |
| Unicode-blok | |
| Algemene categorie | Other Punctuation (Po) |
| CSS-code | \2E3E |
| Hexadecimale code | 0x2E3E |
| HTML-code | ⸾ |
| LaTeX | \text{WIGGLYVERTICALLINE} |
| Symbool | ⸾ |
| URL-codering (UTF-8 procent) | %E2%B8%BE |
| Uitgesproken naam / schermlezer | Wiggly Vertical Line |
| UTF-8 | E2 B8 BE |
| UTF-16 | 2E3E |
| UTF-32 | 00002E3E |
1\documentclass{article}2\usepackage{pifont}3\text{WIGGLYVERTICALLINE}4\end{document}Je kunt het wiggly vertical line-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 11838 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "wiggly vertical line", or use Unicode Hex Input with 2E3E.
Ctrl + Shift + U, type 2e3e, 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 geometric symbol support.
1span.wiggly-vertical-line::before { content: "\2E3E"; }1<span>⸾</span>De weergave van het Wiggly Vertical Line-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2E3E' or String.fromCodePoint(11838) |
| Python | '\N{WIGGLY VERTICAL LINE}' or chr(11838) |
| Rust | '\u{2E3E}' |
| C / C++ | UTF-8 source or wchar_t with U+2E3E |
| Go | string(rune(0x2E3E)) |
| Ruby | "\u{2E3E}" |