Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Making a letter bold in cursive scripts like Arabic script

Consider Persian word سیب (/si:b/ apple). I want to make middle letter of it bold. Using the following code

س<b>ی</b>ب

produces

س ی ب.

How I can prevent the separation of the letters?

like image 394
Handsome Nerd Avatar asked Sep 16 '25 12:09

Handsome Nerd


1 Answers

There is no predefined way for the browser/OS to connect Normal س to a Bold ی. It's somehow similar to have س and ی in different font sizes.

One workaround is to use Kashida before and after the letters:

ســیـب

Another workaround is to use Zero-width joiner:

س‍‍ی‍ب

like image 158
Isaac Avatar answered Sep 18 '25 11:09

Isaac



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!