Checks if a character is in the Unicode codespace 'control' (Cc).
character
bool isControl(int character) => _getCategory(character) == control;