| Symbolname | Balloon-spoked Asterisk |
| Unicode-Version | 1.1 |
| Unicode | U+2749 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code |
| UTF-8 | E2 9D 89 |
| UTF-16 | 2749 |
| UTF-32 | 00002749 |
1\documentclass{article}2\usepackage{pifont}3\text{BALLOON-SPOKEDASTERISK}4\end{document}Sie können das Symbol balloon-spoked asterisk auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 10057 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "balloon-spoked asterisk", or use Unicode Hex Input with 2749.
Ctrl + Shift + U, type 2749, 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.balloon-spoked-asterisk::before { content: "\2749"; }1<span>❉</span>Die Darstellung des Symbols Balloon-spoked Asterisk in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2749' or String.fromCodePoint(10057) |
| Python | '\N{BALLOON-SPOKED ASTERISK}' or chr(10057) |
| Rust | '\u{2749}' |
| C / C++ | UTF-8 source or wchar_t with U+2749 |
| Go | string(rune(0x2749)) |
| Ruby | "\u{2749}" |
\2749 |
| Hexadezimalcode | 0x2749 |
| HTML-Code | ❉ |
| LaTeX | \text{BALLOON-SPOKEDASTERISK} |
| Symbol | ❉ |
| URL-Kodierung (UTF-8-Prozent) | %E2%9D%89 |
| Ansagename (Screenreader) | Balloon-spoked Asterisk |