Hello,
here it comes ^^ you have just to create a button on which will start the action…
Button_ID = “button1” → triggered-event = “onClick”
export function button1_click(event) {
let myString = String.fromCharCode(8482)
console.log(myString)
}
See result in console!
Have fun!
And here more INFO 4-you…