I'm reading the notebook version of the book on my desktop copy of Mathematica. In chapter 28 "Tests and conditionals", the text (as rendered) shows
You can also test for less than or equal using ≤, which is typed as ≤.
You can test whether two things are not equal using ≠, which is typed as ≠
Clearly the "which is typed as" is not so useful here, and the second instances of those symbols were not supposed to be "pretty-printed" like that: Instead, the intent was for the sentences to end as
... using ≤, which is typed as <=.
... using ≠, which is typed as !=.