With Compare Text I.m having a problem identifying Emoji

Compare seems to work correctly but Temp does not provide meaningful info. Why? Charles

Try instead the split at “” (empty string) block.
The smiley should end up in item 3
(Item 1 is always an extra empty one, don’t ask why.)

(empty)
a
smiley
b

Emojis take more than 1 byte, and the segment block gets confused.