Unicode character for the Windows key

unicode

I'm trying to communicate over text the Windows keyboard shortcuts. For the ones that use the Windows key, I don't want to type "Windows key +" each time.

Is there a unicode character for the Windows key?

Best Answer

For non-techies on Facebook, use workaround seen on Wikipedia: ⊞ Win.

Since you want to display the character on the Facebook where you have no control over fonts and there is no such character in Unicode at the moment, you can use mathematical operator Squared Plus (code point 229E) to imitate Windows logo as Wikipedia does in article on Windows key and in other keyboard-related articles.

Excerpt from the article:

  • ⊞ Win opens the Start Menu

  • ⊞ Win+D shows the desktop (hiding even non-minimizable windows), or restores hidden windows when pressed a second time.

  • ⊞ Win+Tab ↹ cycles through taskbar buttons. This key combination is reassigned in Windows Vista.

I am doing it that way.

Related Question