Investigate using https://github.com/tc39/proposal-intl-segmenter when/if it becomes available. ```js new Intl.Segmenter('en', {granularity: 'grapheme'}); ```