| Nome del simbolo | Peace Hanzi |
| Versione Unicode | 1.1 |
| Unicode | U+548C |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \548C |
| Codice esadecimale | 0x548C |
| Codice HTML | 和 |
| LaTeX | \CJKchar{548C} |
| Simbolo | 和 |
| Codifica URL (percentuale UTF-8) | %E5%92%8C |
| Nome parlato / screen reader | Peace Hanzi |
| UTF-8 | E5 92 8C |
| UTF-16 | 548C |
| UTF-32 | 0000548C |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{548C}4\end{document}Puoi digitare il simbolo peace hanzi sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 21644 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "peace hanzi", or use Unicode Hex Input with 548C.
Ctrl + Shift + U, type 548c, then Enter (layout-dependent), or use an IBus CJK table.
Paste from this page, use text replacement, or pick from a Japanese/Chinese keyboard.
Paste from this page or use a keyboard with CJK ideograph support.
1span.cjk-peace::before { content: "\\548C"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>和</span>La rappresentazione del simbolo Peace Hanzi nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u548C' or String.fromCodePoint(21644) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-548C}' or chr(21644) |
| Rust | '\u{548C}' |
| C / C++ | UTF-8 source or wchar_t with U+548C |
| Go | string(rune(0x548C)) |
| Ruby | "\u{548C}" |