Characters and Strings
Learn about Kotlin’s character and string manipulation, including Unicode, escape sequences, and formatting.
Characters
To represent a single character, we use the Char
type. We specify a character using single quotes ('
).
Get hands-on with 1300+ tech skills courses.