# Introduction The Java `isUnicodeIdentifierStart(int codePoint)` method is a part of the `Character` class. This method is used to validate whether a specified Unicode codepoint character is allowed as the first character in a Unicode identifier or not.
Click the virtual machine below to start practicing