Tests whether the given codePoint is contained within this UnicodeSet.
This function has a runtime complexity of O(log n), where n = len of ranges.
O(log n)
n
True if the code point is contained within this UnicodeSet, false otherwise.
The code point to test.