1 2 3 4 5 6 7 8 9 10 11 12 13
<!DOCTYPE html> <html> <head> <style> .f { unicode-bidi: bidi-override; width: 1px; white-space: pre-line; } .f:first-letter { font-size: 200% } </style> </head> <body> <div class="f">
ت萁 x</div> </body> </html>