| Symbol Name | Left Double Wiggly Fence |
| Unicode Version | 3.2 |
| Unicode | U+29DA |
| Unicode block | |
| General category | Open Punctuation (Ps) |
| UTF-8 | E2 A7 9A |
| UTF-16 | 29DA |
| UTF-32 | 000029DA |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTDOUBLEWIGGLYFENCE}4\end{document}You can type the left double wiggly fence symbol on most modern devices with the help of following methods:
Alt + 10714 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left double wiggly fence", or use Unicode Hex Input with 29DA.
Ctrl + Shift + U, type 29da, 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 bracket and quote support.
1span.left-double-wiggly-fence::before { content: "\29DA"; }1<span>⧚</span>Left Double Wiggly Fence symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u29DA' or String.fromCodePoint(10714) |
| Python | '\N{LEFT DOUBLE WIGGLY FENCE}' or chr(10714) |
| Rust | '\u{29DA}' |
| C / C++ | UTF-8 source or wchar_t with U+29DA |
| Go | string(rune(0x29DA)) |
| Ruby | "\u{29DA}" |
| CSS Code |
\29DA |
| Hex Code | 0x29DA |
| HTML Code | ⧚ |
| LaTeX | \text{LEFTDOUBLEWIGGLYFENCE} |
| Symbol | ⧚ |
| URL encode (UTF-8 percent) | %E2%A7%9A |
| Spoken / screen reader name | Left Double Wiggly Fence |