public native toInt() as Int
Returns the unsigned numeric value of this UTF-16 code unit.
c as CodeUnit = `A` assert c.toInt() == 65