Even after some more testing, I could not get the zwj character copied.
Only way I found I could find the character, is using it's hexa-decimal value as written in pythod code, combined with a regex search.
In the case of the zwj that is find =\u200d and search method = regex
|