TILDE
~
U+007E
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Code
007E
Code Point
126
Notes
this is a spacing character
Character Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
C0 Controls and Basic Latin (Basic Latin)
Character Encoding
UTF-8
0x7E
UTF-16
0x007E
UTF-32
0x0000007E
Copy & Paste Codes
Character
~
Unicode Escape
\u{007E}
HTML Entity (Decimal)
~
HTML Entity (Hex)
~
CSS Code
\007E
JavaScript
String.fromCodePoint(0x007E)
Python
chr(0x007E)