powered by
This function checks if a given character is a Braille character.
is_braille(char)
A boolean value indicating whether the character is a Braille character or not.
The character to be checked.
is_braille("A")
Run the code above in your browser using DataLab