codePointAt

fun codePointAt(str: String, pos: Int): Int

Find the code point at the given position in a string (like the codePointAt(https://developer.mozilla.org/en-US/docs/Web/JavaScript/ Reference/Global_Objects/String/codePointAt) string method).