| Symboolnaam | Four Club-spoked Asterisk |
| Unicode-versie | 1.1 |
| Unicode | U+2725 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 9C A5 |
| UTF-16 | 2725 |
| UTF-32 | 00002725 |
1\documentclass{article}2\usepackage{pifont}3\text{FOURCLUB-SPOKEDASTERISK}4\end{document}Je kunt het four club-spoked asterisk-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10021 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "four club-spoked asterisk", or use Unicode Hex Input with 2725.
Ctrl + Shift + U, type 2725, 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.four-club-spoked-asterisk::before { content: "\2725"; }1<span>✥</span>De weergave van het Four Club-spoked Asterisk-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2725' or String.fromCodePoint(10021) |
| Python | '\N{FOUR CLUB-SPOKED ASTERISK}' or chr(10021) |
| Rust | '\u{2725}' |
| C / C++ | UTF-8 source or wchar_t with U+2725 |
| Go | string(rune(0x2725)) |
| Ruby | "\u{2725}" |
\2725 |
| Hexadecimale code | 0x2725 |
| HTML-code | ✥ |
| LaTeX | \text{FOURCLUB-SPOKEDASTERISK} |
| Symbool | ✥ |
| URL-codering (UTF-8 procent) | %E2%9C%A5 |
| Uitgesproken naam / schermlezer | Four Club-spoked Asterisk |