| Nombre del símbolo | White Up-pointing Triangle |
| Versión Unicode | 1.1 |
| Unicode | U+25B3 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 96 B3 |
| UTF-16 | 25B3 |
| UTF-32 | 000025B3 |
1\documentclass{article}2\usepackage{pifont}3\triangle 4\end{document}Puedes escribir el símbolo white up-pointing triangle en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9651 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white up-pointing triangle", or use Unicode Hex Input with 25B3.
Ctrl + Shift + U, type 25b3, 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.white-up-pointing-triangle::before { content: "\25B3"; }1<span>△</span>La representación del símbolo White Up-pointing Triangle en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u25B3' or String.fromCodePoint(9651) |
| Python | '\N{WHITE UP-POINTING TRIANGLE}' or chr(9651) |
| Rust | '\u{25B3}' |
| C / C++ | UTF-8 source or wchar_t with U+25B3 |
| Go | string(rune(0x25B3)) |
| Ruby | "\u{25B3}" |
| Código CSS |
\25B3 |
| Código hexadecimal | 0x25B3 |
| Código HTML | △ |
| LaTeX | \triangle |
| Símbolo | △ |
| Codificación URL (porcentaje UTF-8) | %E2%96%B3 |
| Nombre oral / lector de pantalla | White Up-pointing Triangle |