I am working with emoJi in javascript. I want to do something look like on the site: fancymessage.com For example, I have a message in unicode emoj: How can I split every characters. I just want to use javascript based libraries for client side: jquery, dojo... (not nodejs). I tried to process as normal string, but I didn't get success. I wonder that some unicode characters are not 1 space, but can be 2, 3,... spaces and some unicode characters is not shift left to right, but is right to left. So the index of normal string can not be done. Anyone can help me please !
How do you use the unicode characters? If you're using HTML entities (for instance, ° ) then just split on the ; - if you're using other entities, then you'll have to find something else to split it on.
I would have presumed that as long as you've been here, you would have become proficient in both languages that are regularly spoken here on DP. (English/Gibberish)