| <!DOCTYPE html> |
| <meta charset="utf-8"> |
| <head> |
| </head> |
| <p>The first word contains ZWJ. The first word should be identical with the second word.</p> |
| <div style="font-size: 36pt;"> |
| می‍خور |
| </div> |
| <div style="font-size: 36pt;"> |
| میخور |
| </div> |
| |
| <p>The last character of the first word is ZWNJ. The first word should be identical with the second word.</p> |
| <div style="font-size: 36pt;"> |
| می‌ |
| </div> |
| <div style="font-size: 36pt;"> |
| می |
| </div> |