Appearance
Unicode
Unicode text handling tests whether terminals correctly calculate the display width of characters that occupy two terminal columns. CJK ideographs, many emoji (especially combined sequences like family emoji), and certain symbols are "wide" characters that take two cells. Incorrect width calculation causes text misalignment, cursor positioning errors, and broken TUI layouts — making this one of the most impactful compatibility issues in practice.
2 features in this category