Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4559148
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T17:44:52+00:00 2026-05-21T17:44:52+00:00

I was delighted to learn that CSS lets me say list-style-type: cjk-ideographic and get

  • 0

I was delighted to learn that CSS lets me say list-style-type: cjk-ideographic and get my ordered lists numbered 一, 二, 三, 四. Unfortunately, it displays like “一.” (2 characters: kanji/hanzi 1, then ASCII period).

I looked around and found that the CSS spec actually says to do this:

The suffix for the cjk-ideographic numbering systems is a dot . U+002E.

(This seems bizarre, since Japanese doesn’t even use U+002E for ending sentences. All of the text I have here uses 、 U+3001 after the number.)

Is there a way to get the automatic “cjk-ideographic” numbering, but have it omit this suffix character, or (better yet) tell it to use U+3001 as the suffix character?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T17:44:53+00:00Added an answer on May 21, 2026 at 5:44 pm

    I’m assuming you only want the numbering but not the dot. If that’s the case, you can do

    ol {
        margin: 0 0 1em 0;  
        counter-reset: item;
    }
    li:before {
        content: counter(item, cjk-ideographic) " ";
        counter-increment: item;    
    }
    

    Check working example at http://jsfiddle.net/davidThomas/82SSG/1/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was delighted to discover that Android 2.2 supports the position:fixed CSS selector. I've
Am I missing something? I'm delighted that all that code is there showing how
I've just installed Git for Windows and am delighted to see that it installs
I'm trying to learn Backbone by looking at an app that someone I know
I have worked with JSF, so pretty much delighted with JSF datatable . Is
Grabbing delimited dates from database and adding new ones to the list, then want
To my surprise and delight I read that an adminsitrator can import (nearly directly)
I have a tab delimited file on a shared path. I've setup that flat
Not that significant, but annoying to no end. Why does matlab has no small
I have a comma delimited list of numbers. I need to match everything up

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.