How am I supposed to use the Compose key sequence for producing ≰?
1
vote
0
answers
73
views
Looking at
/usr/share/X11/locale/en_US.UTF-8/Compose
, I see the following lines defined:
: "≤" U2264 # LESS-THAN OR EQUAL TO
: "≰" U2270 # NEITHER LESS-THAN NOR EQUAL TO
The first line is obvious: typing [COMPOSE] < =
products ≤
. **However, how am I supposed to use the second line** (assuming I don't have a keyboard with the ≤
symbol as an actual key)?
Asked by Uri Granta
(111 rep)
Feb 23, 2025, 03:10 PM