I want to print the unicode character U+21A9
which is the undo arrow (↩), but Apple likes to turn that in a bubbly looking emoji like
Asked
Active
Viewed 467 times
0

rolling_codes
- 15,174
- 22
- 76
- 112
-
2My unverified understanding is that you can use the text variation selector by writing `\u21a9\ufe0e` instead of just `\u21a9`. – zneak Jun 20 '16 at 22:59
1 Answers
3
Pick a font containing the glyph that you want, like Lucida Grande or Menlo.

gnasher729
- 51,477
- 5
- 75
- 98