| Nome del simbolo | Heavy White Down-pointing Triangle |
| Versione Unicode | 5.2 |
| Unicode | U+26DB |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo heavy white down-pointing triangle sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Heavy White Down-pointing Triangle nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\26DB |
| Codice esadecimale | 0x26DB |
| Codice HTML | ⛛ |
| LaTeX | \text{HEAVYWHITEDOWN-POINTINGTRIANGLE} |
| Simbolo | ⛛ |
| Codifica URL (percentuale UTF-8) | %E2%9B%9B |
| Nome parlato / screen reader | Heavy White Down-pointing Triangle |