| Symbolname | Two Asterisks Aligned Vertically |
| Unicode-Version | 3.2 |
| Unicode | U+2051 |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol two asterisks aligned vertically auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Two Asterisks Aligned Vertically in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |
| CSS-Code |
\2051 |
| Hexadezimalcode | 0x2051 |
| HTML-Code | ⁑ |
| LaTeX | \text{TWOASTERISKSALIGNEDVERTICALLY} |
| Symbol | ⁑ |
| URL-Kodierung (UTF-8-Prozent) | %E2%81%91 |
| Ansagename (Screenreader) | Two Asterisks Aligned Vertically |