I want to recognize all objects in my web page that contains at least one UNICODE character.
By this way, I want to perform a specific CSS class to those elements that has UNICODE characters (maybe they are completely UNICODE or maybe they are contain NON-UNICODE & UNICODE together. For example a div that has English and Arabian.)
Is there any way in order to do this via JQUERY in client side of browsers?
Please guide me.
Thanks a lot.