<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <style> div { font-family: Arial; display: inline-block; } </style> </head> <body> <div>A مايو</div> <p> The line above should not wrap. </p> </body> </html>