| Symbol Name | Hexagram For Dispersion |
| Unicode Version | 4.0 |
| Unicode | U+4DFA |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \4DFA |
| Hex Code | 0x4DFA |
| HTML Code | ䷺ |
| LaTeX | \text{HEXAGRAMFORDISPERSION} |
| Symbol | ䷺ |
| URL encode (UTF-8 percent) | %E4%B7%BA |
| Spoken / screen reader name | Hexagram For Dispersion |
| UTF-8 | E4 B7 BA |
| UTF-16 | 4DFA |
| UTF-32 | 00004DFA |
1\documentclass{article}2\usepackage{pifont}3\text{HEXAGRAMFORDISPERSION}4\end{document}You can type the hexagram for dispersion symbol on most modern devices with the help of following methods:
Alt + 19962 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "hexagram for dispersion", or use Unicode Hex Input with 4DFA.
Ctrl + Shift + U, type 4dfa, 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-dispersion::before { content: "\4DFA"; }1<span>䷺</span>Hexagram For Dispersion symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u4DFA' or String.fromCodePoint(19962) |
| Python | '\N{HEXAGRAM FOR DISPERSION}' or chr(19962) |
| Rust | '\u{4DFA}' |
| C / C++ | UTF-8 source or wchar_t with U+4DFA |
| Go | string(rune(0x4DFA)) |
| Ruby | "\u{4DFA}" |