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