N        This expression returns the number of UTF-8 graphemes of the given text.

Whitespace qualifies as a grapheme, because although it's not visible content, it takes up display space. An emoji takes multiple UTF-8 code points, but displays as one grapheme.


For more details on UTF-8 terms, read the Unicode notes topic.