| Nombre del símbolo | Heavy White Down-pointing Triangle |
| Versión Unicode | 5.2 |
| Unicode | U+26DB |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo heavy white down-pointing triangle en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Heavy White Down-pointing Triangle en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\26DB |
| Código hexadecimal | 0x26DB |
| Código HTML | ⛛ |
| LaTeX | \text{HEAVYWHITEDOWN-POINTINGTRIANGLE} |
| Símbolo | ⛛ |
| Codificación URL (porcentaje UTF-8) | %E2%9B%9B |
| Nombre oral / lector de pantalla | Heavy White Down-pointing Triangle |