[predefined-counter-styles] Emoji decimal styles

Crissov has just created a new issue for 
https://github.com/w3c/predefined-counter-styles:

== Emoji decimal styles ==
Unicode has defined emoji characters for numbers 0 through 10 with a 
key-cap appearance. They could be used as either fixed or numeric 
custom counter styles:

- `emoji-numbers` fixed: 1️⃣2️⃣3️⃣4️⃣5️⃣6️⃣7️⃣8️⃣9️⃣🔟
- `emoji-decimal` numeric: 0️⃣1️⃣2️⃣3️⃣4️⃣5️⃣6️⃣7️⃣8️⃣9️⃣

Since the latter is just international digits followed by U+FE0F 
‘Variation Selector-16’ and U+20E3 ‘Combining Enclosing Keycap’, I 
wonder if `suffix: "\FE0F\20E3"` would suffice, but I suppose that 
would only work for single-digit numbers if at all.

See https://github.com/w3c/predefined-counter-styles/issues/7
Please do NOT reply to this email. If you'd like to contribute to the 
discussion, please do so at the above link. You will need to subscribe
 yourself to the issue (using the button provided by that page) to 
receive notifications of further comments.

Received on Thursday, 14 July 2016 09:50:52 UTC