I’ve seen this used in the context of statements like “x is less than, equal to, or greater than y if and only if w is less than, equal to, or greater than z”. Which might be written “x ⪋ y if and only if w ⪋ z”.
The original text is meant to mean a triple of statements:
x < y if and only if w < z
x = y if and only if w = z
x > y if and only if w > z
This can be tiresome (and obviously confusing) if you need to keep using it in many places, hence some authors define the odd symbol to start with, and then use that in many places.
I’m especially fascinated by ⪋ ⪌, ⪑ ⪒, and ⪓ ⪔.
I wish that wikipedia page came with notes on the intended use (or a link to the relevant page) for every symbol.