Character.UnicodeBlock Methods in Java

java.lang.Character.UnicodeBlock

A family of character subsets representing the character blocks in the Unicode specification. Character blocks generally define characters used for a specific script or purpose. A character is contained by at most one Unicode block.


Character.UnicodeBlock.of(char c)This method returns the object representing the Unicode block containing the given character, or null if the character is not a member of a defined block.


Character.UnicodeBlock constant Part -ISome of the constants of Character.UnicodeBlock.


Character.UnicodeBlock constants Part -IISome of the constants of Character.UnicodeBlock.


Character.UnicodeBlock constants Part -IIISome of the constants of Character.UnicodeBlock.


Character.UnicodeBlock constants Part -IVSome of the constants of Character.UnicodeBlock.


Character.UnicodeBlock constants Part -V Some of the constants of Character.UnicodeBlock.


Character.UnicodeBlock constants Part -VISome of the constants of Character.UnicodeBlock.


Character.UnicodeBlock constants Part -VIISome of the constants of Character.UnicodeBlock.


Character.UnicodeBlock constants Part -VIIISome of the constants of Character.UnicodeBlock.


Character.UnicodeBlock constants Part -IXSome of the constants of Character.UnicodeBlock.


Character.UnicodeBlock constants Part -XSome of the constants of Character.UnicodeBlock.


Character.UnicodeBlock constants Part -XISome of the constants of Character.UnicodeBlock.


Character.UnicodeBlock constants Part -XIISome of the constants of Character.UnicodeBlock.


Character.UnicodeBlock constants Part - XIIISome of the constants of Character.UnicodeBlock.


Character.UnicodeBlock constants Part -XIVSome of the constants of Character.UnicodeBlock.


Character.UnicodeBlock constants Part -XVSome of the constants of Character.UnicodeBlock.


Character.UnicodeBlock constants Part -XVISome of the constants of Character.UnicodeBlock.


Character.UnicodeBlock.forName()This method returns the UnicodeBlock with the given name. Block names are determined by The Unicode Standard.


Character.UnicodeBlock.of(int codePoint) This method returns the object representing the Unicode block containing the given character (Unicode code point), or null if the character is not a member of a defined block.



No comments:

Post a Comment