| 記号名 | Six Petalled Black And White Florette |
| Unicodeバージョン | 1.1 |
| Unicode | U+273E |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード |
| UTF-8 | E2 9C BE |
| UTF-16 | 273E |
| UTF-32 | 0000273E |
1\documentclass{article}2\usepackage{pifont}3\text{SIXPETALLEDBLACKANDWHITEFLORETTE}4\end{document}以下の方法でほとんどの最新デバイスでsix petalled black and white florette記号を入力できます:
Alt + 10046 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "six petalled black and white florette", or use Unicode Hex Input with 273E.
Ctrl + Shift + U, type 273e, 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.six-petalled-black-and-white-florette::before { content: "\273E"; }1<span>✾</span>各プログラミング言語におけるSix Petalled Black And White Florette記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u273E' or String.fromCodePoint(10046) |
| Python | '\N{SIX PETALLED BLACK AND WHITE FLORETTE}' or chr(10046) |
| Rust | '\u{273E}' |
| C / C++ | UTF-8 source or wchar_t with U+273E |
| Go | string(rune(0x273E)) |
| Ruby | "\u{273E}" |
\273E |
| 16進コード | 0x273E |
| HTMLコード | ✾ |
| LaTeX | \text{SIXPETALLEDBLACKANDWHITEFLORETTE} |
| 記号 | ✾ |
| URLエンコード(UTF-8パーセント) | %E2%9C%BE |
| 読み上げ名 / スクリーンリーダー | Six Petalled Black And White Florette |