Adjust writing-mode and text-orientation to preview different text directions.
The text below renders according to your writing mode selection.
The writing-mode property defines the direction in which text flows on the page. It's essential for vertical text layouts, traditional Chinese/Japanese排版, and multilingual designs.
horizontal-tb — (default) content flows left to right, lines top to bottomvertical-rl — content flows top to bottom, lines right to left (traditional CJK)vertical-lr — content flows top to bottom, lines left to righttext-orientation controls character orientation in vertical writing modes. Use upright for latin characters to remain upright, or mixed for natural rotation.