| Nom du symbole | Right Triangle Above Left Triangle |
| Version Unicode | 3.2 |
| Unicode | U+29CE |
| Bloc Unicode | |
| Catégorie générale | Math Symbol (Sm) |
| UTF-8 | E2 A7 8E |
| UTF-16 | 29CE |
| UTF-32 | 000029CE |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTTRIANGLEABOVELEFTTRIANGLE}4\end{document}Vous pouvez saisir le symbole right triangle above left triangle sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 10702 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "right triangle above left triangle", or use Unicode Hex Input with 29CE.
Ctrl + Shift + U, type 29ce, 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 geometric symbol support.
1span.right-triangle-above-left-triangle::before { content: "\29CE"; }1<span>⧎</span>La représentation du symbole Right Triangle Above Left Triangle dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u29CE' or String.fromCodePoint(10702) |
| Python | '\N{RIGHT TRIANGLE ABOVE LEFT TRIANGLE}' or chr(10702) |
| Rust | '\u{29CE}' |
| C / C++ | UTF-8 source or wchar_t with U+29CE |
| Go | string(rune(0x29CE)) |
| Ruby | "\u{29CE}" |
| Code CSS |
\29CE |
| Code hexadécimal | 0x29CE |
| Code HTML | ⧎ |
| LaTeX | \text{RIGHTTRIANGLEABOVELEFTTRIANGLE} |
| Symbole | ⧎ |
| Encodage URL (pourcent UTF-8) | %E2%A7%8E |
| Nom oral / lecteur d’écran | Right Triangle Above Left Triangle |