Unicode Character 'PERCENT SIGN' (U+0025) |
![]() |
| Unicode Data | |
|---|---|
| Name | PERCENT SIGN |
| Block | Basic Latin |
| Category | Punctuation, Other [Po] |
| Combine | 0 |
| BIDI | European Number Terminator [ET] |
| Mirror | N |
| Index entries | PERCENT SIGN |
| See Also | arabic percent sign U+066A per mille sign U+2030 per ten thousand sign U+2031 commercial minus sign U+2052 |
| Version | Unicode 1.1.0 (June, 1993) |
| Encodings | |
|---|---|
| HTML Entity (decimal) | % |
| HTML Entity (hex) | % |
| How to type in Microsoft Windows | Alt +0025 Alt 037 Alt 37 |
| UTF-8 (hex) | 0x25 (25) |
| UTF-8 (binary) | 00100101 |
| UTF-16 (hex) | 0x0025 (0025) |
| UTF-16 (decimal) | 37 |
| UTF-32 (hex) | 0x00000025 (0025) |
| UTF-32 (decimal) | 37 |
| C/C++/Java source code | "\u0025" |
| Python source code | u"\u0025" |
| More... | |
| Java Data | |
|---|---|
| string.toUpperCase() | % |
| string.toLowerCase() | % |
| Character.UnicodeBlock | BASIC_LATIN |
| Character.charCount() | 1 |
| Character.getDirectionality() | DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR [5] |
| Character.getNumericValue() | -1 |
| Character.getType() | 24 |
| Character.isDefined() | Yes |
| Character.isDigit() | No |
| Character.isIdentifierIgnorable() | No |
| Character.isISOControl() | No |
| Character.isJavaIdentifierPart() | No |
| Character.isJavaIdentifierStart() | No |
| Character.isLetter() | No |
| Character.isLetterOrDigit() | No |
| Character.isLowerCase() | No |
| Character.isMirrored() | No |
| Character.isSpaceChar() | No |
| Character.isSupplementaryCodePoint() | No |
| Character.isTitleCase() | No |
| Character.isUnicodeIdentifierPart() | No |
| Character.isUnicodeIdentifierStart() | No |
| Character.isUpperCase() | No |
| Character.isValidCodePoint() | Yes |
| Character.isWhitespace() | No |