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