Language GuideBuilt-in TypesStringMethodscode_atOn this pagecode_atReturns the character code as an uint. "HELLO".code_at(0); // 72u Syntax code_at(index) Returns The character code as a uint.