Unicode Character 'APL FUNCTIONAL SYMBOL DOWN TACK UNDERBAR' (U+234A) |
Unicode Data | |
---|---|
Name | APL FUNCTIONAL SYMBOL DOWN TACK UNDERBAR |
Block | Miscellaneous Technical |
Category | Symbol, Other [So] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Comments | up tack underbar preferred naming for APL tack symbols now follows the London Convention in ISO/IEC U+13751:U+2000 (APL Extended) |
See Also | up tack U+22A5 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ⍊ |
HTML Entity (hex) | ⍊ |
How to type in Microsoft Windows | Alt +234A |
UTF-8 (hex) | 0xE2 0x8D 0x8A (e28d8a) |
UTF-8 (binary) | 11100010:10001101:10001010 |
UTF-16 (hex) | 0x234A (234a) |
UTF-16 (decimal) | 9,034 |
UTF-32 (hex) | 0x0000234A (234A) |
UTF-32 (decimal) | 9,034 |
C/C++/Java source code | "\u234A" |
Python source code | u"\u234A" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ⍊ |
string.toLowerCase() | ⍊ |
Character.UnicodeBlock | MISCELLANEOUS_TECHNICAL |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 28 |
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 |