This property controls the autospacing and narrow space width adjustment behavior of text. Ideographs are used in many Asian writing systems to represent concepts rather than letters or phonetic strings, and their interpretation may be context-sensitive. This property allows for spacing rules to take into account the presence of ideographs in document content.
div {
text-autospace: ideograph-numeric;
}
This is numeric 123 and English 123 content.
Imagine that the English has ideographic characters within,
and you would get the idea of this property.