{code}
new javafx.scene.text.Text("\u202ELTR")
{code}
is rendered as "RTL". But
{code}
new javafx.scene.text.Text("LTR\u202ELTR")
{code}
is rendered as "LTRLTR" but not "LTRRTL".
new javafx.scene.text.Text("\u202ELTR")
{code}
is rendered as "RTL". But
{code}
new javafx.scene.text.Text("LTR\u202ELTR")
{code}
is rendered as "LTRLTR" but not "LTRRTL".