Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> .example { writing-mode: vertical-lr; text-combine-upright: digits 2; font: 32px "Roboro", Helvetica, Sans serif; } </style> </head> <body> <h2>Exemple de la propriété text-combine-upright </h2> <p lang="ja" class="example">平成18年6月22日に</p> </body> </html>