Thread: A.M. and P.M.
View Single Post
Old 03-09-2023, 03:24 PM   #5
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by enuddleyarbl View Post
Usually, when I see A.M. and P.M. in books, they've got something like class="small" or class="smallcaps" around them. Out of curiosity, does anyone know why? I never see things like U.S., D.C. or L.A. "classed" like that. Why A.M. and P.M.?
Like others said, some Style Guides put acronyms in smallcaps or "shrunken caps":

Code:
<p>The <small>FBI</small> said he was shot at 8:00 <span class="smallcaps">am</span> in 2020 <small>AD</small>.</p>
It's a very poor idea in ebooks though...

Should be replaced with simple ALL CAPS:

Code:
<p>The FBI said he was shot at 8:00 AM in 2020 AD.</p>
- - -

Note: I believe we discussed this smallcaps/acronym stuff + all the pros/cons in extreme detail:

If you type this into your favorite search engine:

Code:
smallcaps Tex2002ans site:mobileread.com
or:

Code:
acronyms Tex2002ans site:mobileread.com
you can find lots of previous discussion.

Quote:
Originally Posted by enuddleyarbl View Post
And, while I'm asking silly questions, is there a special character replacement that ought to be used in place of the abbreviations?

I find SQUARE PM (U+33D8) for p.m., but nothing for a.m..

EDIT: I found the a.m. equivalent "SQUARE AM (U+33C2)".
No. I would not use those at all.

Those are a part of the "CJK Compatibility" block, and are only meant for usage in some Chinese/Japanese/Korean (etc.) texts.

I wrote a bit about that a few months ago in:

which described the CJK circled number characters like:
  • ① = U+2460 = CIRCLED DIGIT ONE
  • ㊿ = U+32BF = CIRCLED NUMBER FIFTY

Last edited by Tex2002ans; 03-09-2023 at 03:51 PM.
Tex2002ans is offline   Reply With Quote