<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div:first-letter { float: right; color: lime; }
</style>
</head>
<body dir="rtl">
<div><span>ab ۍ c</span></div>
</body>
</html>