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