I just noticed that the Unicode character set contains an entire block (256 characters) of math symbols. I've got no idea how some of them should be used. For example:
- U+22DA (⋚) and U+22DB (⋛): less-than-equal-to-or-greater-than, and greater-than-equal-to-or-less-than. Why not just use the good old equals sign = ?
- U+2295 through U+2298 (⊕⊖⊗⊘): circled + − × ⁄ symbols
- U+2235 (∿): sine wave; why do we need a character for this? does anyone use this?
- U+2268 (≨): less-than-but-not-equal-to; isn't this redundant? if
x < ythen isn't it always true thex ≠ y?
I got these from here (you can click "more").
Thanks!
U+223C, notU+2235. If you click on the symbol on the page you linked to, you get a description of it, which among other things says "tilde operator". – joriki Sep 11 '11 at 20:11U+223F— http://www.fileformat.info/info/unicode/char/223f/index.htm – kahen Sep 11 '11 at 20:55Because that's not what the equals sign means. The equals sign means it has to be exactly equal, and cannot be greater than or less than. I think you mean to ask why anyone would use the symbol at all since the symbol seemingly could apply to any two numbers.
– Kyle Delaney Dec 11 '15 at 01:52