Java Reference
In-Depth Information
ENCLOSING_MARK
OTHER_SYMBOL
END_PUNCTUATION`
PARAGRAPH_SEPARATOR
FINAL_QUOTE_PUNCTUATION
PRIVATE_USE
FORMAT
SPACE_SEPARATOR
INITIAL_QUOTE_PUNCTUATION
START_PUNCTUATION
LETTER_NUMBER
SURROGATE
LINE_SEPARATOR
TITLECASE_LETTER
LOWERCASE_LETTER
UNASSIGNED
MATH_SYMBOL
UPPERCASE_LETTER
Unicode is divided into blocks of related characters. The static nested
class Character.Subset is used to define subsets of the Unicode character
set. The static nested class Character.UnicodeBlock extends Subset to
define a set of standard Unicode character blocks, which are available
as static fields of UnicodeBlock . The static method UnicodeBlock.of returns
the UnicodeBlock object representing the Unicode character block for
a particular character. The UnicodeBlock class also defines constants
for
all
the
blocks,
such
as
GREEK ,
KATAKANA ,
TELUGU ,
and
 
Search WWH ::




Custom Search