I’m using this character, double sharp \'
\'
String.prototype.codes = function() { return [...this].length }; String.prototype.chars = function() { let GraphemeSplitter = require('grapheme-splitter'); return (new GraphemeSplitter()).countGraphemes(this); } console.log("F