| Nombre del símbolo | Right Double Wiggly Fence |
| Versión Unicode | 3.2 |
| Unicode | U+29DB |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo right double wiggly fence en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Right Double Wiggly Fence en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\29DB |
| Código hexadecimal | 0x29DB |
| Código HTML | ⧛ |
| LaTeX | \text{RIGHTDOUBLEWIGGLYFENCE} |
| Símbolo | ⧛ |
| Codificación URL (porcentaje UTF-8) | %E2%A7%9B |
| Nombre oral / lector de pantalla | Right Double Wiggly Fence |