textCombineUpright

The text-combine-upright CSS property sets the combination of characters into the space of a single character. If the combined text is wider than 1em, the user agent must fit the contents within 1em. The resulting composition is treated as a single upright glyph for layout and decoration. This property only has an effect in vertical writing modes.

Syntax: none | all | [ digits <integer>? ]

Initial value: none

|           Chrome           | Firefox |            Safari            |  Edge  |                   IE                   |
| :------------------------: | :-----: | :--------------------------: | :----: | :------------------------------------: |
|             48             |   48    |             15.4             |   79   |   11   _(-ms-text-combine-horizontal)_ |
| 9 _(-webkit-text-combine)_ |         | 5.1 _(-webkit-text-combine)_ |        |                                        |

See also