| 記号名 | Hexagram For The Gentle Wind |
| Unicodeバージョン | 4.0 |
| Unicode | U+4DF8 |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード | \4DF8 |
| 16進コード | 0x4DF8 |
| HTMLコード | ䷸ |
| LaTeX | \text{HEXAGRAMFORTHEGENTLEWIND} |
| 記号 | ䷸ |
| URLエンコード(UTF-8パーセント) | %E4%B7%B8 |
| 読み上げ名 / スクリーンリーダー | Hexagram For The Gentle Wind |
| UTF-8 | E4 B7 B8 |
| UTF-16 | 4DF8 |
| UTF-32 | 00004DF8 |
1\documentclass{article}2\usepackage{pifont}3\text{HEXAGRAMFORTHEGENTLEWIND}4\end{document}以下の方法でほとんどの最新デバイスでhexagram for the gentle wind記号を入力できます:
Alt + 19960 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "hexagram for the gentle wind", or use Unicode Hex Input with 4DF8.
Ctrl + Shift + U, type 4df8, 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 religion symbol support.
1span.hexagram-for-the-gentle-wind::before { content: "\4DF8"; }1<span>䷸</span>各プログラミング言語におけるHexagram For The Gentle Wind記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u4DF8' or String.fromCodePoint(19960) |
| Python | '\N{HEXAGRAM FOR THE GENTLE WIND}' or chr(19960) |
| Rust | '\u{4DF8}' |
| C / C++ | UTF-8 source or wchar_t with U+4DF8 |
| Go | string(rune(0x4DF8)) |
| Ruby | "\u{4DF8}" |