cast utf8 char to rune golang code example Example: golang convert rune to string r := rune('a') fmt.Println(r, string(r))