| Nome del simbolo | Right Angle With Downwards Zigzag Arrow |
| Versione Unicode | 3.2 |
| Unicode | U+237C |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| UTF-8 | E2 8D BC |
| UTF-16 | 237C |
| UTF-32 | 0000237C |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTANGLEWITHDOWNWARDSZIGZAGARROW}4\end{document}Puoi digitare il simbolo right angle with downwards zigzag arrow sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9084 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "right angle with downwards zigzag arrow", or use Unicode Hex Input with 237C.
Ctrl + Shift + U, type 237c, 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 arrow symbol support.
1span.right-angle-with-downwards-zigzag-arrow::before { content: "\237C"; }1<span>⍼</span>La rappresentazione del simbolo Right Angle With Downwards Zigzag Arrow nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u237C' or String.fromCodePoint(9084) |
| Python | '\N{RIGHT ANGLE WITH DOWNWARDS ZIGZAG ARROW}' or chr(9084) |
| Rust | '\u{237C}' |
| C / C++ | UTF-8 source or wchar_t with U+237C |
| Go | string(rune(0x237C)) |
| Ruby | "\u{237C}" |
| Codice CSS |
\237C |
| Codice esadecimale | 0x237C |
| Codice HTML | ⍼ |
| LaTeX | \text{RIGHTANGLEWITHDOWNWARDSZIGZAGARROW} |
| Simbolo | ⍼ |
| Codifica URL (percentuale UTF-8) | %E2%8D%BC |
| Nome parlato / screen reader | Right Angle With Downwards Zigzag Arrow |