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