A string representation of the BrailleCharacter, overriding the original toString due to the custom string logic.
toString
@override String toString() => String.fromCharCode(unicode);