| Symbol Name | Vertical Zigzag Line |
| Unicode Version | 3.2 |
| Unicode | U+299A |
| Unicode block | |
| General category | Math Symbol (Sm) |
| CSS Code | \299A |
| Hex Code | 0x299A |
| HTML Code | ⦚ |
| LaTeX | \text{VERTICALZIGZAGLINE} |
| Symbol | ⦚ |
| URL encode (UTF-8 percent) | %E2%A6%9A |
| Spoken / screen reader name | 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}You can type the vertical zigzag line symbol on most modern devices with the help of following methods:
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>Vertical Zigzag Line symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |