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