Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.7K Views
|
12 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Display UNICODE U+2940 in a notebook.

Posted 5 years ago
POSTED BY: Dave Lubbers
12 Replies

The following code display the symbol

CellPrint[TextCell["⥀","Text",FontFamily->"Cambria",FontSize->32]]

example

Notice that it is not displayed in the Notebook input because the input cell use Consolas font which does not include this unicode symbol according to ANTICLOCKWISE CLOSED CIRCLE ARROW (U+2940) Font Support

POSTED BY: Shenghui Yang
POSTED BY: Dave Lubbers

I am version 12.0 for Windows. I sent in a question on how to get to Version 12.1. Thanks for all of the help!!

POSTED BY: Dave Lubbers

I am version 12.0 for Windows. I sent in a question on how to get to Version 12.1. Thanks for all of the help!!

POSTED BY: Dave Lubbers
Graphics3D[{Sphere[{0,0,0},1],
Text[Style["|⥀>",FontFamily->"Cambira",FontSize->32,Bold],{0,1.1,0}],
Text[Style["|⥀>",FontFamily->"Cambira",FontSize->32,Bold],{0,-1.2,0}]
}]

ent

I cannot reproduce the issue in V12.1 for Windows.

POSTED BY: Shenghui Yang
Graphics3D[{Sphere[{0,0,0},1],
Text[Style["|⥀>",FontFamily->"Cambira",FontSize->32,Bold],{0,1.1,0}],
Text[Style["|⥀>",FontFamily->"Cambira",FontSize->32,Bold],{0,-1.2,0}]
}]

ent

I cannot reproduce the issue in V12.1 for Windows.

POSTED BY: Shenghui Yang
POSTED BY: Dave Lubbers
POSTED BY: Dave Lubbers

It is

"\:2940"
POSTED BY: Shenghui Yang
Posted 5 years ago

What is your default font? Try

Text[Style["\:2940", FontFamily -> "Cambria"]]
POSTED BY: Rohit Namjoshi

Text[Style["\:2940"] puts an empty box on the plot. Is there some way I can get the circle and not the box?

POSTED BY: Dave Lubbers

I see the little question mark "?" in a box. Exactly what characters were typed to cause that "?" in a box?

POSTED BY: Dave Lubbers
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard