Yami Odymel https://invade.tw/ says to OwO
/go@mmis_js_bot package main import ( "fmt" "unicode/utf8" ) func main(){ fmt.Println(len("δΈ­ζ–‡")) fmt.Println(utf8.RuneCountInString("δΈ­ζ–‡")) fmt.Println(len("🌚")) fmt.Println(utf8.RuneCountInString("🌚")) }