characterset icon indicating copy to clipboard operation
characterset copied to clipboard

A library for creating and manipulating character sets

Results 1 characterset issues
Sort by recently updated
recently updated
newest added

@bramstein; @zachleat: Some `unicode-range`s can be even further minified into a [wildcard](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/unicode-range#wildcard_range) in CSS output (and possibly also in the [Unicode Range Interchange tool](https://www.zachleat.com/unicode-range-interchange/)): E.g. this `unicode-range` `unicode-range: U+40-4F;` Can...