| Symboolnaam | Heavy White Down-pointing Triangle |
| Unicode-versie | 5.2 |
| Unicode | U+26DB |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het heavy white down-pointing triangle-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Heavy White Down-pointing Triangle-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
| CSS-code |
\26DB |
| Hexadecimale code | 0x26DB |
| HTML-code | ⛛ |
| LaTeX | \text{HEAVYWHITEDOWN-POINTINGTRIANGLE} |
| Symbool | ⛛ |
| URL-codering (UTF-8 procent) | %E2%9B%9B |
| Uitgesproken naam / schermlezer | Heavy White Down-pointing Triangle |