| Symbol Name | Right Angle With Downwards Zigzag Arrow |
| Unicode Version | 3.2 |
| Unicode | U+237C |
| Unicode block | |
| General category | 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}You can type the right angle with downwards zigzag arrow symbol on most modern devices with the help of following methods:
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>Right Angle With Downwards Zigzag Arrow symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\237C |
| Hex Code | 0x237C |
| HTML Code | ⍼ |
| LaTeX | \text{RIGHTANGLEWITHDOWNWARDSZIGZAGARROW} |
| Symbol | ⍼ |
| URL encode (UTF-8 percent) | %E2%8D%BC |
| Spoken / screen reader name | Right Angle With Downwards Zigzag Arrow |