Skip to content
The CSS Chamber of Measures

/static/camara/en/unidade/ic/

Menu

CSS-004 · Typographic

ic

The width of the water ideograph — the invisible grid of the Japanese page.

One ic is the horizontal advance of the ideograph (water, U+6C34), the character that serves as the width standard in CJK typography — Chinese, Japanese and Korean, where glyphs occupy equal squares. With no way to measure it, it is worth 1em.

It is the East's ch: where a Latin line is measured in zeros, a Japanese line is measured in ideographs. max-width: 20ic says twenty characters per line — the exact count Japanese composition standards ask for.

春夏秋冬春夏秋冬春夏春夏秋冬春夏秋冬春夏

p {
  max-width: 10ic;
}
Live demonstration: ten ideographs per line, counted by the unit itself.