Unicode Character 'POP DIRECTIONAL FORMATTING' (U+202C) |
Unicode Data | |
---|---|
Name | POP DIRECTIONAL FORMATTING |
Block | General Punctuation |
Category | Other, Format [Cf] |
Combine | 0 |
BIDI | Pop Directional Format [PDF] |
Mirror | N |
Index entries | FORMATTING, POP DIRECTIONAL DIRECTIONAL FORMATTING, POP POP DIRECTIONAL FORMATTING |
Comments | commonly abbreviated PDF |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ‬ |
HTML Entity (hex) | ‬ |
How to type in Microsoft Windows | Alt +202C |
UTF-8 (hex) | 0xE2 0x80 0xAC (e280ac) |
UTF-8 (binary) | 11100010:10000000:10101100 |
UTF-16 (hex) | 0x202C (202c) |
UTF-16 (decimal) | 8,236 |
UTF-32 (hex) | 0x0000202C (202c) |
UTF-32 (decimal) | 8,236 |
C/C++/Java source code | "\u202C" |
Python source code | u"\u202C" |
More... |
Java Data | |
---|---|
string.toUpperCase() | |
string.toLowerCase() | |
Character.UnicodeBlock | GENERAL_PUNCTUATION |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_POP_DIRECTIONAL_FORMAT [18] |
Character.getNumericValue() | -1 |
Character.getType() | 16 |
Character.isDefined() | Yes |
Character.isDigit() | No |
Character.isIdentifierIgnorable() | Yes |
Character.isISOControl() | No |
Character.isJavaIdentifierPart() | Yes |
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() | Yes |
Character.isUnicodeIdentifierStart() | No |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |