| Symbol Name | Eight Petalled Outlined Black Florette |
| Unicode Version | 1.1 |
| Unicode | U+2741 |
| Unicode block | |
| General category | 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}You can type the eight petalled outlined black florette symbol on most modern devices with the help of following methods:
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>Eight Petalled Outlined Black Florette symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x2741 |
| HTML Code | ❁ |
| LaTeX | \text{EIGHTPETALLEDOUTLINEDBLACKFLORETTE} |
| Symbol | ❁ |
| URL encode (UTF-8 percent) | %E2%9D%81 |
| Spoken / screen reader name | Eight Petalled Outlined Black Florette |