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