Combining Half Marks
All code points in the Combining Half Marks block.
Tips
- Ensure your typography system exposes combining half marks as distinct marks and documents when to use them.
- Test across fonts, weights, and rendering environments to avoid gaps or misplacement.
- Use with a base character only; do not place half marks gaps or orphaned marks without a compatible base.
- Provide clear visual and textual examples in the design system for common use cases (phonetic, academic, or specialized scripts).
- Include accessibility notes and keyboard/input guidance so authors can reproduce marks consistently.
Combining half marks are a type of combining character that attach to the preceding base glyph to modify its appearance. They are used in contexts where partial or accented forms must be indicated without reserving separate glyphs. In practice, they sit near the base character and rely on font technology to render correctly. They are commonly handled in systems that support rich text and typographic shaping. See related blocks for other symbol families that influence visual composition, such as Geometric shapes and Arrows.
Typical usage involves careful baselines, line breaks, and fallback behavior. Pitfalls include inconsistent font support, poor alignment on mixed scripts, and accessibility gaps when marks are not announced properly by screen readers. Historically, combining marks emerged from typographic needs to express nuanced modifiers without multiplying glyph inventories. They form part of a broader approach to flexible, code-based text composition that continues to evolve with font and rendering engines. For designers and developers, this means defining predictable rules in the design system and testing with diverse content, referencing related blocks like Currency symbols and Box drawing when planning integrated visuals.