How do I type boxtimes in Mathematica, for example $a\boxtimes b$? This symbol is used a lot in mathematics, but I found no corresponding part in Mathematica. In TeX form, I can type \boxtimes.
Can I make one in Mathematica, and type it in a simple way, like the following?
\[EscapeKey]b*\[EscapeKey]

InputAliases. See the answer I linked on how. – Szabolcs Sep 05 '13 at 18:10FullForm. For example,FullForm[α]will give you\[Alpha].FullForm[⊠]gives me\:22a0, which is just it's unicode character code. So this particular character has no defined name in Mma. It is possible that there is another character which looks very similar and has a name, but I haven't been able to find it in the list. You can take a look too. – Szabolcs Sep 05 '13 at 18:33\:22a0I failed to get correct form $\boxtimes$. But I found a similar question How can one type a box with "x" marked. – 9527 Sep 05 '13 at 20:08\:22a0, I got an empty square which looks like\[EmptySquare]. When I applyFullFormto it, I do get\:22a0. So my Mathematica recognizes it, but can not display it correctly. Also, I tried\:22a1for the box dot $\boxdot$, and Mathematica displayed the same empty square. – 9527 Sep 06 '13 at 02:18