Looking for a Unicode Character

Has anyone run across a Unicode for this character? (or a font that contains it)?

x

It’s not exactly the same, but this is close:
https://www.compart.com/en/unicode/U+2195

Did you need identical?

I was hoping for identical… I’m making a custom popupmenu (to allow more functions than NSPopupmenu)… I could (and might) use a PNG image, but I wanted to make the external dependancy as small as possible

only issue using a unicode char is then it is dependent on what font is in use and whether or not it has the glyph

which isn’t a problem as I can choose the correct font if I can find one that has this character

You could try stacking characters on top of each other:

1F891 & 1F893
🢑
🢓

2BC5 & 2BC6