JSFiddle - React, Tailwind, and code Playground
JavaScript
const string = "𝄞test";
console.log( string.split( '' ) );
console.log( Array.from( string ) );
const string = "𝄞test";
console.log( string.split( '' ) );
console.log( Array.from( string ) );