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