Base Dozen Forum

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Base Dozen Forum

A board for discussion of the number twelve as the base of numeration in mathematics and physics.


Download the Base Dozen Forum as a mobile device app and subscribe to push notifications.

Dozenal Clock

Dozenal Clock
Local Dozenal Time:   
Local Decimal Time:   

Latest topics

» Phonetic Dozenal Number Names
Font CSS EmptyMon Apr 15, 2024 12:08 am by Phaethon

» Dozenal Number Words from Metric Prefixes
Font CSS EmptySat Apr 13, 2024 3:38 pm by Phaethon

» Dozenalizing Metric
Font CSS EmptyFri Apr 05, 2024 12:23 pm by Phaethon

» Myon Dozenal Nomenclature
Font CSS EmptySat Feb 17, 2024 3:18 pm by Phaethon

» Information per Area of Numerical Forms
Font CSS EmptyMon Jan 29, 2024 10:50 am by Phaethon

» Denominational Dozenal Numerals
Font CSS EmptySun Jan 28, 2024 9:25 pm by Phaethon

» Proto-Indo-European Numbers
Font CSS EmptyFri Jan 12, 2024 4:25 pm by Phaethon

» Radix Economy for Alternating Bases
Font CSS EmptySun Dec 24, 2023 5:41 pm by Phaethon

» Graduation Subdivisions
Font CSS EmptySat Dec 02, 2023 12:58 pm by Phaethon

RSS feeds


Yahoo! 
MSN 
AOL 
Netvibes 
Bloglines 

Top posters


    Font CSS

    Phaethon
    Phaethon
    Admin


    Posts : 166
    Points : 267
    Join date : 2019-08-05

    Font CSS Empty Font Styling

    Post by Phaethon Sun Aug 11, 2019 7:59 pm

    Preceding text
    Italianno
    Superseding text
    Phaethon
    Phaethon
    Admin


    Posts : 166
    Points : 267
    Join date : 2019-08-05

    Font CSS Empty Font Embedding CSS

    Post by Phaethon Fri Dec 06, 2019 8:17 pm

    Test:⓪①②③④⑤⑥⑦⑧⑨⑩⑪
    Phaethon
    Phaethon
    Admin


    Posts : 166
    Points : 267
    Join date : 2019-08-05

    Font CSS Empty css stylesheet font test

    Post by Phaethon Mon Dec 09, 2019 9:28 pm

    Code:
    <div id="demoFont">Edit this text</div>
    This was originally posted on Tue 6 Aug 2019 in the post that is now at https://dozenal.forumotion.com/t31-tables#2 which was in the general Forum Administration Topic:
    Edit this text
    Phaethon
    Phaethon
    Admin


    Posts : 166
    Points : 267
    Join date : 2019-08-05

    Font CSS Empty Re: Font CSS

    Post by Phaethon Tue Apr 14, 2020 5:37 pm

    ANNOUNCEMENT
    Anyone on this Base Dozen Forum can type the dozenal numerals that are distinguishable against decimal by using the html command as demonstrated below:

    Code:
    <z>0123456789TE; % ‰ ‱</z>

    That is, type between code lower case or upper case "z" in angled brackets at the beginning and forward slash z in angled brackets at the end:

    • the Indo-Arabic digits for numerals zero to nine,
    • the letter T for numeral ten,
    • the letter E for numeral eleven,
    • semi-colon for reversed semi-colon which is used as the fractional point,
    • percent for per square dozen,
    • Unicode 2030 per mille for per cubic dozen, and
    • Unicode 2031 for per quartic dozen.

    The effect is:

    0123456789TE; % ‰ ‱

    If you use this method, please remember always to include the reversed semi-colon dozenal fractional point to avoid ambiguity when the text is copied and pasted from the Forum. If you prefer to use circled numerals as fallbacks for the dozenal numerals instead of the Indo-Arabic digits, then the following code can be used instead:

    Code:
    <z id="z">
    Test:
    ⓪①②③④⑤⑥⑦⑧⑨⑩⑪;⁏٪؊؉
    </z>

    The result is:

    Test:
    ⓪①②③④⑤⑥⑦⑧⑨⑩⑪;⁏٪؊؉

    This second method has the advantage that it can be used with text containing a capital letter T or E inside the code. However, you do not need any code to use the circled numerals as fallbacks, because they will display as dozenal characters anyway, unless they are used with other formatting such as bold or italics in BBCode. This means that if you want to show circled numerals explicitly, they should be put in the first z html code or some other code.

    On my computer, I have keyboard shortcuts set up such that the circled numerals and reversed semi-colon can be typed directly from the keyboard simply by pressing the Caps Lock and a numeral or punctuation key, so it is actually easier for me to use circled numerals than Indo-Arabic numerals as fallbacks.

    Try it!
    Phaethon
    Phaethon
    Admin


    Posts : 166
    Points : 267
    Join date : 2019-08-05

    Font CSS Empty Reversed Comma

    Post by Phaethon Sat Apr 18, 2020 11:09 am

    Reversed Comma
    The punctuation for grouping dozenal numerals in fours is the reversed comma to match the reversed semicolon used as a fractional point. A comma typed in the z html code appears reversed:
    Code:
    <z>0123,4567,89TE;%</z>
    produces:
    0123,4567,89TE;%

    In the z id="z" html code on the other hand, a typed comma will appear as an ordinary comma. The character used for the reversed comma is Unicode 2E41:
    Code:
    <z id="z">⓪①②③⹁④⑤⑥⑦⹁⑧⑨⑩⑪⁏٪</z>
    produces:
    ⓪①②③⹁④⑤⑥⑦⹁⑧⑨⑩⑪⁏٪
    On my computer, a keyboard shortcut is set up such that pressing Caps Lock and typing the comma key produces this reversed comma character. Usually, it is not necessary to use the html code for the circled numerals and reversed punctuation marks to appear correctly on this Forum:
    Code:
    ⓪①②③⹁④⑤⑥⑦⹁⑧⑨⑩⑪⁏٪
    produces:
    ⓪①②③⹁④⑤⑥⑦⹁⑧⑨⑩⑪⁏٪

    Though the reversed punctuation marks are supported by Unicode, they are not currently supported by many fonts. A recent version of the font Times New Roman has them.
    Phaethon
    Phaethon
    Admin


    Posts : 166
    Points : 267
    Join date : 2019-08-05

    Font CSS Empty Re: Font CSS

    Post by Phaethon Sun May 03, 2020 9:14 am

    In case BBCode be preferred to HTML, here is yet another way to display the dozenal numerals on this forum. This method is used in conjunction with the circled numerals as fallbacks.
    Code:
    [font=z]Test: ⓪①②③⹁④⑤⑥⑦⹁⑧⑨⑩⑪⁏٪[/font]
    The result is:
    Test: ⓪①②③⹁④⑤⑥⑦⹁⑧⑨⑩⑪⁏٪
    In comparison to the earlier z id="z" html method, this BBCode method has the disadvantage that ordinary text inside it will appear changed from sans-serif to serif. Of course, there is no need to put letters of text inside the code.

    Sponsored content


    Font CSS Empty Re: Font CSS

    Post by Sponsored content

      Similar topics

      -

      Current date/time is Mon May 20, 2024 12:43 pm