⎗ ✓ 1 2 3 4 5 6 7 8 9 10 11<html> <style> div { direction: rtl; } </style> <body> <div>hello world</div> <div>#hello #world</div> </body> </html> renders as: ⎗ ✓ 1 2hello world hello #world#