| Symbol Name | Peace Hanzi |
| Unicode Version | 1.1 |
| Unicode | U+548C |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \548C |
| Hex Code | 0x548C |
| HTML Code | 和 |
| LaTeX | \CJKchar{548C} |
| Symbol | 和 |
| URL encode (UTF-8 percent) | %E5%92%8C |
| Spoken / screen reader name | 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}You can type the peace hanzi symbol on most modern devices with the help of following methods:
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>Peace Hanzi symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |