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