| Nombre del símbolo | Squared Asterisk |
| Versión Unicode | 3.2 |
| Unicode | U+29C6 |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| UTF-8 | E2 A7 86 |
| UTF-16 | 29C6 |
| UTF-32 | 000029C6 |
1\documentclass{article}2\usepackage{pifont}3\text{SQUAREDASTERISK}4\end{document}Puedes escribir el símbolo squared asterisk en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10694 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "squared asterisk", or use Unicode Hex Input with 29C6.
Ctrl + Shift + U, type 29c6, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with star and asterisk support.
1span.squared-asterisk::before { content: "\29C6"; }1<span>⧆</span>La representación del símbolo Squared Asterisk en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u29C6' or String.fromCodePoint(10694) |
| Python | '\N{SQUARED ASTERISK}' or chr(10694) |
| Rust | '\u{29C6}' |
| C / C++ | UTF-8 source or wchar_t with U+29C6 |
| Go | string(rune(0x29C6)) |
| Ruby | "\u{29C6}" |
| Código CSS |
\29C6 |
| Código hexadecimal | 0x29C6 |
| Código HTML | ⧆ |
| LaTeX | \text{SQUAREDASTERISK} |
| Símbolo | ⧆ |
| Codificación URL (porcentaje UTF-8) | %E2%A7%86 |
| Nombre oral / lector de pantalla | Squared Asterisk |