F4.10.6CJK truncation information densitydesignresearch

CJK characters pack more meaning per glyph, so the same character budget loses more

Aliases: Chinese truncation · morphographic density · character budget

What it is

Latin letters are mostly phonological scraps; a single letter almost never means anything on its own. Han characters are morphographic: one glyph is often already a morpheme. Leave twelve characters of an English title and a stem may still be sitting there (Quarterly r…). Leave twelve characters of a Chinese title and the object of the sentence may already be gone. CJK truncation information density is the claim that cutting Chinese on a character count — or on a width budget copied from a Latin title — does not throw away an equal amount of meaning.

Why it happens

Each Han character occupies roughly an em square; Latin letters average narrower, so the same pixel width also holds fewer Chinese glyphs. Density is higher and the budget is tighter, a double loss. Chinese has no spaces for a word-boundary algorithm to grab, so a Latin tokenizer will split 北京 into 北…, a stub less like a recognisable unit than Quart…. Titles that park the key object in the second half (Notice regarding ××) lose that object under keep-head/cut-tail. Copying maxlength = 20 or “two lines of summary” from an English product looks even-handed on character count and is already uneven on semantic count.

Studying it

Take matched Chinese–English title pairs with the same meaning (not machine-translated filler). Truncate once by equal character count and once by equal pixel width, then run item identification. The result of interest is how much accuracy drops in Chinese relative to English under each budget. Add a condition that forbids splitting two-character words. If that condition pulls Chinese accuracy back toward English, the loss is coming from cuts inside morphemes, not from “Chinese is harder to read.”

Where it stops holding

Japanese mixed with kana is not the same: kana are syllabic and lower density, so a Han-only conclusion does not transfer to a kana-heavy passage. Hangul syllable blocks are alphabetic assemblies and behave closer to a phonographic script. Chinese titles stuffed with Latin proper names or digits locally drop in density. This is not a courtesy argument for giving Chinese two extra lines; it is a unit-of-measure error. If the real constraint is pixel width, remeasure Chinese under that constraint rather than treating a character cap as a cross-language constant.

Applying it

  • Do not paste an English field’s character cap onto Chinese titles, summaries, or list names.
  • Prefer wrapping card titles; treat ellipsis as a narrow-width fallback. When ellipsis is unavoidable, calibrate remaining glyphs on real Chinese titles, not Latin dummy copy.
  • Inspect the cut: if the last visible character is clearly half of a two-character word, move the cut to the front of that word.

Related

  • Same group: F4.10.1 Where a string is cut decides whether the leftover is still usable · F4.10.2 Middle ellipsis keeps the distinctive start and end · F4.10.3 Truncated copy still needs a path to the full string · F4.10.4 Decision-critical text such as prices and warnings must not be truncated · F4.10.5 Assistive technology must still receive the untruncated string · F4.10.7 Multiline clamp must recast with type size, not a fixed pixel height
  • Nearby: F4.06 Mixed CJK and Latin typesetting · F4.03 Measure
  • Search terms: CJK truncation · information density · morphographic

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/F4.10.6