Checks if a character is in the Unicode codespace 'format' (Cf).
character
bool isFormat(int character) => _getCategory(character) == format;