| According to http://hea-www.harvard.edu/~fine/OSX/unicode_apple_logo.html it's in a private use area. > This is probably fine for Mac-only applications. But it is NOT appropriate, and even WRONG, and it will NOT work properly as a general web page character. The problem is that the unicode value used is one of several that is set aside for private use. That means that each operating system, or application, or implementation is free to use those unicode characters for anything they want. It just so happens that Apple has chosen to use unicode character U+F8FF (decimal value 63743, or on the web as either  or ) as the Apple Logo. The definition seems to be from http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/CORPCHA... # The following (1) is for the Mac OS Roman encoding
# (also used in Symbol & Croatian).
# NOTE: The graphic image associated with the Apple logo
character is
# not authorized for use without permission of Apple, and unauthorized
# use might constitute trademark infringement.
0xF8FF # Apple logo # Roman-0xF0, Symbol-0xF0, Croatian-0xD8
and quoting from http://www.unicode.org/mail-arch/unicode-ml/Archives-Old/UML... :> In the very early days of Unicode development, the Apple logo was used as an example of a character from an existing (i.e., Macintosh) character set that would have to be mapped to a private-use value. > Apple Computer has published its recommendation. The issue is closed unless Apple Computer (owner of the trademark) chooses to bring it up. |