Kristen Martinson
Kristen Martinson

Reputation: 1869

How to do unicode(hexadecimal) in Facebook to output a character?

How do I write unicode, in hexadecimal, to Facebook "What's on your mind" box?

I have tried writing:

\u00B9
"\u00B9"
&#xb9
"&#xb9" 

none worked so far

(let me add that I am doing this from a MAC)

thanks

Upvotes: 3

Views: 4606

Answers (4)

Wolfram Schmied
Wolfram Schmied

Reputation: 639

On Mac OS X, if you do not wish to use the Character Viewer, you can set your preferences to allow input of Unicode characters by code like in Windows.

How to use the Character Viewer

Entering Unicode characters by code

Upvotes: 0

Bruce Salem
Bruce Salem

Reputation: 57

The examples in the lead are HTML entities. They would need to be ended with a semicolon, but no matter, they do not work in a Facebook comment. The answer supplied was not, the original poster said that he was using a Mac, not Windows, so the ALT- method does not apply. I know that I did once enter Greek characters, as I was talking about stars in constellations with Greek designations like α Vir, but I don't recall how to do that now and the UNICODE universe may have been usurped by Facebook's stupid emoticon universe.

Upvotes: 0

Dan
Dan

Reputation: 4663

Try Alt+0185 on the keyboard if you are using Windows, it should have the desired output for you.

Upvotes: 1

genesis
genesis

Reputation: 50974

I feel that facebook converts it all to human-readable string. I think that isn't possible

Upvotes: 2

Related Questions