I've always seen people use =/=, but the other day someone pointed out that it should be !=. From what I know, != is used in programming for the not equal sign but not sure if it's also used as the not equal sign on keyboard. What do you think, ATRL?
Both are correct. != is used in programming, =/= is used in place of ≠ because people don't wanna have to get the actual character and it looks the same.
EDIT: For what it's worth, if we we're going to use != because of programming, then logically we'd use == instead of = to denote two things being the same. Thus, there's really no point.
!= is in programming.
=/= is an easy way to do this ≠ which is the not equal sign.
So both are correct lol, but when you're generally typing you'd normally use the =/= cause it's not like programming. For the same reason we use = for equal and not == which is equal in programming.