How can I display the connected forms of a letter by itself? For example, I’m working on a flashcard webpage to study Farsi as a personal project and when trying to make a flashcard for the alphabet I tried making a card for the connected form of the letter “ی” (which looks like the letter on the right in “یش”) From what I can tell both of the forms of the letter have the same unicode character and I guess the browser and other apps know how to interpret the same character in the correct way depending on context.
I came up with a way to display the letter by itself but was wondering if there is a better way that doesn’t use css. I can do something like this <span style="color:white">ش</span><span>ی</span>
where the background color is white so the ش isn’t visible.
kanye_twitty is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1