let text = String.fromCodePoint(0x20BB7);for (let i = 0; i < text.length; i++) {}// " "// " "for (let i of text) {}