TECH Signal 395
MacOS renders Unicode up and down arrows in mismatched fonts breaking visual consistency
MacOS displays Unicode up and down arrows using different fonts, causing inconsistent proportions despite identical code point designations.
This inconsistency affects UI design and cross-platform rendering, where visual uniformity is often assumed. Engineers relying on Unicode for consistent symbol representation may encounter unexpected behavior in MacOS environments, requiring additional font handling or fallbacks.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
Unicode specifies up and down arrows (U+21E7, U+21E9) as visually identical but mirrored glyphs.
MacOS’s Lucida Grande font only renders the up arrow, forcing the down arrow into a fallback font (STIXGeneral).
The mismatch stems from legacy encoding (Big5) support in Lucida Grande, not intentional Unicode design.
THE CLUSTER
↗