| 記号名 | Eight Petalled Outlined Black Florette |
| Unicodeバージョン | 1.1 |
| Unicode | U+2741 |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード |
| UTF-8 | E2 9D 81 |
| UTF-16 | 2741 |
| UTF-32 | 00002741 |
1\documentclass{article}2\usepackage{pifont}3\text{EIGHTPETALLEDOUTLINEDBLACKFLORETTE}4\end{document}以下の方法でほとんどの最新デバイスでeight petalled outlined black florette記号を入力できます:
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記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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 |
| 16進コード | 0x2741 |
| HTMLコード | ❁ |
| LaTeX | \text{EIGHTPETALLEDOUTLINEDBLACKFLORETTE} |
| 記号 | ❁ |
| URLエンコード(UTF-8パーセント) | %E2%9D%81 |
| 読み上げ名 / スクリーンリーダー | Eight Petalled Outlined Black Florette |