| 記号名 | Peace Hanzi |
| Unicodeバージョン | 1.1 |
| Unicode | U+548C |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \548C |
| 16進コード | 0x548C |
| HTMLコード | 和 |
| LaTeX | \CJKchar{548C} |
| 記号 | 和 |
| URLエンコード(UTF-8パーセント) | %E5%92%8C |
| 読み上げ名 / スクリーンリーダー | 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}以下の方法でほとんどの最新デバイスでpeace hanzi記号を入力できます:
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記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |