| Symboolnaam | Eight Petalled Outlined Black Florette |
| Unicode-versie | 1.1 |
| Unicode | U+2741 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 9D 81 |
| UTF-16 | 2741 |
| UTF-32 | 00002741 |
1\documentclass{article}2\usepackage{pifont}3\text{EIGHTPETALLEDOUTLINEDBLACKFLORETTE}4\end{document}Je kunt het eight petalled outlined black florette-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10049 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "eight petalled outlined black florette", or use Unicode Hex Input with 2741.
Ctrl + Shift + U, type 2741, 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.eight-petalled-outlined-black-florette::before { content: "\2741"; }1<span>❁</span>De weergave van het Eight Petalled Outlined Black Florette-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2741' or String.fromCodePoint(10049) |
| Python | '\N{EIGHT PETALLED OUTLINED BLACK FLORETTE}' or chr(10049) |
| Rust | '\u{2741}' |
| C / C++ | UTF-8 source or wchar_t with U+2741 |
| Go | string(rune(0x2741)) |
| Ruby | "\u{2741}" |
\2741 |
| Hexadecimale code | 0x2741 |
| HTML-code | ❁ |
| LaTeX | \text{EIGHTPETALLEDOUTLINEDBLACKFLORETTE} |
| Symbool | ❁ |
| URL-codering (UTF-8 procent) | %E2%9D%81 |
| Uitgesproken naam / schermlezer | Eight Petalled Outlined Black Florette |