Asterisk period (*.) - its typography

  • Thread starter Thread starter Stephen Tashi
  • Start date Start date
AI Thread Summary
The discussion centers on the typographical display of the asterisk and period, specifically whether the asterisk appears above the period due to font design or user settings. Users note that character spacing, or kerning, affects how these symbols are visually aligned in different fonts, with some fonts like DejaVu Sans causing the asterisk to appear higher. The conversation also touches on the challenges of attaching images in the forum editor and the confusion surrounding font specifications. Additionally, LaTeX alternatives for the asterisk are mentioned, highlighting the variety of ways to represent the character. Ultimately, the issue is attributed to font design rather than individual computer settings.
Stephen Tashi
Science Advisor
Homework Helper
Education Advisor
Messages
7,864
Reaction score
1,602
The forums editor (on my computer) displays the sequence of characters:
asterisk period
with the asterisk above the period instead of before it. Is this a standard typographical convention? - or something peculiar to the settings on my machine?

For example, to denote the Quicktime file format as ##*\ .MOV## instead of *.MOV , I'd prefer to type an asterisk and then a period and then MOV.
 
Physics news on Phys.org
Can you add a screenshot? I see this both in the editor and your post:

0DA2A50C-6EA1-43BD-99B3-8F72C6F478B2.jpeg
 

Attachments

  • 0DA2A50C-6EA1-43BD-99B3-8F72C6F478B2.jpeg
    0DA2A50C-6EA1-43BD-99B3-8F72C6F478B2.jpeg
    14.1 KB · Views: 606
Stephen Tashi said:
For example, to denote the Quicktime file format as ∗ .MOV instead of *.MOV
I don't see the asterisk as being above the period in the second example. Character spacing varies in many fonts, so that some character pairs appear closer together. I believe this is called kerning.
 
  • Like
Likes davenn
asteriskPeriod.JPG


I should have titled my thread "asterisk period" instead of "period asterisk" On my machine (Firefox, Fedora Linux) the "*" is shown at higher level than characters such as "+".
 

Attachments

  • asteriskPeriod.JPG
    asteriskPeriod.JPG
    3.5 KB · Views: 502
I can't tell if I successfully attached an image in the previous post. The editor's interface for attaching things is confusing. The icon "image" brings up a window asking for Image URL, but I get no option to browse the filesystem. So I used the "upload" button.
 
Stephen Tashi said:
On my machine (Firefox, Fedora Linux) the "*" is shown at higher level than characters such as "+".
I'm sure that's by design, for the same reason that 'p' appears lower than 'P', and '.' appears lower than '+'. I don't think it has anything to do with your computer, browser, or operating system, but rather, the design of the font.
 
Mark44 said:
I don't think it has anything to do with your computer, browser, or operating system, but rather, the design of the font.

Yes, it must be the design of the font - so, it does have something to with my browser being set to use the DejaVu Sans font.
 
You could specify a different font.

Default font: *.MOV

"Courier New" font: *.MOV
(using [font=Courier New]*.MOV[/font])
 
Stephen Tashi said:
I should have titled my thread "asterisk period" instead of "period asterisk"
Fixed. I also fixed it's --> its :wink:
 
  • Like
Likes Stephen Tashi and dlgoff
  • #10
There is also the LaTex _\ast "lowast" character. _\ast instead of *.
 
  • #11
Vanadium 50 said:
There is also the LaTex _\ast "lowast" character. _\ast instead of *.
##\ast## -- That's the lowast asterisk I've ever seen. :oldbiggrin:
 
  • #12
##{}^\ast## * ##\ast~_\ast## - choose your favorite.
 
  • #13
mfb said:
##{}^\ast## * ##\ast~_\ast## - choose your favorite.

Unfortunately, I can't do a \big \ast asterik, but \huge works: ##{\huge {\ast} }##
 
Back
Top