Overview
Rich 14.3, released on January 24, 2026, improves multi-codepoint glyph support and adds Unicode configuration.
Main Features
Multi-codepoint glyphs
Rich now correctly handles glyphs composed of multiple Unicode codepoints (emojis, flags, ZWJ sequences).
python
from rich.console import Console
console = Console()
console.print('Multi-codepoint: [bold]OK[/bold]')
console.print('Table with emojis:', style='green')
Unicode configuration
A new configuration option controls Unicode behavior for terminals that do not support all characters.
