Edit in JSFiddle

<html>
    <head><title>bdi tag in html5</title>
        </head>
    <body>
<ol>
<li>User <bdi>homerjay</bdi>: 1601 posts</li>
<li>User <bdi>msimpson</bdi>: 335 posts</li>
<li>User <bdi>إيان</bdi>: 195 posts</li>
<li>User إيان: 195 posts</li>
<li>User <bdi>moe</bdi>: 2 posts</li>
</ol>
    </body>
</html>
bdi
{
    color:orange;
    font-size:20px;
}