I don't like the appearance of \setminus (it's big and doesn't look good), and also don't like the appearence of \smallsetminus (its size is perfect but, in my opinion, it's too horizontal and it's not vertically center).
I found that in normal math this is what I can use:
\[
A \mathbin{\vcenter{\hbox{$\scriptscriptstyle\setminus$}}} B
\]
Which looks like
. But it's super thin. So I made the next one (I don't really now how many of those commands work, it has a lot of trial and error):
\[
A \mathbin{\vcenter{\hbox{$\scriptscriptstyle\mathrlap{\setminus}{\hspace{.2pt}\setminus$}}} B
\]
Which looks more like
.
At this point I got the desired thickness. But it's ugly if you zoom it, it's not well designed, and does not match the correct size if it's in a subscript (and less in a sub subscript).
Question:
Any ideas about how to redefine \setminus in order to get that orientation (the same as the usual \setminus), more or less the height is shown in the pictures and the same thickness of the usual \setminus (in all sizes: displaysytle, textstyle (the same as displaystyle), scriptstyle and scriptscriptstyle)?
I listen to all your ideas (including that ones where you try to convince me that the usual \setminus or \smallsetminus ar perfect).
EDIT: Here your are an example of how all looks (\setminus, my macro, \smallsetminus):

Here another example including @AndrewSwann \fgebackslash (\setminus, \smallsetminus, my macro, modified smaller \fgebackslash, \fgebackslash)



