| Symbol Name | Wiggly Vertical Line |
| Unicode Version | 7.0 |
| Unicode | U+2E3E |
| Unicode block | |
| General category | Other Punctuation (Po) |
| CSS Code | \2E3E |
| Hex Code | 0x2E3E |
| HTML Code | ⸾ |
| LaTeX | \text{WIGGLYVERTICALLINE} |
| Symbol | ⸾ |
| URL encode (UTF-8 percent) | %E2%B8%BE |
| Spoken / screen reader name | 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}You can type the wiggly vertical line symbol on most modern devices with the help of following methods:
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>Wiggly Vertical Line symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |