TILDE vs TILDE OPERATOR
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
~
TILDE
U+007E
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
∼
TILDE OPERATOR
U+223C
View details →
VS
Property Comparison
| Property | ~ U+007E | ∼ U+223C |
|---|---|---|
| Name | TILDE | TILDE OPERATOR |
| Block | Basic Latin | Mathematical Operators |
| Script | Zyyy | Zyyy |
| Category | Math Symbol (Sm) | Math Symbol (Sm) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | U+007E | U+223C |
|---|---|---|
| unicode | U+007E | U+223C |
| decimal | 126 | 8764 |
| htmldecimal | ~ | ∼ |
| htmlhex | ~ | ∼ |
| css | \007E | \223C |
| javascript | \u{7E} | \u{223C} |
| python | \u007e | \u223c |
| java | \u007E | \u223C |
| go | \u007E | \u223C |
| ruby | \u{7E} | \u{223C} |
| rust | \u{7E} | \u{223C} |
| ccpp | \u007e | \u223c |
| urlencoded | ~ | %E2%88%BC |
| utf8bytes | 7e | e2 88 bc |
| utf16bebytes | 00 7e | 22 3c |
| utf32bebytes | 00 00 00 7e | 00 00 22 3c |
How to Distinguish
Both characters use the Zyyy script but are in different blocks: TILDE in Basic Latin and TILDE OPERATOR in Mathematical Operators.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.