| Nom du symbole | Right Angle With Downwards Zigzag Arrow |
| Version Unicode | 3.2 |
| Unicode | U+237C |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole right angle with downwards zigzag arrow sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Right Angle With Downwards Zigzag Arrow dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\237C |
| Code hexadécimal | 0x237C |
| Code HTML | ⍼ |
| LaTeX | \text{RIGHTANGLEWITHDOWNWARDSZIGZAGARROW} |
| Symbole | ⍼ |
| Encodage URL (pourcent UTF-8) | %E2%8D%BC |
| Nom oral / lecteur d’écran | Right Angle With Downwards Zigzag Arrow |