$ 0 0 You can access chars of a string like arrays:String s = "tada"; if (s[0] == 't'){ Debug.Log("tada"); }