| Nome del simbolo | Hexagram For Grace |
| Versione Unicode | 4.0 |
| Unicode | U+4DD5 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS | \4DD5 |
| Codice esadecimale | 0x4DD5 |
| Codice HTML | ䷕ |
| LaTeX | \text{HEXAGRAMFORGRACE} |
| Simbolo | ䷕ |
| Codifica URL (percentuale UTF-8) | %E4%B7%95 |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hexagram for grace sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Hexagram For Grace nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |