⺟
| ⺟ | |||
| Unicode name | CJK Radical Mother | ||
|---|---|---|---|
| Code point | U+2E9F | Radical | 80 |
| Block | CJK Radicals Supplement (U+2E80–U+2EFF) | ||
| Character | 母 (U+6BCD)
| ||
| Decomposition | Compatibility, to U+6BCD | ||
| Normalizes under | NFKC, NFKD | ||
⺟ is a Unicode character at U+2E9F, named CJK Radical Mother. It is not a Chinese character in ordinary use. If you arrived here after copying a glyph out of a radical chart or a dictionary index, the character you almost certainly want is 母 at U+6BCD.
The two look identical in most fonts and mean the same thing, but they are separate code points, and software treats them as unrelated. A search for ⺟ will not find text containing 母.
1 What this code point is for✎
The CJK Radicals Supplement block holds the radical shapes that the Kangxi Radicals block leaves out: variant forms, simplified forms, and the shapes a radical takes in one position rather than another. ⺟ is such a form, indexed under Kangxi radical 80.
Its purpose is the same as that of the Kangxi Radicals block. A table of radicals is a list of abstract indexing elements rather than a passage of text, and giving those elements their own code points lets a font apply chart-specific shapes and spacing without disturbing how the same glyph is drawn in running prose. The block also serves round-trip compatibility with older East Asian character sets that had made the same separation.
Neither purpose involves writing words. ⺟ should not appear in article text, page titles, search queries, filenames, or any other place where the character 母 is meant.
2 Normalization behavior✎
⺟ carries a compatibility decomposition to U+6BCD. That determines exactly which normalization forms will convert it:
- NFKC and NFKD convert ⺟ to 母
- NFC and NFD leave it unchanged
This is the practical trap. Compatibility decompositions are weaker than canonical ones, and most systems that normalize silently — file systems, database indexes, web forms — apply NFC rather than NFKC. So ⺟ survives in places where a canonically-decomposable character would have been folded, and two strings that look identical on screen compare as different.
⺟ is unusual inside its own block. Of the 115 characters in the CJK Radicals Supplement, only two carry any decomposition at all, and this is one of them. The other 113 will never normalize to anything under any form, so a radical glyph copied from that block is usually permanent.
3 See also✎
4 Further reading✎
- The Unicode Standard, Chapter 18: East Asia — defines the Kangxi Radicals and CJK Radicals Supplement blocks and their intended use
- Unicode Standard Annex #38 — the Unihan database, including the radical-stroke indexing this block supports