These options will work:
'\u0000'(Unicode escape syntax, as described in the docs)0.toChar()(conversions are optimized and have no function call overhead)import java.lang.Character.MIN_VALUE as nullChar, then usenullChar(renaming import)
Starting from Kotlin 1.3, this seems to be the straightforward option:
Char.MIN_VALUE