In ios, li::marker contents did not work

It’s the same card, but the shape of the marker varies depending on the environment. In Windows, it is displayed well according to the shape I set, but in iOS apps, it is displayed in the default shape.
Snipaste_

li::marker
{
    content: '︱';
    font-weight: bolder;
    top: 2px;
    left: 0;
    bottom: 2px;
}

According to Mozilla – it’s not supported in iOS WebView. ::marker - CSS: Cascading Style Sheets | MDN

2 Likes