Unicode Character 'INFORMATION SOURCE' (U+2139) |
Unicode Data | |
---|---|
Name | INFORMATION SOURCE |
Block | Letterlike Symbols |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Decomposition | <font> LATIN SMALL LETTER I (U+0069) |
Mirror | N |
Index entries | SOURCE, INFORMATION INFORMATION SOURCE |
Comments | intended for use with U+20DD |
See Also | circled information source U+1F6C8 |
Approximations | <font> 0069 latin small letter i |
Version | Unicode 3.0.0 (September, 1999) |
Encodings | |
---|---|
Emoji | :information_source: |
HTML Entity (decimal) | ℹ |
HTML Entity (hex) | ℹ |
How to type in Microsoft Windows | Alt +2139 |
UTF-8 (hex) | 0xE2 0x84 0xB9 (e284b9) |
UTF-8 (binary) | 11100010:10000100:10111001 |
UTF-16 (hex) | 0x2139 (2139) |
UTF-16 (decimal) | 8,505 |
UTF-32 (hex) | 0x00002139 (2139) |
UTF-32 (decimal) | 8,505 |
C/C++/Java source code | "\u2139" |
Python source code | u"\u2139" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ℹ |
string.toLowerCase() | ℹ |
Character.UnicodeBlock | LETTERLIKE_SYMBOLS |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 2 |
Character.isDefined() | Yes |
Character.isDigit() | No |
Character.isIdentifierIgnorable() | No |
Character.isISOControl() | No |
Character.isJavaIdentifierPart() | Yes |
Character.isJavaIdentifierStart() | Yes |
Character.isLetter() | Yes |
Character.isLetterOrDigit() | Yes |
Character.isLowerCase() | Yes |
Character.isMirrored() | No |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | No |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | Yes |
Character.isUnicodeIdentifierStart() | Yes |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |