Most font has double-storey a.
Some google investigations tell that Futura font seems to be famous for single-storey ɑ.
Mac OSX seems to have Futura font.
On windows, Century Gothic seems to be used that is similar to Futura.
You seem to be able to download free Futura from http://www.webpagepublicity.com/free-fonts-f4.html#Free%20Fonts
Last edit: Tatsuro MATSUOKA 2017-03-08
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Your first answer was correct - it depends on the font.
The stack overflow answer is not correct - it suggests to use Greek letter alpha "ɑ" which is not the same as Romaji "a". Unicode does not specify the shape of a glyph, that is the job of the font.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Accoding to the page http://www.fileformat.info/info/unicode/char/0251/index.htm
"ɑ" (U+0251) is Latin Small Letter alpha but not Greek Small Letter alpha "α" (U+03B1).
Literally "ɑ" is not the first letter in English.
As you said, use of font that has single-storey "a" like Futura is correct way.
However, might use of "ɑ" be workaround if proper font cannot be available?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How can I write single-storey ɑ (The first letter in English) in Gnuplot graph title? I am always get "a" (double-story) in Gnuplot plot title?
It depends on selection of font.
Most font has double-storey a.
Some google investigations tell that
Futura
font seems to be famous for single-storey ɑ.Mac OSX seems to have Futura font.
On windows,
Century Gothic
seems to be used that is similar toFutura
.You seem to be able to download free Futura from
http://www.webpagepublicity.com/free-fonts-f4.html#Free%20Fonts
Last edit: Tatsuro MATSUOKA 2017-03-08
The below is exapmle on windows
The resulted snaphot is attached (Century-Gothic.png)
Cross posted in stack overfolw,
and better answer is given there:
http://stackoverflow.com/questions/42656678/writing-single-storey-%C9%91-in-gnuplot-graph-title
Your first answer was correct - it depends on the font.
The stack overflow answer is not correct - it suggests to use Greek letter alpha "ɑ" which is not the same as Romaji "a". Unicode does not specify the shape of a glyph, that is the job of the font.
Ethan. Thank you for explanation.
Accoding to the page
http://www.fileformat.info/info/unicode/char/0251/index.htm
"ɑ" (U+0251) is Latin Small Letter alpha but not Greek Small Letter alpha "α" (U+03B1).
Literally "ɑ" is not the first letter in English.
As you said, use of font that has single-storey "a" like
Futura
is correct way.However, might use of "ɑ" be workaround if proper font cannot be available?
In some fonts alpha may look like a, but not always. Here is a typical alpha that would look very strange if substituted for "a".
Last edit: Ethan Merritt 2017-03-08