4

How can I enter in the enter in the Apple symbol () in an application such as text edit?

IIRC, Safari automatically converts this symbol when it sees the text &apple;.

Update: Does it exist in the Edit > Special Characters... list?

Senseful
  • 23,929

2 Answers2

8

Neil's + + K might work in (presumably) the US, but the exact combination is keyboard layout specific. In addition, some keyboard layouts — Thai, for example — might not even have the symbol available.

E.g. I'm using a Finnish keyboard layout and  is typed simply by + A.

To find this and other symbol shortcuts, you can enable the keyboard & symbol menulet from PreferencesKeyboard and use the menulet to open a virtual keyboard. Pressing any modifier key, or modifier key combination, will change the keys on the virtual keyboard accordingly. For example, here is how the virtual keyboard looks with Finnish layout while option/alt is being pressed:

finnish keyboard layout while pressing option

To find the  from Special characters menu the fastest way is to type f8ff to the search box (this is its unicode-code; the  hasn't any other name assigned).

Other way is to change the view to glyphs or to code tables[1] from the drop-down list and browse the for the symbol manually — but this is not exactly user-friendly or fast, unless you know where to look for.


[1]: I don't know for sure if these are exact translations as my UI is also in Finnish. However, the items are (respectively) last and third-last in the list.

  • Is there any way to find out how to type the symbol given a specific keyboard layout? I'm using a custom layout which I created and noticed that Shift-Option-K only works if I switch back to the US layout. Thus, it would be useful if there was an easy way to figure out which keyboard shortcut I need to use on my custom layout. – Senseful Feb 11 '11 at 22:05
  • @Senseful if you've enabled the Keyboard & symbol menulet from Preferences -> Keyboard you can use it to open a virtual keyboard. While pressing any modifier keys the pictured virtual keyboard will change accordingly. – Jari Keinänen Feb 11 '11 at 22:13
  • @koiyu: that's exactly what I was looking for, thanks. – Senseful Feb 12 '11 at 06:10
  • Why is your alt character in the kbd tags upside down? – Jason Salaz Feb 12 '11 at 22:45
  • 1
    Please note that not all keyboard layouts have the  symbol. For example, Thai layout does not. – ocodo Feb 13 '11 at 01:21
4

++K will type the Apple logo.

gentmatt
  • 49,722