open fun append(value: Char): Output
Append single UTF-8 character
open fun append(value: CharSequence?): Output
open fun append(value: CharSequence?, startIndex: Int, endIndex: Int): Output
fun append(csq: CharArray, start: Int, end: Int): Appendable