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