| <!DOCTYPE html> |
| <body> |
| <p>Test that checks that at least one Old Turkic character has RTL direction.</p> |
| <p>Word that starts with an Old Turkic character, with and without RTL override:</p> |
| <p dir="rtl" style="width:100px">𐰀a</p> |
| <p dir="rtl" style="width:100px"><bdo dir="rtl">𐰀a</bdo></p> |
| <p>Word that has an Old Turkic character in the middle, with and without RTL override:</p> |
| <p dir="rtl" style="width:100px">b𐰀c</p> |
| <p dir="rtl" style="width:100px"><bdo dir="rtl">b𐰀c</bdo></p> |
| </body> |