Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
考虑波斯语 سیب (/si:b/ apple)。我想让它的中间字母加粗。使用以下代码
س<b>ی</b>ب
生产
س ی ب。
如何防止字母分离?
浏览器/操作系统没有预定义的方法可以将 Normal س 连接到 Bold ی。有不同字体大小的 س 和 ی 有点相似。
一种解决方法是在字母前后使用Kashida :
سـ ـیـ ب
另一种解决方法是使用零宽度连接器:
س<b>ی</b>ب
正如您所描述的,您不希望b标签之间有空格,因此您可以使用margin并padding设置为0。
b
margin
padding