# char `````{roto:type} char A character in a `String`. A `char` represents a Unicode code point. ````` ````{roto:function} to_string(self: char) -> String Convert this value into a `String`. ````