| Nombre del símbolo | Two Asterisks Aligned Vertically |
| Versión Unicode | 3.2 |
| Unicode | U+2051 |
| Bloque Unicode | |
| Categoría general | Other Punctuation (Po) |
| UTF-8 | E2 81 91 |
| UTF-16 | 2051 |
| UTF-32 | 00002051 |
1\documentclass{article}2\usepackage{pifont}3\text{TWOASTERISKSALIGNEDVERTICALLY}4\end{document}Puedes escribir el símbolo two asterisks aligned vertically en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8273 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "two asterisks aligned vertically", or use Unicode Hex Input with 2051.
Ctrl + Shift + U, type 2051, 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 punctuation support.
1span.two-asterisks-aligned-vertically::before { content: "\2051"; }1<span>⁑</span>La representación del símbolo Two Asterisks Aligned Vertically en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2051' or String.fromCodePoint(8273) |
| Python | '\N{TWO ASTERISKS ALIGNED VERTICALLY}' or chr(8273) |
| Rust | '\u{2051}' |
| C / C++ | UTF-8 source or wchar_t with U+2051 |
| Go | string(rune(0x2051)) |
| Ruby | "\u{2051}" |
| Código CSS |
\2051 |
| Código hexadecimal | 0x2051 |
| Código HTML | ⁑ |
| LaTeX | \text{TWOASTERISKSALIGNEDVERTICALLY} |
| Símbolo | ⁑ |
| Codificación URL (porcentaje UTF-8) | %E2%81%91 |
| Nombre oral / lector de pantalla | Two Asterisks Aligned Vertically |