RegExp matches each (combined) Unicode symbol, character, or emoji consecutively.
Note: there are some edge cases where it does not combine some symbols that should be seen as one symbol (after Default Grapheme Cluster Boundary
of UAX #29
).
For Unicode code point info see codepoints.net
Also, see this stackoverflow, which inspired me to make this RegExp (and I also needed it for a project), for Unicode symbol splitting with JavaScript strings.