| Symbol Name | Plum Blossom Hanzi |
| Unicode Version | 1.1 |
| Unicode | U+6885 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \6885 |
| Hex Code | 0x6885 |
| HTML Code | 梅 |
| LaTeX | \CJKchar{6885} |
| Symbol | 梅 |
| URL encode (UTF-8 percent) | %E6%A2%85 |
| Spoken / screen reader name | Plum Blossom Hanzi |
| UTF-8 | E6 A2 85 |
| UTF-16 | 6885 |
| UTF-32 | 00006885 |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{6885}4\end{document}You can type the plum blossom hanzi symbol on most modern devices with the help of following methods:
Alt + 26757 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "plum blossom hanzi", or use Unicode Hex Input with 6885.
Ctrl + Shift + U, type 6885, 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-plum-blossom::before { content: "\\6885"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>梅</span>Plum Blossom Hanzi symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u6885' or String.fromCodePoint(26757) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-6885}' or chr(26757) |
| Rust | '\u{6885}' |
| C / C++ | UTF-8 source or wchar_t with U+6885 |
| Go | string(rune(0x6885)) |
| Ruby | "\u{6885}" |