| Nom du symbole | Hexagram For Return |
| Version Unicode | 4.0 |
| Unicode | U+4DD7 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E4 B7 97 |
| UTF-16 | 4DD7 |
| UTF-32 | 00004DD7 |
1\documentclass{article}2\usepackage{pifont}3\text{HEXAGRAMFORRETURN}4\end{document}Vous pouvez saisir le symbole hexagram for return sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 19927 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "hexagram for return", or use Unicode Hex Input with 4DD7.
Ctrl + Shift + U, type 4dd7, 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-return::before { content: "\4DD7"; }1<span>䷗</span>La représentation du symbole Hexagram For Return dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u4DD7' or String.fromCodePoint(19927) |
| Python | '\N{HEXAGRAM FOR RETURN}' or chr(19927) |
| Rust | '\u{4DD7}' |
| C / C++ | UTF-8 source or wchar_t with U+4DD7 |
| Go | string(rune(0x4DD7)) |
| Ruby | "\u{4DD7}" |
\4DD7 |
| Code hexadécimal | 0x4DD7 |
| Code HTML | ䷗ |
| LaTeX | \text{HEXAGRAMFORRETURN} |
| Symbole | ䷗ |
| Encodage URL (pourcent UTF-8) | %E4%B7%97 |
| Nom oral / lecteur d’écran | Hexagram For Return |