| Nom du symbole | Heavy White Down-pointing Triangle |
| Version Unicode | 5.2 |
| Unicode | U+26DB |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 9B 9B |
| UTF-16 | 26DB |
| UTF-32 | 000026DB |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYWHITEDOWN-POINTINGTRIANGLE}4\end{document}Vous pouvez saisir le symbole heavy white down-pointing triangle sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9947 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy white down-pointing triangle", or use Unicode Hex Input with 26DB.
Ctrl + Shift + U, type 26db, 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.heavy-white-down-pointing-triangle::before { content: "\26DB"; }1<span>⛛</span>La représentation du symbole Heavy White Down-pointing Triangle dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u26DB' or String.fromCodePoint(9947) |
| Python | '\N{HEAVY WHITE DOWN-POINTING TRIANGLE}' or chr(9947) |
| Rust | '\u{26DB}' |
| C / C++ | UTF-8 source or wchar_t with U+26DB |
| Go | string(rune(0x26DB)) |
| Ruby | "\u{26DB}" |
| Code CSS |
\26DB |
| Code hexadécimal | 0x26DB |
| Code HTML | ⛛ |
| LaTeX | \text{HEAVYWHITEDOWN-POINTINGTRIANGLE} |
| Symbole | ⛛ |
| Encodage URL (pourcent UTF-8) | %E2%9B%9B |
| Nom oral / lecteur d’écran | Heavy White Down-pointing Triangle |