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