| Symboolnaam | Vertical Zigzag Line |
| Unicode-versie | 3.2 |
| Unicode | U+299A |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code | \299A |
| Hexadecimale code | 0x299A |
| HTML-code | ⦚ |
| LaTeX | \text{VERTICALZIGZAGLINE} |
| Symbool | ⦚ |
| URL-codering (UTF-8 procent) | %E2%A6%9A |
| Uitgesproken naam / schermlezer | Vertical Zigzag Line |
| UTF-8 | E2 A6 9A |
| UTF-16 | 299A |
| UTF-32 | 0000299A |
1\documentclass{article}2\usepackage{pifont}3\text{VERTICALZIGZAGLINE}4\end{document}Je kunt het vertical zigzag line-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10650 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "vertical zigzag line", or use Unicode Hex Input with 299A.
Ctrl + Shift + U, type 299a, 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.vertical-zigzag-line::before { content: "\299A"; }1<span>⦚</span>De weergave van het Vertical Zigzag Line-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u299A' or String.fromCodePoint(10650) |
| Python | '\N{VERTICAL ZIGZAG LINE}' or chr(10650) |
| Rust | '\u{299A}' |
| C / C++ | UTF-8 source or wchar_t with U+299A |
| Go | string(rune(0x299A)) |
| Ruby | "\u{299A}" |