| Nom du symbole | Eight Petalled Outlined Black Florette |
| Version Unicode | 1.1 |
| Unicode | U+2741 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 9D 81 |
| UTF-16 | 2741 |
| UTF-32 | 00002741 |
1\documentclass{article}2\usepackage{pifont}3\text{EIGHTPETALLEDOUTLINEDBLACKFLORETTE}4\end{document}Vous pouvez saisir le symbole eight petalled outlined black florette sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Eight Petalled Outlined Black Florette dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\2741 |
| Code hexadécimal | 0x2741 |
| Code HTML | ❁ |
| LaTeX | \text{EIGHTPETALLEDOUTLINEDBLACKFLORETTE} |
| Symbole | ❁ |
| Encodage URL (pourcent UTF-8) | %E2%9D%81 |
| Nom oral / lecteur d’écran | Eight Petalled Outlined Black Florette |