Sometimes people fill in forms with weird stuff like strange Unicode combinations in order to show special fonts.
For instance:
However, sometimes the characters are not supported by the client, and thus result in a "".
How can I detect the failure with JavaScript? Is this possible?
Thanks