I tried searching all the symbols in character map and in Microsoft word's symbol section for the following symbol but couldn't find it.
Box with rightward arrow:
People usually use this for counterfactual claim in logic. In latex we can get it by \boxright command. See this latex question(not necessary).
My question is is there any way we can have this symbol in Microsoft word? Is there any Unicode equivalent of it?
1 Answer
Is there any Unicode equivalent of it?
You would have to combine a couple of Unicode characters:
Unicode Character 'BALLOT BOX' (U+2610) ☐ or
Unicode Character 'WHITE MEDIUM SQUARE' (U+25FB) ◻
With:
Browser Test Page for Unicode Character 'RIGHTWARDS ARROW' (U+2192) →
Combined:
☐→ or ◻→
You might want a Unicode Character 'ZERO WIDTH SPACE' (U+200B) between them
Sources:
- Browser Test Page for Unicode Character 'BALLOT BOX' (U+2610)
- Browser Test Page for Unicode Character 'WHITE MEDIUM SQUARE' (U+25FB)
- Browser Test Page for Unicode Character 'RIGHTWARDS ARROW' (U+2192)