Is there a symbol for the microsoft Windows Key?

I’m writing documentation, and I want to include that key on a Microsoft box’s keyboard ,that’s usually in the lowest row, with the Windows logo on it.

Is there a symbol for it? Or any easy way to get it in a document?

There’s no Windows logo in Unicode, but there is such a glyph in the Wingdings font, mapped to code 255.

You might be able to insert it by typing a ÿ character in your normal typeface (e.g. Times Roman) and then converting the character to Wingdings. (I’m assuming you’re using an ordinary word processor.)

In MS Word:

  1. select from the menu bar Insert > Symbol

  2. dialog box opens, with character map of all available symbols

  3. change font to Wingdings

  4. Windows symbol is the last one on the list.

  5. double click on the symbol to insert.

Thanks!

ÿ …

Apparently, not universal. I see a y with an umlaut. (ETA: Of course, I suspect that being a Mac would be the reason for this. :slight_smile: I doubt Windows has the Apple logo.)

ETA2: Actually, the Windows logo does exist in my fonts. The browser apparently is just not picking up wingdings for whatever reason.

You could probably install the Wingdings font, and it would show up.

I have the Wingdings font, and, indeed, was able to get my word processor to display the Windows symbol by using it, but I still see a y with an umlaut in Fear Itself’s post.

Presumably, to see the symbol in a browser requires the browser font settings to be configured in a certain (and, I suspect, non-standard) way.

Incidentally, this thread led me to discover that Windows 7, despite appearances, does still have the old Character Map application that actually enables you to find font specific symbols like this. It is hidden away, though. You have to go to Control panel --> Fonts, and then click “Find a character” in the left side menu.

FYI, I’m on a Windows XP PC. In Firefox, I get the Y with the umluat, but in IE7, I get the logo.

You can also do Start---->Run and type “charmap” (without quotes).

I do have Wingdings (and Wingdings 2 & 3), but Chrome apparently doesn’t load it up.

I think it’s a mapping policy in the browser or the OS. Wingdings itself is being found, but character 255 (ÿ) is not a member, so the browser resorts to another font to actually render the glyph.

For example, here are two characters, which I’ve enclosed in a FONT=“Wingdings” block:

:smiling_face: ÿ

The first character is U+263A, “WHITE SMILING FACE”, which is in Wingdings, and which displays as such, in my browser at least. The second character is our friend “code 255”, but that’s still going to be interpreted as Unicode — character U+00FF, y-with-diaeresis.

What you’d need to do is somehow say, “here is a 255, but please use the font-specific encoding of the current font to map it to a glyph.” I don’t know of a way to do that in vBulletin.

Man, I’m glad you smart folks are here, 'cause I thought “WTF???” when I saw this, and was about to answer “sercond key on far left bottom”, before I read the thread through!:):slight_smile:

Q

It’s actually against web standards to use text to make graphics, as it screws up screen readers (for people with eyesight problems). This is why Firefox does not display Wingdings or Webdings.

In places where ^ is Control, @ is Alt, and $ is shift, I see the windows key represented by #. Otherwise, I’d replace it with a small image, with the alt text “Windows key” for screen readers.

EDIT: :relaxed: works because it’s not actually a Wingding, but a standard character. And since the name of that character is “white smiling face,” it doesn’t mess up screen readers.

Wha…? All of my Windows 7 machines have the Character Map application listed in the Start Menu, under Accessories → System Tools. I use it all the time.

Ok, when I view this post in Firefox I see the white smiley face and the y umlaut, but in IE8 I see a hand holding a pen and not the white smiley face (I do however see the Windows key symbol instead of the umlauted (sic) y).

Yep, multiple browser support are fun for the devs.

Under Win7 I see this:
IE8: hand with pen & Windows logo
FF3.6.12: white smiley face & Y-umlaut
Chrome 13.0.782.107: white smiley face & windows logo

Three browsers, three diferent renderings.

Use Marlett font and type capital ‘W’.

I have never used Marlett. But that is actually quite cool. Might even be useful occasionally.

Back to the OP, if you’re writing key combinations, the standard is simply “win”, like “ctrl” for (what used to be labeled the control key but is labelled simply as CTRL on every keyboard I’ve owned in the last decade), and “alt” for whatever the heck it’s supposed to stand for (possibly alternate, though I’ve only ever said or thought of it as alt).