ControlCharacters

Characters that indicate text style changes.

Values

ValueMeaning
bold'\x02'

Bold text

underline'\x1F'

Underlined text

italic'\x1D'

Italicized text

plain'\x0F'

Resets all following text to default style

color'\x03'

Coloured text and/or background.

extendedColor'\x04'

As colour, but extended to 24 bit colour.

reverse'\x16'

Text where the background and foreground colours are reversed.

monospace'\x11'

Text where every character has the same width

strikethrough'\x1E'

Text with a line through the middle

Meta