~
U+007E · TILDE
Tilde
| UTF-8 | 7E | 1 byte |
|---|---|---|
| UTF-16 | 007E | 1 code unit |
| UTF-32 | 0000007E | 4 bytes |
| HTML decimal | ~ | |
| HTML hex | ~ | |
| CSS | \7E | in content: "…" |
| JavaScript | \u007E | |
| JSON | \u007E | |
| Python | \u007E | |
| Python | \N{TILDE} | by name |
| Java / C# | \u007E | |
| Rust / Swift / PHP | \u{7E} | |
| Go | \u007E | |
| Ruby | \u007E | |
| Excel / Sheets | =UNICHAR(126) | |
| URL-encoded | %7E | percent-encoded UTF-8 |
§
Looks similar
Characters that Unicode’s security data (UTS #39 confusables) lists as visually confusable with this one. Useful for spotting lookalike spoofing in URLs and usernames.
§