| Nome del simbolo | Eight Petalled Outlined Black Florette |
| Versione Unicode | 1.1 |
| Unicode | U+2741 |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo eight petalled outlined black florette sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Eight Petalled Outlined Black Florette nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\2741 |
| Codice esadecimale | 0x2741 |
| Codice HTML | ❁ |
| LaTeX | \text{EIGHTPETALLEDOUTLINEDBLACKFLORETTE} |
| Simbolo | ❁ |
| Codifica URL (percentuale UTF-8) | %E2%9D%81 |
| Nome parlato / screen reader | Eight Petalled Outlined Black Florette |