| Symboolnaam | Hexagram For The Well |
| Unicode-versie | 4.0 |
| Unicode | U+4DEF |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \4DEF |
| Hexadecimale code | 0x4DEF |
| HTML-code | ䷯ |
| LaTeX | \text{HEXAGRAMFORTHEWELL} |
| Symbool | ䷯ |
| URL-codering (UTF-8 procent) | %E4%B7%AF |
| Uitgesproken naam / schermlezer | 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}Je kunt het hexagram for the well-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hexagram For The Well-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |