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