Use "=" in a dropdown

I'm trying to allow the user of a library I'm working on to select the spaceship operator (<=>) from a block dropdown.

However, when I try
image

It evaluates it as a key-value pair.

image

I've tried <\=>, and <=>=<=>, but the former one was interpreted as <\ ; > and the latter as < => ; <= >

Is there any way to show the equal sign as an option?

Maybe possible to insert one of the Unicode invisible space chars between your wanted chars to fool the menu?
[edit] Or use different Unicode chars that look the same?

Try ⁼ or any other Unicode that looks similar to a space

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.