toUInteger16 Summary Returns the 16-bit unsigned integer value for the character. Usage public unsigned short toUInteger16() Returns The equivalent 16-bit unsigned integer value for the character. Description Returns the 16-bit unsigned integer value for the character. Examples Basic Usage 123import System; Console.log(`a`.toUInteger16()); // 97 Share HTML | BBCode | Direct Link