Unicode Character 'TILDE' (U+007E) |
History of the Tilde - Mark Pilgrim
Unicode Data | |
---|---|
Name | TILDE |
Block | Basic Latin |
Category | Symbol, Math [Sm] |
Combine | 0 |
BIDI | Other Neutrals [ON] |
Mirror | N |
Index entries | tilde, spacing TILDE spacing tilde |
Comments | this is a spacing character |
See Also | small tilde U+02DC combining tilde U+0303 combining tilde overlay U+0334 swung dash U+2053 tilde operator U+223C tilde with ring above U+2E1B vertical tilde U+2E2F wave dash U+301C fullwidth tilde U+FF5E |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ~ |
HTML Entity (hex) | ~ |
How to type in Microsoft Windows | Alt +007E Alt 0126 Alt 126 |
UTF-8 (hex) | 0x7E (7e) |
UTF-8 (binary) | 01111110 |
UTF-16 (hex) | 0x007E (007e) |
UTF-16 (decimal) | 126 |
UTF-32 (hex) | 0x0000007E (007e) |
UTF-32 (decimal) | 126 |
C/C++/Java source code | "\u007E" |
Python source code | u"\u007E" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ~ |
string.toLowerCase() | ~ |
Character.UnicodeBlock | BASIC_LATIN |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_OTHER_NEUTRALS [13] |
Character.getNumericValue() | -1 |
Character.getType() | 25 |
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 |