All operators, keywords, variable names and some special chars, are tokens. This is generic term for parsed languages symbols and terms. see the c# grammar (which will include all token definitions):
https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/grammar