ushort type has no literal suffix. Integer literals are implicitly converted from int:
ushort
int
ushort us = 127;