| Nombre del símbolo | Plus Sign With Black Triangle |
| Versión Unicode | 3.2 |
| Unicode | U+2A28 |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| UTF-8 | E2 A8 A8 |
| UTF-16 | 2A28 |
| UTF-32 | 00002A28 |
1\documentclass{article}2\usepackage{pifont}3\text{PLUSSIGNWITHBLACKTRIANGLE}4\end{document}Puedes escribir el símbolo plus sign with black triangle en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10792 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "plus sign with black triangle", or use Unicode Hex Input with 2A28.
Ctrl + Shift + U, type 2a28, 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.plus-sign-with-black-triangle::before { content: "\2A28"; }1<span>⨨</span>La representación del símbolo Plus Sign With Black Triangle en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2A28' or String.fromCodePoint(10792) |
| Python | '\N{PLUS SIGN WITH BLACK TRIANGLE}' or chr(10792) |
| Rust | '\u{2A28}' |
| C / C++ | UTF-8 source or wchar_t with U+2A28 |
| Go | string(rune(0x2A28)) |
| Ruby | "\u{2A28}" |
| Código CSS |
\2A28 |
| Código hexadecimal | 0x2A28 |
| Código HTML | ⨨ |
| LaTeX | \text{PLUSSIGNWITHBLACKTRIANGLE} |
| Símbolo | ⨨ |
| Codificación URL (porcentaje UTF-8) | %E2%A8%A8 |
| Nombre oral / lector de pantalla | Plus Sign With Black Triangle |