Char.isBmpCodePoint

Determines whether the specified character (Unicode code point) is in the <a href="#BMP">Basic Multilingual Plane (BMP)</a>. Such code points can be represented using a single {@code char}.

@param codePoint the character (Unicode code point) to be tested @return {@code true} if the specified code point is between {@link #MIN_VALUE} and {@link #MAX_VALUE} inclusive; {@code false} otherwise.

class Char
static
bool
isBmpCodePoint
()

Meta