From 6977550b8d0723a2772e02108c0c140eeaf95866 Mon Sep 17 00:00:00 2001 From: Belleve Date: Sun, 21 Jul 2024 10:33:47 -1000 Subject: [PATCH 1/8] Optimize the shape of rounded `e` (#2424). (#2425) --- changes/30.4.0.md | 1 + .../font-glyphs/src/letter/latin/lower-e.ptl | 24 +++++++------------ 2 files changed, 9 insertions(+), 16 deletions(-) create mode 100644 changes/30.4.0.md diff --git a/changes/30.4.0.md b/changes/30.4.0.md new file mode 100644 index 000000000..458746302 --- /dev/null +++ b/changes/30.4.0.md @@ -0,0 +1 @@ +* Optimize the shape of rounded `e` (#2424). diff --git a/packages/font-glyphs/src/letter/latin/lower-e.ptl b/packages/font-glyphs/src/letter/latin/lower-e.ptl index d6aba09f1..253a53489 100644 --- a/packages/font-glyphs/src/letter/latin/lower-e.ptl +++ b/packages/font-glyphs/src/letter/latin/lower-e.ptl @@ -75,19 +75,15 @@ glyph-block Letter-Latin-Lower-E : begin glyph-block-export SmallERoundedShape define [SmallERoundedShape] : with-params [df top stroke barpos tailSlab schwaTail] : glyph-proc local barbottom : top * [fallback barpos : if para.isItalic 0.500 0.475] - (stroke / 2) - - local pBarRight : 0.475 - TanSlope * 0.5 - local pArcRight : if para.isItalic (0.425 - TanSlope * 0.25) (ArchDepthA / (ArchDepthA + ArchDepthB)) - local xStart : df.leftSB + [HSwToV : 0.125 * stroke] local pfIt : if para.isItalic 1 0 local path : include : dispiro widths.lhs stroke - [if para.isItalic g2 flat] xStart (barbottom - pfIt * [StrokeWidthBlend 2 3] * O) + [if para.isItalic g2 flat] xStart (barbottom + 0.1 * pfIt * (top - barbottom)) if para.isItalic [alsoThru.g2 0.5 0.8] [list] - [if para.isItalic g2 curl] [mix (xStart + pfIt * [HSwToV : 0.25 * stroke]) df.rightSB pBarRight] (barbottom + pfIt * [StrokeWidthBlend 0.25 1] * O) - if para.isItalic {} [archv] - g4 (df.rightSB - OX) [mix barbottom top pArcRight] + [if para.isItalic g2.right.mid flat] [mix xStart df.rightSB 0.475] barbottom + archv + g4 (df.rightSB - OX) [YSmoothMidR top barbottom] arch.lhs top (sw -- stroke) flat (df.leftSB + OX) (top - [df.archDepthA SmallArchDepth]) curl (df.leftSB + OX) (0 + [df.archDepthB SmallArchDepth]) @@ -100,19 +96,15 @@ glyph-block Letter-Latin-Lower-E : begin glyph-block-export RevSmallERoundedShape define [RevSmallERoundedShape] : with-params [df top stroke barpos] : glyph-proc local barbottom : top * [fallback barpos : if para.isItalic 0.500 0.475] - (stroke / 2) - - local pBarRight : 0.475 - TanSlope * 0.5 - local pArcRight : if para.isItalic (0.425 + TanSlope * 0.25) (ArchDepthB / (ArchDepthA + ArchDepthB)) - local xStart : df.rightSB - [HSwToV : 0.125 * stroke] local pfIt : if para.isItalic 1 0 include : dispiro widths.rhs stroke - [if para.isItalic g2 flat] xStart (barbottom - pfIt * [StrokeWidthBlend 2 3] * O) + [if para.isItalic g2 flat] xStart (barbottom + 0.1 * pfIt * (top - barbottom)) if para.isItalic [alsoThru.g2 0.5 0.8] [list] - [if para.isItalic g2 curl] [mix (xStart - pfIt * [HSwToV : 0.25 * stroke]) df.leftSB pBarRight] (barbottom + pfIt * [StrokeWidthBlend 0.25 1] * O) - if para.isItalic {} [archv] - g4 (df.leftSB + OX) [mix barbottom top pArcRight] + [if para.isItalic g2.left.mid curl] [mix xStart df.leftSB 0.475] (barbottom + pfIt * [StrokeWidthBlend 0.25 1] * O) + archv + g4 (df.leftSB + OX) [YSmoothMidL top barbottom] arch.rhs top (sw -- stroke) flat (df.rightSB - OX) (top - [df.archDepthB SmallArchDepth]) curl (df.rightSB - OX) (0 + [df.archDepthA SmallArchDepth]) From 4e9c3bce9d8e9fc87360a86ca77143af43a08116 Mon Sep 17 00:00:00 2001 From: Belleve Date: Sun, 21 Jul 2024 16:24:06 -1000 Subject: [PATCH 2/8] Eng: Unify the inclusion interface (#2426) * Unify inclusion interface * Version bump + sample update --- images/button-release.dark.svg | 7 +- images/button-release.light.svg | 7 +- ...mathematical-alphanumeric-symbols.dark.svg | 4 +- ...athematical-alphanumeric-symbols.light.svg | 4 +- images/cv-e-rounded.dark.svg | 2 +- images/cv-e-rounded.light.svg | 2 +- images/languages.dark.svg | 2 +- images/languages.light.svg | 2 +- images/ss-i-off-0.dark.svg | 2 +- images/ss-i-off-0.light.svg | 2 +- images/ss-i-ss03-1.dark.svg | 2 +- images/ss-i-ss03-1.light.svg | 2 +- images/ss-i-ss10-1.dark.svg | 2 +- images/ss-i-ss10-1.light.svg | 2 +- images/ss-i-ss11-1.dark.svg | 2 +- images/ss-i-ss11-1.light.svg | 2 +- images/ss-i-ss12-1.dark.svg | 2 +- images/ss-i-ss12-1.light.svg | 2 +- images/ss-i-ss14-1.dark.svg | 2 +- images/ss-i-ss14-1.light.svg | 2 +- images/ss-i-ss15-1.dark.svg | 2 +- images/ss-i-ss15-1.light.svg | 2 +- images/ss-i-ss17-1.dark.svg | 2 +- images/ss-i-ss17-1.light.svg | 2 +- images/ss-i-ss18-1.dark.svg | 2 +- images/ss-i-ss18-1.light.svg | 2 +- images/ss-i-ss20-1.dark.svg | 2 +- images/ss-i-ss20-1.light.svg | 2 +- package-lock.json | 208 +++++++++--------- package.json | 12 +- packages/font-glyphs/package.json | 12 +- .../font-glyphs/src/common/derivatives.ptl | 19 +- packages/font-glyphs/src/common/shapes.ptl | 31 ++- packages/font-glyphs/src/index.ptl | 4 +- packages/font-glyphs/src/meta/macros.ptl | 19 +- .../src/symbol/geometric/shared.ptl | 4 +- packages/font-glyphs/src/symbol/math/apl.ptl | 2 +- .../src/symbol/pictograph/stick-figure.ptl | 4 +- packages/font-kits/package.json | 8 +- packages/font-otl/package.json | 6 +- packages/font/package.json | 20 +- packages/geometry-cache/package.json | 4 +- packages/geometry/package.json | 4 +- packages/geometry/src/transform.mjs | 4 + packages/glyph/package.json | 4 +- packages/glyph/src/glyph.mjs | 49 +++-- packages/param/package.json | 4 +- packages/util/package.json | 2 +- tools/amend-readme/package.json | 4 +- tools/data-export/package.json | 4 +- tools/generate-samples/package.json | 4 +- tools/misc/package.json | 6 +- 52 files changed, 272 insertions(+), 236 deletions(-) diff --git a/images/button-release.dark.svg b/images/button-release.dark.svg index 632ac29f0..c2d2a3bed 100644 --- a/images/button-release.dark.svg +++ b/images/button-release.dark.svg @@ -9,6 +9,7 @@ + @@ -20,13 +21,13 @@ - + - + - + \ No newline at end of file diff --git a/images/button-release.light.svg b/images/button-release.light.svg index e941c69d8..2810b5fbd 100644 --- a/images/button-release.light.svg +++ b/images/button-release.light.svg @@ -9,6 +9,7 @@ + @@ -20,13 +21,13 @@ - + - + - + \ No newline at end of file diff --git a/images/cs-block-mathematical-alphanumeric-symbols.dark.svg b/images/cs-block-mathematical-alphanumeric-symbols.dark.svg index d376bca15..7ca80245b 100644 --- a/images/cs-block-mathematical-alphanumeric-symbols.dark.svg +++ b/images/cs-block-mathematical-alphanumeric-symbols.dark.svg @@ -101,7 +101,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/images/cs-block-mathematical-alphanumeric-symbols.light.svg b/images/cs-block-mathematical-alphanumeric-symbols.light.svg index 6456b7b07..264cbf288 100644 --- a/images/cs-block-mathematical-alphanumeric-symbols.light.svg +++ b/images/cs-block-mathematical-alphanumeric-symbols.light.svg @@ -101,7 +101,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/images/cv-e-rounded.dark.svg b/images/cv-e-rounded.dark.svg index 6542bb655..f1b5207d5 100644 --- a/images/cv-e-rounded.dark.svg +++ b/images/cv-e-rounded.dark.svg @@ -1,7 +1,7 @@ - + diff --git a/images/cv-e-rounded.light.svg b/images/cv-e-rounded.light.svg index 20cad63c4..052f41769 100644 --- a/images/cv-e-rounded.light.svg +++ b/images/cv-e-rounded.light.svg @@ -1,7 +1,7 @@ - + diff --git a/images/languages.dark.svg b/images/languages.dark.svg index 8c56ad923..1bb145198 100644 --- a/images/languages.dark.svg +++ b/images/languages.dark.svg @@ -68,7 +68,7 @@ - + diff --git a/images/languages.light.svg b/images/languages.light.svg index 667122aea..f1f6a90ca 100644 --- a/images/languages.light.svg +++ b/images/languages.light.svg @@ -68,7 +68,7 @@ - + diff --git a/images/ss-i-off-0.dark.svg b/images/ss-i-off-0.dark.svg index 18bce2e64..c970d0eae 100644 --- a/images/ss-i-off-0.dark.svg +++ b/images/ss-i-off-0.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-off-0.light.svg b/images/ss-i-off-0.light.svg index 3a0257ea8..f89c51748 100644 --- a/images/ss-i-off-0.light.svg +++ b/images/ss-i-off-0.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss03-1.dark.svg b/images/ss-i-ss03-1.dark.svg index 477015ee7..9f1cb826c 100644 --- a/images/ss-i-ss03-1.dark.svg +++ b/images/ss-i-ss03-1.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss03-1.light.svg b/images/ss-i-ss03-1.light.svg index 217e168a1..2b54e2afa 100644 --- a/images/ss-i-ss03-1.light.svg +++ b/images/ss-i-ss03-1.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss10-1.dark.svg b/images/ss-i-ss10-1.dark.svg index 1628f0f30..3dc6741c2 100644 --- a/images/ss-i-ss10-1.dark.svg +++ b/images/ss-i-ss10-1.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss10-1.light.svg b/images/ss-i-ss10-1.light.svg index 7a54baec7..469adecad 100644 --- a/images/ss-i-ss10-1.light.svg +++ b/images/ss-i-ss10-1.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss11-1.dark.svg b/images/ss-i-ss11-1.dark.svg index df9c844c7..d0f008062 100644 --- a/images/ss-i-ss11-1.dark.svg +++ b/images/ss-i-ss11-1.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss11-1.light.svg b/images/ss-i-ss11-1.light.svg index 58077e2f9..dc2c85790 100644 --- a/images/ss-i-ss11-1.light.svg +++ b/images/ss-i-ss11-1.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss12-1.dark.svg b/images/ss-i-ss12-1.dark.svg index 6f557ba55..1ff4377bc 100644 --- a/images/ss-i-ss12-1.dark.svg +++ b/images/ss-i-ss12-1.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss12-1.light.svg b/images/ss-i-ss12-1.light.svg index 25b059d09..0d8d2c14f 100644 --- a/images/ss-i-ss12-1.light.svg +++ b/images/ss-i-ss12-1.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss14-1.dark.svg b/images/ss-i-ss14-1.dark.svg index 2e8a1139c..045e2e74b 100644 --- a/images/ss-i-ss14-1.dark.svg +++ b/images/ss-i-ss14-1.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss14-1.light.svg b/images/ss-i-ss14-1.light.svg index 444e449a5..9766a5b3e 100644 --- a/images/ss-i-ss14-1.light.svg +++ b/images/ss-i-ss14-1.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss15-1.dark.svg b/images/ss-i-ss15-1.dark.svg index ac5db2445..3b200f9e2 100644 --- a/images/ss-i-ss15-1.dark.svg +++ b/images/ss-i-ss15-1.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss15-1.light.svg b/images/ss-i-ss15-1.light.svg index f9e830c24..0f8855a02 100644 --- a/images/ss-i-ss15-1.light.svg +++ b/images/ss-i-ss15-1.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss17-1.dark.svg b/images/ss-i-ss17-1.dark.svg index 64ccdbd6d..1d6031259 100644 --- a/images/ss-i-ss17-1.dark.svg +++ b/images/ss-i-ss17-1.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss17-1.light.svg b/images/ss-i-ss17-1.light.svg index 0d8379620..d2ab59d78 100644 --- a/images/ss-i-ss17-1.light.svg +++ b/images/ss-i-ss17-1.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss18-1.dark.svg b/images/ss-i-ss18-1.dark.svg index fe7b486a9..38599ec15 100644 --- a/images/ss-i-ss18-1.dark.svg +++ b/images/ss-i-ss18-1.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss18-1.light.svg b/images/ss-i-ss18-1.light.svg index 18c4f9695..0519a264f 100644 --- a/images/ss-i-ss18-1.light.svg +++ b/images/ss-i-ss18-1.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss20-1.dark.svg b/images/ss-i-ss20-1.dark.svg index a4a9c2028..ac74cddae 100644 --- a/images/ss-i-ss20-1.dark.svg +++ b/images/ss-i-ss20-1.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss20-1.light.svg b/images/ss-i-ss20-1.light.svg index 9fe7ee523..400481530 100644 --- a/images/ss-i-ss20-1.light.svg +++ b/images/ss-i-ss20-1.light.svg @@ -32,7 +32,7 @@ - + diff --git a/package-lock.json b/package-lock.json index deff30fa0..555420bef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iosevka/monorepo", - "version": "30.3.3", + "version": "30.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iosevka/monorepo", - "version": "30.3.3", + "version": "30.4.0", "workspaces": [ "packages/*", "tools/*" @@ -15,18 +15,18 @@ "@iarna/toml": "^2.2.5", "deep-equal": "^2.2.3", "otb-ttc-bundle": "^1.7.4", - "semver": "^7.6.2", + "semver": "^7.6.3", "uuid": "^10.0.0", "verda": "^1.12.2", "which": "^4.0.0" }, "devDependencies": { - "eslint": "^9.6.0", + "eslint": "^9.7.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-prettier": "^5.1.3", - "glob": "^10.4.2", + "eslint-plugin-prettier": "^5.2.1", + "glob": "^11.0.0", "patel": "^0.40.0", - "prettier": "^3.3.2" + "prettier": "^3.3.3" }, "engines": { "node": ">=16.0.0" @@ -106,9 +106,9 @@ } }, "node_modules/@eslint/js": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.6.0.tgz", - "integrity": "sha512-D9B0/3vNg44ZeWbYMpBoXqNP4j6eQD5vNwIlGAuFRRzK/WtT/jvDQW3Bi9kkf3PMDMlM7Yi+73VLUsn5bJcl8A==", + "version": "9.7.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.7.0.tgz", + "integrity": "sha512-ChuWDQenef8OSFnvuxv0TCVxEwmu3+hPNKvM9B34qpM0rDRbjL8t5QkQeHHeAfsKQjuH9wS82WeCi1J/owatng==", "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1467,16 +1467,16 @@ } }, "node_modules/eslint": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.6.0.tgz", - "integrity": "sha512-ElQkdLMEEqQNM9Njff+2Y4q2afHk7JpkPvrd7Xh7xefwgQynqPxwf55J7di9+MEibWUGdNjFF9ITG9Pck5M84w==", + "version": "9.7.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.7.0.tgz", + "integrity": "sha512-FzJ9D/0nGiCGBf8UXO/IGLTgLVzIxze1zpfA8Ton2mjLovXdAPlYDv+MQDcqj3TmrhAGYfOpz9RfR+ent0AgAw==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.6.1", + "@eslint-community/regexpp": "^4.11.0", "@eslint/config-array": "^0.17.0", "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "9.6.0", + "@eslint/js": "9.7.0", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.3.0", "@nodelib/fs.walk": "^1.2.8", @@ -1485,7 +1485,7 @@ "cross-spawn": "^7.0.2", "debug": "^4.3.2", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.0.1", + "eslint-scope": "^8.0.2", "eslint-visitor-keys": "^4.0.0", "espree": "^10.1.0", "esquery": "^1.5.0", @@ -1530,13 +1530,13 @@ } }, "node_modules/eslint-plugin-prettier": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz", - "integrity": "sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz", + "integrity": "sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==", "dev": true, "dependencies": { "prettier-linter-helpers": "^1.0.0", - "synckit": "^0.8.6" + "synckit": "^0.9.1" }, "engines": { "node": "^14.18.0 || >=16.0.0" @@ -1560,9 +1560,9 @@ } }, "node_modules/eslint-scope": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.1.tgz", - "integrity": "sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.2.tgz", + "integrity": "sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==", "dev": true, "dependencies": { "esrecurse": "^4.3.0", @@ -1617,9 +1617,9 @@ } }, "node_modules/esquery": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", - "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", + "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", "dev": true, "dependencies": { "estraverse": "^5.1.0" @@ -1827,23 +1827,23 @@ } }, "node_modules/glob": { - "version": "10.4.2", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.2.tgz", - "integrity": "sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.0.tgz", + "integrity": "sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==", "dev": true, "dependencies": { "foreground-child": "^3.1.0", - "jackspeak": "^3.1.2", - "minimatch": "^9.0.4", + "jackspeak": "^4.0.1", + "minimatch": "^10.0.0", "minipass": "^7.1.2", "package-json-from-dist": "^1.0.0", - "path-scurry": "^1.11.1" + "path-scurry": "^2.0.0" }, "bin": { "glob": "dist/esm/bin.mjs" }, "engines": { - "node": ">=16 || 14 >=14.18" + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -1871,15 +1871,15 @@ } }, "node_modules/glob/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", + "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -1914,9 +1914,9 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, "node_modules/harfbuzzjs": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/harfbuzzjs/-/harfbuzzjs-0.3.5.tgz", - "integrity": "sha512-SbNxmVAyhlUJTHdaxgK5S6Uqy4mXIu80Vl6KDn8d+ctPAF6W3DY2yehB4BwIC24I/Tk5HGLjaQkyny5gY0r41Q==" + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/harfbuzzjs/-/harfbuzzjs-0.3.6.tgz", + "integrity": "sha512-dzf7y6NS8fiAIvPAL/VKwY8wx2HCzUB0vUfOo6h1J5UilFEEf7iYqFsvgwjHwvM3whbjfOMadNvQekU3KuRnWQ==" }, "node_modules/has-bigints": { "version": "1.0.2", @@ -2314,15 +2314,15 @@ } }, "node_modules/jackspeak": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.0.tgz", - "integrity": "sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.0.1.tgz", + "integrity": "sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==", "dev": true, "dependencies": { "@isaacs/cliui": "^8.0.2" }, "engines": { - "node": ">=14" + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -2421,12 +2421,12 @@ "dev": true }, "node_modules/lru-cache": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.3.0.tgz", - "integrity": "sha512-CQl19J/g+Hbjbv4Y3mFNNXFEL/5t/KCg8POCuUqd4rMKjGG+j1ybER83hxV58zL+dFI1PTkt3GNFSHRt+d8qEQ==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.0.tgz", + "integrity": "sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==", "dev": true, "engines": { - "node": "14 || >=16.14" + "node": "20 || >=22" } }, "node_modules/memoizeasync": { @@ -2717,16 +2717,16 @@ } }, "node_modules/path-scurry": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", - "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz", + "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==", "dev": true, "dependencies": { - "lru-cache": "^10.2.0", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + "lru-cache": "^11.0.0", + "minipass": "^7.1.2" }, "engines": { - "node": ">=16 || 14 >=14.18" + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -2789,9 +2789,9 @@ } }, "node_modules/prettier": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", - "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", + "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" @@ -2960,9 +2960,9 @@ } }, "node_modules/semver": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", - "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "bin": { "semver": "bin/semver.js" }, @@ -3209,9 +3209,9 @@ } }, "node_modules/synckit": { - "version": "0.8.8", - "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.8.tgz", - "integrity": "sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.1.tgz", + "integrity": "sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==", "dev": true, "dependencies": { "@pkgr/core": "^0.1.0", @@ -3663,118 +3663,118 @@ }, "packages/font": { "name": "@iosevka/font", - "version": "30.3.3", + "version": "30.4.0", "dependencies": { "@iarna/toml": "^2.2.5", - "@iosevka/font-glyphs": "30.3.3", - "@iosevka/font-otl": "30.3.3", - "@iosevka/geometry": "30.3.3", - "@iosevka/geometry-cache": "30.3.3", - "@iosevka/glyph": "30.3.3", - "@iosevka/param": "30.3.3", - "@iosevka/util": "30.3.3", - "harfbuzzjs": "^0.3.5", + "@iosevka/font-glyphs": "30.4.0", + "@iosevka/font-otl": "30.4.0", + "@iosevka/geometry": "30.4.0", + "@iosevka/geometry-cache": "30.4.0", + "@iosevka/glyph": "30.4.0", + "@iosevka/param": "30.4.0", + "@iosevka/util": "30.4.0", + "harfbuzzjs": "^0.3.6", "ot-builder": "^1.7.4", - "semver": "^7.6.2" + "semver": "^7.6.3" } }, "packages/font-glyphs": { "name": "@iosevka/font-glyphs", - "version": "30.3.3", + "version": "30.4.0", "dependencies": { - "@iosevka/font-kits": "30.3.3", - "@iosevka/geometry": "30.3.3", - "@iosevka/geometry-cache": "30.3.3", - "@iosevka/glyph": "30.3.3", - "@iosevka/util": "30.3.3", + "@iosevka/font-kits": "30.4.0", + "@iosevka/geometry": "30.4.0", + "@iosevka/geometry-cache": "30.4.0", + "@iosevka/glyph": "30.4.0", + "@iosevka/util": "30.4.0", "typo-geom": "^0.16.1" } }, "packages/font-kits": { "name": "@iosevka/font-kits", - "version": "30.3.3", + "version": "30.4.0", "dependencies": { - "@iosevka/geometry": "30.3.3", - "@iosevka/glyph": "30.3.3", - "@iosevka/util": "30.3.3" + "@iosevka/geometry": "30.4.0", + "@iosevka/glyph": "30.4.0", + "@iosevka/util": "30.4.0" } }, "packages/font-otl": { "name": "@iosevka/font-otl", - "version": "30.3.3", + "version": "30.4.0", "dependencies": { - "@iosevka/font-glyphs": "30.3.3", - "@iosevka/glyph": "30.3.3", + "@iosevka/font-glyphs": "30.4.0", + "@iosevka/glyph": "30.4.0", "toposort": "^2.0.2" } }, "packages/geometry": { "name": "@iosevka/geometry", - "version": "30.3.3", + "version": "30.4.0", "dependencies": { - "@iosevka/util": "30.3.3", + "@iosevka/util": "30.4.0", "spiro": "^3.0.1", "typo-geom": "^0.16.1" } }, "packages/geometry-cache": { "name": "@iosevka/geometry-cache", - "version": "30.3.3", + "version": "30.4.0", "dependencies": { - "@iosevka/geometry": "30.3.3", + "@iosevka/geometry": "30.4.0", "@msgpack/msgpack": "^2.8.0" } }, "packages/glyph": { "name": "@iosevka/glyph", - "version": "30.3.3", + "version": "30.4.0", "dependencies": { - "@iosevka/geometry": "30.3.3" + "@iosevka/geometry": "30.4.0" } }, "packages/param": { "name": "@iosevka/param", - "version": "30.3.3", + "version": "30.4.0", "dependencies": { - "@iosevka/util": "30.3.3" + "@iosevka/util": "30.4.0" } }, "packages/util": { "name": "@iosevka/util", - "version": "30.3.3" + "version": "30.4.0" }, "tools/amend-readme": { "name": "@iosevka/amend-readme", - "version": "30.3.3", + "version": "30.4.0", "dependencies": { "@iarna/toml": "^2.2.5", - "@iosevka/param": "30.3.3", + "@iosevka/param": "30.4.0", "@unicode/unicode-15.1.0": "^1.5.2" } }, "tools/data-export": { "name": "@iosevka/data-export", - "version": "30.3.3", + "version": "30.4.0", "dependencies": { "@iarna/toml": "^2.2.5", - "@iosevka/param": "30.3.3", + "@iosevka/param": "30.4.0", "@unicode/unicode-15.1.0": "^1.5.2", "cldr": "^7.5.0" } }, "tools/generate-samples": { "name": "@iosevka/generate-samples", - "version": "30.3.3", + "version": "30.4.0", "dependencies": { - "@iosevka/data-export": "30.3.3" + "@iosevka/data-export": "30.4.0" } }, "tools/misc": { "name": "@iosevka/misc", - "version": "30.3.3", + "version": "30.4.0", "dependencies": { - "@iosevka/util": "30.3.3", - "semver": "^7.6.2", + "@iosevka/util": "30.4.0", + "semver": "^7.6.3", "wawoff2": "^2.0.1" } } diff --git a/package.json b/package.json index 68a209214..cf33aa0ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iosevka/monorepo", - "version": "30.3.3", + "version": "30.4.0", "workspaces": [ "packages/*", "tools/*" @@ -17,18 +17,18 @@ "@iarna/toml": "^2.2.5", "deep-equal": "^2.2.3", "otb-ttc-bundle": "^1.7.4", - "semver": "^7.6.2", + "semver": "^7.6.3", "uuid": "^10.0.0", "verda": "^1.12.2", "which": "^4.0.0" }, "devDependencies": { - "eslint": "^9.6.0", + "eslint": "^9.7.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-prettier": "^5.1.3", - "glob": "^10.4.2", + "eslint-plugin-prettier": "^5.2.1", + "glob": "^11.0.0", "patel": "^0.40.0", - "prettier": "^3.3.2" + "prettier": "^3.3.3" }, "engines": { "node": ">=16.0.0" diff --git a/packages/font-glyphs/package.json b/packages/font-glyphs/package.json index 21710bb90..91e89f3e7 100644 --- a/packages/font-glyphs/package.json +++ b/packages/font-glyphs/package.json @@ -1,6 +1,6 @@ { "name": "@iosevka/font-glyphs", - "version": "30.3.3", + "version": "30.4.0", "private": true, "exports": { ".": "./src/index.mjs", @@ -8,11 +8,11 @@ "./unicode-knowledge": "./src/meta/unicode-knowledge.mjs" }, "dependencies": { - "@iosevka/font-kits": "30.3.3", - "@iosevka/geometry": "30.3.3", - "@iosevka/geometry-cache": "30.3.3", - "@iosevka/glyph": "30.3.3", - "@iosevka/util": "30.3.3", + "@iosevka/font-kits": "30.4.0", + "@iosevka/geometry": "30.4.0", + "@iosevka/geometry-cache": "30.4.0", + "@iosevka/glyph": "30.4.0", + "@iosevka/util": "30.4.0", "typo-geom": "^0.16.1" } } diff --git a/packages/font-glyphs/src/common/derivatives.ptl b/packages/font-glyphs/src/common/derivatives.ptl index d5eb8ea48..45857645c 100644 --- a/packages/font-glyphs/src/common/derivatives.ptl +++ b/packages/font-glyphs/src/common/derivatives.ptl @@ -42,7 +42,7 @@ glyph-block Common-Derivatives : begin foreach gr [items-of SvInheritableRelations] : begin local v : gr.get fromGlyph - if v : gr.set this v + if v : gr.set currentGlyph v glyph-block-export orthographic-italic define [orthographic-italic name unicode] : if para.isItalic @@ -60,10 +60,15 @@ glyph-block Common-Derivatives : begin return : glyphStore.queryByName id glyph-block-export refer-glyph - define [refer-glyph id] : lambda [copyAnchors copyWidth] : begin - local goal : query-glyph id - if [not goal] : throw : new Error "Cannot find glyph '\(id)'" - this.includeGlyph goal copyAnchors copyWidth + define [refer-glyph id] : new ReferGlyph id + + class ReferGlyph + public [new id] : begin + set this.id id + public [applyToGlyph target copyAnchors copyWidth] : begin + local goal : query-glyph this.id + if [not goal] : throw : new Error "Cannot find glyph '\(this.id)'" + target.includeGlyph goal copyAnchors copyWidth glyph-block-export DeriveMeshT define [DeriveMeshT gnSources Query Fn FnLink] : begin @@ -146,11 +151,11 @@ glyph-block Common-Derivatives : begin # This is [FlipAround], but we cannot use it because common-shapes depends on this # glyph block - include [this.gizmo.inverse] + include [currentGlyph.gizmo.inverse] include : Translate (-x) (-y) include : Scale (-1) (-1) include : Translate x y - include this.gizmo + include currentGlyph.gizmo glyph-block-export link-reduced-variant define [link-reduced-variant] : with-params [dstGid srcGid gr follow shapeFrom] : begin diff --git a/packages/font-glyphs/src/common/shapes.ptl b/packages/font-glyphs/src/common/shapes.ptl index 5c530b354..08f20476f 100644 --- a/packages/font-glyphs/src/common/shapes.ptl +++ b/packages/font-glyphs/src/common/shapes.ptl @@ -11,15 +11,22 @@ glyph-block CommonShapes : begin glyph-block-import Common-Derivatives glyph-block-export no-shape - define [no-shape] { .__isNoShape true } + define [no-shape] [new NoShape] + class NoShape : public [applyToGlyph] : begin glyph-block-export tagged - define [tagged tag component] : function [ca cw] : begin - define t this.ctxTag - set this.ctxTag tag - define ret : this.include component ca cw - set this.ctxTag t - return ret + define [tagged tag component] : new TagComponentProc tag component + + class TagComponentProc + public [new tag component] : begin + set this.tag tag + set this.component component + public [applyToGlyph target copyAnchors copyMetrics] : begin + local t target.ctxTag + set target.ctxTag this.tag + local ret : target.include this.component copyAnchors copyMetrics + set target.ctxTag t + return ret glyph-block-export Rect define [Rect u d l r transformShiftOnly] : glyph-proc @@ -621,11 +628,11 @@ glyph-block CommonShapes : begin glyph-block-export Ungizmo define [Ungizmo] : glyph-proc - include [this.gizmo.inverse] + include [currentGlyph.gizmo.inverse] glyph-block-export Regizmo define [Regizmo] : glyph-proc - include this.gizmo + include currentGlyph.gizmo # Composite transformations glyph-block-export FlipAround @@ -643,7 +650,7 @@ glyph-block CommonShapes : begin define [Realign x y sx sy] : ApparentTranslate (sx - x) (sy - y) glyph-block-export ForceUpright - define [ForceUpright] : glyph-proc [set this.gizmo : Transform.Id] + define [ForceUpright] : glyph-proc [set currentGlyph.gizmo : Transform.Id] glyph-block-export NameUni define [NameUni unicode] : begin @@ -653,9 +660,9 @@ glyph-block CommonShapes : begin glyph-block-export PointingTo define [PointingTo x1 y1 x2 y2 G] : glyph-proc - local giz this.gizmo + local giz currentGlyph.gizmo local g : new-glyph : glyph-proc - set this.gizmo : Transform.Id + set currentGlyph.gizmo : Transform.Id local {.x xo .y yo} : [Transform.Id].apply {.x x1 .y y1} local {.x xt .y yt} : [Transform.Id].apply {.x x2 .y y2} local mag : Math.hypot (yo - yt) (xo - xt) diff --git a/packages/font-glyphs/src/index.ptl b/packages/font-glyphs/src/index.ptl index ad81981eb..45410148b 100644 --- a/packages/font-glyphs/src/index.ptl +++ b/packages/font-glyphs/src/index.ptl @@ -1,4 +1,4 @@ -import [Glyph] from "@iosevka/glyph" +import [Glyph GlyphProc ForkGlyphProc] from "@iosevka/glyph" import [GlyphStore] from "@iosevka/glyph/store" import [GlyphBlock GlyphBuildExecutor] from "@iosevka/glyph/block" import as Gr from "@iosevka/glyph/relation" @@ -100,6 +100,8 @@ export : define [buildGlyphs para recursive] : begin glyph-is-needed buildGlyphs fontMetrics + GlyphProc + ForkGlyphProc ### HERE WE GO run-glyph-module "./common/derivatives.mjs" diff --git a/packages/font-glyphs/src/meta/macros.ptl b/packages/font-glyphs/src/meta/macros.ptl index 23dab4d53..848eee208 100644 --- a/packages/font-glyphs/src/meta/macros.ptl +++ b/packages/font-glyphs/src/meta/macros.ptl @@ -108,15 +108,15 @@ define-macro flex-params : syntax-rules ### Necessary macros # A glyph construction is a function which "modifies" a glyph. define-macro glyph-proc : syntax-rules - `[glyph-proc @::steps] : dirty `[lambda [] [begin \\ - local currentGlyph this + `[glyph-proc @::steps] : dirty `[new $Capture$.GlyphProc : function [currentGlyph] [begin \\ + # local currentGlyph this begin @::[steps.map formOf] return nothing ]] define-macro composite-proc : syntax-rules - `[composite-proc @::steps] : dirty `[lambda [] [begin \\ - local currentGlyph this + `[composite-proc @::steps] : dirty `[new $Capture$.GlyphProc : function [currentGlyph] [begin \\ + # local currentGlyph this begin @::[steps.map : lambda [x j] : if j `[include @[formOf x]] `[include @[formOf x] true true]] return nothing ]] @@ -154,9 +154,8 @@ define-macro create-aliased-glyph : syntax-rules `[create-aliased-glyph @name] : begin dirty `[create-aliased-glyph @[formOf name] null] `[create-aliased-glyph @name @code] : begin - dirty `[$createAndSaveGlyphImpl$ @[formOf name] @[formOf code] [lambda : begin - [this.include currentGlyph true true] - [this.cloneRankFromGlyph currentGlyph] ]] + dirty `[$createAndSaveGlyphImpl$ @[formOf name] @[formOf code] + [new $Capture$.ForkGlyphProc currentGlyph null] ] define-macro create-forked-glyph : syntax-rules `[create-forked-glyph @body] : begin @@ -168,10 +167,8 @@ define-macro create-forked-glyph : syntax-rules `[create-forked-glyph @name @body] : begin dirty `[create-forked-glyph @[formOf name] null @[formOf body]] `[create-forked-glyph @name @code @body] : begin - dirty `[$createAndSaveGlyphImpl$ @[formOf name] @[formOf code] [lambda : begin - [this.include currentGlyph true true] - [this.cloneRankFromGlyph currentGlyph] - [this.include @[formOf body]] ]] + dirty `[$createAndSaveGlyphImpl$ @[formOf name] @[formOf code] + [new $Capture$.ForkGlyphProc currentGlyph @[formOf body]] ] ###### Glyph modules and Glyph blocks diff --git a/packages/font-glyphs/src/symbol/geometric/shared.ptl b/packages/font-glyphs/src/symbol/geometric/shared.ptl index 6e9de41f2..8fb4d3047 100644 --- a/packages/font-glyphs/src/symbol/geometric/shared.ptl +++ b/packages/font-glyphs/src/symbol/geometric/shared.ptl @@ -63,8 +63,8 @@ glyph-block Symbol-Geometric-Shared : begin define [pointsAreNotClose a b] : begin return : [Math.abs (a.x - b.x)] > OCCURRENT_PRECISION || [Math.abs (a.y - b.y)] > OCCURRENT_PRECISION define [ConvexPolygonOutline shape sw] : begin - local outlines : glyph-proc : begin - set this.gizmo : Translate 0 0 + local outlines : glyph-proc + set currentGlyph.gizmo : Translate 0 0 foreach c [items-of : shape.geometry.toContours] : foreach j [range 0 c.length] : begin local a c.[if j (j - 1) (c.length - 1)] local b c.(j) diff --git a/packages/font-glyphs/src/symbol/math/apl.ptl b/packages/font-glyphs/src/symbol/math/apl.ptl index b29f15adf..d77c65236 100644 --- a/packages/font-glyphs/src/symbol/math/apl.ptl +++ b/packages/font-glyphs/src/symbol/math/apl.ptl @@ -29,7 +29,7 @@ glyph-block Symbol-Math-APL : begin define background : new-glyph : glyph-proc : include fnBackground AS_BASE ALSO_METRICS local corners : new-glyph : glyph-proc - set this.gizmo : Translate 0 0 + set currentGlyph.gizmo : Translate 0 0 foreach [c : items-of : overlay.geometry.toContours] : foreach [z : items-of c] : do if (z.type === Point.Type.Corner) : begin define x z.x diff --git a/packages/font-glyphs/src/symbol/pictograph/stick-figure.ptl b/packages/font-glyphs/src/symbol/pictograph/stick-figure.ptl index 71a4d29e6..23af04a35 100644 --- a/packages/font-glyphs/src/symbol/pictograph/stick-figure.ptl +++ b/packages/font-glyphs/src/symbol/pictograph/stick-figure.ptl @@ -19,8 +19,8 @@ glyph-block Symbol-Pictograph-Stick-Figure : begin Rotate ((rot / 2) * Math.PI) Translate (+midx) (+SymbolMid) define [WithD4Transform midx rot refl shapeFunc] : new-glyph : glyph-proc - local giz this.gizmo - set this.gizmo : Transform.Id + local giz currentGlyph.gizmo + set currentGlyph.gizmo : Transform.Id include : shapeFunc include : D4Transform midx rot refl include giz diff --git a/packages/font-kits/package.json b/packages/font-kits/package.json index b81317f7b..216a05251 100644 --- a/packages/font-kits/package.json +++ b/packages/font-kits/package.json @@ -1,14 +1,14 @@ { "name": "@iosevka/font-kits", - "version": "30.3.3", + "version": "30.4.0", "private": true, "exports": { "./boole-kit": "./src/boole-kit.mjs", "./spiro-kit": "./src/spiro-kit.mjs" }, "dependencies": { - "@iosevka/geometry": "30.3.3", - "@iosevka/glyph": "30.3.3", - "@iosevka/util": "30.3.3" + "@iosevka/geometry": "30.4.0", + "@iosevka/glyph": "30.4.0", + "@iosevka/util": "30.4.0" } } diff --git a/packages/font-otl/package.json b/packages/font-otl/package.json index 80f4345d8..b2b78f0e0 100644 --- a/packages/font-otl/package.json +++ b/packages/font-otl/package.json @@ -1,13 +1,13 @@ { "name": "@iosevka/font-otl", - "version": "30.3.3", + "version": "30.4.0", "private": true, "exports": { ".": "./src/index.mjs" }, "dependencies": { - "@iosevka/font-glyphs": "30.3.3", - "@iosevka/glyph": "30.3.3", + "@iosevka/font-glyphs": "30.4.0", + "@iosevka/glyph": "30.4.0", "toposort": "^2.0.2" } } diff --git a/packages/font/package.json b/packages/font/package.json index e2a0ab65b..e1f2cc4dd 100644 --- a/packages/font/package.json +++ b/packages/font/package.json @@ -1,6 +1,6 @@ { "name": "@iosevka/font", - "version": "30.3.3", + "version": "30.4.0", "private": true, "exports": { ".": "./src/index.mjs", @@ -10,15 +10,15 @@ }, "dependencies": { "@iarna/toml": "^2.2.5", - "@iosevka/font-glyphs": "30.3.3", - "@iosevka/font-otl": "30.3.3", - "@iosevka/geometry": "30.3.3", - "@iosevka/geometry-cache": "30.3.3", - "@iosevka/glyph": "30.3.3", - "@iosevka/param": "30.3.3", - "@iosevka/util": "30.3.3", - "harfbuzzjs": "^0.3.5", + "@iosevka/font-glyphs": "30.4.0", + "@iosevka/font-otl": "30.4.0", + "@iosevka/geometry": "30.4.0", + "@iosevka/geometry-cache": "30.4.0", + "@iosevka/glyph": "30.4.0", + "@iosevka/param": "30.4.0", + "@iosevka/util": "30.4.0", + "harfbuzzjs": "^0.3.6", "ot-builder": "^1.7.4", - "semver": "^7.6.2" + "semver": "^7.6.3" } } diff --git a/packages/geometry-cache/package.json b/packages/geometry-cache/package.json index 1929d04ab..a9826f2ba 100644 --- a/packages/geometry-cache/package.json +++ b/packages/geometry-cache/package.json @@ -1,12 +1,12 @@ { "name": "@iosevka/geometry-cache", - "version": "30.3.3", + "version": "30.4.0", "private": true, "exports": { ".": "./src/index.mjs" }, "dependencies": { - "@iosevka/geometry": "30.3.3", + "@iosevka/geometry": "30.4.0", "@msgpack/msgpack": "^2.8.0" } } diff --git a/packages/geometry/package.json b/packages/geometry/package.json index fab2e2e5f..dd2ebf5bd 100644 --- a/packages/geometry/package.json +++ b/packages/geometry/package.json @@ -1,6 +1,6 @@ { "name": "@iosevka/geometry", - "version": "30.3.3", + "version": "30.4.0", "private": true, "exports": { ".": "./src/index.mjs", @@ -13,7 +13,7 @@ "./spiro-control": "./src/spiro-control.mjs" }, "dependencies": { - "@iosevka/util": "30.3.3", + "@iosevka/util": "30.4.0", "spiro": "^3.0.1", "typo-geom": "^0.16.1" } diff --git a/packages/geometry/src/transform.mjs b/packages/geometry/src/transform.mjs index 5d1e98b00..c67ebadae 100644 --- a/packages/geometry/src/transform.mjs +++ b/packages/geometry/src/transform.mjs @@ -71,6 +71,10 @@ export class Transform { ); } + applyToGlyph(g, alsoAnchors) { + g.applyTransform(this, alsoAnchors); + } + toString() { return `[[${this.xx} ${this.yx}] [${this.xy} ${this.yy}]] + [[${this.tx}] [${this.ty}]]`; } diff --git a/packages/glyph/package.json b/packages/glyph/package.json index 2f18e868f..d4c740857 100644 --- a/packages/glyph/package.json +++ b/packages/glyph/package.json @@ -1,6 +1,6 @@ { "name": "@iosevka/glyph", - "version": "30.3.3", + "version": "30.4.0", "private": true, "exports": { ".": "./src/glyph.mjs", @@ -9,6 +9,6 @@ "./relation": "./src/relation.mjs" }, "dependencies": { - "@iosevka/geometry": "30.3.3" + "@iosevka/geometry": "30.4.0" } } diff --git a/packages/glyph/src/glyph.mjs b/packages/glyph/src/glyph.mjs index 24677f2e6..6f67b000e 100644 --- a/packages/glyph/src/glyph.mjs +++ b/packages/glyph/src/glyph.mjs @@ -89,21 +89,13 @@ export class Glyph { // Inclusion include(component, copyAnchors, copyWidth) { - if (!component) { - throw new Error("Unreachable: Attempt to include a Null or Undefined"); - } else if (component.applyToGlyph instanceof Function) { - return component.applyToGlyph(this, copyAnchors, copyWidth); - } else if (component instanceof Function) { - return component.call(this, copyAnchors, copyWidth); - } else if (component instanceof Transform) { - return this.applyTransform(component, copyAnchors); - } else if (component instanceof Glyph) { - return this.includeGlyph(component, copyAnchors, copyWidth); - } else if (component.__isNoShape) { - // Do nothing. By design. - } else { - throw new Error("Invalid component to be introduced."); - } + if (!component) throw new Error("Unreachable: Attempt to include a Null or Undefined"); + return component.applyToGlyph(this, copyAnchors, copyWidth); + } + + // Glyph inclusion + applyToGlyph(g, copyAnchors, copyWidth) { + g.includeGlyph(this, copyAnchors, copyWidth); } includeGlyph(g, copyAnchors, copyWidth) { if (g instanceof Function) throw new Error("Unreachable"); @@ -129,6 +121,8 @@ export class Glyph { ); } } + + // Geometry inclusion includeGeometry(g) { let deps = g.getDependencies(); if (deps && deps.length) for (const dep of deps) this.dependsOn(dep); @@ -138,6 +132,8 @@ export class Glyph { includeContours(cs) { this.includeGeometry(new Geom.ContourSetGeometry(cs)); } + + // Transform inclusion applyTransform(tfm, alsoAnchors) { this.geometry = Geom.TransformedGeometry.create(tfm, this.geometry); if (alsoAnchors) { @@ -147,6 +143,7 @@ export class Glyph { this.markAnchors[k] = Anchor.transform(tfm, this.markAnchors[k]); } } + tryBecomeMirrorOf(dst, rankSet) { if (rankSet.has(this) || rankSet.has(dst)) return; if (dst.hasDependency(this)) return; @@ -163,6 +160,7 @@ export class Glyph { ejectTagged(tag) { this.geometry = this.geometry.filterTag(t => tag !== t); } + // Anchors combineMarks(g, shift, lm) { if (!g.markAnchors) return; @@ -245,3 +243,24 @@ export class Glyph { delete this.markAnchors[id]; } } + +export class GlyphProc { + constructor(fn) { + this.m_fn = fn; + } + applyToGlyph(g, copyAnchors, copyWidth) { + return this.m_fn.call(null, g, copyAnchors, copyWidth); + } +} + +export class ForkGlyphProc { + constructor(fromGlyph, component) { + this.m_fromGlyph = fromGlyph; + this.m_component = component; + } + applyToGlyph(g) { + g.include(this.m_fromGlyph, true, true); + g.cloneRankFromGlyph(this.m_fromGlyph); + if (this.m_component) g.include(this.m_component, true, true); + } +} diff --git a/packages/param/package.json b/packages/param/package.json index 616eb8590..e5e3a1fbf 100644 --- a/packages/param/package.json +++ b/packages/param/package.json @@ -1,6 +1,6 @@ { "name": "@iosevka/param", - "version": "30.3.3", + "version": "30.4.0", "private": true, "exports": { ".": "./src/index.mjs", @@ -9,6 +9,6 @@ "./metric-override": "./src/metric-override.mjs" }, "dependencies": { - "@iosevka/util": "30.3.3" + "@iosevka/util": "30.4.0" } } diff --git a/packages/util/package.json b/packages/util/package.json index b7c9e62e7..59ac5f4fa 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@iosevka/util", - "version": "30.3.3", + "version": "30.4.0", "private": true, "exports": { ".": "./src/index.mjs", diff --git a/tools/amend-readme/package.json b/tools/amend-readme/package.json index 785a518ab..304b4d347 100644 --- a/tools/amend-readme/package.json +++ b/tools/amend-readme/package.json @@ -1,13 +1,13 @@ { "name": "@iosevka/amend-readme", - "version": "30.3.3", + "version": "30.4.0", "private": true, "exports": { ".": "./src/index.mjs" }, "dependencies": { "@iarna/toml": "^2.2.5", - "@iosevka/param": "30.3.3", + "@iosevka/param": "30.4.0", "@unicode/unicode-15.1.0": "^1.5.2" } } diff --git a/tools/data-export/package.json b/tools/data-export/package.json index b65d55247..12f49d148 100644 --- a/tools/data-export/package.json +++ b/tools/data-export/package.json @@ -1,6 +1,6 @@ { "name": "@iosevka/data-export", - "version": "30.3.3", + "version": "30.4.0", "private": true, "exports": { ".": "./src/index.mjs", @@ -10,7 +10,7 @@ }, "dependencies": { "@iarna/toml": "^2.2.5", - "@iosevka/param": "30.3.3", + "@iosevka/param": "30.4.0", "@unicode/unicode-15.1.0": "^1.5.2", "cldr": "^7.5.0" } diff --git a/tools/generate-samples/package.json b/tools/generate-samples/package.json index 0fd2ccf96..28b078800 100644 --- a/tools/generate-samples/package.json +++ b/tools/generate-samples/package.json @@ -1,11 +1,11 @@ { "name": "@iosevka/generate-samples", - "version": "30.3.3", + "version": "30.4.0", "private": true, "exports": { ".": "./src/index.mjs" }, "dependencies": { - "@iosevka/data-export": "30.3.3" + "@iosevka/data-export": "30.4.0" } } diff --git a/tools/misc/package.json b/tools/misc/package.json index 3d44c9a22..8a71c2a3b 100644 --- a/tools/misc/package.json +++ b/tools/misc/package.json @@ -1,10 +1,10 @@ { "name": "@iosevka/misc", - "version": "30.3.3", + "version": "30.4.0", "private": true, "dependencies": { - "semver": "^7.6.2", + "semver": "^7.6.3", "wawoff2": "^2.0.1", - "@iosevka/util": "30.3.3" + "@iosevka/util": "30.4.0" } } From 0a222e19898d83e97f5d0f2da56848fc3c177adc Mon Sep 17 00:00:00 2001 From: John McWilliams <37010132+jmcwilliams403@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:22:26 -0400 Subject: [PATCH 3/8] Add variant selectors For Cyrillic Lower A/Ve. (#2428) --- build-plans.toml | 3 +- changes/30.4.0.md | 1 + .../src/letter/cyrillic/iotified-a.ptl | 2 +- .../src/letter/cyrillic/orthography.ptl | 1 - .../src/letter/latin-ext/lower-ae-oe.ptl | 7 +- .../font-glyphs/src/letter/latin/lower-a.ptl | 2 +- .../font-glyphs/src/letter/latin/upper-b.ptl | 45 ++-- params/variants.toml | 241 ++++++++++++++++++ .../src/templates/package-sample.mjs | 2 +- .../src/templates/stylistic-set.mjs | 2 +- 10 files changed, 274 insertions(+), 32 deletions(-) diff --git a/build-plans.toml b/build-plans.toml index 96d319fd3..1f43cf196 100644 --- a/build-plans.toml +++ b/build-plans.toml @@ -706,10 +706,9 @@ eszet = "longs-s-lig-serifless" lower-iota = "flat-tailed" lower-lambda = "straight-turn" lower-tau = "short-tailed" +cyrl-a = "double-storey-serifless" cyrl-u = "straight-serifless" cyrl-ef = "split-serifless" -cyrl-yeri = "corner" -cyrl-yery = "corner" four = "closed-serifless" six = "closed-contour" nine = "closed-contour" diff --git a/changes/30.4.0.md b/changes/30.4.0.md index 458746302..5bdca8a1f 100644 --- a/changes/30.4.0.md +++ b/changes/30.4.0.md @@ -1 +1,2 @@ +* Add separate variant selectors For Cyrillic Lower A/Ve (`VXAF`, `VXAG`). * Optimize the shape of rounded `e` (#2424). diff --git a/packages/font-glyphs/src/letter/cyrillic/iotified-a.ptl b/packages/font-glyphs/src/letter/cyrillic/iotified-a.ptl index dffce03bd..7f17a4bb2 100644 --- a/packages/font-glyphs/src/letter/cyrillic/iotified-a.ptl +++ b/packages/font-glyphs/src/letter/cyrillic/iotified-a.ptl @@ -171,5 +171,5 @@ glyph-block Letter-Cyrillic-Iotified-A : begin include : Iotified.full df XH df.middle (XH / 2) select-variant 'cyrl/AIotified' 0xA656 (follow -- 'A') - select-variant 'cyrl/aIotified' 0xA657 (follow -- 'a') + select-variant 'cyrl/aIotified' 0xA657 (follow -- 'cyrl/a') select-variant 'latn/eIotified' 0xAB61 (follow -- 'e') diff --git a/packages/font-glyphs/src/letter/cyrillic/orthography.ptl b/packages/font-glyphs/src/letter/cyrillic/orthography.ptl index ede121eb0..90e8716fa 100644 --- a/packages/font-glyphs/src/letter/cyrillic/orthography.ptl +++ b/packages/font-glyphs/src/letter/cyrillic/orthography.ptl @@ -8,7 +8,6 @@ glyph-block Letter-Cyrillic-Orthography : begin glyph-block-import Common-Derivatives glyph-block-import Letter-Shared : CreateAccentedComposition - orthographic-italic 'cyrl/ve' 0x432 orthographic-italic 'cyrl/ghe' 0x433 orthographic-italic 'cyrl/de' 0x434 orthographic-italic 'cyrl/i' 0x438 diff --git a/packages/font-glyphs/src/letter/latin-ext/lower-ae-oe.ptl b/packages/font-glyphs/src/letter/latin-ext/lower-ae-oe.ptl index a5471426f..9dfb512ef 100644 --- a/packages/font-glyphs/src/letter/latin-ext/lower-ae-oe.ptl +++ b/packages/font-glyphs/src/letter/latin-ext/lower-ae-oe.ptl @@ -404,6 +404,7 @@ glyph-block Letter-Latin-Lower-AE-OE : begin select-variant "ue/u" select-variant "au/u" (follow -- [if [MEnoughSpaceForFullSerifs : dfM] 'au/u/full' 'au/u/reduced']) select-variant "oeOpenO/left" (follow -- 'c') + select-variant "cyrl/ae/a" (shapeFrom -- 'ae/a') select-variant "cyrl/yae/left" select-variant "cyrl/rha/left" (follow -- 'cyrl/er') select-variant "cyrl/rha/right" @@ -418,13 +419,13 @@ glyph-block Letter-Latin-Lower-AE-OE : begin derive-composites 'oo' 0xA74F 'oe/o' 'ao/o' derive-composites 'uo' 0xAB63 'ue/u' 'ao/o' derive-composites 'oeOpenO' 0xAB62 'oeOpenO/left' 'ae/e' - derive-composites 'aeInvE' 0xAB31 'ae/a' 'aeInvE/right' - derive-composites 'oeInv' 0xAB40 'oe/o' 'aeInvE/right' + derive-composites 'aeInvE' 0xAB31 'ae/a' 'aeInvE/right' + derive-composites 'oeInv' 0xAB40 'oe/o' 'aeInvE/right' + derive-composites 'cyrl/ae' 0x4D5 'cyrl/ae/a' 'ae/e' derive-composites 'cyrl/lha' 0x515 'cyrl/lha/left' 'cyrl/lha/right' derive-composites 'cyrl/Lha' 0x514 'cyrl/Lha/left' 'cyrl/Lha/right' derive-composites 'cyrl/yae' 0x519 'cyrl/yae/left' 'ae/e' - alias 'cyrl/ae' 0x4D5 'ae' alias 'cyrl/oo' 0xA699 'oo' CreateTurnedLetter 'turnae' 0x1D02 'ae' HalfAdvance (XH / 2) [DivFrame para.diversityM 3] diff --git a/packages/font-glyphs/src/letter/latin/lower-a.ptl b/packages/font-glyphs/src/letter/latin/lower-a.ptl index 138377f62..03a637f35 100644 --- a/packages/font-glyphs/src/letter/latin/lower-a.ptl +++ b/packages/font-glyphs/src/letter/latin/lower-a.ptl @@ -292,7 +292,7 @@ glyph-block Letter-Latin-Lower-A : begin link-reduced-variant 'a/sansSerif' 'a' MathSansSerif link-reduced-variant 'a/rtailBase' 'a' link-reduced-variant 'a/turnABase' 'a' - alias 'cyrl/a' 0x430 'a' + select-variant 'cyrl/a' 0x430 (shapeFrom -- 'a') CreateTurnedLetter 'turna' 0x250 'a/turnABase' HalfAdvance (XH / 2) diff --git a/packages/font-glyphs/src/letter/latin/upper-b.ptl b/packages/font-glyphs/src/letter/latin/upper-b.ptl index d77b87478..a67a916ca 100644 --- a/packages/font-glyphs/src/letter/latin/upper-b.ptl +++ b/packages/font-glyphs/src/letter/latin/upper-b.ptl @@ -149,12 +149,12 @@ glyph-block Letter-Latin-Upper-B : begin include [refer-glyph "B.\(suffix)"] AS_BASE ALSO_METRICS include : BOverlayBar CAP bp - if (!fAsymmetric) : create-glyph "smcpB.\(suffix)" : glyph-proc + if (!fAsymmetric) : create-glyph "cyrl/ve.\(suffix)" : glyph-proc include : MarkSet.e include : body XH [AdviceStroke2 2 3 XH] ts bs if (!fGap && !fAsymmetric) : create-glyph "smcpBBar.\(suffix)" : glyph-proc - include [refer-glyph "smcpB.\(suffix)"] AS_BASE ALSO_METRICS + include [refer-glyph "cyrl/ve.\(suffix)"] AS_BASE ALSO_METRICS include : BOverlayBar XH bp create-glyph "currency/baht.\(suffix)" : union @@ -185,26 +185,12 @@ glyph-block Letter-Latin-Upper-B : begin alias-reduced-variant 'grek/Beta/sansSerif' 'grek/Beta' 'B/sansSerif' MathSansSerif alias 'cyrl/Ve' 0x412 'B' - select-variant 'smcpB' 0x299 - alias 'cyrl/ve.upright' null 'smcpB' - select-variant 'BBar' select-variant 'smcpBBar' 0x1D03 select-variant 'Bhookleft' 0x181 - create-glyph 'mathbb/B' 0x1D539 : glyph-proc - include : MarkSet.capital - include : union - BShape CAP (stroke -- BBS) (serifs -- false) - intersection - BShapeMask CAP (stroke -- BBS) - union - VBar.r (RightSB - BBD - OX * 2) 0 (CAP * BBarPos) BBS - VBar.r ([mix SB RightSB BArcMix] - BBD - OX * 2) (CAP * BBarPos) CAP BBS - VBar.l (SB + BBD) 0 CAP BBS - - define [ItalicCyrveShape top] : glyph-proc + define [CursiveCyrveShape top] : glyph-proc local stroke : AdviceStroke2 2 3 top local mid : mix RightSB SB 0.65 local midy : top * HBarPos @@ -226,15 +212,30 @@ glyph-block Letter-Latin-Upper-B : begin flat Middle (midy + (fine - stroke / 2)) [widths.heading fine 0 Leftward] curl mid (midy + (fine - stroke / 2)) [widths.heading fine 0 Leftward] - create-glyph 'cyrl/ve.italic' : glyph-proc + create-glyph 'cyrl/ve.cursive' : glyph-proc include : MarkSet.e - include : ItalicCyrveShape XH + include : CursiveCyrveShape XH - create-glyph 'grek/betaSymbol' 0x3D0 : glyph-proc + create-glyph 'cyrl/ve.cursiveTall' : glyph-proc include : MarkSet.b - include : ItalicCyrveShape Ascender + include : CursiveCyrveShape Ascender - alias 'cyrl/ve.BGR' null 'grek/betaSymbol' + select-variant 'cyrl/ve' 0x432 + select-variant 'smcpB' 0x299 (shapeFrom -- 'cyrl/ve') + + alias 'grek/betaSymbol' 0x3D0 'cyrl/ve.cursiveTall' + alias 'cyrl/ve.BGR' null 'cyrl/ve.cursiveTall' + + create-glyph 'mathbb/B' 0x1D539 : glyph-proc + include : MarkSet.capital + include : union + BShape CAP (stroke -- BBS) (serifs -- false) + intersection + BShapeMask CAP (stroke -- BBS) + union + VBar.r (RightSB - BBD - OX * 2) 0 (CAP * BBarPos) BBS + VBar.r ([mix SB RightSB BArcMix] - BBD - OX * 2) (CAP * BBarPos) CAP BBS + VBar.l (SB + BBD) 0 CAP BBS create-glyph 'grek/beta' 0x3B2 : glyph-proc include : MarkSet.bp diff --git a/params/variants.toml b/params/variants.toml index e8d47da56..84717d01e 100644 --- a/params/variants.toml +++ b/params/variants.toml @@ -5372,6 +5372,183 @@ selectorAffix."grek/chi/sansSerif" = "serifless" +[prime.cyrl-a] +sampler = "а" +samplerExplain = "Cyrillic A" +nonBreakingTagForNewVariantSelector = "VXAF" # REMOVE IN NEXT MAJOR VERSION CHANGE +tagKind = "letter" + +[prime.cyrl-a.variants-buildup] +entry = "storey" +descriptionLeader = "Cyrillic Lower A (`а`)" + +[prime.cyrl-a.variants-buildup.stages.storey.double-storey] +rank = 1 +next = "double-storey-hook" +descriptionAffix = "double-storey body" +selectorAffix."cyrl/a" = "doubleStorey" +selectorAffix."cyrl/ae/a" = "doubleStorey" + +[prime.cyrl-a.variants-buildup.stages.storey.single-storey] +rank = 2 +next = "ear" +descriptionAffix = "single-storey body" +selectorAffix."cyrl/a" = "singleStorey" +selectorAffix."cyrl/ae/a" = "doubleStorey" + +[prime.cyrl-a.variants-buildup.stages.double-storey-hook."*"] +next = "bar" + +[prime.cyrl-a.variants-buildup.stages.double-storey-hook.hook-serifless] +rank = 1 +keyAffix = "" +descriptionAffix = "serifless hook" +selectorAffix."cyrl/a" = "" +selectorAffix."cyrl/ae/a" = "" + +[prime.cyrl-a.variants-buildup.stages.double-storey-hook.hook-serifed] +rank = 2 +keyAffix = "hook-inward-serifed" +descriptionAffix = "serifed hook" +selectorAffix."cyrl/a" = "hookInwardSerifed" +selectorAffix."cyrl/ae/a" = "hookInwardSerifed" + +[prime.cyrl-a.variants-buildup.stages.ear."*"] +next = "bar" + +[prime.cyrl-a.variants-buildup.stages.ear.eared] +rank = 1 +keyAffix = "" +selectorAffix."cyrl/a" = "" +selectorAffix."cyrl/ae/a" = "" + +[prime.cyrl-a.variants-buildup.stages.ear.earless-corner] +rank = 2 +descriptionAffix = "earless (cornered top-right)" +selectorAffix."cyrl/a" = "earlessCorner" +selectorAffix."cyrl/ae/a" = "" + +[prime.cyrl-a.variants-buildup.stages.ear.earless-rounded] +rank = 3 +descriptionAffix = "earless (rounded top-right)" +selectorAffix."cyrl/a" = "earlessRounded" +selectorAffix."cyrl/ae/a" = "" + +[prime.cyrl-a.variants-buildup.stages.bar.serifless] +rank = 1 +descriptionAffix = "serif at terminal" +descriptionJoiner = "without" +selectorAffix."cyrl/a" = "serifless" +selectorAffix."cyrl/ae/a" = "serifless" + +[prime.cyrl-a.variants-buildup.stages.bar.serifed] +rank = 2 +descriptionAffix = "serif at terminal" +selectorAffix."cyrl/a" = "serifed" +selectorAffix."cyrl/ae/a" = "serifless" + +[prime.cyrl-a.variants-buildup.stages.bar.double-serifed] +rank = 3 +disableIf = [{ storey = "double-storey" }, { ear = "NOT eared" }] +descriptionAffix = "serifs at top and bottom" +selectorAffix."cyrl/a" = "doubleSerifed" +selectorAffix."cyrl/ae/a" = "serifless" + +[prime.cyrl-a.variants-buildup.stages.bar.tailed] +rank = 4 +descriptionAffix = "curly tail" +selectorAffix."cyrl/a" = "tailed" +selectorAffix."cyrl/ae/a" = "serifless" + +[prime.cyrl-a.variants-buildup.stages.bar.tailed-serifed] +rank = 5 +disableIf = [{ storey = "double-storey" }, { ear = "NOT eared" }] +descriptionAffix = "curly tail; with serifs at top and bottom" +selectorAffix."cyrl/a" = "tailedSerifed" +selectorAffix."cyrl/ae/a" = "serifless" + +[prime.cyrl-a.variants-buildup.stages.bar.toothless-corner] +rank = 6 +disableIf = [{ storey = "single-storey" }] +descriptionAffix = "toothless (cornered bottom-right)" +selectorAffix."cyrl/a" = "toothlessCorner" +selectorAffix."cyrl/ae/a" = "serifless" + +[prime.cyrl-a.variants-buildup.stages.bar.toothless-rounded] +rank = 7 +disableIf = [{ storey = "single-storey" }] +descriptionAffix = "toothless (rounded bottom-right)" +selectorAffix."cyrl/a" = "toothlessRounded" +selectorAffix."cyrl/ae/a" = "serifless" + + + +[prime.cyrl-ve] +sampler = "в" +samplerExplain = "Cyrillic Ve" +nonBreakingTagForNewVariantSelector = "VXAG" # REMOVE IN NEXT MAJOR VERSION CHANGE +tagKind = "letter" + +[prime.cyrl-ve.variants-buildup] +entry = "body" +descriptionLeader = "Cyrillic Lower Ve (`в`)" + +[prime.cyrl-ve.variants-buildup.stages.body.standard] +rank = 1 +next = "openness" +descriptionAffix = "standard body" +selectorAffix."cyrl/ve" = "standard" + +[prime.cyrl-ve.variants-buildup.stages.openness."*"] +next = "serifs" + +[prime.cyrl-ve.variants-buildup.stages.openness.closed] +rank = 1 +keyAffix = "" +selectorAffix."cyrl/ve" = "" + +[prime.cyrl-ve.variants-buildup.stages.openness.interrupted] +rank = 2 +descriptionAffix = "interrupted middle bar" +selectorAffix."cyrl/ve" = "interrupted" + +[prime.cyrl-ve.variants-buildup.stages.serifs."*"] +next = "END" + +[prime.cyrl-ve.variants-buildup.stages.serifs.serifless] +rank = 1 +descriptionAffix = "serifs" +descriptionJoiner = "without" +selectorAffix."cyrl/ve" = "serifless" + +[prime.cyrl-ve.variants-buildup.stages.serifs.unilateral-serifed] +rank = 2 +descriptionAffix = "serifs at top" +selectorAffix."cyrl/ve" = "unilateralSerifed" + +[prime.cyrl-ve.variants-buildup.stages.serifs.bilateral-serifed] +rank = 3 +descriptionAffix = "serifs at both top and bottom" +selectorAffix."cyrl/ve" = "bilateralSerifed" + +[prime.cyrl-ve.variants-buildup.stages.body.cursive] +rank = 2 +next = "height" +descriptionAffix = "cursive body" +selectorAffix."cyrl/ve" = "cursive" + +[prime.cyrl-ve.variants-buildup.stages.height.normal] +rank = 1 +keyAffix = "" +selectorAffix."cyrl/ve" = "" + +[prime.cyrl-ve.variants-buildup.stages.height.tall] +rank = 2 +descriptionAffix = "tall height" +selectorAffix."cyrl/ve" = "tall" + + + [prime.cyrl-capital-zhe] sampler = "Ж" samplerExplain = "Cyrillic Capital Zhe" @@ -8108,6 +8285,8 @@ lower-xi = "flat-top" lower-pi = "tailed" lower-tau = "semi-tailed" lower-chi = "straight-serifless" +cyrl-a = "double-storey-serifless" +cyrl-ve = "standard-serifless" cyrl-capital-zhe = "symmetric-connected" cyrl-zhe = "symmetric-connected" cyrl-capital-ze = "serifless" @@ -8196,6 +8375,8 @@ long-s = "flat-hook-tailed" eszet = "sulzbacher-tailed-serifless" lower-iota = "tailed-serifed" lower-tau = "tailed" +cyrl-a = "single-storey-tailed" +cyrl-ve = "cursive" cyrl-u = "cursive-serifless" cyrl-ef = "cursive" cyrl-yeri = "round" @@ -8257,6 +8438,8 @@ capital-lambda = "straight-base-serifed" lower-lambda = "straight-turn" lower-mu = "tailed-serifed" lower-chi = "straight-serifed" +cyrl-a = "double-storey-serifed" +cyrl-ve = "standard-bilateral-serifed" cyrl-capital-ze = "unilateral-serifed" cyrl-ze = "unilateral-serifed" cyrl-capital-ka = "symmetric-connected-serifed" @@ -8302,6 +8485,8 @@ long-s = "flat-hook-tailed" eszet = "sulzbacher-tailed-serifless" lower-lambda = "straight" lower-mu = "tailed-motion-serifed" +cyrl-a = "single-storey-tailed" +cyrl-ve = "cursive" cyrl-ze = "unilateral-bottom-inward-serifed" cyrl-ka = "symmetric-connected-top-left-serifed" cyrl-en = "top-left-bottom-right-serifed" @@ -8343,6 +8528,8 @@ lower-mu = "toothed-serifless" lower-pi = "tailless" lower-tau = "tailless" lower-chi = "semi-chancery-straight" +cyrl-a = "double-storey-serifless" +cyrl-ve = "standard-serifless" cyrl-capital-zhe = "straight" cyrl-zhe = "straight" cyrl-capital-ka = "straight-serifless" @@ -8396,6 +8583,8 @@ long-s = "flat-hook-double-serifed" eszet = "longs-s-lig-bottom-serifed" lower-iota = "tailed-serifed" lower-mu = "toothed-serifed" +cyrl-a = "double-storey-serifed" +cyrl-ve = "standard-bilateral-serifed" cyrl-ze = "unilateral-serifed" cyrl-capital-ka = "straight-serifed" cyrl-ka = "straight-serifed" @@ -8447,6 +8636,8 @@ lower-iota = "serifed-flat-tailed" lower-lambda = "straight-turn" lower-xi = "rounded" lower-tau = "short-tailed" +cyrl-a = "double-storey-serifless" +cyrl-ve = "standard-serifless" cyrl-capital-zhe = "straight" cyrl-zhe = "straight" cyrl-capital-ze = "unilateral-serifed" @@ -8497,6 +8688,8 @@ w = "straight-flat-top-serifed" y = "straight-turn-serifed" eszet = "longs-s-lig-bottom-serifed" lower-mu = "tailed-serifed" +cyrl-a = "double-storey-serifed" +cyrl-ve = "standard-bilateral-serifed" cyrl-ze = "unilateral-serifed" cyrl-capital-ka = "straight-serifed" cyrl-ka = "straight-serifed" @@ -8537,6 +8730,8 @@ eszet = "longs-s-lig-serifless" lower-chi = "semi-chancery-straight" lower-eth = "straight-bar" lower-lambda = "tailed-turn" +cyrl-a = "double-storey-serifless" +cyrl-ve = "standard-serifless" cyrl-capital-zhe = "symmetric-touching" cyrl-zhe = "symmetric-touching" cyrl-capital-ka = "symmetric-touching-serifless" @@ -8571,6 +8766,8 @@ k = "cursive-serifless" l = "tailed" long-s = "flat-hook-descending" eszet = "longs-s-lig-descending-serifless" +cyrl-a = "single-storey-serifless" +cyrl-ve = "cursive-tall" cyrl-zhe = "symmetric-connected" cyrl-ka = "symmetric-connected-serifless" cyrl-yeri = "round" @@ -8592,6 +8789,8 @@ z = "straight-serifed" capital-eszet = "rounded-serifed" long-s = "flat-hook-bottom-serifed" eszet = "longs-s-lig-bottom-serifed" +cyrl-a = "double-storey-serifed" +cyrl-ve = "standard-bilateral-serifed" cyrl-capital-ka = "symmetric-touching-serifed" cyrl-ka = "symmetric-touching-serifed" cyrl-em = "slanted-sides-hanging-serifed" @@ -8613,6 +8812,8 @@ x = "straight-motion-serifed" y = "straight-turn-motion-serifed" long-s = "flat-hook-descending" eszet = "longs-s-lig-descending-serifless" +cyrl-a = "single-storey-serifed" +cyrl-ve = "cursive-tall" cyrl-ka = "symmetric-connected-top-left-serifed" cyrl-u = "straight-turn-motion-serifed" cyrl-ef = "serifless" @@ -8650,6 +8851,8 @@ lower-iota = "serifed-flat-tailed" lower-lambda = "straight-turn" lower-tau = "flat-tailed" lower-chi = "semi-chancery-straight" +cyrl-a = "double-storey-serifless" +cyrl-ve = "standard-serifless" cyrl-capital-zhe = "straight" cyrl-zhe = "straight" cyrl-capital-ka = "straight-serifless" @@ -8709,6 +8912,8 @@ capital-eszet = "rounded-serifed" long-s = "flat-hook-double-serifed" eszet = "longs-s-lig-bottom-serifed" lower-mu = "tailed-serifed" +cyrl-a = "double-storey-serifed" +cyrl-ve = "standard-bilateral-serifed" cyrl-ze = "unilateral-serifed" cyrl-capital-ka = "straight-serifed" cyrl-ka = "straight-serifed" @@ -8754,6 +8959,8 @@ lower-lambda = "straight-turn" lower-mu = "toothed-serifless" lower-xi = "rounded" lower-tau = "semi-tailed" +cyrl-a = "double-storey-tailed" +cyrl-ve = "standard-serifless" cyrl-em = "slanted-sides-hanging-serifless" cyrl-capital-u = "straight-turn-serifless" cyrl-u = "straight-turn-serifless" @@ -8807,6 +9014,7 @@ z = "straight-serifed" long-s = "bent-hook-bottom-serifed" eszet = "longs-s-lig-bottom-serifed" lower-mu = "toothed-serifed" +cyrl-ve = "standard-bilateral-serifed" cyrl-ze = "unilateral-serifed" cyrl-ka = "symmetric-connected-serifed" cyrl-em = "slanted-sides-hanging-serifed" @@ -8849,6 +9057,8 @@ lower-iota = "tailed-serifed" lower-lambda = "straight-turn" lower-tau = "short-tailed" lower-chi = "straight-motion-serifed" +cyrl-a = "double-storey-tailed" +cyrl-ve = "standard-serifless" cyrl-capital-u = "straight-turn-serifless" cyrl-u = "straight-turn-serifless" cyrl-ef = "serifless" @@ -8901,6 +9111,7 @@ long-s = "flat-hook-bottom-serifed" eszet = "longs-s-lig-bottom-serifed" lower-mu = "tailed-serifed" lower-chi = "straight-serifed" +cyrl-ve = "standard-bilateral-serifed" cyrl-ze = "unilateral-serifed" cyrl-ka = "symmetric-connected-serifed" cyrl-capital-u = "straight-turn-serifed" @@ -8946,6 +9157,8 @@ lower-iota = "zshaped" lower-lambda = "straight-turn" lower-pi = "tailless" lower-tau = "tailless" +cyrl-a = "double-storey-serifless" +cyrl-ve = "standard-serifless" cyrl-capital-u = "straight-turn-serifless" cyrl-u = "straight-turn-serifless" cyrl-ef = "serifless" @@ -8992,6 +9205,8 @@ z = "straight-serifed" long-s = "flat-hook-bottom-serifed" eszet = "longs-s-lig-bottom-serifed" lower-mu = "tailed-serifed" +cyrl-a = "double-storey-serifed" +cyrl-ve = "standard-bilateral-serifed" cyrl-ze = "unilateral-serifed" cyrl-ka = "symmetric-connected-serifed" cyrl-capital-u = "straight-turn-serifed" @@ -9047,6 +9262,7 @@ capital-lambda = "curly-serifless" lower-lambda = "curly-tailed-turn" lower-mu = "toothed-serifless" lower-chi = "semi-chancery-curly" +cyrl-a = "double-storey-serifless" cyrl-capital-zhe = "curly" cyrl-zhe = "curly" cyrl-capital-ka = "curly-serifless" @@ -9111,6 +9327,7 @@ long-s = "bent-hook-double-serifed" eszet = "longs-s-lig-bottom-serifed" capital-lambda = "curly-base-serifed" lower-mu = "toothed-serifed" +cyrl-a = "double-storey-serifed" cyrl-capital-ka = "curly-serifed" cyrl-ka = "curly-serifed" cyrl-em = "hanging-serifed" @@ -9165,6 +9382,8 @@ long-s = "flat-hook-middle-serifed" eszet = "longs-s-lig-serifless" lower-lambda = "straight-turn" lower-tau = "short-tailed" +cyrl-a = "double-storey-serifless" +cyrl-ve = "standard-serifless" cyrl-capital-u = "straight-turn-serifless" cyrl-u = "straight-turn-serifless" cyrl-ef = "split-serifless" @@ -9211,6 +9430,8 @@ z = "straight-serifed" capital-eszet = "rounded-serifed" long-s = "flat-hook-double-serifed" eszet = "longs-s-lig-bottom-serifed" +cyrl-a = "double-storey-serifed" +cyrl-ve = "standard-bilateral-serifed" cyrl-capital-u = "straight-turn-serifed" cyrl-u = "straight-turn-serifed" cyrl-ef = "split-serifed" @@ -9229,6 +9450,7 @@ u = "toothed-motion-serifed" w = "straight-flat-top-motion-serifed" x = "straight-motion-serifed" y = "straight-turn-motion-serifed" +cyrl-ve = "standard-unilateral-serifed" cyrl-u = "straight-turn-motion-serifed" micro-sign = "tailed-motion-serifed" @@ -9381,6 +9603,7 @@ lower-lambda = "straight-turn" lower-mu = "toothless-corner-serifless" lower-xi = "rounded" lower-pi = "small-capital" +cyrl-a = "double-storey-tailed" cyrl-capital-zhe = "symmetric-touching" cyrl-zhe = "symmetric-touching" cyrl-capital-ka = "symmetric-touching-serifless" @@ -9420,6 +9643,7 @@ u = "tailed-serifless" long-s = "bent-hook-tailed" eszet = "longs-s-lig-tailed-serifless" lower-mu = "tailed-serifless" +cyrl-a = "single-storey-earless-corner-tailed" cyrl-zhe = "cursive" micro-sign = "tailed-serifless" @@ -9504,6 +9728,8 @@ lower-lambda = "straight-turn" lower-mu = "toothed-serifless" lower-pi = "tailless" lower-tau = "tailless" +cyrl-a = "double-storey-tailed" +cyrl-ve = "standard-serifless" cyrl-capital-u = "straight-turn-serifless" cyrl-u = "straight-turn-serifless" cyrl-ef = "split-serifless" @@ -9556,6 +9782,7 @@ long-s = "flat-hook-double-serifed" eszet = "longs-s-lig-bottom-serifed" lower-iota = "tailed-serifed" lower-mu = "toothed-serifed" +cyrl-ve = "standard-bilateral-serifed" cyrl-ze = "unilateral-serifed" cyrl-ka = "symmetric-connected-serifed" cyrl-capital-u = "straight-turn-serifed" @@ -9601,6 +9828,7 @@ lower-lambda = "straight" lower-mu = "toothed-serifless" lower-xi = "rounded" lower-tau = "flat-tailed" +cyrl-ve = "standard-serifless" cyrl-em = "hanging-serifless" cyrl-yeri = "corner" cyrl-yery = "corner" @@ -9656,6 +9884,7 @@ long-s = "flat-hook-bottom-serifed" eszet = "sulzbacher-bottom-serifed" lower-alpha = "barred-double-serifed" lower-mu = "toothed-serifed" +cyrl-ve = "standard-bilateral-serifed" cyrl-em = "hanging-serifed" cyrl-capital-u = "straight-serifed" cyrl-u = "straight-serifed" @@ -9678,6 +9907,7 @@ long-s = "flat-hook-tailed" eszet = "sulzbacher-tailed-serifless" lower-alpha = "barred-tailed" lower-mu = "toothed-motion-serifed" +cyrl-ve = "standard-unilateral-serifed" cyrl-u = "cursive-flat-hook-motion-serifed" micro-sign = "toothed-motion-serifed" @@ -9712,6 +9942,7 @@ lower-iota = "serifed-flat-tailed" lower-lambda = "tailed-turn" lower-tau = "flat-tailed" lower-chi = "semi-chancery-straight" +cyrl-a = "double-storey-tailed" cyrl-capital-ka = "symmetric-connected-bottom-right-serifed" cyrl-ka = "symmetric-connected-bottom-right-serifed" cyrl-em = "hanging-serifless" @@ -9759,6 +9990,7 @@ z = "cursive" long-s = "flat-hook-diagonal-tailed-middle-serifed" lower-iota = "serifed-diagonal-tailed" lower-tau = "diagonal-tailed" +cyrl-a = "single-storey-tailed" cyrl-zhe = "cursive" cyrl-u = "cursive-serifless" cyrl-ef = "split-cursive" @@ -9843,6 +10075,8 @@ lower-iota = "serifed-semi-tailed" lower-lambda = "straight-turn" lower-mu = "toothed-bottom-right-serifed" lower-tau = "semi-tailed" +cyrl-a = "double-storey-serifed" +cyrl-ve = "standard-serifless" cyrl-capital-ze = "bilateral-inward-serifed" cyrl-ze = "unilateral-inward-serifed" cyrl-ka = "symmetric-connected-bottom-right-serifed" @@ -9897,6 +10131,7 @@ long-s = "flat-hook-double-serifed" eszet = "longs-s-lig-dual-serifed" lower-thorn = "serifed" lower-mu = "toothed-serifed" +cyrl-ve = "standard-bilateral-serifed" cyrl-ka = "symmetric-connected-serifed" cyrl-em = "hanging-serifed" cyrl-er = "eared-serifed" @@ -9961,6 +10196,7 @@ lower-iota = "serifed-flat-tailed" lower-lambda = "tailed-turn" lower-tau = "flat-tailed" lower-chi = "semi-chancery-straight" +cyrl-a = "double-storey-tailed" cyrl-capital-ze = "unilateral-inward-serifed" cyrl-ze = "serifless" cyrl-capital-ka = "symmetric-connected-bottom-right-serifed" @@ -10015,6 +10251,7 @@ y = "cursive-serifless" z = "cursive" long-s = "bent-hook-descending" eszet = "longs-s-lig-descending-serifless" +cyrl-a = "single-storey-tailed" cyrl-ze = "unilateral-bottom-inward-serifed" cyrl-ka = "symmetric-connected-bottom-right-serifed" cyrl-u = "cursive-serifless" @@ -10111,6 +10348,8 @@ eszet = "longs-s-lig-serifless" lower-alpha = "barred-tailed" lower-lambda = "straight-turn" lower-tau = "short-tailed" +cyrl-a = "double-storey-tailed" +cyrl-ve = "standard-serifless" cyrl-em = "hanging-serifless" cyrl-capital-u = "straight-turn-serifless" cyrl-u = "straight-turn-serifless" @@ -10156,6 +10395,7 @@ z = "straight-serifed" long-s = "flat-hook-double-serifed-xh" eszet = "longs-s-lig-bottom-serifed" lower-alpha = "barred-tailed-serifed" +cyrl-ve = "standard-bilateral-serifed" cyrl-em = "hanging-serifed" cyrl-capital-u = "straight-turn-serifed" cyrl-u = "straight-turn-serifed" @@ -10174,6 +10414,7 @@ y = "straight-turn-motion-serifed" long-s = "flat-hook-descending-middle-serifed-xh" eszet = "longs-s-lig-descending-serifless" lower-alpha = "barred-tailed" +cyrl-ve = "standard-unilateral-serifed" cyrl-u = "straight-turn-motion-serifed" micro-sign = "tailed-motion-serifed" diff --git a/tools/generate-samples/src/templates/package-sample.mjs b/tools/generate-samples/src/templates/package-sample.mjs index 28f2c8d8a..e8346946f 100644 --- a/tools/generate-samples/src/templates/package-sample.mjs +++ b/tools/generate-samples/src/templates/package-sample.mjs @@ -5,7 +5,7 @@ export const ssStrings = [ ["ABC.DEF.GHI.JKL.MNO.PQRS.TUV.WXYZ", "abc.def.ghi.jkl.mno.pqrs.tuv.wxyz"], ["!iIlL17|¦ ¢coO08BbDQ $5SZ2zs 96µm", "float il1[]={1-2/3.4,5+6=7/8%90};"], ["1234567890 ,._-+= >< «¯-¬_» ~–÷+×", "{*}[]()<>`+-=$/#_%^@\\&|~?'\" !,.;:"], - ["CG6Qg9q¶ äöü Þẞðþſß ΓΔΛαδιλμξπτχ∂", [..."ЖЗКУЭЯжзклмнруфчъыьэя ", "<=", " ", "!=", " ", "==", " ", "=>"]] + ["CG6Qg9q¶ äöü Þẞðþſß ΓΔΛαδιλμξπτχ∂", [..."ЖЗКУЭЯавжзклмнруфчъыьэя ", "<=", " ", "!=", " ", "=="]] ]; function* makeSample(lbm, hotChars) { diff --git a/tools/generate-samples/src/templates/stylistic-set.mjs b/tools/generate-samples/src/templates/stylistic-set.mjs index 522ade24a..281af4e9d 100644 --- a/tools/generate-samples/src/templates/stylistic-set.mjs +++ b/tools/generate-samples/src/templates/stylistic-set.mjs @@ -5,7 +5,7 @@ const ssStrings = [ ["ABC.DEF.GHI.JKL.MNO.PQRS.TUV.WXYZ", "abc.def.ghi.jkl.mno.pqrs.tuv.wxyz"], ["!iIlL17|¦ ¢coO08BbDQ $5SZ2zs 96µm", "float il1[]={1-2/3.4,5+6=7/8%90};"], ["1234567890 ,._-+= >< «¯-¬_» ~–÷+×", "{*}[]()<>`+-=$/#_%^@\\&|~?'\" !,.;:"], - ["CG6Qg9q¶ äöü Þẞðþſß ΓΔΛαδιλμξπτχ∂", [..."ЖЗКУЭЯжзклмнруфчъыьэя ", "<=", " ", "!=", " ", "==", " ", "=>"]] + ["CG6Qg9q¶ äöü Þẞðþſß ΓΔΛαδιλμξπτχ∂", [..."ЖЗКУЭЯавжзклмнруфчъыьэя ", "<=", " ", "!=", " ", "=="]] ]; function* makeSample(theme, lbm, features, hotChars) { From 5a4c8ca8ffd65d594271026758a96864ef5b07e5 Mon Sep 17 00:00:00 2001 From: Belleve Date: Tue, 23 Jul 2024 16:02:17 -1000 Subject: [PATCH 4/8] Reorder variants (#2429) * Reordered variants * Update images and metadata --- changes/30.4.0.md | 2 - changes/31.0.0.md | 152 +++ changes/{ => archives/30.x}/30.0.0.md | 0 changes/{ => archives/30.x}/30.0.1.md | 0 changes/{ => archives/30.x}/30.1.0.md | 0 changes/{ => archives/30.x}/30.1.1.md | 0 changes/{ => archives/30.x}/30.1.2.md | 0 changes/{ => archives/30.x}/30.2.0.md | 0 changes/{ => archives/30.x}/30.3.0.md | 0 changes/{ => archives/30.x}/30.3.1.md | 0 changes/{ => archives/30.x}/30.3.2.md | 0 changes/{ => archives/30.x}/30.3.3.md | 0 images/button-release.dark.svg | 8 +- images/button-release.light.svg | 8 +- images/cs-block-phonetic-extensions.dark.svg | 2 +- images/cs-block-phonetic-extensions.light.svg | 2 +- ...torey-hook-inward-serifed-serifed.dark.svg | 11 + ...orey-hook-inward-serifed-serifed.light.svg | 11 + ...rey-hook-inward-serifed-serifless.dark.svg | 11 + ...ey-hook-inward-serifed-serifless.light.svg | 11 + ...storey-hook-inward-serifed-tailed.dark.svg | 11 + ...torey-hook-inward-serifed-tailed.light.svg | 11 + ...k-inward-serifed-toothless-corner.dark.svg | 11 + ...-inward-serifed-toothless-corner.light.svg | 11 + ...-inward-serifed-toothless-rounded.dark.svg | 11 + ...inward-serifed-toothless-rounded.light.svg | 11 + .../cv-cyrl-a-double-storey-serifed.dark.svg | 11 + .../cv-cyrl-a-double-storey-serifed.light.svg | 11 + ...cv-cyrl-a-double-storey-serifless.dark.svg | 11 + ...v-cyrl-a-double-storey-serifless.light.svg | 11 + .../cv-cyrl-a-double-storey-tailed.dark.svg | 11 + .../cv-cyrl-a-double-storey-tailed.light.svg | 11 + ...-a-double-storey-toothless-corner.dark.svg | 11 + ...a-double-storey-toothless-corner.light.svg | 11 + ...a-double-storey-toothless-rounded.dark.svg | 11 + ...-double-storey-toothless-rounded.light.svg | 11 + ...rl-a-single-storey-double-serifed.dark.svg | 11 + ...l-a-single-storey-double-serifed.light.svg | 11 + ...gle-storey-earless-corner-serifed.dark.svg | 11 + ...le-storey-earless-corner-serifed.light.svg | 11 + ...e-storey-earless-corner-serifless.dark.svg | 11 + ...-storey-earless-corner-serifless.light.svg | 11 + ...ngle-storey-earless-corner-tailed.dark.svg | 11 + ...gle-storey-earless-corner-tailed.light.svg | 11 + ...le-storey-earless-rounded-serifed.dark.svg | 11 + ...e-storey-earless-rounded-serifed.light.svg | 11 + ...-storey-earless-rounded-serifless.dark.svg | 11 + ...storey-earless-rounded-serifless.light.svg | 11 + ...gle-storey-earless-rounded-tailed.dark.svg | 11 + ...le-storey-earless-rounded-tailed.light.svg | 11 + .../cv-cyrl-a-single-storey-serifed.dark.svg | 11 + .../cv-cyrl-a-single-storey-serifed.light.svg | 11 + ...cv-cyrl-a-single-storey-serifless.dark.svg | 11 + ...v-cyrl-a-single-storey-serifless.light.svg | 11 + ...rl-a-single-storey-tailed-serifed.dark.svg | 11 + ...l-a-single-storey-tailed-serifed.light.svg | 11 + .../cv-cyrl-a-single-storey-tailed.dark.svg | 11 + .../cv-cyrl-a-single-storey-tailed.light.svg | 11 + images/cv-cyrl-ve-cursive-tall.dark.svg | 11 + images/cv-cyrl-ve-cursive-tall.light.svg | 11 + images/cv-cyrl-ve-cursive.dark.svg | 11 + images/cv-cyrl-ve-cursive.light.svg | 11 + ...yrl-ve-standard-bilateral-serifed.dark.svg | 11 + ...rl-ve-standard-bilateral-serifed.light.svg | 11 + ...ard-interrupted-bilateral-serifed.dark.svg | 11 + ...rd-interrupted-bilateral-serifed.light.svg | 11 + ...ve-standard-interrupted-serifless.dark.svg | 11 + ...e-standard-interrupted-serifless.light.svg | 11 + ...rd-interrupted-unilateral-serifed.dark.svg | 11 + ...d-interrupted-unilateral-serifed.light.svg | 11 + images/cv-cyrl-ve-standard-serifless.dark.svg | 11 + .../cv-cyrl-ve-standard-serifless.light.svg | 11 + ...rl-ve-standard-unilateral-serifed.dark.svg | 11 + ...l-ve-standard-unilateral-serifed.light.svg | 11 + images/package-sample-Iosevka.dark.svg | 87 +- images/package-sample-Iosevka.light.svg | 87 +- images/package-sample-IosevkaAile.dark.svg | 89 +- images/package-sample-IosevkaAile.light.svg | 89 +- images/package-sample-IosevkaCurly.dark.svg | 87 +- images/package-sample-IosevkaCurly.light.svg | 87 +- .../package-sample-IosevkaCurlySlab.dark.svg | 87 +- .../package-sample-IosevkaCurlySlab.light.svg | 87 +- images/package-sample-IosevkaEtoile.dark.svg | 89 +- images/package-sample-IosevkaEtoile.light.svg | 89 +- images/package-sample-IosevkaFixed.dark.svg | 87 +- images/package-sample-IosevkaFixed.light.svg | 87 +- .../package-sample-IosevkaFixedCurly.dark.svg | 87 +- ...package-sample-IosevkaFixedCurly.light.svg | 87 +- ...kage-sample-IosevkaFixedCurlySlab.dark.svg | 87 +- ...age-sample-IosevkaFixedCurlySlab.light.svg | 87 +- .../package-sample-IosevkaFixedSS01.dark.svg | 87 +- .../package-sample-IosevkaFixedSS01.light.svg | 87 +- .../package-sample-IosevkaFixedSS02.dark.svg | 87 +- .../package-sample-IosevkaFixedSS02.light.svg | 87 +- .../package-sample-IosevkaFixedSS03.dark.svg | 87 +- .../package-sample-IosevkaFixedSS03.light.svg | 87 +- .../package-sample-IosevkaFixedSS04.dark.svg | 87 +- .../package-sample-IosevkaFixedSS04.light.svg | 87 +- .../package-sample-IosevkaFixedSS05.dark.svg | 87 +- .../package-sample-IosevkaFixedSS05.light.svg | 87 +- .../package-sample-IosevkaFixedSS06.dark.svg | 87 +- .../package-sample-IosevkaFixedSS06.light.svg | 87 +- .../package-sample-IosevkaFixedSS07.dark.svg | 56 +- .../package-sample-IosevkaFixedSS07.light.svg | 56 +- .../package-sample-IosevkaFixedSS08.dark.svg | 87 +- .../package-sample-IosevkaFixedSS08.light.svg | 87 +- .../package-sample-IosevkaFixedSS09.dark.svg | 87 +- .../package-sample-IosevkaFixedSS09.light.svg | 87 +- .../package-sample-IosevkaFixedSS10.dark.svg | 56 +- .../package-sample-IosevkaFixedSS10.light.svg | 56 +- .../package-sample-IosevkaFixedSS11.dark.svg | 87 +- .../package-sample-IosevkaFixedSS11.light.svg | 87 +- .../package-sample-IosevkaFixedSS12.dark.svg | 56 +- .../package-sample-IosevkaFixedSS12.light.svg | 56 +- .../package-sample-IosevkaFixedSS13.dark.svg | 87 +- .../package-sample-IosevkaFixedSS13.light.svg | 87 +- .../package-sample-IosevkaFixedSS14.dark.svg | 87 +- .../package-sample-IosevkaFixedSS14.light.svg | 87 +- .../package-sample-IosevkaFixedSS15.dark.svg | 87 +- .../package-sample-IosevkaFixedSS15.light.svg | 87 +- .../package-sample-IosevkaFixedSS16.dark.svg | 87 +- .../package-sample-IosevkaFixedSS16.light.svg | 87 +- .../package-sample-IosevkaFixedSS17.dark.svg | 87 +- .../package-sample-IosevkaFixedSS17.light.svg | 87 +- .../package-sample-IosevkaFixedSS18.dark.svg | 87 +- .../package-sample-IosevkaFixedSS18.light.svg | 87 +- .../package-sample-IosevkaFixedSlab.dark.svg | 87 +- .../package-sample-IosevkaFixedSlab.light.svg | 87 +- images/package-sample-IosevkaSS01.dark.svg | 87 +- images/package-sample-IosevkaSS01.light.svg | 87 +- images/package-sample-IosevkaSS02.dark.svg | 87 +- images/package-sample-IosevkaSS02.light.svg | 87 +- images/package-sample-IosevkaSS03.dark.svg | 87 +- images/package-sample-IosevkaSS03.light.svg | 87 +- images/package-sample-IosevkaSS04.dark.svg | 87 +- images/package-sample-IosevkaSS04.light.svg | 87 +- images/package-sample-IosevkaSS05.dark.svg | 87 +- images/package-sample-IosevkaSS05.light.svg | 87 +- images/package-sample-IosevkaSS06.dark.svg | 87 +- images/package-sample-IosevkaSS06.light.svg | 87 +- images/package-sample-IosevkaSS07.dark.svg | 56 +- images/package-sample-IosevkaSS07.light.svg | 56 +- images/package-sample-IosevkaSS08.dark.svg | 87 +- images/package-sample-IosevkaSS08.light.svg | 87 +- images/package-sample-IosevkaSS09.dark.svg | 87 +- images/package-sample-IosevkaSS09.light.svg | 87 +- images/package-sample-IosevkaSS10.dark.svg | 56 +- images/package-sample-IosevkaSS10.light.svg | 56 +- images/package-sample-IosevkaSS11.dark.svg | 87 +- images/package-sample-IosevkaSS11.light.svg | 87 +- images/package-sample-IosevkaSS12.dark.svg | 56 +- images/package-sample-IosevkaSS12.light.svg | 56 +- images/package-sample-IosevkaSS13.dark.svg | 87 +- images/package-sample-IosevkaSS13.light.svg | 87 +- images/package-sample-IosevkaSS14.dark.svg | 87 +- images/package-sample-IosevkaSS14.light.svg | 87 +- images/package-sample-IosevkaSS15.dark.svg | 87 +- images/package-sample-IosevkaSS15.light.svg | 87 +- images/package-sample-IosevkaSS16.dark.svg | 87 +- images/package-sample-IosevkaSS16.light.svg | 87 +- images/package-sample-IosevkaSS17.dark.svg | 87 +- images/package-sample-IosevkaSS17.light.svg | 87 +- images/package-sample-IosevkaSS18.dark.svg | 87 +- images/package-sample-IosevkaSS18.light.svg | 87 +- images/package-sample-IosevkaSlab.dark.svg | 87 +- images/package-sample-IosevkaSlab.light.svg | 87 +- images/package-sample-IosevkaTerm.dark.svg | 87 +- images/package-sample-IosevkaTerm.light.svg | 87 +- .../package-sample-IosevkaTermCurly.dark.svg | 87 +- .../package-sample-IosevkaTermCurly.light.svg | 87 +- ...ckage-sample-IosevkaTermCurlySlab.dark.svg | 87 +- ...kage-sample-IosevkaTermCurlySlab.light.svg | 87 +- .../package-sample-IosevkaTermSS01.dark.svg | 87 +- .../package-sample-IosevkaTermSS01.light.svg | 87 +- .../package-sample-IosevkaTermSS02.dark.svg | 87 +- .../package-sample-IosevkaTermSS02.light.svg | 87 +- .../package-sample-IosevkaTermSS03.dark.svg | 87 +- .../package-sample-IosevkaTermSS03.light.svg | 87 +- .../package-sample-IosevkaTermSS04.dark.svg | 87 +- .../package-sample-IosevkaTermSS04.light.svg | 87 +- .../package-sample-IosevkaTermSS05.dark.svg | 87 +- .../package-sample-IosevkaTermSS05.light.svg | 87 +- .../package-sample-IosevkaTermSS06.dark.svg | 87 +- .../package-sample-IosevkaTermSS06.light.svg | 87 +- .../package-sample-IosevkaTermSS07.dark.svg | 56 +- .../package-sample-IosevkaTermSS07.light.svg | 56 +- .../package-sample-IosevkaTermSS08.dark.svg | 87 +- .../package-sample-IosevkaTermSS08.light.svg | 87 +- .../package-sample-IosevkaTermSS09.dark.svg | 87 +- .../package-sample-IosevkaTermSS09.light.svg | 87 +- .../package-sample-IosevkaTermSS10.dark.svg | 56 +- .../package-sample-IosevkaTermSS10.light.svg | 56 +- .../package-sample-IosevkaTermSS11.dark.svg | 87 +- .../package-sample-IosevkaTermSS11.light.svg | 87 +- .../package-sample-IosevkaTermSS12.dark.svg | 56 +- .../package-sample-IosevkaTermSS12.light.svg | 56 +- .../package-sample-IosevkaTermSS13.dark.svg | 87 +- .../package-sample-IosevkaTermSS13.light.svg | 87 +- .../package-sample-IosevkaTermSS14.dark.svg | 87 +- .../package-sample-IosevkaTermSS14.light.svg | 87 +- .../package-sample-IosevkaTermSS15.dark.svg | 87 +- .../package-sample-IosevkaTermSS15.light.svg | 87 +- .../package-sample-IosevkaTermSS16.dark.svg | 87 +- .../package-sample-IosevkaTermSS16.light.svg | 87 +- .../package-sample-IosevkaTermSS17.dark.svg | 87 +- .../package-sample-IosevkaTermSS17.light.svg | 87 +- .../package-sample-IosevkaTermSS18.dark.svg | 87 +- .../package-sample-IosevkaTermSS18.light.svg | 87 +- .../package-sample-IosevkaTermSlab.dark.svg | 87 +- .../package-sample-IosevkaTermSlab.light.svg | 87 +- images/ss-i-off-0.dark.svg | 87 +- images/ss-i-off-0.light.svg | 87 +- images/ss-i-ss01-1.dark.svg | 87 +- images/ss-i-ss01-1.light.svg | 87 +- images/ss-i-ss02-1.dark.svg | 87 +- images/ss-i-ss02-1.light.svg | 87 +- images/ss-i-ss03-1.dark.svg | 93 +- images/ss-i-ss03-1.light.svg | 93 +- images/ss-i-ss04-1.dark.svg | 87 +- images/ss-i-ss04-1.light.svg | 87 +- images/ss-i-ss05-1.dark.svg | 101 +- images/ss-i-ss05-1.light.svg | 101 +- images/ss-i-ss06-1.dark.svg | 93 +- images/ss-i-ss06-1.light.svg | 93 +- images/ss-i-ss07-1.dark.svg | 104 +- images/ss-i-ss07-1.light.svg | 104 +- images/ss-i-ss08-1.dark.svg | 101 +- images/ss-i-ss08-1.light.svg | 101 +- images/ss-i-ss09-1.dark.svg | 104 +- images/ss-i-ss09-1.light.svg | 104 +- images/ss-i-ss10-1.dark.svg | 85 +- images/ss-i-ss10-1.light.svg | 85 +- images/ss-i-ss11-1.dark.svg | 87 +- images/ss-i-ss11-1.light.svg | 87 +- images/ss-i-ss12-1.dark.svg | 91 +- images/ss-i-ss12-1.light.svg | 91 +- images/ss-i-ss13-1.dark.svg | 93 +- images/ss-i-ss13-1.light.svg | 93 +- images/ss-i-ss14-1.dark.svg | 101 +- images/ss-i-ss14-1.light.svg | 101 +- images/ss-i-ss15-1.dark.svg | 87 +- images/ss-i-ss15-1.light.svg | 87 +- images/ss-i-ss16-1.dark.svg | 99 +- images/ss-i-ss16-1.light.svg | 99 +- images/ss-i-ss17-1.dark.svg | 89 +- images/ss-i-ss17-1.light.svg | 89 +- images/ss-i-ss18-1.dark.svg | 93 +- images/ss-i-ss18-1.light.svg | 93 +- images/ss-i-ss20-1.dark.svg | 87 +- images/ss-i-ss20-1.light.svg | 87 +- images/ss-u-off-0.dark.svg | 87 +- images/ss-u-off-0.light.svg | 87 +- images/ss-u-ss01-1.dark.svg | 89 +- images/ss-u-ss01-1.light.svg | 89 +- images/ss-u-ss02-1.dark.svg | 89 +- images/ss-u-ss02-1.light.svg | 89 +- images/ss-u-ss03-1.dark.svg | 87 +- images/ss-u-ss03-1.light.svg | 87 +- images/ss-u-ss04-1.dark.svg | 87 +- images/ss-u-ss04-1.light.svg | 87 +- images/ss-u-ss05-1.dark.svg | 99 +- images/ss-u-ss05-1.light.svg | 99 +- images/ss-u-ss06-1.dark.svg | 89 +- images/ss-u-ss06-1.light.svg | 89 +- images/ss-u-ss07-1.dark.svg | 80 +- images/ss-u-ss07-1.light.svg | 80 +- images/ss-u-ss08-1.dark.svg | 101 +- images/ss-u-ss08-1.light.svg | 101 +- images/ss-u-ss09-1.dark.svg | 87 +- images/ss-u-ss09-1.light.svg | 87 +- images/ss-u-ss10-1.dark.svg | 56 +- images/ss-u-ss10-1.light.svg | 56 +- images/ss-u-ss11-1.dark.svg | 87 +- images/ss-u-ss11-1.light.svg | 87 +- images/ss-u-ss12-1.dark.svg | 94 +- images/ss-u-ss12-1.light.svg | 94 +- images/ss-u-ss13-1.dark.svg | 91 +- images/ss-u-ss13-1.light.svg | 91 +- images/ss-u-ss14-1.dark.svg | 93 +- images/ss-u-ss14-1.light.svg | 93 +- images/ss-u-ss15-1.dark.svg | 91 +- images/ss-u-ss15-1.light.svg | 91 +- images/ss-u-ss16-1.dark.svg | 101 +- images/ss-u-ss16-1.light.svg | 101 +- images/ss-u-ss17-1.dark.svg | 75 +- images/ss-u-ss17-1.light.svg | 75 +- images/ss-u-ss18-1.dark.svg | 89 +- images/ss-u-ss18-1.light.svg | 89 +- images/ss-u-ss20-1.dark.svg | 89 +- images/ss-u-ss20-1.light.svg | 89 +- package-lock.json | 80 +- package.json | 2 +- packages/font-glyphs/package.json | 12 +- packages/font-kits/package.json | 8 +- packages/font-otl/package.json | 6 +- packages/font/package.json | 16 +- packages/geometry-cache/package.json | 4 +- packages/geometry/package.json | 4 +- packages/glyph/package.json | 4 +- packages/param/package.json | 4 +- packages/util/package.json | 2 +- params/variants.toml | 1096 ++++++++--------- tools/amend-readme/package.json | 4 +- tools/data-export/package.json | 4 +- tools/generate-samples/package.json | 4 +- tools/misc/package.json | 4 +- 306 files changed, 10682 insertions(+), 9900 deletions(-) delete mode 100644 changes/30.4.0.md create mode 100644 changes/31.0.0.md rename changes/{ => archives/30.x}/30.0.0.md (100%) rename changes/{ => archives/30.x}/30.0.1.md (100%) rename changes/{ => archives/30.x}/30.1.0.md (100%) rename changes/{ => archives/30.x}/30.1.1.md (100%) rename changes/{ => archives/30.x}/30.1.2.md (100%) rename changes/{ => archives/30.x}/30.2.0.md (100%) rename changes/{ => archives/30.x}/30.3.0.md (100%) rename changes/{ => archives/30.x}/30.3.1.md (100%) rename changes/{ => archives/30.x}/30.3.2.md (100%) rename changes/{ => archives/30.x}/30.3.3.md (100%) create mode 100644 images/cv-cyrl-a-double-storey-hook-inward-serifed-serifed.dark.svg create mode 100644 images/cv-cyrl-a-double-storey-hook-inward-serifed-serifed.light.svg create mode 100644 images/cv-cyrl-a-double-storey-hook-inward-serifed-serifless.dark.svg create mode 100644 images/cv-cyrl-a-double-storey-hook-inward-serifed-serifless.light.svg create mode 100644 images/cv-cyrl-a-double-storey-hook-inward-serifed-tailed.dark.svg create mode 100644 images/cv-cyrl-a-double-storey-hook-inward-serifed-tailed.light.svg create mode 100644 images/cv-cyrl-a-double-storey-hook-inward-serifed-toothless-corner.dark.svg create mode 100644 images/cv-cyrl-a-double-storey-hook-inward-serifed-toothless-corner.light.svg create mode 100644 images/cv-cyrl-a-double-storey-hook-inward-serifed-toothless-rounded.dark.svg create mode 100644 images/cv-cyrl-a-double-storey-hook-inward-serifed-toothless-rounded.light.svg create mode 100644 images/cv-cyrl-a-double-storey-serifed.dark.svg create mode 100644 images/cv-cyrl-a-double-storey-serifed.light.svg create mode 100644 images/cv-cyrl-a-double-storey-serifless.dark.svg create mode 100644 images/cv-cyrl-a-double-storey-serifless.light.svg create mode 100644 images/cv-cyrl-a-double-storey-tailed.dark.svg create mode 100644 images/cv-cyrl-a-double-storey-tailed.light.svg create mode 100644 images/cv-cyrl-a-double-storey-toothless-corner.dark.svg create mode 100644 images/cv-cyrl-a-double-storey-toothless-corner.light.svg create mode 100644 images/cv-cyrl-a-double-storey-toothless-rounded.dark.svg create mode 100644 images/cv-cyrl-a-double-storey-toothless-rounded.light.svg create mode 100644 images/cv-cyrl-a-single-storey-double-serifed.dark.svg create mode 100644 images/cv-cyrl-a-single-storey-double-serifed.light.svg create mode 100644 images/cv-cyrl-a-single-storey-earless-corner-serifed.dark.svg create mode 100644 images/cv-cyrl-a-single-storey-earless-corner-serifed.light.svg create mode 100644 images/cv-cyrl-a-single-storey-earless-corner-serifless.dark.svg create mode 100644 images/cv-cyrl-a-single-storey-earless-corner-serifless.light.svg create mode 100644 images/cv-cyrl-a-single-storey-earless-corner-tailed.dark.svg create mode 100644 images/cv-cyrl-a-single-storey-earless-corner-tailed.light.svg create mode 100644 images/cv-cyrl-a-single-storey-earless-rounded-serifed.dark.svg create mode 100644 images/cv-cyrl-a-single-storey-earless-rounded-serifed.light.svg create mode 100644 images/cv-cyrl-a-single-storey-earless-rounded-serifless.dark.svg create mode 100644 images/cv-cyrl-a-single-storey-earless-rounded-serifless.light.svg create mode 100644 images/cv-cyrl-a-single-storey-earless-rounded-tailed.dark.svg create mode 100644 images/cv-cyrl-a-single-storey-earless-rounded-tailed.light.svg create mode 100644 images/cv-cyrl-a-single-storey-serifed.dark.svg create mode 100644 images/cv-cyrl-a-single-storey-serifed.light.svg create mode 100644 images/cv-cyrl-a-single-storey-serifless.dark.svg create mode 100644 images/cv-cyrl-a-single-storey-serifless.light.svg create mode 100644 images/cv-cyrl-a-single-storey-tailed-serifed.dark.svg create mode 100644 images/cv-cyrl-a-single-storey-tailed-serifed.light.svg create mode 100644 images/cv-cyrl-a-single-storey-tailed.dark.svg create mode 100644 images/cv-cyrl-a-single-storey-tailed.light.svg create mode 100644 images/cv-cyrl-ve-cursive-tall.dark.svg create mode 100644 images/cv-cyrl-ve-cursive-tall.light.svg create mode 100644 images/cv-cyrl-ve-cursive.dark.svg create mode 100644 images/cv-cyrl-ve-cursive.light.svg create mode 100644 images/cv-cyrl-ve-standard-bilateral-serifed.dark.svg create mode 100644 images/cv-cyrl-ve-standard-bilateral-serifed.light.svg create mode 100644 images/cv-cyrl-ve-standard-interrupted-bilateral-serifed.dark.svg create mode 100644 images/cv-cyrl-ve-standard-interrupted-bilateral-serifed.light.svg create mode 100644 images/cv-cyrl-ve-standard-interrupted-serifless.dark.svg create mode 100644 images/cv-cyrl-ve-standard-interrupted-serifless.light.svg create mode 100644 images/cv-cyrl-ve-standard-interrupted-unilateral-serifed.dark.svg create mode 100644 images/cv-cyrl-ve-standard-interrupted-unilateral-serifed.light.svg create mode 100644 images/cv-cyrl-ve-standard-serifless.dark.svg create mode 100644 images/cv-cyrl-ve-standard-serifless.light.svg create mode 100644 images/cv-cyrl-ve-standard-unilateral-serifed.dark.svg create mode 100644 images/cv-cyrl-ve-standard-unilateral-serifed.light.svg diff --git a/changes/30.4.0.md b/changes/30.4.0.md deleted file mode 100644 index 5bdca8a1f..000000000 --- a/changes/30.4.0.md +++ /dev/null @@ -1,2 +0,0 @@ -* Add separate variant selectors For Cyrillic Lower A/Ve (`VXAF`, `VXAG`). -* Optimize the shape of rounded `e` (#2424). diff --git a/changes/31.0.0.md b/changes/31.0.0.md new file mode 100644 index 000000000..83c07c8c8 --- /dev/null +++ b/changes/31.0.0.md @@ -0,0 +1,152 @@ +* \[**Breaking**] Changed the mapping between variants and OpenType tags: + - Variants for digits (`1` .. `9`) are assigned to tag `cv01` ... `cv09`. + - Variant for `0` is assigned to tag `cv10`. + - Variants for basic Latin are assigned to tag `cv11` ... `cv60` (50 tags; `O` and `o` do not have variants). + - Variants for extended Latin are assigned to tag `cv61` ... `cv66`. + - Variants for Greek letters are assigned to tag `cv67` ... `cv78`. + - Variants for Cyrillic letters are assigned to tag `cv79` ... `cv99` and `VAAA`. + - Variants for dot shapes are assigned to tag `VDAA` ... `VDAD`. + - Variants for symbol shapes are assigned to tag `VSAA` ... `VSAT`. + - Variants for ligature shapes are assigned to tag `VLAA` ... `VLAG`. + - Correspondence table + +
+ + | Selector Name | Tag in v30.x | Tag in v31 | + | ------------- | ------------ | ---------- | + | `one` | `cv86` | `cv01` | + | `two` | `cv87` | `cv02` | + | `three` | `cv88` | `cv03` | + | `four` | `cv89` | `cv04` | + | `five` | `cv90` | `cv05` | + | `six` | `cv91` | `cv06` | + | `seven` | `cv92` | `cv07` | + | `eight` | `cv93` | `cv08` | + | `nine` | `cv94` | `cv09` | + | `zero` | `cv85` | `cv10` | + | `capital-a` | `cv01` | `cv11` | + | `capital-b` | `cv02` | `cv12` | + | `capital-c` | `cv03` | `cv13` | + | `capital-d` | `cv04` | `cv14` | + | `capital-e` | `cv05` | `cv15` | + | `capital-f` | `cv06` | `cv16` | + | `capital-g` | `cv07` | `cv17` | + | `capital-h` | `cv08` | `cv18` | + | `capital-i` | `cv09` | `cv19` | + | `capital-j` | `cv10` | `cv20` | + | `capital-k` | `cv11` | `cv21` | + | `capital-l` | `cv12` | `cv22` | + | `capital-m` | `cv13` | `cv23` | + | `capital-n` | `cv14` | `cv24` | + | `capital-p` | `cv15` | `cv25` | + | `capital-q` | `cv16` | `cv26` | + | `capital-r` | `cv17` | `cv27` | + | `capital-s` | `cv18` | `cv28` | + | `capital-t` | `cv19` | `cv29` | + | `capital-u` | `cv20` | `cv30` | + | `capital-v` | `cv21` | `cv31` | + | `capital-w` | `cv22` | `cv32` | + | `capital-x` | `cv23` | `cv33` | + | `capital-y` | `cv24` | `cv34` | + | `capital-z` | `cv25` | `cv35` | + | `a` | `cv26` | `cv36` | + | `b` | `cv27` | `cv37` | + | `c` | `cv28` | `cv38` | + | `d` | `cv29` | `cv39` | + | `e` | `cv30` | `cv40` | + | `f` | `cv31` | `cv41` | + | `g` | `cv32` | `cv42` | + | `h` | `cv33` | `cv43` | + | `i` | `cv34` | `cv44` | + | `j` | `cv35` | `cv45` | + | `k` | `cv36` | `cv46` | + | `l` | `cv37` | `cv47` | + | `m` | `cv38` | `cv48` | + | `n` | `cv39` | `cv49` | + | `p` | `cv40` | `cv50` | + | `q` | `cv41` | `cv51` | + | `r` | `cv42` | `cv52` | + | `s` | `cv43` | `cv53` | + | `t` | `cv44` | `cv54` | + | `u` | `cv45` | `cv55` | + | `v` | `cv46` | `cv56` | + | `w` | `cv47` | `cv57` | + | `x` | `cv48` | `cv58` | + | `y` | `cv49` | `cv59` | + | `z` | `cv50` | `cv60` | + | `capital-eszet` | `VXAC` | `cv61` | + | `long-s` | `cv51` | `cv62` | + | `eszet` | `cv52` | `cv63` | + | `lower-eth` | `cv53` | `cv64` | + | `capital-thorn` | `VXAD` | `cv65` | + | `lower-thorn` | `cv54` | `cv66` | + | `lower-alpha` | `cv55` | `cv67` | + | `capital-gamma` | `cv56` | `cv68` | + | `capital-delta` | `cv57` | `cv69` | + | `lower-delta` | `cv58` | `cv70` | + | `lower-iota` | `cv59` | `cv71` | + | `capital-lambda` | `cv60` | `cv72` | + | `lower-lambda` | `cv61` | `cv73` | + | `lower-mu` | `cv62` | `cv74` | + | `lower-xi` | `cv63` | `cv75` | + | `lower-pi` | `cv64` | `cv76` | + | `lower-tau` | `cv65` | `cv77` | + | `lower-chi` | `cv66` | `cv78` | + | `cyrl-a` | `——` | `cv79` | + | `cyrl-ve` | `——` | `cv80` | + | `cyrl-capital-zhe` | `cv67` | `cv81` | + | `cyrl-zhe` | `cv68` | `cv82` | + | `cyrl-capital-ze` | `cv69` | `cv83` | + | `cyrl-ze` | `cv70` | `cv84` | + | `cyrl-capital-ka` | `cv71` | `cv85` | + | `cyrl-ka` | `cv72` | `cv86` | + | `cyrl-el` | `cv73` | `cv87` | + | `cyrl-em` | `cv74` | `cv88` | + | `cyrl-en` | `cv75` | `cv89` | + | `cyrl-er` | `cv76` | `cv90` | + | `cyrl-capital-u` | `cv77` | `cv91` | + | `cyrl-u` | `cv78` | `cv92` | + | `cyrl-ef` | `cv79` | `cv93` | + | `cyrl-che` | `cv80` | `cv94` | + | `cyrl-yeri` | `cv81` | `cv95` | + | `cyrl-yery` | `cv82` | `cv96` | + | `cyrl-capital-e` | `VXAA` | `cv97` | + | `cyrl-e` | `VXAB` | `cv98` | + | `cyrl-capital-ya` | `cv83` | `cv99` | + | `cyrl-ya` | `cv84` | `VAAA` | + | `tittle` | `cv95` | `VDAA` | + | `diacritic-dot` | `cv96` | `VDAB` | + | `punctuation-dot` | `cv97` | `VDAC` | + | `braille-dot` | `VXAE` | `VDAD` | + | `tilde` | `cv98` | `VSAA` | + | `asterisk` | `cv99` | `VSAB` | + | `underscore` | `VSAA` | `VSAC` | + | `caret` | `VSAB` | `VSAD` | + | `ascii-grave` | `VSAC` | `VSAE` | + | `ascii-single-quote` | `VSAD` | `VSAF` | + | `paren` | `VSAE` | `VSAG` | + | `brace` | `VSAF` | `VSAH` | + | `guillemet` | `VSAG` | `VSAI` | + | `number-sign` | `VSAH` | `VSAJ` | + | `ampersand` | `VSAI` | `VSAK` | + | `at` | `VSAJ` | `VSAL` | + | `dollar` | `VSAK` | `VSAM` | + | `cent` | `VSAL` | `VSAN` | + | `percent` | `VSAM` | `VSAO` | + | `bar` | `VSAN` | `VSAP` | + | `question` | `VSAO` | `VSAQ` | + | `pilcrow` | `VSAP` | `VSAR` | + | `partial-derivative` | `VSAQ` | `VSAS` | + | `micro-sign` | `VSAR` | `VSAT` | + | `lig-ltgteq` | `VLAA` | `VLAA` | + | `lig-neq` | `VLAB` | `VLAB` | + | `lig-equal-chain` | `VLAC` | `VLAC` | + | `lig-hyphen-chain` | `VLAD` | `VLAD` | + | `lig-plus-chain` | `VLAE` | `VLAE` | + | `lig-double-arrow-bar` | `VLAF` | `VLAF` | + | `lig-single-arrow-bar` | `VLAG` | `VLAG` | + +
+* \[**Breaking**] Reordered variants for Cyrillic Capital Ze. +* Add separate variant selectors For Cyrillic Lower A/Ve (`cv79`, `cv99`). +* Optimize the shape of rounded `e` (#2424). diff --git a/changes/30.0.0.md b/changes/archives/30.x/30.0.0.md similarity index 100% rename from changes/30.0.0.md rename to changes/archives/30.x/30.0.0.md diff --git a/changes/30.0.1.md b/changes/archives/30.x/30.0.1.md similarity index 100% rename from changes/30.0.1.md rename to changes/archives/30.x/30.0.1.md diff --git a/changes/30.1.0.md b/changes/archives/30.x/30.1.0.md similarity index 100% rename from changes/30.1.0.md rename to changes/archives/30.x/30.1.0.md diff --git a/changes/30.1.1.md b/changes/archives/30.x/30.1.1.md similarity index 100% rename from changes/30.1.1.md rename to changes/archives/30.x/30.1.1.md diff --git a/changes/30.1.2.md b/changes/archives/30.x/30.1.2.md similarity index 100% rename from changes/30.1.2.md rename to changes/archives/30.x/30.1.2.md diff --git a/changes/30.2.0.md b/changes/archives/30.x/30.2.0.md similarity index 100% rename from changes/30.2.0.md rename to changes/archives/30.x/30.2.0.md diff --git a/changes/30.3.0.md b/changes/archives/30.x/30.3.0.md similarity index 100% rename from changes/30.3.0.md rename to changes/archives/30.x/30.3.0.md diff --git a/changes/30.3.1.md b/changes/archives/30.x/30.3.1.md similarity index 100% rename from changes/30.3.1.md rename to changes/archives/30.x/30.3.1.md diff --git a/changes/30.3.2.md b/changes/archives/30.x/30.3.2.md similarity index 100% rename from changes/30.3.2.md rename to changes/archives/30.x/30.3.2.md diff --git a/changes/30.3.3.md b/changes/archives/30.x/30.3.3.md similarity index 100% rename from changes/30.3.3.md rename to changes/archives/30.x/30.3.3.md diff --git a/images/button-release.dark.svg b/images/button-release.dark.svg index c2d2a3bed..00391e859 100644 --- a/images/button-release.dark.svg +++ b/images/button-release.dark.svg @@ -7,9 +7,9 @@ - + - + @@ -21,13 +21,13 @@ - + - +
\ No newline at end of file diff --git a/images/button-release.light.svg b/images/button-release.light.svg index 2810b5fbd..2ad10a9a1 100644 --- a/images/button-release.light.svg +++ b/images/button-release.light.svg @@ -7,9 +7,9 @@ - + - + @@ -21,13 +21,13 @@ - + - +
\ No newline at end of file diff --git a/images/cs-block-phonetic-extensions.dark.svg b/images/cs-block-phonetic-extensions.dark.svg index 8a56598f5..5ebaa104a 100644 --- a/images/cs-block-phonetic-extensions.dark.svg +++ b/images/cs-block-phonetic-extensions.dark.svg @@ -22,7 +22,7 @@ - + diff --git a/images/cs-block-phonetic-extensions.light.svg b/images/cs-block-phonetic-extensions.light.svg index 49e9a8a0b..26339efd5 100644 --- a/images/cs-block-phonetic-extensions.light.svg +++ b/images/cs-block-phonetic-extensions.light.svg @@ -22,7 +22,7 @@ - + diff --git a/images/cv-cyrl-a-double-storey-hook-inward-serifed-serifed.dark.svg b/images/cv-cyrl-a-double-storey-hook-inward-serifed-serifed.dark.svg new file mode 100644 index 000000000..d2991b39f --- /dev/null +++ b/images/cv-cyrl-a-double-storey-hook-inward-serifed-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-hook-inward-serifed-serifed.light.svg b/images/cv-cyrl-a-double-storey-hook-inward-serifed-serifed.light.svg new file mode 100644 index 000000000..633dcc143 --- /dev/null +++ b/images/cv-cyrl-a-double-storey-hook-inward-serifed-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-hook-inward-serifed-serifless.dark.svg b/images/cv-cyrl-a-double-storey-hook-inward-serifed-serifless.dark.svg new file mode 100644 index 000000000..84ae91019 --- /dev/null +++ b/images/cv-cyrl-a-double-storey-hook-inward-serifed-serifless.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-hook-inward-serifed-serifless.light.svg b/images/cv-cyrl-a-double-storey-hook-inward-serifed-serifless.light.svg new file mode 100644 index 000000000..c9c3d7553 --- /dev/null +++ b/images/cv-cyrl-a-double-storey-hook-inward-serifed-serifless.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-hook-inward-serifed-tailed.dark.svg b/images/cv-cyrl-a-double-storey-hook-inward-serifed-tailed.dark.svg new file mode 100644 index 000000000..655fabcc3 --- /dev/null +++ b/images/cv-cyrl-a-double-storey-hook-inward-serifed-tailed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-hook-inward-serifed-tailed.light.svg b/images/cv-cyrl-a-double-storey-hook-inward-serifed-tailed.light.svg new file mode 100644 index 000000000..1621ee2e4 --- /dev/null +++ b/images/cv-cyrl-a-double-storey-hook-inward-serifed-tailed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-hook-inward-serifed-toothless-corner.dark.svg b/images/cv-cyrl-a-double-storey-hook-inward-serifed-toothless-corner.dark.svg new file mode 100644 index 000000000..ea8ce1c9b --- /dev/null +++ b/images/cv-cyrl-a-double-storey-hook-inward-serifed-toothless-corner.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-hook-inward-serifed-toothless-corner.light.svg b/images/cv-cyrl-a-double-storey-hook-inward-serifed-toothless-corner.light.svg new file mode 100644 index 000000000..1eb3dd343 --- /dev/null +++ b/images/cv-cyrl-a-double-storey-hook-inward-serifed-toothless-corner.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-hook-inward-serifed-toothless-rounded.dark.svg b/images/cv-cyrl-a-double-storey-hook-inward-serifed-toothless-rounded.dark.svg new file mode 100644 index 000000000..8ecdfd4dc --- /dev/null +++ b/images/cv-cyrl-a-double-storey-hook-inward-serifed-toothless-rounded.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-hook-inward-serifed-toothless-rounded.light.svg b/images/cv-cyrl-a-double-storey-hook-inward-serifed-toothless-rounded.light.svg new file mode 100644 index 000000000..dd7917d16 --- /dev/null +++ b/images/cv-cyrl-a-double-storey-hook-inward-serifed-toothless-rounded.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-serifed.dark.svg b/images/cv-cyrl-a-double-storey-serifed.dark.svg new file mode 100644 index 000000000..ab7e8c2e3 --- /dev/null +++ b/images/cv-cyrl-a-double-storey-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-serifed.light.svg b/images/cv-cyrl-a-double-storey-serifed.light.svg new file mode 100644 index 000000000..d8151d5e1 --- /dev/null +++ b/images/cv-cyrl-a-double-storey-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-serifless.dark.svg b/images/cv-cyrl-a-double-storey-serifless.dark.svg new file mode 100644 index 000000000..a497cbfab --- /dev/null +++ b/images/cv-cyrl-a-double-storey-serifless.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-serifless.light.svg b/images/cv-cyrl-a-double-storey-serifless.light.svg new file mode 100644 index 000000000..79d6b6963 --- /dev/null +++ b/images/cv-cyrl-a-double-storey-serifless.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-tailed.dark.svg b/images/cv-cyrl-a-double-storey-tailed.dark.svg new file mode 100644 index 000000000..91c94ea44 --- /dev/null +++ b/images/cv-cyrl-a-double-storey-tailed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-tailed.light.svg b/images/cv-cyrl-a-double-storey-tailed.light.svg new file mode 100644 index 000000000..bbf95e84b --- /dev/null +++ b/images/cv-cyrl-a-double-storey-tailed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-toothless-corner.dark.svg b/images/cv-cyrl-a-double-storey-toothless-corner.dark.svg new file mode 100644 index 000000000..1b75ac705 --- /dev/null +++ b/images/cv-cyrl-a-double-storey-toothless-corner.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-toothless-corner.light.svg b/images/cv-cyrl-a-double-storey-toothless-corner.light.svg new file mode 100644 index 000000000..659efa3b6 --- /dev/null +++ b/images/cv-cyrl-a-double-storey-toothless-corner.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-toothless-rounded.dark.svg b/images/cv-cyrl-a-double-storey-toothless-rounded.dark.svg new file mode 100644 index 000000000..05ed33619 --- /dev/null +++ b/images/cv-cyrl-a-double-storey-toothless-rounded.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-double-storey-toothless-rounded.light.svg b/images/cv-cyrl-a-double-storey-toothless-rounded.light.svg new file mode 100644 index 000000000..3f874cfaa --- /dev/null +++ b/images/cv-cyrl-a-double-storey-toothless-rounded.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-double-serifed.dark.svg b/images/cv-cyrl-a-single-storey-double-serifed.dark.svg new file mode 100644 index 000000000..bbbd06a88 --- /dev/null +++ b/images/cv-cyrl-a-single-storey-double-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-double-serifed.light.svg b/images/cv-cyrl-a-single-storey-double-serifed.light.svg new file mode 100644 index 000000000..50bfd0828 --- /dev/null +++ b/images/cv-cyrl-a-single-storey-double-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-earless-corner-serifed.dark.svg b/images/cv-cyrl-a-single-storey-earless-corner-serifed.dark.svg new file mode 100644 index 000000000..2e19d205c --- /dev/null +++ b/images/cv-cyrl-a-single-storey-earless-corner-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-earless-corner-serifed.light.svg b/images/cv-cyrl-a-single-storey-earless-corner-serifed.light.svg new file mode 100644 index 000000000..3e445c2a7 --- /dev/null +++ b/images/cv-cyrl-a-single-storey-earless-corner-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-earless-corner-serifless.dark.svg b/images/cv-cyrl-a-single-storey-earless-corner-serifless.dark.svg new file mode 100644 index 000000000..21672f1ec --- /dev/null +++ b/images/cv-cyrl-a-single-storey-earless-corner-serifless.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-earless-corner-serifless.light.svg b/images/cv-cyrl-a-single-storey-earless-corner-serifless.light.svg new file mode 100644 index 000000000..f1548c085 --- /dev/null +++ b/images/cv-cyrl-a-single-storey-earless-corner-serifless.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-earless-corner-tailed.dark.svg b/images/cv-cyrl-a-single-storey-earless-corner-tailed.dark.svg new file mode 100644 index 000000000..7e7568e3c --- /dev/null +++ b/images/cv-cyrl-a-single-storey-earless-corner-tailed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-earless-corner-tailed.light.svg b/images/cv-cyrl-a-single-storey-earless-corner-tailed.light.svg new file mode 100644 index 000000000..85b986077 --- /dev/null +++ b/images/cv-cyrl-a-single-storey-earless-corner-tailed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-earless-rounded-serifed.dark.svg b/images/cv-cyrl-a-single-storey-earless-rounded-serifed.dark.svg new file mode 100644 index 000000000..54562d8bb --- /dev/null +++ b/images/cv-cyrl-a-single-storey-earless-rounded-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-earless-rounded-serifed.light.svg b/images/cv-cyrl-a-single-storey-earless-rounded-serifed.light.svg new file mode 100644 index 000000000..f26b704c5 --- /dev/null +++ b/images/cv-cyrl-a-single-storey-earless-rounded-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-earless-rounded-serifless.dark.svg b/images/cv-cyrl-a-single-storey-earless-rounded-serifless.dark.svg new file mode 100644 index 000000000..f31c768d5 --- /dev/null +++ b/images/cv-cyrl-a-single-storey-earless-rounded-serifless.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-earless-rounded-serifless.light.svg b/images/cv-cyrl-a-single-storey-earless-rounded-serifless.light.svg new file mode 100644 index 000000000..45f677ed3 --- /dev/null +++ b/images/cv-cyrl-a-single-storey-earless-rounded-serifless.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-earless-rounded-tailed.dark.svg b/images/cv-cyrl-a-single-storey-earless-rounded-tailed.dark.svg new file mode 100644 index 000000000..34e576581 --- /dev/null +++ b/images/cv-cyrl-a-single-storey-earless-rounded-tailed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-earless-rounded-tailed.light.svg b/images/cv-cyrl-a-single-storey-earless-rounded-tailed.light.svg new file mode 100644 index 000000000..45ca75322 --- /dev/null +++ b/images/cv-cyrl-a-single-storey-earless-rounded-tailed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-serifed.dark.svg b/images/cv-cyrl-a-single-storey-serifed.dark.svg new file mode 100644 index 000000000..91d91f093 --- /dev/null +++ b/images/cv-cyrl-a-single-storey-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-serifed.light.svg b/images/cv-cyrl-a-single-storey-serifed.light.svg new file mode 100644 index 000000000..ecc2ea59a --- /dev/null +++ b/images/cv-cyrl-a-single-storey-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-serifless.dark.svg b/images/cv-cyrl-a-single-storey-serifless.dark.svg new file mode 100644 index 000000000..739feb969 --- /dev/null +++ b/images/cv-cyrl-a-single-storey-serifless.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-serifless.light.svg b/images/cv-cyrl-a-single-storey-serifless.light.svg new file mode 100644 index 000000000..7ea73186f --- /dev/null +++ b/images/cv-cyrl-a-single-storey-serifless.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-tailed-serifed.dark.svg b/images/cv-cyrl-a-single-storey-tailed-serifed.dark.svg new file mode 100644 index 000000000..244234986 --- /dev/null +++ b/images/cv-cyrl-a-single-storey-tailed-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-tailed-serifed.light.svg b/images/cv-cyrl-a-single-storey-tailed-serifed.light.svg new file mode 100644 index 000000000..d4a462b82 --- /dev/null +++ b/images/cv-cyrl-a-single-storey-tailed-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-tailed.dark.svg b/images/cv-cyrl-a-single-storey-tailed.dark.svg new file mode 100644 index 000000000..b3966c0ad --- /dev/null +++ b/images/cv-cyrl-a-single-storey-tailed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-a-single-storey-tailed.light.svg b/images/cv-cyrl-a-single-storey-tailed.light.svg new file mode 100644 index 000000000..1f416b18a --- /dev/null +++ b/images/cv-cyrl-a-single-storey-tailed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-ve-cursive-tall.dark.svg b/images/cv-cyrl-ve-cursive-tall.dark.svg new file mode 100644 index 000000000..0cad44b98 --- /dev/null +++ b/images/cv-cyrl-ve-cursive-tall.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-ve-cursive-tall.light.svg b/images/cv-cyrl-ve-cursive-tall.light.svg new file mode 100644 index 000000000..8a98648af --- /dev/null +++ b/images/cv-cyrl-ve-cursive-tall.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-ve-cursive.dark.svg b/images/cv-cyrl-ve-cursive.dark.svg new file mode 100644 index 000000000..554ae1cd6 --- /dev/null +++ b/images/cv-cyrl-ve-cursive.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-ve-cursive.light.svg b/images/cv-cyrl-ve-cursive.light.svg new file mode 100644 index 000000000..a24832cd2 --- /dev/null +++ b/images/cv-cyrl-ve-cursive.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-ve-standard-bilateral-serifed.dark.svg b/images/cv-cyrl-ve-standard-bilateral-serifed.dark.svg new file mode 100644 index 000000000..abc530110 --- /dev/null +++ b/images/cv-cyrl-ve-standard-bilateral-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-ve-standard-bilateral-serifed.light.svg b/images/cv-cyrl-ve-standard-bilateral-serifed.light.svg new file mode 100644 index 000000000..74ee35f04 --- /dev/null +++ b/images/cv-cyrl-ve-standard-bilateral-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-ve-standard-interrupted-bilateral-serifed.dark.svg b/images/cv-cyrl-ve-standard-interrupted-bilateral-serifed.dark.svg new file mode 100644 index 000000000..25ce88b82 --- /dev/null +++ b/images/cv-cyrl-ve-standard-interrupted-bilateral-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-ve-standard-interrupted-bilateral-serifed.light.svg b/images/cv-cyrl-ve-standard-interrupted-bilateral-serifed.light.svg new file mode 100644 index 000000000..ffb0540f2 --- /dev/null +++ b/images/cv-cyrl-ve-standard-interrupted-bilateral-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-ve-standard-interrupted-serifless.dark.svg b/images/cv-cyrl-ve-standard-interrupted-serifless.dark.svg new file mode 100644 index 000000000..3c751a4c0 --- /dev/null +++ b/images/cv-cyrl-ve-standard-interrupted-serifless.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-ve-standard-interrupted-serifless.light.svg b/images/cv-cyrl-ve-standard-interrupted-serifless.light.svg new file mode 100644 index 000000000..59874a6fe --- /dev/null +++ b/images/cv-cyrl-ve-standard-interrupted-serifless.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-ve-standard-interrupted-unilateral-serifed.dark.svg b/images/cv-cyrl-ve-standard-interrupted-unilateral-serifed.dark.svg new file mode 100644 index 000000000..90e143204 --- /dev/null +++ b/images/cv-cyrl-ve-standard-interrupted-unilateral-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-ve-standard-interrupted-unilateral-serifed.light.svg b/images/cv-cyrl-ve-standard-interrupted-unilateral-serifed.light.svg new file mode 100644 index 000000000..7fe2d91fd --- /dev/null +++ b/images/cv-cyrl-ve-standard-interrupted-unilateral-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-ve-standard-serifless.dark.svg b/images/cv-cyrl-ve-standard-serifless.dark.svg new file mode 100644 index 000000000..1a1d39a2f --- /dev/null +++ b/images/cv-cyrl-ve-standard-serifless.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-ve-standard-serifless.light.svg b/images/cv-cyrl-ve-standard-serifless.light.svg new file mode 100644 index 000000000..8cb9fc355 --- /dev/null +++ b/images/cv-cyrl-ve-standard-serifless.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-ve-standard-unilateral-serifed.dark.svg b/images/cv-cyrl-ve-standard-unilateral-serifed.dark.svg new file mode 100644 index 000000000..cffb87fed --- /dev/null +++ b/images/cv-cyrl-ve-standard-unilateral-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-cyrl-ve-standard-unilateral-serifed.light.svg b/images/cv-cyrl-ve-standard-unilateral-serifed.light.svg new file mode 100644 index 000000000..6f07e58da --- /dev/null +++ b/images/cv-cyrl-ve-standard-unilateral-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/package-sample-Iosevka.dark.svg b/images/package-sample-Iosevka.dark.svg index ed9f4b6cd..d81c26f63 100644 --- a/images/package-sample-Iosevka.dark.svg +++ b/images/package-sample-Iosevka.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-Iosevka.light.svg b/images/package-sample-Iosevka.light.svg index e387b9985..632bed6de 100644 --- a/images/package-sample-Iosevka.light.svg +++ b/images/package-sample-Iosevka.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaAile.dark.svg b/images/package-sample-IosevkaAile.dark.svg index fb6a98a0c..7ee44de3f 100644 --- a/images/package-sample-IosevkaAile.dark.svg +++ b/images/package-sample-IosevkaAile.dark.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/package-sample-IosevkaAile.light.svg b/images/package-sample-IosevkaAile.light.svg index 727adc6c8..48a68be5d 100644 --- a/images/package-sample-IosevkaAile.light.svg +++ b/images/package-sample-IosevkaAile.light.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/package-sample-IosevkaCurly.dark.svg b/images/package-sample-IosevkaCurly.dark.svg index 5c62e383d..c08d4098c 100644 --- a/images/package-sample-IosevkaCurly.dark.svg +++ b/images/package-sample-IosevkaCurly.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaCurly.light.svg b/images/package-sample-IosevkaCurly.light.svg index ccb0f1a70..f6a340e89 100644 --- a/images/package-sample-IosevkaCurly.light.svg +++ b/images/package-sample-IosevkaCurly.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaCurlySlab.dark.svg b/images/package-sample-IosevkaCurlySlab.dark.svg index 9a1c1d82e..e95838551 100644 --- a/images/package-sample-IosevkaCurlySlab.dark.svg +++ b/images/package-sample-IosevkaCurlySlab.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaCurlySlab.light.svg b/images/package-sample-IosevkaCurlySlab.light.svg index 52f4382d7..4678cbf42 100644 --- a/images/package-sample-IosevkaCurlySlab.light.svg +++ b/images/package-sample-IosevkaCurlySlab.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaEtoile.dark.svg b/images/package-sample-IosevkaEtoile.dark.svg index 6ab122a9a..f2dcc32cc 100644 --- a/images/package-sample-IosevkaEtoile.dark.svg +++ b/images/package-sample-IosevkaEtoile.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/package-sample-IosevkaEtoile.light.svg b/images/package-sample-IosevkaEtoile.light.svg index 0a56f7d62..1c7c8e482 100644 --- a/images/package-sample-IosevkaEtoile.light.svg +++ b/images/package-sample-IosevkaEtoile.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/package-sample-IosevkaFixed.dark.svg b/images/package-sample-IosevkaFixed.dark.svg index ed9f4b6cd..d81c26f63 100644 --- a/images/package-sample-IosevkaFixed.dark.svg +++ b/images/package-sample-IosevkaFixed.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixed.light.svg b/images/package-sample-IosevkaFixed.light.svg index e387b9985..632bed6de 100644 --- a/images/package-sample-IosevkaFixed.light.svg +++ b/images/package-sample-IosevkaFixed.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedCurly.dark.svg b/images/package-sample-IosevkaFixedCurly.dark.svg index 5c62e383d..c08d4098c 100644 --- a/images/package-sample-IosevkaFixedCurly.dark.svg +++ b/images/package-sample-IosevkaFixedCurly.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedCurly.light.svg b/images/package-sample-IosevkaFixedCurly.light.svg index ccb0f1a70..f6a340e89 100644 --- a/images/package-sample-IosevkaFixedCurly.light.svg +++ b/images/package-sample-IosevkaFixedCurly.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedCurlySlab.dark.svg b/images/package-sample-IosevkaFixedCurlySlab.dark.svg index 9a1c1d82e..e95838551 100644 --- a/images/package-sample-IosevkaFixedCurlySlab.dark.svg +++ b/images/package-sample-IosevkaFixedCurlySlab.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedCurlySlab.light.svg b/images/package-sample-IosevkaFixedCurlySlab.light.svg index 52f4382d7..4678cbf42 100644 --- a/images/package-sample-IosevkaFixedCurlySlab.light.svg +++ b/images/package-sample-IosevkaFixedCurlySlab.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS01.dark.svg b/images/package-sample-IosevkaFixedSS01.dark.svg index 2e690b249..542ca9e05 100644 --- a/images/package-sample-IosevkaFixedSS01.dark.svg +++ b/images/package-sample-IosevkaFixedSS01.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS01.light.svg b/images/package-sample-IosevkaFixedSS01.light.svg index 79536bb83..b52db3fe2 100644 --- a/images/package-sample-IosevkaFixedSS01.light.svg +++ b/images/package-sample-IosevkaFixedSS01.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS02.dark.svg b/images/package-sample-IosevkaFixedSS02.dark.svg index b21da1f17..b8a86ee4a 100644 --- a/images/package-sample-IosevkaFixedSS02.dark.svg +++ b/images/package-sample-IosevkaFixedSS02.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS02.light.svg b/images/package-sample-IosevkaFixedSS02.light.svg index 4a1d7f799..f0b6137c8 100644 --- a/images/package-sample-IosevkaFixedSS02.light.svg +++ b/images/package-sample-IosevkaFixedSS02.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS03.dark.svg b/images/package-sample-IosevkaFixedSS03.dark.svg index 389e99e3a..af5f106e7 100644 --- a/images/package-sample-IosevkaFixedSS03.dark.svg +++ b/images/package-sample-IosevkaFixedSS03.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS03.light.svg b/images/package-sample-IosevkaFixedSS03.light.svg index 80bb8b5f5..54b1c10e4 100644 --- a/images/package-sample-IosevkaFixedSS03.light.svg +++ b/images/package-sample-IosevkaFixedSS03.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS04.dark.svg b/images/package-sample-IosevkaFixedSS04.dark.svg index 7fab79d4a..d6e186965 100644 --- a/images/package-sample-IosevkaFixedSS04.dark.svg +++ b/images/package-sample-IosevkaFixedSS04.dark.svg @@ -132,27 +132,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS04.light.svg b/images/package-sample-IosevkaFixedSS04.light.svg index 0ab3d38e1..302ac2d5a 100644 --- a/images/package-sample-IosevkaFixedSS04.light.svg +++ b/images/package-sample-IosevkaFixedSS04.light.svg @@ -132,27 +132,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS05.dark.svg b/images/package-sample-IosevkaFixedSS05.dark.svg index 27d54e1ab..03dd1c693 100644 --- a/images/package-sample-IosevkaFixedSS05.dark.svg +++ b/images/package-sample-IosevkaFixedSS05.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS05.light.svg b/images/package-sample-IosevkaFixedSS05.light.svg index 993e326ee..4d7f9412b 100644 --- a/images/package-sample-IosevkaFixedSS05.light.svg +++ b/images/package-sample-IosevkaFixedSS05.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS06.dark.svg b/images/package-sample-IosevkaFixedSS06.dark.svg index f6689e227..9d50498b6 100644 --- a/images/package-sample-IosevkaFixedSS06.dark.svg +++ b/images/package-sample-IosevkaFixedSS06.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -395,36 +394,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS06.light.svg b/images/package-sample-IosevkaFixedSS06.light.svg index 235f8a30f..155e38790 100644 --- a/images/package-sample-IosevkaFixedSS06.light.svg +++ b/images/package-sample-IosevkaFixedSS06.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -395,36 +394,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS07.dark.svg b/images/package-sample-IosevkaFixedSS07.dark.svg index 3873f324b..e3c415bc3 100644 --- a/images/package-sample-IosevkaFixedSS07.dark.svg +++ b/images/package-sample-IosevkaFixedSS07.dark.svg @@ -135,27 +135,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -395,7 +395,7 @@ - + @@ -408,17 +408,17 @@ - - - - + + + + - - + + diff --git a/images/package-sample-IosevkaFixedSS07.light.svg b/images/package-sample-IosevkaFixedSS07.light.svg index cf028f855..4262c5b21 100644 --- a/images/package-sample-IosevkaFixedSS07.light.svg +++ b/images/package-sample-IosevkaFixedSS07.light.svg @@ -135,27 +135,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -395,7 +395,7 @@ - + @@ -408,17 +408,17 @@ - - - - + + + + - - + + diff --git a/images/package-sample-IosevkaFixedSS08.dark.svg b/images/package-sample-IosevkaFixedSS08.dark.svg index 27aa621df..48eefd1dc 100644 --- a/images/package-sample-IosevkaFixedSS08.dark.svg +++ b/images/package-sample-IosevkaFixedSS08.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS08.light.svg b/images/package-sample-IosevkaFixedSS08.light.svg index 82f59f3a8..9dfa831a4 100644 --- a/images/package-sample-IosevkaFixedSS08.light.svg +++ b/images/package-sample-IosevkaFixedSS08.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS09.dark.svg b/images/package-sample-IosevkaFixedSS09.dark.svg index 752a8d1c9..79c928d22 100644 --- a/images/package-sample-IosevkaFixedSS09.dark.svg +++ b/images/package-sample-IosevkaFixedSS09.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS09.light.svg b/images/package-sample-IosevkaFixedSS09.light.svg index ad9871320..1186649bc 100644 --- a/images/package-sample-IosevkaFixedSS09.light.svg +++ b/images/package-sample-IosevkaFixedSS09.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS10.dark.svg b/images/package-sample-IosevkaFixedSS10.dark.svg index 0a6a7633a..b2ab6d08a 100644 --- a/images/package-sample-IosevkaFixedSS10.dark.svg +++ b/images/package-sample-IosevkaFixedSS10.dark.svg @@ -136,28 +136,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -396,7 +396,7 @@ - + @@ -409,17 +409,17 @@ - - - + + + - - + + diff --git a/images/package-sample-IosevkaFixedSS10.light.svg b/images/package-sample-IosevkaFixedSS10.light.svg index a158f70f9..841ac16bf 100644 --- a/images/package-sample-IosevkaFixedSS10.light.svg +++ b/images/package-sample-IosevkaFixedSS10.light.svg @@ -136,28 +136,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -396,7 +396,7 @@ - + @@ -409,17 +409,17 @@ - - - + + + - - + + diff --git a/images/package-sample-IosevkaFixedSS11.dark.svg b/images/package-sample-IosevkaFixedSS11.dark.svg index 3cd9c1ac6..bbdb91441 100644 --- a/images/package-sample-IosevkaFixedSS11.dark.svg +++ b/images/package-sample-IosevkaFixedSS11.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS11.light.svg b/images/package-sample-IosevkaFixedSS11.light.svg index 721d79fef..a88d4ef9d 100644 --- a/images/package-sample-IosevkaFixedSS11.light.svg +++ b/images/package-sample-IosevkaFixedSS11.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS12.dark.svg b/images/package-sample-IosevkaFixedSS12.dark.svg index 4b36552c2..8a1480aac 100644 --- a/images/package-sample-IosevkaFixedSS12.dark.svg +++ b/images/package-sample-IosevkaFixedSS12.dark.svg @@ -133,28 +133,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -394,7 +394,7 @@ - + @@ -408,16 +408,16 @@ - - - + + + - - + + diff --git a/images/package-sample-IosevkaFixedSS12.light.svg b/images/package-sample-IosevkaFixedSS12.light.svg index d82ada367..262df0617 100644 --- a/images/package-sample-IosevkaFixedSS12.light.svg +++ b/images/package-sample-IosevkaFixedSS12.light.svg @@ -133,28 +133,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -394,7 +394,7 @@ - + @@ -408,16 +408,16 @@ - - - + + + - - + + diff --git a/images/package-sample-IosevkaFixedSS13.dark.svg b/images/package-sample-IosevkaFixedSS13.dark.svg index dd45ccbd9..ef31b6501 100644 --- a/images/package-sample-IosevkaFixedSS13.dark.svg +++ b/images/package-sample-IosevkaFixedSS13.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS13.light.svg b/images/package-sample-IosevkaFixedSS13.light.svg index 45f1d26ad..b3e2e796a 100644 --- a/images/package-sample-IosevkaFixedSS13.light.svg +++ b/images/package-sample-IosevkaFixedSS13.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS14.dark.svg b/images/package-sample-IosevkaFixedSS14.dark.svg index 863f18d8e..b11f4fbb4 100644 --- a/images/package-sample-IosevkaFixedSS14.dark.svg +++ b/images/package-sample-IosevkaFixedSS14.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS14.light.svg b/images/package-sample-IosevkaFixedSS14.light.svg index 6320d7faa..fcf6dd13b 100644 --- a/images/package-sample-IosevkaFixedSS14.light.svg +++ b/images/package-sample-IosevkaFixedSS14.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS15.dark.svg b/images/package-sample-IosevkaFixedSS15.dark.svg index 39415ca6e..6346504da 100644 --- a/images/package-sample-IosevkaFixedSS15.dark.svg +++ b/images/package-sample-IosevkaFixedSS15.dark.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -395,36 +394,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS15.light.svg b/images/package-sample-IosevkaFixedSS15.light.svg index b1ea62f3d..c0fc6ef27 100644 --- a/images/package-sample-IosevkaFixedSS15.light.svg +++ b/images/package-sample-IosevkaFixedSS15.light.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -395,36 +394,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS16.dark.svg b/images/package-sample-IosevkaFixedSS16.dark.svg index 51c48c208..4a18bf7fe 100644 --- a/images/package-sample-IosevkaFixedSS16.dark.svg +++ b/images/package-sample-IosevkaFixedSS16.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS16.light.svg b/images/package-sample-IosevkaFixedSS16.light.svg index 01ba90fde..a59bac1ac 100644 --- a/images/package-sample-IosevkaFixedSS16.light.svg +++ b/images/package-sample-IosevkaFixedSS16.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS17.dark.svg b/images/package-sample-IosevkaFixedSS17.dark.svg index 58a1c4cd5..4336ec234 100644 --- a/images/package-sample-IosevkaFixedSS17.dark.svg +++ b/images/package-sample-IosevkaFixedSS17.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS17.light.svg b/images/package-sample-IosevkaFixedSS17.light.svg index 537352716..f8e15148e 100644 --- a/images/package-sample-IosevkaFixedSS17.light.svg +++ b/images/package-sample-IosevkaFixedSS17.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS18.dark.svg b/images/package-sample-IosevkaFixedSS18.dark.svg index 19c117c8d..4ae50324a 100644 --- a/images/package-sample-IosevkaFixedSS18.dark.svg +++ b/images/package-sample-IosevkaFixedSS18.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSS18.light.svg b/images/package-sample-IosevkaFixedSS18.light.svg index 3b76283aa..556f18c5e 100644 --- a/images/package-sample-IosevkaFixedSS18.light.svg +++ b/images/package-sample-IosevkaFixedSS18.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSlab.dark.svg b/images/package-sample-IosevkaFixedSlab.dark.svg index f9da71629..679272d72 100644 --- a/images/package-sample-IosevkaFixedSlab.dark.svg +++ b/images/package-sample-IosevkaFixedSlab.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaFixedSlab.light.svg b/images/package-sample-IosevkaFixedSlab.light.svg index 0ec0b641b..b75291b04 100644 --- a/images/package-sample-IosevkaFixedSlab.light.svg +++ b/images/package-sample-IosevkaFixedSlab.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS01.dark.svg b/images/package-sample-IosevkaSS01.dark.svg index 2e690b249..542ca9e05 100644 --- a/images/package-sample-IosevkaSS01.dark.svg +++ b/images/package-sample-IosevkaSS01.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS01.light.svg b/images/package-sample-IosevkaSS01.light.svg index 79536bb83..b52db3fe2 100644 --- a/images/package-sample-IosevkaSS01.light.svg +++ b/images/package-sample-IosevkaSS01.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS02.dark.svg b/images/package-sample-IosevkaSS02.dark.svg index b21da1f17..b8a86ee4a 100644 --- a/images/package-sample-IosevkaSS02.dark.svg +++ b/images/package-sample-IosevkaSS02.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS02.light.svg b/images/package-sample-IosevkaSS02.light.svg index 4a1d7f799..f0b6137c8 100644 --- a/images/package-sample-IosevkaSS02.light.svg +++ b/images/package-sample-IosevkaSS02.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS03.dark.svg b/images/package-sample-IosevkaSS03.dark.svg index 389e99e3a..af5f106e7 100644 --- a/images/package-sample-IosevkaSS03.dark.svg +++ b/images/package-sample-IosevkaSS03.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS03.light.svg b/images/package-sample-IosevkaSS03.light.svg index 80bb8b5f5..54b1c10e4 100644 --- a/images/package-sample-IosevkaSS03.light.svg +++ b/images/package-sample-IosevkaSS03.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS04.dark.svg b/images/package-sample-IosevkaSS04.dark.svg index 7fab79d4a..d6e186965 100644 --- a/images/package-sample-IosevkaSS04.dark.svg +++ b/images/package-sample-IosevkaSS04.dark.svg @@ -132,27 +132,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS04.light.svg b/images/package-sample-IosevkaSS04.light.svg index 0ab3d38e1..302ac2d5a 100644 --- a/images/package-sample-IosevkaSS04.light.svg +++ b/images/package-sample-IosevkaSS04.light.svg @@ -132,27 +132,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS05.dark.svg b/images/package-sample-IosevkaSS05.dark.svg index 27d54e1ab..03dd1c693 100644 --- a/images/package-sample-IosevkaSS05.dark.svg +++ b/images/package-sample-IosevkaSS05.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS05.light.svg b/images/package-sample-IosevkaSS05.light.svg index 993e326ee..4d7f9412b 100644 --- a/images/package-sample-IosevkaSS05.light.svg +++ b/images/package-sample-IosevkaSS05.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS06.dark.svg b/images/package-sample-IosevkaSS06.dark.svg index f6689e227..9d50498b6 100644 --- a/images/package-sample-IosevkaSS06.dark.svg +++ b/images/package-sample-IosevkaSS06.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -395,36 +394,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS06.light.svg b/images/package-sample-IosevkaSS06.light.svg index 235f8a30f..155e38790 100644 --- a/images/package-sample-IosevkaSS06.light.svg +++ b/images/package-sample-IosevkaSS06.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -395,36 +394,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS07.dark.svg b/images/package-sample-IosevkaSS07.dark.svg index 3873f324b..e3c415bc3 100644 --- a/images/package-sample-IosevkaSS07.dark.svg +++ b/images/package-sample-IosevkaSS07.dark.svg @@ -135,27 +135,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -395,7 +395,7 @@ - + @@ -408,17 +408,17 @@ - - - - + + + + - - + + diff --git a/images/package-sample-IosevkaSS07.light.svg b/images/package-sample-IosevkaSS07.light.svg index cf028f855..4262c5b21 100644 --- a/images/package-sample-IosevkaSS07.light.svg +++ b/images/package-sample-IosevkaSS07.light.svg @@ -135,27 +135,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -395,7 +395,7 @@ - + @@ -408,17 +408,17 @@ - - - - + + + + - - + + diff --git a/images/package-sample-IosevkaSS08.dark.svg b/images/package-sample-IosevkaSS08.dark.svg index 27aa621df..48eefd1dc 100644 --- a/images/package-sample-IosevkaSS08.dark.svg +++ b/images/package-sample-IosevkaSS08.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS08.light.svg b/images/package-sample-IosevkaSS08.light.svg index 82f59f3a8..9dfa831a4 100644 --- a/images/package-sample-IosevkaSS08.light.svg +++ b/images/package-sample-IosevkaSS08.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS09.dark.svg b/images/package-sample-IosevkaSS09.dark.svg index 752a8d1c9..79c928d22 100644 --- a/images/package-sample-IosevkaSS09.dark.svg +++ b/images/package-sample-IosevkaSS09.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS09.light.svg b/images/package-sample-IosevkaSS09.light.svg index ad9871320..1186649bc 100644 --- a/images/package-sample-IosevkaSS09.light.svg +++ b/images/package-sample-IosevkaSS09.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS10.dark.svg b/images/package-sample-IosevkaSS10.dark.svg index 0a6a7633a..b2ab6d08a 100644 --- a/images/package-sample-IosevkaSS10.dark.svg +++ b/images/package-sample-IosevkaSS10.dark.svg @@ -136,28 +136,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -396,7 +396,7 @@ - + @@ -409,17 +409,17 @@ - - - + + + - - + + diff --git a/images/package-sample-IosevkaSS10.light.svg b/images/package-sample-IosevkaSS10.light.svg index a158f70f9..841ac16bf 100644 --- a/images/package-sample-IosevkaSS10.light.svg +++ b/images/package-sample-IosevkaSS10.light.svg @@ -136,28 +136,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -396,7 +396,7 @@ - + @@ -409,17 +409,17 @@ - - - + + + - - + + diff --git a/images/package-sample-IosevkaSS11.dark.svg b/images/package-sample-IosevkaSS11.dark.svg index 3cd9c1ac6..bbdb91441 100644 --- a/images/package-sample-IosevkaSS11.dark.svg +++ b/images/package-sample-IosevkaSS11.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS11.light.svg b/images/package-sample-IosevkaSS11.light.svg index 721d79fef..a88d4ef9d 100644 --- a/images/package-sample-IosevkaSS11.light.svg +++ b/images/package-sample-IosevkaSS11.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS12.dark.svg b/images/package-sample-IosevkaSS12.dark.svg index 4b36552c2..8a1480aac 100644 --- a/images/package-sample-IosevkaSS12.dark.svg +++ b/images/package-sample-IosevkaSS12.dark.svg @@ -133,28 +133,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -394,7 +394,7 @@ - + @@ -408,16 +408,16 @@ - - - + + + - - + + diff --git a/images/package-sample-IosevkaSS12.light.svg b/images/package-sample-IosevkaSS12.light.svg index d82ada367..262df0617 100644 --- a/images/package-sample-IosevkaSS12.light.svg +++ b/images/package-sample-IosevkaSS12.light.svg @@ -133,28 +133,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -394,7 +394,7 @@ - + @@ -408,16 +408,16 @@ - - - + + + - - + + diff --git a/images/package-sample-IosevkaSS13.dark.svg b/images/package-sample-IosevkaSS13.dark.svg index dd45ccbd9..ef31b6501 100644 --- a/images/package-sample-IosevkaSS13.dark.svg +++ b/images/package-sample-IosevkaSS13.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS13.light.svg b/images/package-sample-IosevkaSS13.light.svg index 45f1d26ad..b3e2e796a 100644 --- a/images/package-sample-IosevkaSS13.light.svg +++ b/images/package-sample-IosevkaSS13.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS14.dark.svg b/images/package-sample-IosevkaSS14.dark.svg index 863f18d8e..b11f4fbb4 100644 --- a/images/package-sample-IosevkaSS14.dark.svg +++ b/images/package-sample-IosevkaSS14.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS14.light.svg b/images/package-sample-IosevkaSS14.light.svg index 6320d7faa..fcf6dd13b 100644 --- a/images/package-sample-IosevkaSS14.light.svg +++ b/images/package-sample-IosevkaSS14.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS15.dark.svg b/images/package-sample-IosevkaSS15.dark.svg index 39415ca6e..6346504da 100644 --- a/images/package-sample-IosevkaSS15.dark.svg +++ b/images/package-sample-IosevkaSS15.dark.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -395,36 +394,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS15.light.svg b/images/package-sample-IosevkaSS15.light.svg index b1ea62f3d..c0fc6ef27 100644 --- a/images/package-sample-IosevkaSS15.light.svg +++ b/images/package-sample-IosevkaSS15.light.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -395,36 +394,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS16.dark.svg b/images/package-sample-IosevkaSS16.dark.svg index 51c48c208..4a18bf7fe 100644 --- a/images/package-sample-IosevkaSS16.dark.svg +++ b/images/package-sample-IosevkaSS16.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS16.light.svg b/images/package-sample-IosevkaSS16.light.svg index 01ba90fde..a59bac1ac 100644 --- a/images/package-sample-IosevkaSS16.light.svg +++ b/images/package-sample-IosevkaSS16.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS17.dark.svg b/images/package-sample-IosevkaSS17.dark.svg index 58a1c4cd5..4336ec234 100644 --- a/images/package-sample-IosevkaSS17.dark.svg +++ b/images/package-sample-IosevkaSS17.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS17.light.svg b/images/package-sample-IosevkaSS17.light.svg index 537352716..f8e15148e 100644 --- a/images/package-sample-IosevkaSS17.light.svg +++ b/images/package-sample-IosevkaSS17.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS18.dark.svg b/images/package-sample-IosevkaSS18.dark.svg index 19c117c8d..4ae50324a 100644 --- a/images/package-sample-IosevkaSS18.dark.svg +++ b/images/package-sample-IosevkaSS18.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSS18.light.svg b/images/package-sample-IosevkaSS18.light.svg index 3b76283aa..556f18c5e 100644 --- a/images/package-sample-IosevkaSS18.light.svg +++ b/images/package-sample-IosevkaSS18.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSlab.dark.svg b/images/package-sample-IosevkaSlab.dark.svg index f9da71629..679272d72 100644 --- a/images/package-sample-IosevkaSlab.dark.svg +++ b/images/package-sample-IosevkaSlab.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaSlab.light.svg b/images/package-sample-IosevkaSlab.light.svg index 0ec0b641b..b75291b04 100644 --- a/images/package-sample-IosevkaSlab.light.svg +++ b/images/package-sample-IosevkaSlab.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTerm.dark.svg b/images/package-sample-IosevkaTerm.dark.svg index ed9f4b6cd..d81c26f63 100644 --- a/images/package-sample-IosevkaTerm.dark.svg +++ b/images/package-sample-IosevkaTerm.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTerm.light.svg b/images/package-sample-IosevkaTerm.light.svg index e387b9985..632bed6de 100644 --- a/images/package-sample-IosevkaTerm.light.svg +++ b/images/package-sample-IosevkaTerm.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermCurly.dark.svg b/images/package-sample-IosevkaTermCurly.dark.svg index 5c62e383d..c08d4098c 100644 --- a/images/package-sample-IosevkaTermCurly.dark.svg +++ b/images/package-sample-IosevkaTermCurly.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermCurly.light.svg b/images/package-sample-IosevkaTermCurly.light.svg index ccb0f1a70..f6a340e89 100644 --- a/images/package-sample-IosevkaTermCurly.light.svg +++ b/images/package-sample-IosevkaTermCurly.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermCurlySlab.dark.svg b/images/package-sample-IosevkaTermCurlySlab.dark.svg index 9a1c1d82e..e95838551 100644 --- a/images/package-sample-IosevkaTermCurlySlab.dark.svg +++ b/images/package-sample-IosevkaTermCurlySlab.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermCurlySlab.light.svg b/images/package-sample-IosevkaTermCurlySlab.light.svg index 52f4382d7..4678cbf42 100644 --- a/images/package-sample-IosevkaTermCurlySlab.light.svg +++ b/images/package-sample-IosevkaTermCurlySlab.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS01.dark.svg b/images/package-sample-IosevkaTermSS01.dark.svg index 2e690b249..542ca9e05 100644 --- a/images/package-sample-IosevkaTermSS01.dark.svg +++ b/images/package-sample-IosevkaTermSS01.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS01.light.svg b/images/package-sample-IosevkaTermSS01.light.svg index 79536bb83..b52db3fe2 100644 --- a/images/package-sample-IosevkaTermSS01.light.svg +++ b/images/package-sample-IosevkaTermSS01.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS02.dark.svg b/images/package-sample-IosevkaTermSS02.dark.svg index b21da1f17..b8a86ee4a 100644 --- a/images/package-sample-IosevkaTermSS02.dark.svg +++ b/images/package-sample-IosevkaTermSS02.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS02.light.svg b/images/package-sample-IosevkaTermSS02.light.svg index 4a1d7f799..f0b6137c8 100644 --- a/images/package-sample-IosevkaTermSS02.light.svg +++ b/images/package-sample-IosevkaTermSS02.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS03.dark.svg b/images/package-sample-IosevkaTermSS03.dark.svg index 389e99e3a..af5f106e7 100644 --- a/images/package-sample-IosevkaTermSS03.dark.svg +++ b/images/package-sample-IosevkaTermSS03.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS03.light.svg b/images/package-sample-IosevkaTermSS03.light.svg index 80bb8b5f5..54b1c10e4 100644 --- a/images/package-sample-IosevkaTermSS03.light.svg +++ b/images/package-sample-IosevkaTermSS03.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS04.dark.svg b/images/package-sample-IosevkaTermSS04.dark.svg index 7fab79d4a..d6e186965 100644 --- a/images/package-sample-IosevkaTermSS04.dark.svg +++ b/images/package-sample-IosevkaTermSS04.dark.svg @@ -132,27 +132,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS04.light.svg b/images/package-sample-IosevkaTermSS04.light.svg index 0ab3d38e1..302ac2d5a 100644 --- a/images/package-sample-IosevkaTermSS04.light.svg +++ b/images/package-sample-IosevkaTermSS04.light.svg @@ -132,27 +132,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS05.dark.svg b/images/package-sample-IosevkaTermSS05.dark.svg index 27d54e1ab..03dd1c693 100644 --- a/images/package-sample-IosevkaTermSS05.dark.svg +++ b/images/package-sample-IosevkaTermSS05.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS05.light.svg b/images/package-sample-IosevkaTermSS05.light.svg index 993e326ee..4d7f9412b 100644 --- a/images/package-sample-IosevkaTermSS05.light.svg +++ b/images/package-sample-IosevkaTermSS05.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS06.dark.svg b/images/package-sample-IosevkaTermSS06.dark.svg index f6689e227..9d50498b6 100644 --- a/images/package-sample-IosevkaTermSS06.dark.svg +++ b/images/package-sample-IosevkaTermSS06.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -395,36 +394,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS06.light.svg b/images/package-sample-IosevkaTermSS06.light.svg index 235f8a30f..155e38790 100644 --- a/images/package-sample-IosevkaTermSS06.light.svg +++ b/images/package-sample-IosevkaTermSS06.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -395,36 +394,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS07.dark.svg b/images/package-sample-IosevkaTermSS07.dark.svg index 3873f324b..e3c415bc3 100644 --- a/images/package-sample-IosevkaTermSS07.dark.svg +++ b/images/package-sample-IosevkaTermSS07.dark.svg @@ -135,27 +135,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -395,7 +395,7 @@ - + @@ -408,17 +408,17 @@ - - - - + + + + - - + + diff --git a/images/package-sample-IosevkaTermSS07.light.svg b/images/package-sample-IosevkaTermSS07.light.svg index cf028f855..4262c5b21 100644 --- a/images/package-sample-IosevkaTermSS07.light.svg +++ b/images/package-sample-IosevkaTermSS07.light.svg @@ -135,27 +135,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -395,7 +395,7 @@ - + @@ -408,17 +408,17 @@ - - - - + + + + - - + + diff --git a/images/package-sample-IosevkaTermSS08.dark.svg b/images/package-sample-IosevkaTermSS08.dark.svg index 27aa621df..48eefd1dc 100644 --- a/images/package-sample-IosevkaTermSS08.dark.svg +++ b/images/package-sample-IosevkaTermSS08.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS08.light.svg b/images/package-sample-IosevkaTermSS08.light.svg index 82f59f3a8..9dfa831a4 100644 --- a/images/package-sample-IosevkaTermSS08.light.svg +++ b/images/package-sample-IosevkaTermSS08.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS09.dark.svg b/images/package-sample-IosevkaTermSS09.dark.svg index 752a8d1c9..79c928d22 100644 --- a/images/package-sample-IosevkaTermSS09.dark.svg +++ b/images/package-sample-IosevkaTermSS09.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS09.light.svg b/images/package-sample-IosevkaTermSS09.light.svg index ad9871320..1186649bc 100644 --- a/images/package-sample-IosevkaTermSS09.light.svg +++ b/images/package-sample-IosevkaTermSS09.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS10.dark.svg b/images/package-sample-IosevkaTermSS10.dark.svg index 0a6a7633a..b2ab6d08a 100644 --- a/images/package-sample-IosevkaTermSS10.dark.svg +++ b/images/package-sample-IosevkaTermSS10.dark.svg @@ -136,28 +136,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -396,7 +396,7 @@ - + @@ -409,17 +409,17 @@ - - - + + + - - + + diff --git a/images/package-sample-IosevkaTermSS10.light.svg b/images/package-sample-IosevkaTermSS10.light.svg index a158f70f9..841ac16bf 100644 --- a/images/package-sample-IosevkaTermSS10.light.svg +++ b/images/package-sample-IosevkaTermSS10.light.svg @@ -136,28 +136,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -396,7 +396,7 @@ - + @@ -409,17 +409,17 @@ - - - + + + - - + + diff --git a/images/package-sample-IosevkaTermSS11.dark.svg b/images/package-sample-IosevkaTermSS11.dark.svg index 3cd9c1ac6..bbdb91441 100644 --- a/images/package-sample-IosevkaTermSS11.dark.svg +++ b/images/package-sample-IosevkaTermSS11.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS11.light.svg b/images/package-sample-IosevkaTermSS11.light.svg index 721d79fef..a88d4ef9d 100644 --- a/images/package-sample-IosevkaTermSS11.light.svg +++ b/images/package-sample-IosevkaTermSS11.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS12.dark.svg b/images/package-sample-IosevkaTermSS12.dark.svg index 4b36552c2..8a1480aac 100644 --- a/images/package-sample-IosevkaTermSS12.dark.svg +++ b/images/package-sample-IosevkaTermSS12.dark.svg @@ -133,28 +133,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -394,7 +394,7 @@ - + @@ -408,16 +408,16 @@ - - - + + + - - + + diff --git a/images/package-sample-IosevkaTermSS12.light.svg b/images/package-sample-IosevkaTermSS12.light.svg index d82ada367..262df0617 100644 --- a/images/package-sample-IosevkaTermSS12.light.svg +++ b/images/package-sample-IosevkaTermSS12.light.svg @@ -133,28 +133,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -394,7 +394,7 @@ - + @@ -408,16 +408,16 @@ - - - + + + - - + + diff --git a/images/package-sample-IosevkaTermSS13.dark.svg b/images/package-sample-IosevkaTermSS13.dark.svg index dd45ccbd9..ef31b6501 100644 --- a/images/package-sample-IosevkaTermSS13.dark.svg +++ b/images/package-sample-IosevkaTermSS13.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS13.light.svg b/images/package-sample-IosevkaTermSS13.light.svg index 45f1d26ad..b3e2e796a 100644 --- a/images/package-sample-IosevkaTermSS13.light.svg +++ b/images/package-sample-IosevkaTermSS13.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS14.dark.svg b/images/package-sample-IosevkaTermSS14.dark.svg index 863f18d8e..b11f4fbb4 100644 --- a/images/package-sample-IosevkaTermSS14.dark.svg +++ b/images/package-sample-IosevkaTermSS14.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS14.light.svg b/images/package-sample-IosevkaTermSS14.light.svg index 6320d7faa..fcf6dd13b 100644 --- a/images/package-sample-IosevkaTermSS14.light.svg +++ b/images/package-sample-IosevkaTermSS14.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS15.dark.svg b/images/package-sample-IosevkaTermSS15.dark.svg index 39415ca6e..6346504da 100644 --- a/images/package-sample-IosevkaTermSS15.dark.svg +++ b/images/package-sample-IosevkaTermSS15.dark.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -395,36 +394,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS15.light.svg b/images/package-sample-IosevkaTermSS15.light.svg index b1ea62f3d..c0fc6ef27 100644 --- a/images/package-sample-IosevkaTermSS15.light.svg +++ b/images/package-sample-IosevkaTermSS15.light.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -395,36 +394,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS16.dark.svg b/images/package-sample-IosevkaTermSS16.dark.svg index 51c48c208..4a18bf7fe 100644 --- a/images/package-sample-IosevkaTermSS16.dark.svg +++ b/images/package-sample-IosevkaTermSS16.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS16.light.svg b/images/package-sample-IosevkaTermSS16.light.svg index 01ba90fde..a59bac1ac 100644 --- a/images/package-sample-IosevkaTermSS16.light.svg +++ b/images/package-sample-IosevkaTermSS16.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS17.dark.svg b/images/package-sample-IosevkaTermSS17.dark.svg index 58a1c4cd5..4336ec234 100644 --- a/images/package-sample-IosevkaTermSS17.dark.svg +++ b/images/package-sample-IosevkaTermSS17.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS17.light.svg b/images/package-sample-IosevkaTermSS17.light.svg index 537352716..f8e15148e 100644 --- a/images/package-sample-IosevkaTermSS17.light.svg +++ b/images/package-sample-IosevkaTermSS17.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS18.dark.svg b/images/package-sample-IosevkaTermSS18.dark.svg index 19c117c8d..4ae50324a 100644 --- a/images/package-sample-IosevkaTermSS18.dark.svg +++ b/images/package-sample-IosevkaTermSS18.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSS18.light.svg b/images/package-sample-IosevkaTermSS18.light.svg index 3b76283aa..556f18c5e 100644 --- a/images/package-sample-IosevkaTermSS18.light.svg +++ b/images/package-sample-IosevkaTermSS18.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -393,36 +392,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSlab.dark.svg b/images/package-sample-IosevkaTermSlab.dark.svg index f9da71629..679272d72 100644 --- a/images/package-sample-IosevkaTermSlab.dark.svg +++ b/images/package-sample-IosevkaTermSlab.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/package-sample-IosevkaTermSlab.light.svg b/images/package-sample-IosevkaTermSlab.light.svg index 0ec0b641b..b75291b04 100644 --- a/images/package-sample-IosevkaTermSlab.light.svg +++ b/images/package-sample-IosevkaTermSlab.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -394,36 +393,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + diff --git a/images/ss-i-off-0.dark.svg b/images/ss-i-off-0.dark.svg index c970d0eae..1b6475585 100644 --- a/images/ss-i-off-0.dark.svg +++ b/images/ss-i-off-0.dark.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -400,36 +399,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + \ No newline at end of file diff --git a/images/ss-i-off-0.light.svg b/images/ss-i-off-0.light.svg index f89c51748..601402c6e 100644 --- a/images/ss-i-off-0.light.svg +++ b/images/ss-i-off-0.light.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -400,36 +399,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + \ No newline at end of file diff --git a/images/ss-i-ss01-1.dark.svg b/images/ss-i-ss01-1.dark.svg index a78f476e6..3a24280d2 100644 --- a/images/ss-i-ss01-1.dark.svg +++ b/images/ss-i-ss01-1.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -632,50 +631,54 @@ - + + + + - + - + - + - - + + + + + - + - - - - + - + - + - + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss01-1.light.svg b/images/ss-i-ss01-1.light.svg index a5705fa20..7c8d54f36 100644 --- a/images/ss-i-ss01-1.light.svg +++ b/images/ss-i-ss01-1.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -632,50 +631,54 @@ - + + + + - + - + - + - - + + + + + - + - - - - + - + - + - + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss02-1.dark.svg b/images/ss-i-ss02-1.dark.svg index 427859d6d..a8b2dcc3d 100644 --- a/images/ss-i-ss02-1.dark.svg +++ b/images/ss-i-ss02-1.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -720,54 +719,58 @@ - + + + + - + - + - + - + - + + + + - + - - - - + - + - + - + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss02-1.light.svg b/images/ss-i-ss02-1.light.svg index 1146340a0..54e770bae 100644 --- a/images/ss-i-ss02-1.light.svg +++ b/images/ss-i-ss02-1.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -720,54 +719,58 @@ - + + + + - + - + - + - + - + + + + - + - - - - + - + - + - + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss03-1.dark.svg b/images/ss-i-ss03-1.dark.svg index 9f1cb826c..69f8a161d 100644 --- a/images/ss-i-ss03-1.dark.svg +++ b/images/ss-i-ss03-1.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -612,42 +611,48 @@ - + - - - - - - + + - + + + + + + + + + + + + + - + - - - - + - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss03-1.light.svg b/images/ss-i-ss03-1.light.svg index 2b54e2afa..b78244cda 100644 --- a/images/ss-i-ss03-1.light.svg +++ b/images/ss-i-ss03-1.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -612,42 +611,48 @@ - + - - - - - - + + - + + + + + + + + + + + + + - + - - - - + - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss04-1.dark.svg b/images/ss-i-ss04-1.dark.svg index 17553ff45..73060fc5f 100644 --- a/images/ss-i-ss04-1.dark.svg +++ b/images/ss-i-ss04-1.dark.svg @@ -132,27 +132,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -702,54 +701,58 @@ - + + + + - + - + - + - + - + + + + - + - - - - + - + - + - + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss04-1.light.svg b/images/ss-i-ss04-1.light.svg index 11a232159..d4e7fdf2e 100644 --- a/images/ss-i-ss04-1.light.svg +++ b/images/ss-i-ss04-1.light.svg @@ -132,27 +132,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -702,54 +701,58 @@ - + + + + - + - + - + - + - + + + + - + - - - - + - + - + - + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss05-1.dark.svg b/images/ss-i-ss05-1.dark.svg index 85c05f0a4..d965875fd 100644 --- a/images/ss-i-ss05-1.dark.svg +++ b/images/ss-i-ss05-1.dark.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -623,58 +622,62 @@ - + - - - - - - + + - + + + + + + + + + + + + + - + - - - - + - + - + - + - + - - - - + + + - + + - - - - + + + - + + - \ No newline at end of file diff --git a/images/ss-i-ss05-1.light.svg b/images/ss-i-ss05-1.light.svg index 263e80402..e1d189414 100644 --- a/images/ss-i-ss05-1.light.svg +++ b/images/ss-i-ss05-1.light.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -623,58 +622,62 @@ - + - - - - - - + + - + + + + + + + + + + + + + - + - - - - + - + - + - + - + - - - - + + + - + + - - - - + + + - + + - \ No newline at end of file diff --git a/images/ss-i-ss06-1.dark.svg b/images/ss-i-ss06-1.dark.svg index c0c218679..44748c335 100644 --- a/images/ss-i-ss06-1.dark.svg +++ b/images/ss-i-ss06-1.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -700,46 +699,52 @@ - + - - - - - - - - + + + + + + + + + + + + + + + + - - - - + - + - + - + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss06-1.light.svg b/images/ss-i-ss06-1.light.svg index 6d77aa6e1..6a7979e97 100644 --- a/images/ss-i-ss06-1.light.svg +++ b/images/ss-i-ss06-1.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -700,46 +699,52 @@ - + - - - - - - - - + + + + + + + + + + + + + + + + - - - - + - + - + - + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss07-1.dark.svg b/images/ss-i-ss07-1.dark.svg index 8e68d41f3..88981fc32 100644 --- a/images/ss-i-ss07-1.dark.svg +++ b/images/ss-i-ss07-1.dark.svg @@ -136,27 +136,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -620,46 +620,52 @@ - + - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + - + - + - + - - - - - - - - - + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/ss-i-ss07-1.light.svg b/images/ss-i-ss07-1.light.svg index a9ab8a0d7..307586e78 100644 --- a/images/ss-i-ss07-1.light.svg +++ b/images/ss-i-ss07-1.light.svg @@ -136,27 +136,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -620,46 +620,52 @@ - + - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + - + - + - + - - - - - - - - - + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/ss-i-ss08-1.dark.svg b/images/ss-i-ss08-1.dark.svg index c3071a7a0..4fdb86acc 100644 --- a/images/ss-i-ss08-1.dark.svg +++ b/images/ss-i-ss08-1.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -675,56 +674,60 @@ - + + + + - + - + - + - + - + + + + - + - - - - + - - - - - - + + + + + + - - + - - - - - + + + + - + + + - - - + + + + \ No newline at end of file diff --git a/images/ss-i-ss08-1.light.svg b/images/ss-i-ss08-1.light.svg index 2901edfca..9e80f1a1c 100644 --- a/images/ss-i-ss08-1.light.svg +++ b/images/ss-i-ss08-1.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -675,56 +674,60 @@ - + + + + - + - + - + - + - + + + + - + - - - - + - - - - - - + + + + + + - - + - - - - - + + + + - + + + - - - + + + + \ No newline at end of file diff --git a/images/ss-i-ss09-1.dark.svg b/images/ss-i-ss09-1.dark.svg index 1e1a5827b..19ba21049 100644 --- a/images/ss-i-ss09-1.dark.svg +++ b/images/ss-i-ss09-1.dark.svg @@ -135,27 +135,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -614,46 +614,52 @@ - + - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + - + - + - + - - - - - - - - - + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/ss-i-ss09-1.light.svg b/images/ss-i-ss09-1.light.svg index 4aac85969..4af187dd9 100644 --- a/images/ss-i-ss09-1.light.svg +++ b/images/ss-i-ss09-1.light.svg @@ -135,27 +135,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -614,46 +614,52 @@ - + - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + - + - + - + - - - - - - - - - + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/ss-i-ss10-1.dark.svg b/images/ss-i-ss10-1.dark.svg index 3dc6741c2..18787a736 100644 --- a/images/ss-i-ss10-1.dark.svg +++ b/images/ss-i-ss10-1.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -562,40 +561,40 @@ - + - - - - - - - + + + + + + + + + - + - - - - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss10-1.light.svg b/images/ss-i-ss10-1.light.svg index 469adecad..a2f1022b2 100644 --- a/images/ss-i-ss10-1.light.svg +++ b/images/ss-i-ss10-1.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -562,40 +561,40 @@ - + - - - - - - - + + + + + + + + + - + - - - - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss11-1.dark.svg b/images/ss-i-ss11-1.dark.svg index d0f008062..26edc35aa 100644 --- a/images/ss-i-ss11-1.dark.svg +++ b/images/ss-i-ss11-1.dark.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -525,36 +524,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + \ No newline at end of file diff --git a/images/ss-i-ss11-1.light.svg b/images/ss-i-ss11-1.light.svg index dc2c85790..417f068f3 100644 --- a/images/ss-i-ss11-1.light.svg +++ b/images/ss-i-ss11-1.light.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -525,36 +524,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + \ No newline at end of file diff --git a/images/ss-i-ss12-1.dark.svg b/images/ss-i-ss12-1.dark.svg index 1ff4377bc..1b87c40b2 100644 --- a/images/ss-i-ss12-1.dark.svg +++ b/images/ss-i-ss12-1.dark.svg @@ -133,28 +133,27 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -650,54 +649,58 @@ - + + + + - + - + - + - + - + - - + + + + + - - - - + - + - + - + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss12-1.light.svg b/images/ss-i-ss12-1.light.svg index 0d8d2c14f..e46ffdbb8 100644 --- a/images/ss-i-ss12-1.light.svg +++ b/images/ss-i-ss12-1.light.svg @@ -133,28 +133,27 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -650,54 +649,58 @@ - + + + + - + - + - + - + - + - - + + + + + - - - - + - + - + - + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss13-1.dark.svg b/images/ss-i-ss13-1.dark.svg index 28ae07683..d742376ef 100644 --- a/images/ss-i-ss13-1.dark.svg +++ b/images/ss-i-ss13-1.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -681,46 +680,52 @@ - + - - - - - - - - + + + + + + + + + + + + + + + + - - - - + - + - + - + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss13-1.light.svg b/images/ss-i-ss13-1.light.svg index 8e3e07f49..8c532838f 100644 --- a/images/ss-i-ss13-1.light.svg +++ b/images/ss-i-ss13-1.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -681,46 +680,52 @@ - + - - - - - - - - + + + + + + + + + + + + + + + + - - - - + - + - + - + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss14-1.dark.svg b/images/ss-i-ss14-1.dark.svg index 045e2e74b..418011d99 100644 --- a/images/ss-i-ss14-1.dark.svg +++ b/images/ss-i-ss14-1.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -625,60 +624,62 @@ - + - - - - + - - + + - + + + + + + + + + + - + - - - + + + - - - - + - + - + - - - - + + + - + + - - - - + + + - + + - \ No newline at end of file diff --git a/images/ss-i-ss14-1.light.svg b/images/ss-i-ss14-1.light.svg index 9766a5b3e..807ce06bb 100644 --- a/images/ss-i-ss14-1.light.svg +++ b/images/ss-i-ss14-1.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -625,60 +624,62 @@ - + - - - - + - - + + - + + + + + + + + + + - + - - - + + + - - - - + - + - + - - - - + + + - + + - - - - + + + - + + - \ No newline at end of file diff --git a/images/ss-i-ss15-1.dark.svg b/images/ss-i-ss15-1.dark.svg index 3b200f9e2..89fefabf0 100644 --- a/images/ss-i-ss15-1.dark.svg +++ b/images/ss-i-ss15-1.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -633,56 +632,58 @@ - - + + + - + - + - + - + - + + + + - - - - + - + - + - + - + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss15-1.light.svg b/images/ss-i-ss15-1.light.svg index 0f8855a02..c77747572 100644 --- a/images/ss-i-ss15-1.light.svg +++ b/images/ss-i-ss15-1.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -633,56 +632,58 @@ - - + + + - + - + - + - + - + + + + - - - - + - + - + - + - + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss16-1.dark.svg b/images/ss-i-ss16-1.dark.svg index 18b603709..93e2537e2 100644 --- a/images/ss-i-ss16-1.dark.svg +++ b/images/ss-i-ss16-1.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -678,61 +677,67 @@ - + - - + + + + + + + - + - + - + - + - - - - - - - + - + + + + + + + - + - + - + - + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss16-1.light.svg b/images/ss-i-ss16-1.light.svg index ac8ec1be4..c5b72528a 100644 --- a/images/ss-i-ss16-1.light.svg +++ b/images/ss-i-ss16-1.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -678,61 +677,67 @@ - + - - + + + + + + + - + - + - + - + - - - - - - - + - + + + + + + + - + - + - + - + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss17-1.dark.svg b/images/ss-i-ss17-1.dark.svg index 1d6031259..72df7cfc8 100644 --- a/images/ss-i-ss17-1.dark.svg +++ b/images/ss-i-ss17-1.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -746,42 +745,42 @@ - - + + + + - - - - + - + - - + + + + + - - - - - + + + + + - - - - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss17-1.light.svg b/images/ss-i-ss17-1.light.svg index d2ab59d78..5ca5f669d 100644 --- a/images/ss-i-ss17-1.light.svg +++ b/images/ss-i-ss17-1.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -746,42 +745,42 @@ - - + + + + - - - - + - + - - + + + + + - - - - - + + + + + - - - - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss18-1.dark.svg b/images/ss-i-ss18-1.dark.svg index 38599ec15..e4ac02182 100644 --- a/images/ss-i-ss18-1.dark.svg +++ b/images/ss-i-ss18-1.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -620,50 +619,56 @@ - + - - - - - - + + - + + + + + + + + + + + + + - + - - - - + - + - + - + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss18-1.light.svg b/images/ss-i-ss18-1.light.svg index 0519a264f..452dcfc30 100644 --- a/images/ss-i-ss18-1.light.svg +++ b/images/ss-i-ss18-1.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -620,50 +619,56 @@ - + - - - - - - + + - + + + + + + + + + + + + + - + - - - - + - + - + - + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss20-1.dark.svg b/images/ss-i-ss20-1.dark.svg index ac74cddae..c13bdfc93 100644 --- a/images/ss-i-ss20-1.dark.svg +++ b/images/ss-i-ss20-1.dark.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -510,34 +509,34 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - + + - - + - + - + - - + \ No newline at end of file diff --git a/images/ss-i-ss20-1.light.svg b/images/ss-i-ss20-1.light.svg index 400481530..b33fb134b 100644 --- a/images/ss-i-ss20-1.light.svg +++ b/images/ss-i-ss20-1.light.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -510,34 +509,34 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - + + - - + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-off-0.dark.svg b/images/ss-u-off-0.dark.svg index 2a17dd3da..273c18509 100644 --- a/images/ss-u-off-0.dark.svg +++ b/images/ss-u-off-0.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -401,36 +400,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + \ No newline at end of file diff --git a/images/ss-u-off-0.light.svg b/images/ss-u-off-0.light.svg index 47fec80d5..1460c354c 100644 --- a/images/ss-u-off-0.light.svg +++ b/images/ss-u-off-0.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -401,36 +400,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + \ No newline at end of file diff --git a/images/ss-u-ss01-1.dark.svg b/images/ss-u-ss01-1.dark.svg index 52d6e9402..5238bdedb 100644 --- a/images/ss-u-ss01-1.dark.svg +++ b/images/ss-u-ss01-1.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -612,46 +611,46 @@ - + + + - - - - + - + - + - - + + + + + - + - - - - + - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss01-1.light.svg b/images/ss-u-ss01-1.light.svg index 17a650dd7..6052b97c1 100644 --- a/images/ss-u-ss01-1.light.svg +++ b/images/ss-u-ss01-1.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -612,46 +611,46 @@ - + + + - - - - + - + - + - - + + + + + - + - - - - + - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss02-1.dark.svg b/images/ss-u-ss02-1.dark.svg index 1c53a8012..575ffc272 100644 --- a/images/ss-u-ss02-1.dark.svg +++ b/images/ss-u-ss02-1.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -699,49 +698,49 @@ - + + + - - - - + - + - + - + - + + + + - + - - - - + - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss02-1.light.svg b/images/ss-u-ss02-1.light.svg index aa92fc781..43612cf8b 100644 --- a/images/ss-u-ss02-1.light.svg +++ b/images/ss-u-ss02-1.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -699,49 +698,49 @@ - + + + - - - - + - + - + - + - + + + + - + - - - - + - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss03-1.dark.svg b/images/ss-u-ss03-1.dark.svg index 919cba114..4125e3717 100644 --- a/images/ss-u-ss03-1.dark.svg +++ b/images/ss-u-ss03-1.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -604,48 +603,48 @@ - + + + - - - - + - + - + - + - + + + + - + - - - - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss03-1.light.svg b/images/ss-u-ss03-1.light.svg index 255c378dc..af5142c05 100644 --- a/images/ss-u-ss03-1.light.svg +++ b/images/ss-u-ss03-1.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -604,48 +603,48 @@ - + + + - - - - + - + - + - + - + + + + - + - - - - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss04-1.dark.svg b/images/ss-u-ss04-1.dark.svg index 2626401b0..664a91262 100644 --- a/images/ss-u-ss04-1.dark.svg +++ b/images/ss-u-ss04-1.dark.svg @@ -132,27 +132,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -692,48 +691,48 @@ - + + + - - - - + - + - + - + - + + + + - + - - - - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss04-1.light.svg b/images/ss-u-ss04-1.light.svg index 3626a4578..ec7a1f57b 100644 --- a/images/ss-u-ss04-1.light.svg +++ b/images/ss-u-ss04-1.light.svg @@ -132,27 +132,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -692,48 +691,48 @@ - + + + - - - - + - + - + - + - + + + + - + - - - - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss05-1.dark.svg b/images/ss-u-ss05-1.dark.svg index 467e93e42..914a55898 100644 --- a/images/ss-u-ss05-1.dark.svg +++ b/images/ss-u-ss05-1.dark.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -601,50 +600,52 @@ - + - - - - - - + + - + + + + + + + + + + + - + - - - - + - - - - - - - - + + + + + + + - + + - - - - + + + - + + - \ No newline at end of file diff --git a/images/ss-u-ss05-1.light.svg b/images/ss-u-ss05-1.light.svg index e06a615e8..fc148da98 100644 --- a/images/ss-u-ss05-1.light.svg +++ b/images/ss-u-ss05-1.light.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -601,50 +600,52 @@ - + - - - - - - + + - + + + + + + + + + + + - + - - - - + - - - - - - - - + + + + + + + - + + - - - - + + + - + + - \ No newline at end of file diff --git a/images/ss-u-ss06-1.dark.svg b/images/ss-u-ss06-1.dark.svg index 5417be92f..d104ae1a5 100644 --- a/images/ss-u-ss06-1.dark.svg +++ b/images/ss-u-ss06-1.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -692,36 +691,40 @@ - + - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss06-1.light.svg b/images/ss-u-ss06-1.light.svg index 86c9fa65d..0295acded 100644 --- a/images/ss-u-ss06-1.light.svg +++ b/images/ss-u-ss06-1.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -692,36 +691,40 @@ - + - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss07-1.dark.svg b/images/ss-u-ss07-1.dark.svg index db421588f..2625d9a17 100644 --- a/images/ss-u-ss07-1.dark.svg +++ b/images/ss-u-ss07-1.dark.svg @@ -136,27 +136,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -606,7 +606,7 @@ - + @@ -615,27 +615,27 @@ - + + + - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/ss-u-ss07-1.light.svg b/images/ss-u-ss07-1.light.svg index b4ccfc598..50a75f95f 100644 --- a/images/ss-u-ss07-1.light.svg +++ b/images/ss-u-ss07-1.light.svg @@ -136,27 +136,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -606,7 +606,7 @@ - + @@ -615,27 +615,27 @@ - + + + - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/ss-u-ss08-1.dark.svg b/images/ss-u-ss08-1.dark.svg index f9e2ea7ed..0fba66514 100644 --- a/images/ss-u-ss08-1.dark.svg +++ b/images/ss-u-ss08-1.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -661,54 +660,56 @@ - - + + + - + - + - + - + - + + + + - + - - - - - - - + + + + + + + - - - - - + - - - - - + + + + - + + + - - - + + + + \ No newline at end of file diff --git a/images/ss-u-ss08-1.light.svg b/images/ss-u-ss08-1.light.svg index 988e77758..dae645853 100644 --- a/images/ss-u-ss08-1.light.svg +++ b/images/ss-u-ss08-1.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -661,54 +660,56 @@ - - + + + - + - + - + - + - + + + + - + - - - - - - - + + + + + + + - - - - - + - - - - - + + + + - + + + - - - + + + + \ No newline at end of file diff --git a/images/ss-u-ss09-1.dark.svg b/images/ss-u-ss09-1.dark.svg index da1d808d2..784635c3c 100644 --- a/images/ss-u-ss09-1.dark.svg +++ b/images/ss-u-ss09-1.dark.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -612,38 +611,38 @@ - + - - - - - - - + + + + + + + + + - + - - - - + - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss09-1.light.svg b/images/ss-u-ss09-1.light.svg index 1eb539186..9b76665d1 100644 --- a/images/ss-u-ss09-1.light.svg +++ b/images/ss-u-ss09-1.light.svg @@ -135,27 +135,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -612,38 +611,38 @@ - + - - - - - - - + + + + + + + + + - + - - - - + - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss10-1.dark.svg b/images/ss-u-ss10-1.dark.svg index e5bc53c7f..e96494e4c 100644 --- a/images/ss-u-ss10-1.dark.svg +++ b/images/ss-u-ss10-1.dark.svg @@ -136,28 +136,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -566,7 +566,7 @@ - + @@ -579,17 +579,17 @@ - - - + + + - - + + diff --git a/images/ss-u-ss10-1.light.svg b/images/ss-u-ss10-1.light.svg index 274a4af1c..f0fccbdd3 100644 --- a/images/ss-u-ss10-1.light.svg +++ b/images/ss-u-ss10-1.light.svg @@ -136,28 +136,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -566,7 +566,7 @@ - + @@ -579,17 +579,17 @@ - - - + + + - - + + diff --git a/images/ss-u-ss11-1.dark.svg b/images/ss-u-ss11-1.dark.svg index 934bfd6e2..f2177efae 100644 --- a/images/ss-u-ss11-1.dark.svg +++ b/images/ss-u-ss11-1.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -526,36 +525,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + \ No newline at end of file diff --git a/images/ss-u-ss11-1.light.svg b/images/ss-u-ss11-1.light.svg index 4da8c9352..0dcbd78fa 100644 --- a/images/ss-u-ss11-1.light.svg +++ b/images/ss-u-ss11-1.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -526,36 +525,36 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - + + + + + + \ No newline at end of file diff --git a/images/ss-u-ss12-1.dark.svg b/images/ss-u-ss12-1.dark.svg index 5b74495e6..4794f74f6 100644 --- a/images/ss-u-ss12-1.dark.svg +++ b/images/ss-u-ss12-1.dark.svg @@ -134,28 +134,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -661,44 +661,48 @@ - + - + - + - + - + - + - - - + + - + - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/ss-u-ss12-1.light.svg b/images/ss-u-ss12-1.light.svg index 298765628..d9ebe892e 100644 --- a/images/ss-u-ss12-1.light.svg +++ b/images/ss-u-ss12-1.light.svg @@ -134,28 +134,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -661,44 +661,48 @@ - + - + - + - + - + - + - - - + + - + - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/ss-u-ss13-1.dark.svg b/images/ss-u-ss13-1.dark.svg index 246461450..cde47fe15 100644 --- a/images/ss-u-ss13-1.dark.svg +++ b/images/ss-u-ss13-1.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -673,38 +672,42 @@ - + - - - - - - - - + + + + + + + + + + + + + + - - - - + - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss13-1.light.svg b/images/ss-u-ss13-1.light.svg index e70d63e28..72c100de4 100644 --- a/images/ss-u-ss13-1.light.svg +++ b/images/ss-u-ss13-1.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -673,38 +672,42 @@ - + - - - - - - - - + + + + + + + + + + + + + + - - - - + - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss14-1.dark.svg b/images/ss-u-ss14-1.dark.svg index f0cff9e27..568389fb5 100644 --- a/images/ss-u-ss14-1.dark.svg +++ b/images/ss-u-ss14-1.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -622,48 +621,46 @@ - + - - - - + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - - + + - - - - + + + - + + - \ No newline at end of file diff --git a/images/ss-u-ss14-1.light.svg b/images/ss-u-ss14-1.light.svg index d15204545..93d83ed08 100644 --- a/images/ss-u-ss14-1.light.svg +++ b/images/ss-u-ss14-1.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -622,48 +621,46 @@ - + - - - - + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - - + + - - - - + + + - + + - \ No newline at end of file diff --git a/images/ss-u-ss15-1.dark.svg b/images/ss-u-ss15-1.dark.svg index f75ad8663..8c34f8658 100644 --- a/images/ss-u-ss15-1.dark.svg +++ b/images/ss-u-ss15-1.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -625,48 +624,50 @@ - + + + + + - - - - + - + - + + + + - + - - - - + - - - - - - + + + + + + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss15-1.light.svg b/images/ss-u-ss15-1.light.svg index 261897dbb..715e2d4b2 100644 --- a/images/ss-u-ss15-1.light.svg +++ b/images/ss-u-ss15-1.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -625,48 +624,50 @@ - + + + + + - - - - + - + - + + + + - + - - - - + - - - - - - + + + + + + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss16-1.dark.svg b/images/ss-u-ss16-1.dark.svg index 8c29cd8e2..c4738be25 100644 --- a/images/ss-u-ss16-1.dark.svg +++ b/images/ss-u-ss16-1.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -672,55 +671,59 @@ - + - - - + + - + + + + + - + - + - + - - - - - - - + - + + + + + + + - - - - - + + + + + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss16-1.light.svg b/images/ss-u-ss16-1.light.svg index 471fd0fdb..bc8364bc0 100644 --- a/images/ss-u-ss16-1.light.svg +++ b/images/ss-u-ss16-1.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -672,55 +671,59 @@ - + - - - + + - + + + + + - + - + - + - - - - - - - + - + + + + + + + - - - - - + + + + + - + - - + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss17-1.dark.svg b/images/ss-u-ss17-1.dark.svg index d10034f07..68ecfcb03 100644 --- a/images/ss-u-ss17-1.dark.svg +++ b/images/ss-u-ss17-1.dark.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -725,34 +724,36 @@ - + + + + - + + - + - - - - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss17-1.light.svg b/images/ss-u-ss17-1.light.svg index e8fbcd9d8..4fcf3afcb 100644 --- a/images/ss-u-ss17-1.light.svg +++ b/images/ss-u-ss17-1.light.svg @@ -133,27 +133,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -725,34 +724,36 @@ - + + + + - + + - + - - - - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss18-1.dark.svg b/images/ss-u-ss18-1.dark.svg index 5e8d3d82b..2f43d7caa 100644 --- a/images/ss-u-ss18-1.dark.svg +++ b/images/ss-u-ss18-1.dark.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -606,40 +605,44 @@ - + - - - - - - + + - + + + + + + + + + + + - + - - - - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss18-1.light.svg b/images/ss-u-ss18-1.light.svg index e4a7541a8..5cfb13592 100644 --- a/images/ss-u-ss18-1.light.svg +++ b/images/ss-u-ss18-1.light.svg @@ -134,27 +134,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -606,40 +605,44 @@ - + - - - - - - + + - + + + + + + + + + + + - + - - - - - - - - - + + + + + + + + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss20-1.dark.svg b/images/ss-u-ss20-1.dark.svg index 011de1095..2ca6e7a48 100644 --- a/images/ss-u-ss20-1.dark.svg +++ b/images/ss-u-ss20-1.dark.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -515,38 +514,38 @@ - - - - - - - - + + + + + + + + + + - + - - - - - - - + + + + + + + - - + + - - + - + - + - - + \ No newline at end of file diff --git a/images/ss-u-ss20-1.light.svg b/images/ss-u-ss20-1.light.svg index f2260386c..a8d089077 100644 --- a/images/ss-u-ss20-1.light.svg +++ b/images/ss-u-ss20-1.light.svg @@ -136,27 +136,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -515,38 +514,38 @@ - - - - - - - - + + + + + + + + + + - + - - - - - - - + + + + + + + - - + + - - + - + - + - - + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 555420bef..70c14c551 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iosevka/monorepo", - "version": "30.4.0", + "version": "31.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iosevka/monorepo", - "version": "30.4.0", + "version": "31.0.0", "workspaces": [ "packages/*", "tools/*" @@ -3663,16 +3663,16 @@ }, "packages/font": { "name": "@iosevka/font", - "version": "30.4.0", + "version": "31.0.0", "dependencies": { "@iarna/toml": "^2.2.5", - "@iosevka/font-glyphs": "30.4.0", - "@iosevka/font-otl": "30.4.0", - "@iosevka/geometry": "30.4.0", - "@iosevka/geometry-cache": "30.4.0", - "@iosevka/glyph": "30.4.0", - "@iosevka/param": "30.4.0", - "@iosevka/util": "30.4.0", + "@iosevka/font-glyphs": "31.0.0", + "@iosevka/font-otl": "31.0.0", + "@iosevka/geometry": "31.0.0", + "@iosevka/geometry-cache": "31.0.0", + "@iosevka/glyph": "31.0.0", + "@iosevka/param": "31.0.0", + "@iosevka/util": "31.0.0", "harfbuzzjs": "^0.3.6", "ot-builder": "^1.7.4", "semver": "^7.6.3" @@ -3680,100 +3680,100 @@ }, "packages/font-glyphs": { "name": "@iosevka/font-glyphs", - "version": "30.4.0", + "version": "31.0.0", "dependencies": { - "@iosevka/font-kits": "30.4.0", - "@iosevka/geometry": "30.4.0", - "@iosevka/geometry-cache": "30.4.0", - "@iosevka/glyph": "30.4.0", - "@iosevka/util": "30.4.0", + "@iosevka/font-kits": "31.0.0", + "@iosevka/geometry": "31.0.0", + "@iosevka/geometry-cache": "31.0.0", + "@iosevka/glyph": "31.0.0", + "@iosevka/util": "31.0.0", "typo-geom": "^0.16.1" } }, "packages/font-kits": { "name": "@iosevka/font-kits", - "version": "30.4.0", + "version": "31.0.0", "dependencies": { - "@iosevka/geometry": "30.4.0", - "@iosevka/glyph": "30.4.0", - "@iosevka/util": "30.4.0" + "@iosevka/geometry": "31.0.0", + "@iosevka/glyph": "31.0.0", + "@iosevka/util": "31.0.0" } }, "packages/font-otl": { "name": "@iosevka/font-otl", - "version": "30.4.0", + "version": "31.0.0", "dependencies": { - "@iosevka/font-glyphs": "30.4.0", - "@iosevka/glyph": "30.4.0", + "@iosevka/font-glyphs": "31.0.0", + "@iosevka/glyph": "31.0.0", "toposort": "^2.0.2" } }, "packages/geometry": { "name": "@iosevka/geometry", - "version": "30.4.0", + "version": "31.0.0", "dependencies": { - "@iosevka/util": "30.4.0", + "@iosevka/util": "31.0.0", "spiro": "^3.0.1", "typo-geom": "^0.16.1" } }, "packages/geometry-cache": { "name": "@iosevka/geometry-cache", - "version": "30.4.0", + "version": "31.0.0", "dependencies": { - "@iosevka/geometry": "30.4.0", + "@iosevka/geometry": "31.0.0", "@msgpack/msgpack": "^2.8.0" } }, "packages/glyph": { "name": "@iosevka/glyph", - "version": "30.4.0", + "version": "31.0.0", "dependencies": { - "@iosevka/geometry": "30.4.0" + "@iosevka/geometry": "31.0.0" } }, "packages/param": { "name": "@iosevka/param", - "version": "30.4.0", + "version": "31.0.0", "dependencies": { - "@iosevka/util": "30.4.0" + "@iosevka/util": "31.0.0" } }, "packages/util": { "name": "@iosevka/util", - "version": "30.4.0" + "version": "31.0.0" }, "tools/amend-readme": { "name": "@iosevka/amend-readme", - "version": "30.4.0", + "version": "31.0.0", "dependencies": { "@iarna/toml": "^2.2.5", - "@iosevka/param": "30.4.0", + "@iosevka/param": "31.0.0", "@unicode/unicode-15.1.0": "^1.5.2" } }, "tools/data-export": { "name": "@iosevka/data-export", - "version": "30.4.0", + "version": "31.0.0", "dependencies": { "@iarna/toml": "^2.2.5", - "@iosevka/param": "30.4.0", + "@iosevka/param": "31.0.0", "@unicode/unicode-15.1.0": "^1.5.2", "cldr": "^7.5.0" } }, "tools/generate-samples": { "name": "@iosevka/generate-samples", - "version": "30.4.0", + "version": "31.0.0", "dependencies": { - "@iosevka/data-export": "30.4.0" + "@iosevka/data-export": "31.0.0" } }, "tools/misc": { "name": "@iosevka/misc", - "version": "30.4.0", + "version": "31.0.0", "dependencies": { - "@iosevka/util": "30.4.0", + "@iosevka/util": "31.0.0", "semver": "^7.6.3", "wawoff2": "^2.0.1" } diff --git a/package.json b/package.json index cf33aa0ed..8692dab47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iosevka/monorepo", - "version": "30.4.0", + "version": "31.0.0", "workspaces": [ "packages/*", "tools/*" diff --git a/packages/font-glyphs/package.json b/packages/font-glyphs/package.json index 91e89f3e7..5cef5b8a7 100644 --- a/packages/font-glyphs/package.json +++ b/packages/font-glyphs/package.json @@ -1,6 +1,6 @@ { "name": "@iosevka/font-glyphs", - "version": "30.4.0", + "version": "31.0.0", "private": true, "exports": { ".": "./src/index.mjs", @@ -8,11 +8,11 @@ "./unicode-knowledge": "./src/meta/unicode-knowledge.mjs" }, "dependencies": { - "@iosevka/font-kits": "30.4.0", - "@iosevka/geometry": "30.4.0", - "@iosevka/geometry-cache": "30.4.0", - "@iosevka/glyph": "30.4.0", - "@iosevka/util": "30.4.0", + "@iosevka/font-kits": "31.0.0", + "@iosevka/geometry": "31.0.0", + "@iosevka/geometry-cache": "31.0.0", + "@iosevka/glyph": "31.0.0", + "@iosevka/util": "31.0.0", "typo-geom": "^0.16.1" } } diff --git a/packages/font-kits/package.json b/packages/font-kits/package.json index 216a05251..5a7d2f7d9 100644 --- a/packages/font-kits/package.json +++ b/packages/font-kits/package.json @@ -1,14 +1,14 @@ { "name": "@iosevka/font-kits", - "version": "30.4.0", + "version": "31.0.0", "private": true, "exports": { "./boole-kit": "./src/boole-kit.mjs", "./spiro-kit": "./src/spiro-kit.mjs" }, "dependencies": { - "@iosevka/geometry": "30.4.0", - "@iosevka/glyph": "30.4.0", - "@iosevka/util": "30.4.0" + "@iosevka/geometry": "31.0.0", + "@iosevka/glyph": "31.0.0", + "@iosevka/util": "31.0.0" } } diff --git a/packages/font-otl/package.json b/packages/font-otl/package.json index b2b78f0e0..74d269294 100644 --- a/packages/font-otl/package.json +++ b/packages/font-otl/package.json @@ -1,13 +1,13 @@ { "name": "@iosevka/font-otl", - "version": "30.4.0", + "version": "31.0.0", "private": true, "exports": { ".": "./src/index.mjs" }, "dependencies": { - "@iosevka/font-glyphs": "30.4.0", - "@iosevka/glyph": "30.4.0", + "@iosevka/font-glyphs": "31.0.0", + "@iosevka/glyph": "31.0.0", "toposort": "^2.0.2" } } diff --git a/packages/font/package.json b/packages/font/package.json index e1f2cc4dd..f7ea3ea54 100644 --- a/packages/font/package.json +++ b/packages/font/package.json @@ -1,6 +1,6 @@ { "name": "@iosevka/font", - "version": "30.4.0", + "version": "31.0.0", "private": true, "exports": { ".": "./src/index.mjs", @@ -10,13 +10,13 @@ }, "dependencies": { "@iarna/toml": "^2.2.5", - "@iosevka/font-glyphs": "30.4.0", - "@iosevka/font-otl": "30.4.0", - "@iosevka/geometry": "30.4.0", - "@iosevka/geometry-cache": "30.4.0", - "@iosevka/glyph": "30.4.0", - "@iosevka/param": "30.4.0", - "@iosevka/util": "30.4.0", + "@iosevka/font-glyphs": "31.0.0", + "@iosevka/font-otl": "31.0.0", + "@iosevka/geometry": "31.0.0", + "@iosevka/geometry-cache": "31.0.0", + "@iosevka/glyph": "31.0.0", + "@iosevka/param": "31.0.0", + "@iosevka/util": "31.0.0", "harfbuzzjs": "^0.3.6", "ot-builder": "^1.7.4", "semver": "^7.6.3" diff --git a/packages/geometry-cache/package.json b/packages/geometry-cache/package.json index a9826f2ba..cef83d709 100644 --- a/packages/geometry-cache/package.json +++ b/packages/geometry-cache/package.json @@ -1,12 +1,12 @@ { "name": "@iosevka/geometry-cache", - "version": "30.4.0", + "version": "31.0.0", "private": true, "exports": { ".": "./src/index.mjs" }, "dependencies": { - "@iosevka/geometry": "30.4.0", + "@iosevka/geometry": "31.0.0", "@msgpack/msgpack": "^2.8.0" } } diff --git a/packages/geometry/package.json b/packages/geometry/package.json index dd2ebf5bd..1fc600ddd 100644 --- a/packages/geometry/package.json +++ b/packages/geometry/package.json @@ -1,6 +1,6 @@ { "name": "@iosevka/geometry", - "version": "30.4.0", + "version": "31.0.0", "private": true, "exports": { ".": "./src/index.mjs", @@ -13,7 +13,7 @@ "./spiro-control": "./src/spiro-control.mjs" }, "dependencies": { - "@iosevka/util": "30.4.0", + "@iosevka/util": "31.0.0", "spiro": "^3.0.1", "typo-geom": "^0.16.1" } diff --git a/packages/glyph/package.json b/packages/glyph/package.json index d4c740857..8011418a1 100644 --- a/packages/glyph/package.json +++ b/packages/glyph/package.json @@ -1,6 +1,6 @@ { "name": "@iosevka/glyph", - "version": "30.4.0", + "version": "31.0.0", "private": true, "exports": { ".": "./src/glyph.mjs", @@ -9,6 +9,6 @@ "./relation": "./src/relation.mjs" }, "dependencies": { - "@iosevka/geometry": "30.4.0" + "@iosevka/geometry": "31.0.0" } } diff --git a/packages/param/package.json b/packages/param/package.json index e5e3a1fbf..373056b35 100644 --- a/packages/param/package.json +++ b/packages/param/package.json @@ -1,6 +1,6 @@ { "name": "@iosevka/param", - "version": "30.4.0", + "version": "31.0.0", "private": true, "exports": { ".": "./src/index.mjs", @@ -9,6 +9,6 @@ "./metric-override": "./src/metric-override.mjs" }, "dependencies": { - "@iosevka/util": "30.4.0" + "@iosevka/util": "31.0.0" } } diff --git a/packages/util/package.json b/packages/util/package.json index 59ac5f4fa..c125cbb07 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@iosevka/util", - "version": "30.4.0", + "version": "31.0.0", "private": true, "exports": { ".": "./src/index.mjs", diff --git a/params/variants.toml b/params/variants.toml index 84717d01e..b0d944987 100644 --- a/params/variants.toml +++ b/params/variants.toml @@ -1,3 +1,546 @@ +[prime.one] +sampler = "1" +tagKind = "digit" + +[prime.one.variants.line] +rank = 1 +description = "`1` drawn just like a straight line" +selector.one = "line" +selector."one/sansSerif" = "line" + +[prime.one.variants.no-base] +rank = 2 +description = "`1` without bottom serif" +selector.one = "noBase" +selector."one/sansSerif" = "noBase" + +[prime.one.variants.base] +rank = 3 +description = "`1` with bottom serif" +selector.one = "base" +selector."one/sansSerif" = "noBase" + +[prime.one.variants.no-base-long-top-serif] +rank = 4 +description = "`1` without bottom serif and with a long top serif" +selector.one = "noBaseLongTopSerif" +selector."one/sansSerif" = "noBaseLongTopSerif" + +[prime.one.variants.base-long-top-serif] +rank = 5 +description = "`1` with bottom serif and a long top serif" +selector.one = "baseLongTopSerif" +selector."one/sansSerif" = "noBaseLongTopSerif" + +[prime.one.variants.no-base-flat-top-serif] +rank = 6 +description = "`1` without bottom serif and with a flat top serif" +selector.one = "noBaseFlatTopSerif" +selector."one/sansSerif" = "noBaseFlatTopSerif" + +[prime.one.variants.base-flat-top-serif] +rank = 7 +description = "`1` with bottom serif and a flat top serif" +selector.one = "baseFlatTopSerif" +selector."one/sansSerif" = "noBaseFlatTopSerif" + +[prime.one.variants.no-base-top-cut] +rank = 8 +description = "`1` without bottom serif and with a diagonal cut at top" +selector.one = "noBaseTopCut" +selector."one/sansSerif" = "noBaseTopCut" + +[prime.one.variants.base-top-cut] +rank = 9 +description = "`1` with bottom serif and a diagonal cut at top" +selector.one = "baseTopCut" +selector."one/sansSerif" = "noBaseTopCut" + + + +[prime.two] +sampler = "2" +tagKind = "digit" + +[prime.two.variants-buildup] +entry = "body" +descriptionLeader = "`2`" + +[prime.two.variants-buildup.stages.body."*"] +next = "serifs" + +[prime.two.variants-buildup.stages.body.straight-neck] +rank = 1 +descriptionAffix = "straight neck" +selectorAffix.two = "straightNeck" +selectorAffix."two/sansSerif" = "straightNeck" + +[prime.two.variants-buildup.stages.body.curly-neck] +rank = 2 +descriptionAffix = "curly neck" +selectorAffix.two = "curlyNeck" +selectorAffix."two/sansSerif" = "curlyNeck" + +[prime.two.variants-buildup.stages.serifs.serifless] +rank = 1 +descriptionJoiner = "without" +descriptionAffix = "serifs" +selectorAffix.two = "serifless" +selectorAffix."two/sansSerif" = "serifless" + +[prime.two.variants-buildup.stages.serifs.serifed] +rank = 2 +descriptionAffix = "serifs" +selectorAffix.two = "serifed" +selectorAffix."two/sansSerif" = "serifless" + + + +[prime.three] +sampler = "3" +tagKind = "digit" + +[prime.three.variants-buildup] +entry = "body" +descriptionLeader = "`3`" + +[prime.three.variants-buildup.stages.body."*"] +next = "serifs" + +[prime.three.variants-buildup.stages.body.flat-top] +rank = 1 +descriptionAffix = "flat top (Like Museo Sans / Montserrat)" +selectorAffix.three = "flatTop" +selectorAffix."three/sansSerif" = "flatTop" + +[prime.three.variants-buildup.stages.body.two-arcs] +rank = 2 +next = "END" +descriptionAffix = "arched top" +selectorAffix.three = "twoArcs" +selectorAffix."three/sansSerif" = "twoArcs" + +[prime.three.variants-buildup.stages.serifs.serifless] +rank = 1 +descriptionJoiner = "without" +descriptionAffix = "serifs" +selectorAffix.three = "serifless" +selectorAffix."three/sansSerif" = "serifless" + +[prime.three.variants-buildup.stages.serifs.serifed] +rank = 2 +descriptionAffix = "serifs" +selectorAffix.three = "serifed" +selectorAffix."three/sansSerif" = "serifless" + + + +[prime.four] +sampler = "4" +tagKind = "digit" + +[prime.four.variants-buildup] +entry = "openness" +descriptionLeader = "`4`" + +[prime.four.variants-buildup.stages.openness."*"] +next = "horizontal-bar" + +[prime.four.variants-buildup.stages.openness.closed] +rank = 1 +descriptionAffix = "closed contour" +selectorAffix.four = "closed" +selectorAffix."four/sansSerif" = "closed" + +[prime.four.variants-buildup.stages.openness.semi-open] +rank = 2 +descriptionAffix = "semi-open contour" +selectorAffix.four = "semiOpen" +selectorAffix."four/sansSerif" = "semiOpen" + +[prime.four.variants-buildup.stages.openness.open] +rank = 3 +descriptionAffix = "open contour" +selectorAffix.four = "open" +selectorAffix."four/sansSerif" = "open" + +[prime.four.variants-buildup.stages.horizontal-bar."*"] +next = "serifs" + +[prime.four.variants-buildup.stages.horizontal-bar.crossing] +rank = 1 +keyAffix = "" +selectorAffix.four = "crossing" +selectorAffix."four/sansSerif" = "crossing" + +[prime.four.variants-buildup.stages.horizontal-bar.non-crossing] +rank = 2 +descriptionAffix = "horizontal bar that does not overflow the vertical bar" +selectorAffix.four = "nonCrossing" +selectorAffix."four/sansSerif" = "nonCrossing" + +[prime.four.variants-buildup.stages.serifs.serifless] +rank = 1 +descriptionJoiner = "without" +descriptionAffix = "serifs" +selectorAffix.four = "serifless" +selectorAffix."four/sansSerif" = "serifless" + +[prime.four.variants-buildup.stages.serifs.serifed] +rank = 2 +descriptionAffix = "serifs" +selectorAffix.four = "serifed" +selectorAffix."four/sansSerif" = "serifless" + + + +[prime.five] +sampler = "5" +tagKind = "digit" + +[prime.five.variants-buildup] +entry = "upper-left-bar" +descriptionLeader = "`5`" + +[prime.five.variants-buildup.stages.upper-left-bar."*"] +next = "middle" + +[prime.five.variants-buildup.stages.upper-left-bar.upright] +rank = 1 +descriptionAffix = "upright upper-left bar" +selectorAffix.five = "upright" +selectorAffix."five/sansSerif" = "upright" +selectorAffix.zhuangToneFive = "upright" + +[prime.five.variants-buildup.stages.upper-left-bar.oblique] +rank = 2 +description = "oblique upper-left bar" +selectorAffix.five = "oblique" +selectorAffix."five/sansSerif" = "oblique" +selectorAffix.zhuangToneFive = "upright" + +[prime.five.variants-buildup.stages.middle."*"] +next = "serifs" + +[prime.five.variants-buildup.stages.middle.arched] +rank = 1 +descriptionAffix = "arched middle part" +selectorAffix.five = "arched" +selectorAffix."five/sansSerif" = "arched" +selectorAffix.zhuangToneFive = "arched" + +[prime.five.variants-buildup.stages.middle.flat] +rank = 2 +descriptionAffix = "flat middle part" +selectorAffix.five = "flat" +selectorAffix."five/sansSerif" = "flat" +selectorAffix.zhuangToneFive = "flat" + +[prime.five.variants-buildup.stages.serifs.serifless] +rank = 1 +descriptionJoiner = "without" +descriptionAffix = "serifs" +selectorAffix.five = "serifless" +selectorAffix."five/sansSerif" = "serifless" +selectorAffix.zhuangToneFive = "serifless" + +[prime.five.variants-buildup.stages.serifs.serifed] +rank = 2 +descriptionAffix = "serifs" +selectorAffix.five = "serifed" +selectorAffix."five/sansSerif" = "serifless" +selectorAffix.zhuangToneFive = "serifed" + + + +[prime.six] +sampler = "6" +tagKind = "digit" + +[prime.six.variants.closed-contour] +rank = 1 +description = "`6` with a more closed contour" +selector.six = "closedContour" + +[prime.six.variants.open-contour] +rank = 2 +description = "`6` with a more open contour" +selector.six = "openContour" + +[prime.six.variants.straight-bar] +rank = 3 +description = "`6` with a straight bar" +selector.six = "straightBar" + + + +[prime.seven] +sampler = "7" +tagKind = "digit" + +[prime.seven.variants-buildup] +entry = "body" +descriptionLeader = "`7`" + +[prime.seven.variants-buildup.stages.body."*"] +next = "serifs" + +[prime.seven.variants-buildup.stages.body.straight] +rank = 1 +descriptionAffix = "straight stem" +selectorAffix.seven = "straight" +selectorAffix."seven/sansSerif" = "straight" + +[prime.seven.variants-buildup.stages.body.bend] +rank = 2 +descriptionAffix = "bend stem" +selectorAffix.seven = "bend" +selectorAffix."seven/sansSerif" = "bend" + +[prime.seven.variants-buildup.stages.body.curly] +rank = 3 +descriptionAffix = "curly stem" +selectorAffix.seven = "curly" +selectorAffix."seven/sansSerif" = "curly" + +[prime.seven.variants-buildup.stages.serifs."*"] +next = "overlay" + +[prime.seven.variants-buildup.stages.serifs.serifless] +rank = 1 +descriptionJoiner = "without" +descriptionAffix = "serifs" +selectorAffix.seven = "serifless" +selectorAffix."seven/sansSerif" = "serifless" + +[prime.seven.variants-buildup.stages.serifs.serifed] +rank = 2 +descriptionAffix = "serifs" +selectorAffix.seven = "serifed" +selectorAffix."seven/sansSerif" = "serifless" + +[prime.seven.variants-buildup.stages.overlay.no-crossbar] +rank = 1 +keyAffix = "" +selectorAffix.seven = "" +selectorAffix."seven/sansSerif" = "" + +[prime.seven.variants-buildup.stages.overlay.crossbar] +rank = 2 +descriptionAffix = "crossbar" +selectorAffix.seven = "crossbar" +selectorAffix."seven/sansSerif" = "crossbar" + + + +[prime.eight] +sampler = "8" +tagKind = "digit" + +[prime.eight.variants.crossing] +rank = 1 +description = "`8` with crossing middle part" +selector.eight = "crossing" + +[prime.eight.variants.two-circles] +rank = 2 +description = "`8` looks like two circles joined together" +selector.eight = "twoCircles" + +[prime.eight.variants.crossing-asymmetric] +rank = 3 +description = "`8` looks asymmetric crossing middle part" +selector.eight = "crossingAsymmetric" + + + +[prime.nine] +sampler = "9" +tagKind = "digit" + +[prime.nine.variants.closed-contour] +rank = 1 +description = "`9` with a more closed contour" +selector.nine = "closedContour" + +[prime.nine.variants.open-contour] +rank = 2 +description = "`9` with a more open contour" +selector.nine = "openContour" + +[prime.nine.variants.straight-bar] +rank = 3 +description = "`9` with a straight bar" +selector.nine = "straightBar" + + +[prime.zero] +sampler = "0" +tagKind = "digit" + +[[prime.zero.cherryPicking]] +tag = "zero" + +[prime.zero.variants-buildup] +entry = "body" +descriptionLeader = "Zero (`0`)" + +[prime.zero.variants-buildup.stages.body."*"] +next = "overlays" + +[prime.zero.variants-buildup.stages.body.standard] +rank = 1 +keyAffix = "" +descriptionAffix = "standard body shape" +selectorAffix.zero = "" +selectorAffix."zero/forceSlashed" = "" +selectorAffix."zero/forceUnslashed" = "" + +[prime.zero.variants-buildup.stages.body.oval] +rank = 2 +keyAffix = "oval" +descriptionAffix = "oval body shape" +selectorAffix.zero = "oval" +selectorAffix."zero/forceSlashed" = "oval" +selectorAffix."zero/forceUnslashed" = "oval" + +[prime.zero.variants-buildup.stages.body.diamond] +rank = 3 +keyAffix = "diamond" +descriptionAffix = "diamond body shape" +selectorAffix.zero = "diamond" +selectorAffix."zero/forceSlashed" = "diamond" +selectorAffix."zero/forceUnslashed" = "diamond" + +[prime.zero.variants-buildup.stages.overlays.unslashed] +rank = 1 +descriptionAffix = "slash" +descriptionJoiner = "without" +selectorAffix.zero = "unslashed" +selectorAffix."zero/forceSlashed" = "slashed" +selectorAffix."zero/forceUnslashed" = "unslashed" + +[prime.zero.variants-buildup.stages.overlays.slashed] +rank = 2 +descriptionAffix = "slash" +selectorAffix.zero = "slashed" +selectorAffix."zero/forceSlashed" = "slashed" +selectorAffix."zero/forceUnslashed" = "unslashed" + +[prime.zero.variants-buildup.stages.overlays.reverse-slashed] +rank = 3 +descriptionAffix = "revese slash" +selectorAffix.zero = "reverseSlashed" +selectorAffix."zero/forceSlashed" = "slashed" +selectorAffix."zero/forceUnslashed" = "unslashed" + +[prime.zero.variants-buildup.stages.overlays.tall-slashed] +rank = 4 +descriptionAffix = "tall slash" +selectorAffix.zero = "tallSlashed" +selectorAffix."zero/forceSlashed" = "tallSlashed" +selectorAffix."zero/forceUnslashed" = "unslashed" + +[prime.zero.variants-buildup.stages.overlays.tall-reverse-slashed] +rank = 5 +descriptionAffix = "tall reverse slash" +selectorAffix.zero = "tallReverseSlashed" +selectorAffix."zero/forceSlashed" = "tallSlashed" +selectorAffix."zero/forceUnslashed" = "unslashed" + +[prime.zero.variants-buildup.stages.overlays.dotted] +rank = 6 +descriptionAffix = "center dot" +selectorAffix.zero = "dotted" +selectorAffix."zero/forceSlashed" = "slashed" +selectorAffix."zero/forceUnslashed" = "unslashed" + +[prime.zero.variants-buildup.stages.overlays.long-dotted] +rank = 7 +descriptionAffix = "long center dot" +selectorAffix.zero = "longDotted" +selectorAffix."zero/forceSlashed" = "slashed" +selectorAffix."zero/forceUnslashed" = "unslashed" + +[prime.zero.variants-buildup.stages.overlays.slashed-split] +rank = 8 +descriptionAffix = "slash separated from the outline" +selectorAffix.zero = "slashedSplit" +selectorAffix."zero/forceSlashed" = "slashedSplit" +selectorAffix."zero/forceUnslashed" = "unslashed" + +[prime.zero.variants-buildup.stages.overlays.reverse-slashed-split] +rank = 9 +descriptionAffix = "reverse slash separated from the outline" +selectorAffix.zero = "reverseSlashedSplit" +selectorAffix."zero/forceSlashed" = "slashedSplit" +selectorAffix."zero/forceUnslashed" = "unslashed" + +[prime.zero.variants-buildup.stages.overlays.broken-slash] +rank = 10 +descriptionAffix = "slash broken in the middle (like in Fixedsys)" +selectorAffix.zero = "brokenSlash" +selectorAffix."zero/forceSlashed" = "brokenSlash" +selectorAffix."zero/forceUnslashed" = "unslashed" + +[prime.zero.variants-buildup.stages.overlays.broken-reverse-slash] +rank = 11 +descriptionAffix = "reverse slash broken in the middle" +selectorAffix.zero = "brokenReverseSlash" +selectorAffix."zero/forceSlashed" = "brokenSlash" +selectorAffix."zero/forceUnslashed" = "unslashed" + +[prime.zero.variants-buildup.stages.overlays.broken-vertical-bar] +rank = 12 +descriptionAffix = "vertical bar broken in the middle" +selectorAffix.zero = "brokenVerticalBar" +selectorAffix."zero/forceSlashed" = "brokenSlash" +selectorAffix."zero/forceUnslashed" = "unslashed" + +[prime.zero.variants-buildup.stages.overlays.slashed-cutout] +rank = 13 +descriptionAffix = "a slash cutout" +selectorAffix.zero = "slashedCutout" +selectorAffix."zero/forceSlashed" = "slashed" +selectorAffix."zero/forceUnslashed" = "unslashed" + +[prime.zero.variants-buildup.stages.overlays.reverse-slashed-cutout] +rank = 14 +descriptionAffix = "a reverse-slash cutout" +selectorAffix.zero = "reverseSlashedCutout" +selectorAffix."zero/forceSlashed" = "slashed" +selectorAffix."zero/forceUnslashed" = "unslashed" + +[prime.zero.variants-buildup.stages.overlays.tall-slashed-cutout] +rank = 15 +descriptionAffix = "a taller slash cutout" +selectorAffix.zero = "tallSlashedCutout" +selectorAffix."zero/forceSlashed" = "tallSlashed" +selectorAffix."zero/forceUnslashed" = "unslashed" + +[prime.zero.variants-buildup.stages.overlays.tall-reverse-slashed-cutout] +rank = 16 +descriptionAffix = "a taller reverse-slash cutout" +selectorAffix.zero = "tallReverseSlashedCutout" +selectorAffix."zero/forceSlashed" = "tallSlashed" +selectorAffix."zero/forceUnslashed" = "unslashed" + +[prime.zero.variants-buildup.stages.overlays.vertical-bar-cutout] +rank = 17 +descriptionAffix = "a vertical bar cutout" +selectorAffix.zero = "verticalBarCutout" +selectorAffix."zero/forceSlashed" = "slashed" +selectorAffix."zero/forceUnslashed" = "unslashed" + +[prime.zero.variants-buildup.stages.overlays.top-right-cutout] +rank = 18 +descriptionAffix = "the top-right bit cutout" +selectorAffix.zero = "topRightCutout" +selectorAffix."zero/forceSlashed" = "slashed" +selectorAffix."zero/forceUnslashed" = "unslashed" + + + [prime.capital-a] sampler = "A" tagKind = "letter" @@ -4469,7 +5012,6 @@ selectorAffix."ezh/phoneticRight" = "" [prime.capital-eszet] sampler = "ẞ" samplerExplain = "Capital Eszet" -nonBreakingTagForNewVariantSelector = "VXAC" # REMOVE IN NEXT MAJOR VERSION CHANGE tagKind = "letter" [prime.capital-eszet.variants-buildup] @@ -4752,7 +5294,6 @@ selector."eth" = "curly-bar" [prime.capital-thorn] sampler = "Þ" samplerExplain = "Capital Thorn (`Þ`)" -nonBreakingTagForNewVariantSelector = "VXAD" # REMOVE IN NEXT MAJOR VERSION CHANGE tagKind = "letter" [prime.capital-thorn.variants.serifless] @@ -5375,7 +5916,6 @@ selectorAffix."grek/chi/sansSerif" = "serifless" [prime.cyrl-a] sampler = "а" samplerExplain = "Cyrillic A" -nonBreakingTagForNewVariantSelector = "VXAF" # REMOVE IN NEXT MAJOR VERSION CHANGE tagKind = "letter" [prime.cyrl-a.variants-buildup] @@ -5486,7 +6026,6 @@ selectorAffix."cyrl/ae/a" = "serifless" [prime.cyrl-ve] sampler = "в" samplerExplain = "Cyrillic Ve" -nonBreakingTagForNewVariantSelector = "VXAG" # REMOVE IN NEXT MAJOR VERSION CHANGE tagKind = "letter" [prime.cyrl-ve.variants-buildup] @@ -5636,7 +6175,6 @@ selector."cyrl/ZeBottomSerifOnly" = "serifless" [prime.cyrl-capital-ze.variants.unilateral-bottom-serifed] rank = 3 -nonBreakingVariantAdditionPriority = 100 description = "Cyrillic Capital Ze (`З`) with serif at bottom" selector."latn/Epsilon" = "unilateralSerifed" selector."cyrl/Ze" = "bottomSerifed" @@ -5661,7 +6199,6 @@ selector."cyrl/ZeBottomSerifOnly" = "serifless" [prime.cyrl-capital-ze.variants.unilateral-bottom-inward-serifed] rank = 6 -nonBreakingVariantAdditionPriority = 200 description = "Cyrillic Capital Ze (`З`) with inward serif at bottom" selector."latn/Epsilon" = "unilateralInwardSerifed" selector."cyrl/Ze" = "bottomInwardSerifed" @@ -6515,7 +7052,6 @@ selector."cyrl/yuRev" = "tailed" [prime.cyrl-capital-e] sampler = "Э" samplerExplain = "Cyrillic Capital E (`Э`)" -nonBreakingTagForNewVariantSelector = "VXAA" # REMOVE IN NEXT MAJOR VERSION CHANGE tagKind = "letter" [prime.cyrl-capital-e.variants.serifless] @@ -6579,7 +7115,6 @@ selector."currency/euroSign" = "bilateralInwardSerifed" [prime.cyrl-e] sampler = "э" samplerExplain = "Cyrillic Lower E (`э`)" -nonBreakingTagForNewVariantSelector = "VXAB" # REMOVE IN NEXT MAJOR VERSION CHANGE tagKind = "letter" [prime.cyrl-e.variants.serifless] @@ -6785,550 +7320,6 @@ selectorAffix."cyrl/yae/left" = "bottomRightSerifed" -[prime.zero] -sampler = "0" -tagKind = "digit" - -[[prime.zero.cherryPicking]] -tag = "zero" - -[prime.zero.variants-buildup] -entry = "body" -descriptionLeader = "Zero (`0`)" - -[prime.zero.variants-buildup.stages.body."*"] -next = "overlays" - -[prime.zero.variants-buildup.stages.body.standard] -rank = 1 -keyAffix = "" -descriptionAffix = "standard body shape" -selectorAffix.zero = "" -selectorAffix."zero/forceSlashed" = "" -selectorAffix."zero/forceUnslashed" = "" - -[prime.zero.variants-buildup.stages.body.oval] -rank = 2 -keyAffix = "oval" -descriptionAffix = "oval body shape" -selectorAffix.zero = "oval" -selectorAffix."zero/forceSlashed" = "oval" -selectorAffix."zero/forceUnslashed" = "oval" - -[prime.zero.variants-buildup.stages.body.diamond] -rank = 3 -keyAffix = "diamond" -descriptionAffix = "diamond body shape" -selectorAffix.zero = "diamond" -selectorAffix."zero/forceSlashed" = "diamond" -selectorAffix."zero/forceUnslashed" = "diamond" - -[prime.zero.variants-buildup.stages.overlays.unslashed] -rank = 1 -descriptionAffix = "slash" -descriptionJoiner = "without" -selectorAffix.zero = "unslashed" -selectorAffix."zero/forceSlashed" = "slashed" -selectorAffix."zero/forceUnslashed" = "unslashed" - -[prime.zero.variants-buildup.stages.overlays.slashed] -rank = 2 -descriptionAffix = "slash" -selectorAffix.zero = "slashed" -selectorAffix."zero/forceSlashed" = "slashed" -selectorAffix."zero/forceUnslashed" = "unslashed" - -[prime.zero.variants-buildup.stages.overlays.reverse-slashed] -rank = 3 -descriptionAffix = "revese slash" -selectorAffix.zero = "reverseSlashed" -selectorAffix."zero/forceSlashed" = "slashed" -selectorAffix."zero/forceUnslashed" = "unslashed" - -[prime.zero.variants-buildup.stages.overlays.tall-slashed] -rank = 4 -descriptionAffix = "tall slash" -selectorAffix.zero = "tallSlashed" -selectorAffix."zero/forceSlashed" = "tallSlashed" -selectorAffix."zero/forceUnslashed" = "unslashed" - -[prime.zero.variants-buildup.stages.overlays.tall-reverse-slashed] -rank = 5 -descriptionAffix = "tall reverse slash" -selectorAffix.zero = "tallReverseSlashed" -selectorAffix."zero/forceSlashed" = "tallSlashed" -selectorAffix."zero/forceUnslashed" = "unslashed" - -[prime.zero.variants-buildup.stages.overlays.dotted] -rank = 6 -descriptionAffix = "center dot" -selectorAffix.zero = "dotted" -selectorAffix."zero/forceSlashed" = "slashed" -selectorAffix."zero/forceUnslashed" = "unslashed" - -[prime.zero.variants-buildup.stages.overlays.long-dotted] -rank = 7 -descriptionAffix = "long center dot" -selectorAffix.zero = "longDotted" -selectorAffix."zero/forceSlashed" = "slashed" -selectorAffix."zero/forceUnslashed" = "unslashed" - -[prime.zero.variants-buildup.stages.overlays.slashed-split] -rank = 8 -descriptionAffix = "slash separated from the outline" -selectorAffix.zero = "slashedSplit" -selectorAffix."zero/forceSlashed" = "slashedSplit" -selectorAffix."zero/forceUnslashed" = "unslashed" - -[prime.zero.variants-buildup.stages.overlays.reverse-slashed-split] -rank = 9 -descriptionAffix = "reverse slash separated from the outline" -selectorAffix.zero = "reverseSlashedSplit" -selectorAffix."zero/forceSlashed" = "slashedSplit" -selectorAffix."zero/forceUnslashed" = "unslashed" - -[prime.zero.variants-buildup.stages.overlays.broken-slash] -rank = 10 -descriptionAffix = "slash broken in the middle (like in Fixedsys)" -selectorAffix.zero = "brokenSlash" -selectorAffix."zero/forceSlashed" = "brokenSlash" -selectorAffix."zero/forceUnslashed" = "unslashed" - -[prime.zero.variants-buildup.stages.overlays.broken-reverse-slash] -rank = 11 -descriptionAffix = "reverse slash broken in the middle" -selectorAffix.zero = "brokenReverseSlash" -selectorAffix."zero/forceSlashed" = "brokenSlash" -selectorAffix."zero/forceUnslashed" = "unslashed" - -[prime.zero.variants-buildup.stages.overlays.broken-vertical-bar] -rank = 12 -descriptionAffix = "vertical bar broken in the middle" -selectorAffix.zero = "brokenVerticalBar" -selectorAffix."zero/forceSlashed" = "brokenSlash" -selectorAffix."zero/forceUnslashed" = "unslashed" - -[prime.zero.variants-buildup.stages.overlays.slashed-cutout] -rank = 13 -descriptionAffix = "a slash cutout" -selectorAffix.zero = "slashedCutout" -selectorAffix."zero/forceSlashed" = "slashed" -selectorAffix."zero/forceUnslashed" = "unslashed" - -[prime.zero.variants-buildup.stages.overlays.reverse-slashed-cutout] -rank = 14 -descriptionAffix = "a reverse-slash cutout" -selectorAffix.zero = "reverseSlashedCutout" -selectorAffix."zero/forceSlashed" = "slashed" -selectorAffix."zero/forceUnslashed" = "unslashed" - -[prime.zero.variants-buildup.stages.overlays.tall-slashed-cutout] -rank = 15 -descriptionAffix = "a taller slash cutout" -selectorAffix.zero = "tallSlashedCutout" -selectorAffix."zero/forceSlashed" = "tallSlashed" -selectorAffix."zero/forceUnslashed" = "unslashed" - -[prime.zero.variants-buildup.stages.overlays.tall-reverse-slashed-cutout] -rank = 16 -descriptionAffix = "a taller reverse-slash cutout" -selectorAffix.zero = "tallReverseSlashedCutout" -selectorAffix."zero/forceSlashed" = "tallSlashed" -selectorAffix."zero/forceUnslashed" = "unslashed" - -[prime.zero.variants-buildup.stages.overlays.vertical-bar-cutout] -rank = 17 -descriptionAffix = "a vertical bar cutout" -selectorAffix.zero = "verticalBarCutout" -selectorAffix."zero/forceSlashed" = "slashed" -selectorAffix."zero/forceUnslashed" = "unslashed" - -[prime.zero.variants-buildup.stages.overlays.top-right-cutout] -rank = 18 -descriptionAffix = "the top-right bit cutout" -selectorAffix.zero = "topRightCutout" -selectorAffix."zero/forceSlashed" = "slashed" -selectorAffix."zero/forceUnslashed" = "unslashed" - - - -[prime.one] -sampler = "1" -tagKind = "digit" - -[prime.one.variants.line] -rank = 1 -description = "`1` drawn just like a straight line" -selector.one = "line" -selector."one/sansSerif" = "line" - -[prime.one.variants.no-base] -rank = 2 -description = "`1` without bottom serif" -selector.one = "noBase" -selector."one/sansSerif" = "noBase" - -[prime.one.variants.base] -rank = 3 -description = "`1` with bottom serif" -selector.one = "base" -selector."one/sansSerif" = "noBase" - -[prime.one.variants.no-base-long-top-serif] -rank = 4 -description = "`1` without bottom serif and with a long top serif" -selector.one = "noBaseLongTopSerif" -selector."one/sansSerif" = "noBaseLongTopSerif" - -[prime.one.variants.base-long-top-serif] -rank = 5 -description = "`1` with bottom serif and a long top serif" -selector.one = "baseLongTopSerif" -selector."one/sansSerif" = "noBaseLongTopSerif" - -[prime.one.variants.no-base-flat-top-serif] -rank = 6 -description = "`1` without bottom serif and with a flat top serif" -selector.one = "noBaseFlatTopSerif" -selector."one/sansSerif" = "noBaseFlatTopSerif" - -[prime.one.variants.base-flat-top-serif] -rank = 7 -description = "`1` with bottom serif and a flat top serif" -selector.one = "baseFlatTopSerif" -selector."one/sansSerif" = "noBaseFlatTopSerif" - -[prime.one.variants.no-base-top-cut] -rank = 8 -description = "`1` without bottom serif and with a diagonal cut at top" -selector.one = "noBaseTopCut" -selector."one/sansSerif" = "noBaseTopCut" - -[prime.one.variants.base-top-cut] -rank = 9 -description = "`1` with bottom serif and a diagonal cut at top" -selector.one = "baseTopCut" -selector."one/sansSerif" = "noBaseTopCut" - - - -[prime.two] -sampler = "2" -tagKind = "digit" - -[prime.two.variants-buildup] -entry = "body" -descriptionLeader = "`2`" - -[prime.two.variants-buildup.stages.body."*"] -next = "serifs" - -[prime.two.variants-buildup.stages.body.straight-neck] -rank = 1 -descriptionAffix = "straight neck" -selectorAffix.two = "straightNeck" -selectorAffix."two/sansSerif" = "straightNeck" - -[prime.two.variants-buildup.stages.body.curly-neck] -rank = 2 -descriptionAffix = "curly neck" -selectorAffix.two = "curlyNeck" -selectorAffix."two/sansSerif" = "curlyNeck" - -[prime.two.variants-buildup.stages.serifs.serifless] -rank = 1 -descriptionJoiner = "without" -descriptionAffix = "serifs" -selectorAffix.two = "serifless" -selectorAffix."two/sansSerif" = "serifless" - -[prime.two.variants-buildup.stages.serifs.serifed] -rank = 2 -descriptionAffix = "serifs" -selectorAffix.two = "serifed" -selectorAffix."two/sansSerif" = "serifless" - - - -[prime.three] -sampler = "3" -tagKind = "digit" - -[prime.three.variants-buildup] -entry = "body" -descriptionLeader = "`3`" - -[prime.three.variants-buildup.stages.body."*"] -next = "serifs" - -[prime.three.variants-buildup.stages.body.flat-top] -rank = 1 -descriptionAffix = "flat top (Like Museo Sans / Montserrat)" -selectorAffix.three = "flatTop" -selectorAffix."three/sansSerif" = "flatTop" - -[prime.three.variants-buildup.stages.body.two-arcs] -rank = 2 -next = "END" -descriptionAffix = "arched top" -selectorAffix.three = "twoArcs" -selectorAffix."three/sansSerif" = "twoArcs" - -[prime.three.variants-buildup.stages.serifs.serifless] -rank = 1 -descriptionJoiner = "without" -descriptionAffix = "serifs" -selectorAffix.three = "serifless" -selectorAffix."three/sansSerif" = "serifless" - -[prime.three.variants-buildup.stages.serifs.serifed] -rank = 2 -descriptionAffix = "serifs" -selectorAffix.three = "serifed" -selectorAffix."three/sansSerif" = "serifless" - - - -[prime.four] -sampler = "4" -tagKind = "digit" - -[prime.four.variants-buildup] -entry = "openness" -descriptionLeader = "`4`" - -[prime.four.variants-buildup.stages.openness."*"] -next = "horizontal-bar" - -[prime.four.variants-buildup.stages.openness.closed] -rank = 1 -descriptionAffix = "closed contour" -selectorAffix.four = "closed" -selectorAffix."four/sansSerif" = "closed" - -[prime.four.variants-buildup.stages.openness.semi-open] -rank = 2 -descriptionAffix = "semi-open contour" -selectorAffix.four = "semiOpen" -selectorAffix."four/sansSerif" = "semiOpen" - -[prime.four.variants-buildup.stages.openness.open] -rank = 3 -descriptionAffix = "open contour" -selectorAffix.four = "open" -selectorAffix."four/sansSerif" = "open" - -[prime.four.variants-buildup.stages.horizontal-bar."*"] -next = "serifs" - -[prime.four.variants-buildup.stages.horizontal-bar.crossing] -rank = 1 -keyAffix = "" -selectorAffix.four = "crossing" -selectorAffix."four/sansSerif" = "crossing" - -[prime.four.variants-buildup.stages.horizontal-bar.non-crossing] -rank = 2 -descriptionAffix = "horizontal bar that does not overflow the vertical bar" -selectorAffix.four = "nonCrossing" -selectorAffix."four/sansSerif" = "nonCrossing" - -[prime.four.variants-buildup.stages.serifs.serifless] -rank = 1 -descriptionJoiner = "without" -descriptionAffix = "serifs" -selectorAffix.four = "serifless" -selectorAffix."four/sansSerif" = "serifless" - -[prime.four.variants-buildup.stages.serifs.serifed] -rank = 2 -descriptionAffix = "serifs" -selectorAffix.four = "serifed" -selectorAffix."four/sansSerif" = "serifless" - - - -[prime.five] -sampler = "5" -tagKind = "digit" - -[prime.five.variants-buildup] -entry = "upper-left-bar" -descriptionLeader = "`5`" - -[prime.five.variants-buildup.stages.upper-left-bar."*"] -next = "middle" - -[prime.five.variants-buildup.stages.upper-left-bar.upright] -rank = 1 -descriptionAffix = "upright upper-left bar" -selectorAffix.five = "upright" -selectorAffix."five/sansSerif" = "upright" -selectorAffix.zhuangToneFive = "upright" - -[prime.five.variants-buildup.stages.upper-left-bar.oblique] -rank = 2 -description = "oblique upper-left bar" -selectorAffix.five = "oblique" -selectorAffix."five/sansSerif" = "oblique" -selectorAffix.zhuangToneFive = "upright" - -[prime.five.variants-buildup.stages.middle."*"] -next = "serifs" - -[prime.five.variants-buildup.stages.middle.arched] -rank = 1 -descriptionAffix = "arched middle part" -selectorAffix.five = "arched" -selectorAffix."five/sansSerif" = "arched" -selectorAffix.zhuangToneFive = "arched" - -[prime.five.variants-buildup.stages.middle.flat] -rank = 2 -descriptionAffix = "flat middle part" -selectorAffix.five = "flat" -selectorAffix."five/sansSerif" = "flat" -selectorAffix.zhuangToneFive = "flat" - -[prime.five.variants-buildup.stages.serifs.serifless] -rank = 1 -descriptionJoiner = "without" -descriptionAffix = "serifs" -selectorAffix.five = "serifless" -selectorAffix."five/sansSerif" = "serifless" -selectorAffix.zhuangToneFive = "serifless" - -[prime.five.variants-buildup.stages.serifs.serifed] -rank = 2 -descriptionAffix = "serifs" -selectorAffix.five = "serifed" -selectorAffix."five/sansSerif" = "serifless" -selectorAffix.zhuangToneFive = "serifed" - - - -[prime.six] -sampler = "6" -tagKind = "digit" - -[prime.six.variants.closed-contour] -rank = 1 -description = "`6` with a more closed contour" -selector.six = "closedContour" - -[prime.six.variants.open-contour] -rank = 2 -description = "`6` with a more open contour" -selector.six = "openContour" - -[prime.six.variants.straight-bar] -rank = 3 -description = "`6` with a straight bar" -selector.six = "straightBar" - - - -[prime.seven] -sampler = "7" -tagKind = "digit" - -[prime.seven.variants-buildup] -entry = "body" -descriptionLeader = "`7`" - -[prime.seven.variants-buildup.stages.body."*"] -next = "serifs" - -[prime.seven.variants-buildup.stages.body.straight] -rank = 1 -descriptionAffix = "straight stem" -selectorAffix.seven = "straight" -selectorAffix."seven/sansSerif" = "straight" - -[prime.seven.variants-buildup.stages.body.bend] -rank = 2 -descriptionAffix = "bend stem" -selectorAffix.seven = "bend" -selectorAffix."seven/sansSerif" = "bend" - -[prime.seven.variants-buildup.stages.body.curly] -rank = 3 -descriptionAffix = "curly stem" -selectorAffix.seven = "curly" -selectorAffix."seven/sansSerif" = "curly" - -[prime.seven.variants-buildup.stages.serifs."*"] -next = "overlay" - -[prime.seven.variants-buildup.stages.serifs.serifless] -rank = 1 -descriptionJoiner = "without" -descriptionAffix = "serifs" -selectorAffix.seven = "serifless" -selectorAffix."seven/sansSerif" = "serifless" - -[prime.seven.variants-buildup.stages.serifs.serifed] -rank = 2 -descriptionAffix = "serifs" -selectorAffix.seven = "serifed" -selectorAffix."seven/sansSerif" = "serifless" - -[prime.seven.variants-buildup.stages.overlay.no-crossbar] -rank = 1 -keyAffix = "" -selectorAffix.seven = "" -selectorAffix."seven/sansSerif" = "" - -[prime.seven.variants-buildup.stages.overlay.crossbar] -rank = 2 -descriptionAffix = "crossbar" -selectorAffix.seven = "crossbar" -selectorAffix."seven/sansSerif" = "crossbar" - - - -[prime.eight] -sampler = "8" -tagKind = "digit" - -[prime.eight.variants.crossing] -rank = 1 -description = "`8` with crossing middle part" -selector.eight = "crossing" - -[prime.eight.variants.two-circles] -rank = 2 -description = "`8` looks like two circles joined together" -selector.eight = "twoCircles" - -[prime.eight.variants.crossing-asymmetric] -rank = 3 -description = "`8` looks asymmetric crossing middle part" -selector.eight = "crossingAsymmetric" - - - -[prime.nine] -sampler = "9" -tagKind = "digit" - -[prime.nine.variants.closed-contour] -rank = 1 -description = "`9` with a more closed contour" -selector.nine = "closedContour" - -[prime.nine.variants.open-contour] -rank = 2 -description = "`9` with a more open contour" -selector.nine = "openContour" - -[prime.nine.variants.straight-bar] -rank = 3 -description = "`9` with a straight bar" -selector.nine = "straightBar" - - - [prime.tittle] sampler = "ij " hotChars = "ij" @@ -7386,7 +7377,6 @@ selector.punctuationDot = "square" [prime.braille-dot] sampler = "⠭⠽ " hotChars = "⠭⠽" -nonBreakingTagForNewVariantSelector = "VXAE" # REMOVE IN NEXT MAJOR VERSION CHANGE samplerExplain = "Dot shape in braille" tagKind = "dot" diff --git a/tools/amend-readme/package.json b/tools/amend-readme/package.json index 304b4d347..13e3e6ad2 100644 --- a/tools/amend-readme/package.json +++ b/tools/amend-readme/package.json @@ -1,13 +1,13 @@ { "name": "@iosevka/amend-readme", - "version": "30.4.0", + "version": "31.0.0", "private": true, "exports": { ".": "./src/index.mjs" }, "dependencies": { "@iarna/toml": "^2.2.5", - "@iosevka/param": "30.4.0", + "@iosevka/param": "31.0.0", "@unicode/unicode-15.1.0": "^1.5.2" } } diff --git a/tools/data-export/package.json b/tools/data-export/package.json index 12f49d148..3c4d8c596 100644 --- a/tools/data-export/package.json +++ b/tools/data-export/package.json @@ -1,6 +1,6 @@ { "name": "@iosevka/data-export", - "version": "30.4.0", + "version": "31.0.0", "private": true, "exports": { ".": "./src/index.mjs", @@ -10,7 +10,7 @@ }, "dependencies": { "@iarna/toml": "^2.2.5", - "@iosevka/param": "30.4.0", + "@iosevka/param": "31.0.0", "@unicode/unicode-15.1.0": "^1.5.2", "cldr": "^7.5.0" } diff --git a/tools/generate-samples/package.json b/tools/generate-samples/package.json index 28b078800..3ad29aecd 100644 --- a/tools/generate-samples/package.json +++ b/tools/generate-samples/package.json @@ -1,11 +1,11 @@ { "name": "@iosevka/generate-samples", - "version": "30.4.0", + "version": "31.0.0", "private": true, "exports": { ".": "./src/index.mjs" }, "dependencies": { - "@iosevka/data-export": "30.4.0" + "@iosevka/data-export": "31.0.0" } } diff --git a/tools/misc/package.json b/tools/misc/package.json index 8a71c2a3b..612786935 100644 --- a/tools/misc/package.json +++ b/tools/misc/package.json @@ -1,10 +1,10 @@ { "name": "@iosevka/misc", - "version": "30.4.0", + "version": "31.0.0", "private": true, "dependencies": { "semver": "^7.6.3", "wawoff2": "^2.0.1", - "@iosevka/util": "30.4.0" + "@iosevka/util": "31.0.0" } } From b710d07404457cc02e7501579a4d5b7e3fe03603 Mon Sep 17 00:00:00 2001 From: John McWilliams <37010132+jmcwilliams403@users.noreply.github.com> Date: Wed, 24 Jul 2024 21:10:10 -0400 Subject: [PATCH 5/8] Minor cleanup of variants. (#2430) --- changes/31.0.0.md | 2 +- params/variants.toml | 18 +++++++++++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/changes/31.0.0.md b/changes/31.0.0.md index 83c07c8c8..1f08986f6 100644 --- a/changes/31.0.0.md +++ b/changes/31.0.0.md @@ -147,6 +147,6 @@ | `lig-single-arrow-bar` | `VLAG` | `VLAG` | -* \[**Breaking**] Reordered variants for Cyrillic Capital Ze. +* \[**Breaking**] Reordered variants for Cyrillic Capital/Lower Ze. * Add separate variant selectors For Cyrillic Lower A/Ve (`cv79`, `cv99`). * Optimize the shape of rounded `e` (#2424). diff --git a/params/variants.toml b/params/variants.toml index b0d944987..5971aa1fe 100644 --- a/params/variants.toml +++ b/params/variants.toml @@ -374,6 +374,7 @@ description = "`9` with a straight bar" selector.nine = "straightBar" + [prime.zero] sampler = "0" tagKind = "digit" @@ -6242,7 +6243,6 @@ selector."cyrl/zeBottomSerifOnly" = "serifless" [prime.cyrl-ze.variants.unilateral-bottom-serifed] rank = 3 -nonBreakingVariantAdditionPriority = 100 description = "Cyrillic Lower Ze (`з`) with serif at bottom" selector."latn/epsilon" = "unilateralSerifed" selector."latn/epsilon/descBase" = "bilateralSerifed" @@ -6273,7 +6273,6 @@ selector."cyrl/zeBottomSerifOnly" = "serifless" [prime.cyrl-ze.variants.unilateral-bottom-inward-serifed] rank = 6 -nonBreakingVariantAdditionPriority = 200 description = "Cyrillic Lower Ze (`з`) with inward serif at bottom" selector."latn/epsilon" = "unilateralInwardSerifed" selector."latn/epsilon/descBase" = "hybridSerifed1" @@ -8942,6 +8941,7 @@ l = "serifed-semi-tailed" r = "corner-hooked-serifed" u = "toothed-serifless" y = "straight-turn-serifless" +capital-eszet = "rounded-serifless" long-s = "bent-hook-serifless" eszet = "longs-s-lig-serifless" lower-iota = "serifed-semi-tailed" @@ -9001,6 +9001,7 @@ w = "straight-serifed" x = "straight-serifed" y = "straight-turn-serifed" z = "straight-serifed" +capital-eszet = "rounded-serifed" long-s = "bent-hook-bottom-serifed" eszet = "longs-s-lig-bottom-serifed" lower-mu = "toothed-serifed" @@ -9145,6 +9146,7 @@ long-s = "flat-hook-serifless" eszet = "longs-s-lig-serifless" lower-iota = "zshaped" lower-lambda = "straight-turn" +lower-mu = "toothed-bottom-right-serifed" lower-pi = "tailless" lower-tau = "tailless" cyrl-a = "double-storey-serifless" @@ -9194,7 +9196,7 @@ y = "straight-turn-serifed" z = "straight-serifed" long-s = "flat-hook-bottom-serifed" eszet = "longs-s-lig-bottom-serifed" -lower-mu = "tailed-serifed" +lower-mu = "toothed-serifed" cyrl-a = "double-storey-serifed" cyrl-ve = "standard-bilateral-serifed" cyrl-ze = "unilateral-serifed" @@ -9472,6 +9474,8 @@ lower-delta = "flat-top" lower-iota = "serifed-flat-tailed" lower-lambda = "straight" lower-tau = "flat-tailed" +cyrl-a = "double-storey-toothless-corner" +cyrl-u = "straight-serifless" one = "base-flat-top-serif" four = "closed-serifless" six = "straight-bar" @@ -9492,6 +9496,7 @@ a = "single-storey-tailed" i = "serifed-flat-tailed" j = "serifed" l = "serifed-flat-tailed" +cyrl-a = "single-storey-tailed" cyrl-u = "cursive-flat-hook-serifless" [composite.ss10.slab-override.design] @@ -9539,6 +9544,7 @@ six = "closed-contour" seven = "straight-serifless" eight = "two-circles" nine = "closed-contour" +braille-dot = "square" tilde = "high" asterisk = "hex-high" caret = "high" @@ -9808,6 +9814,7 @@ l = "serifed-flat-tailed" t = "flat-hook" u = "toothless-rounded-serifless" w = "straight-flat-top-serifless" +y = "straight-serifless" long-s = "flat-hook-serifless" eszet = "sulzbacher-serifless" lower-eth = "straight-bar" @@ -9818,8 +9825,10 @@ lower-lambda = "straight" lower-mu = "toothed-serifless" lower-xi = "rounded" lower-tau = "flat-tailed" +cyrl-a = "double-storey-serifless" cyrl-ve = "standard-serifless" cyrl-em = "hanging-serifless" +cyrl-u = "straight-serifless" cyrl-yeri = "corner" cyrl-yery = "corner" zero = "dotted" @@ -9853,6 +9862,7 @@ y = "cursive-flat-hook-serifless" long-s = "flat-hook-tailed" eszet = "sulzbacher-tailed-serifless" lower-alpha = "barred-tailed" +cyrl-a = "single-storey-tailed" cyrl-u = "cursive-flat-hook-serifless" [composite.ss14.slab-override.design] @@ -9874,6 +9884,7 @@ long-s = "flat-hook-bottom-serifed" eszet = "sulzbacher-bottom-serifed" lower-alpha = "barred-double-serifed" lower-mu = "toothed-serifed" +cyrl-a = "double-storey-serifed" cyrl-ve = "standard-bilateral-serifed" cyrl-em = "hanging-serifed" cyrl-capital-u = "straight-serifed" @@ -9897,6 +9908,7 @@ long-s = "flat-hook-tailed" eszet = "sulzbacher-tailed-serifless" lower-alpha = "barred-tailed" lower-mu = "toothed-motion-serifed" +cyrl-a = "single-storey-tailed" cyrl-ve = "standard-unilateral-serifed" cyrl-u = "cursive-flat-hook-motion-serifed" micro-sign = "toothed-motion-serifed" From 8fed1abc61b4aa5d74cdb6b7e11bdb8088f1d734 Mon Sep 17 00:00:00 2001 From: Belleve Date: Wed, 24 Jul 2024 16:25:41 -1000 Subject: [PATCH 6/8] Further optimiz shape of rounded e (#2431) --- .../font-glyphs/src/letter/latin/lower-e.ptl | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/packages/font-glyphs/src/letter/latin/lower-e.ptl b/packages/font-glyphs/src/letter/latin/lower-e.ptl index 253a53489..0ad9cdc20 100644 --- a/packages/font-glyphs/src/letter/latin/lower-e.ptl +++ b/packages/font-glyphs/src/letter/latin/lower-e.ptl @@ -41,12 +41,12 @@ glyph-block Letter-Latin-Lower-E : begin glyph-block-export SmallEShape define [SmallEShape] : with-params [df top stroke barpos [bbd 0] tailSlab schwaTail] : glyph-proc - local barbottom : top * [fallback barpos DesignParameters.eBarPos] - (stroke / 2) + local barBottom : top * [fallback barpos DesignParameters.eBarPos] - (stroke / 2) - include : HBar.b (df.leftSB + (stroke / 2) + OX + bbd) (df.rightSB - (stroke / 2) - OX) barbottom stroke + include : HBar.b (df.leftSB + (stroke / 2) + OX + bbd) (df.rightSB - (stroke / 2) - OX) barBottom stroke local path : include : dispiro widths.lhs stroke - flat (df.rightSB - OX) barbottom [heading Upward] + flat (df.rightSB - OX) barBottom [heading Upward] curl (df.rightSB - OX) (top - [df.archDepthB SmallArchDepth]) arch.lhs top (sw -- stroke) flat (df.leftSB + OX) (top - [df.archDepthA SmallArchDepth]) @@ -59,12 +59,12 @@ glyph-block Letter-Latin-Lower-E : begin glyph-block-export RevSmallEShape define [RevSmallEShape] : with-params [df top stroke barpos] : glyph-proc - local barbottom : top * [fallback barpos DesignParameters.eBarPos] - (stroke / 2) + local barBottom : top * [fallback barpos DesignParameters.eBarPos] - (stroke / 2) - include : HBar.b (df.leftSB + (stroke / 2) + OX) (df.rightSB - (stroke / 2) - OX) barbottom stroke + include : HBar.b (df.leftSB + (stroke / 2) + OX) (df.rightSB - (stroke / 2) - OX) barBottom stroke include : dispiro widths.rhs stroke - flat (df.leftSB + OX) barbottom [heading Upward] + flat (df.leftSB + OX) barBottom [heading Upward] curl (df.leftSB + OX) (top - [df.archDepthA SmallArchDepth]) arch.rhs top (sw -- stroke) flat (df.rightSB - OX) (top - [df.archDepthB SmallArchDepth]) @@ -74,16 +74,16 @@ glyph-block Letter-Latin-Lower-E : begin glyph-block-export SmallERoundedShape define [SmallERoundedShape] : with-params [df top stroke barpos tailSlab schwaTail] : glyph-proc - local barbottom : top * [fallback barpos : if para.isItalic 0.500 0.475] - (stroke / 2) + local barBottom : top * [fallback barpos : if para.isItalic 0.500 0.475] - (stroke / 2) local xStart : df.leftSB + [HSwToV : 0.125 * stroke] - local pfIt : if para.isItalic 1 0 + local extraCurliness : if para.isItalic (0.05 * (top - barBottom)) 0 local path : include : dispiro widths.lhs stroke - [if para.isItalic g2 flat] xStart (barbottom + 0.1 * pfIt * (top - barbottom)) + [if para.isItalic g4 flat] xStart (barBottom + extraCurliness) if para.isItalic [alsoThru.g2 0.5 0.8] [list] - [if para.isItalic g2.right.mid flat] [mix xStart df.rightSB 0.475] barbottom + [if para.isItalic g4.right.mid curl] [mix xStart df.rightSB 0.475] (barBottom - extraCurliness) archv - g4 (df.rightSB - OX) [YSmoothMidR top barbottom] + g4 (df.rightSB - OX) [YSmoothMidR top barBottom] arch.lhs top (sw -- stroke) flat (df.leftSB + OX) (top - [df.archDepthA SmallArchDepth]) curl (df.leftSB + OX) (0 + [df.archDepthB SmallArchDepth]) @@ -95,16 +95,17 @@ glyph-block Letter-Latin-Lower-E : begin glyph-block-export RevSmallERoundedShape define [RevSmallERoundedShape] : with-params [df top stroke barpos] : glyph-proc - local barbottom : top * [fallback barpos : if para.isItalic 0.500 0.475] - (stroke / 2) + local barBottom : top * [fallback barpos : if para.isItalic 0.500 0.475] - (stroke / 2) local xStart : df.rightSB - [HSwToV : 0.125 * stroke] local pfIt : if para.isItalic 1 0 + local extraCurliness : if para.isItalic (0.05 * (top - barBottom)) 0 include : dispiro widths.rhs stroke - [if para.isItalic g2 flat] xStart (barbottom + 0.1 * pfIt * (top - barbottom)) + [if para.isItalic g4 flat] xStart (barBottom + extraCurliness) if para.isItalic [alsoThru.g2 0.5 0.8] [list] - [if para.isItalic g2.left.mid curl] [mix xStart df.leftSB 0.475] (barbottom + pfIt * [StrokeWidthBlend 0.25 1] * O) + [if para.isItalic g4.left.mid curl] [mix xStart df.leftSB 0.475] (barBottom - extraCurliness) archv - g4 (df.leftSB + OX) [YSmoothMidL top barbottom] + g4 (df.leftSB + OX) [YSmoothMidL top barBottom] arch.rhs top (sw -- stroke) flat (df.rightSB - OX) (top - [df.archDepthB SmallArchDepth]) curl (df.rightSB - OX) (0 + [df.archDepthA SmallArchDepth]) From 2b796241a436fc0151cfe39afa7f1fb291ce86f5 Mon Sep 17 00:00:00 2001 From: John McWilliams <37010132+jmcwilliams403@users.noreply.github.com> Date: Fri, 26 Jul 2024 14:51:05 -0400 Subject: [PATCH 7/8] Add `bilateral-motion-serifed` variants for Capital/Lower X and Greek Lower Chi. (#2433) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add `bilateral-motion-serifed` variants for X. * rename `x`.`motion-serifed` → `x`.`unilateral-motion-serifed` --- changes/31.0.0.md | 12 ++ packages/font-glyphs/src/letter/latin/x.ptl | 50 ++++---- params/variants.toml | 119 ++++++++++++++------ 3 files changed, 123 insertions(+), 58 deletions(-) diff --git a/changes/31.0.0.md b/changes/31.0.0.md index 1f08986f6..2e735e1ee 100644 --- a/changes/31.0.0.md +++ b/changes/31.0.0.md @@ -148,5 +148,17 @@ * \[**Breaking**] Reordered variants for Cyrillic Capital/Lower Ze. +* \[**Breaking**] Add `bilateral-motion-serifed` variants for Capital/Lower X. Change of variant names: + - `capital-x`.`straight-motion-serifed` → `capital-x`.`straight-unilateral-motion-serifed` + - `capital-x`.`curly-motion-serifed` → `capital-x`.`curly-unilateral-motion-serifed` + - `x`.`straight-motion-serifed` → `x`.`straight-unilateral-motion-serifed` + - `x`.`curly-motion-serifed` → `x`.`curly-unilateral-motion-serifed` + - `lower-chi`.`straight-motion-serifed` → `lower-chi`.`straight-unilateral-motion-serifed` + - `lower-chi`.`curly-motion-serifed` → `lower-chi`.`curly-unilateral-motion-serifed` +* \[**Breaking**] Add `semi-chancery-straight-serifed` and `semi-chancery-curly-serifed` variants for Greek Lower Chi. Change of variant names: + - `lower-chi`.`semi-chancery-straight` → `lower-chi`.`semi-chancery-straight-serifless` + - `lower-chi`.`semi-chancery-curly` → `lower-chi`.`semi-chancery-curly-serifless` + - `lower-chi`.`straight-serifed` → `lower-chi`.`straight-bilateral-motion-serifed` + - `lower-chi`.`curly-serifed` → `lower-chi`.`curly-bilateral-motion-serifed` * Add separate variant selectors For Cyrillic Lower A/Ve (`cv79`, `cv99`). * Optimize the shape of rounded `e` (#2424). diff --git a/packages/font-glyphs/src/letter/latin/x.ptl b/packages/font-glyphs/src/letter/latin/x.ptl index aea585593..dba0d5da9 100644 --- a/packages/font-glyphs/src/letter/latin/x.ptl +++ b/packages/font-glyphs/src/letter/latin/x.ptl @@ -181,27 +181,30 @@ glyph-block Letter-Latin-X : begin glyph-block-export XSerifs define XSerifs : namespace - export : define [Full sf] : composite-proc sf.lt.full sf.rt.full sf.lb.full sf.rb.full - export : define [SemiChancery sf] : composite-proc sf.rt.full sf.lb.full - export : define [Motion sf] : composite-proc sf.lt.outer - export : define [BilateralMotion sf] : composite-proc sf.lt.outer sf.rb.outer + export : define [Full sf] : composite-proc sf.lt.full sf.rt.full sf.lb.full sf.rb.full + export : define [SemiChancery sf] : composite-proc sf.rt.full sf.lb.full + export : define [UnilateralMotion sf] : composite-proc sf.lt.outer + export : define [BilateralMotion sf] : composite-proc sf.lt.outer sf.rb.outer + export : define [GrekLowerChi sf] : composite-proc sf.lt.outer sf.rt.full sf.lb.full sf.rb.outer glyph-block-export XConfig define XConfig : object - straightSerifless { STROKE-STRAIGHT STROKE-STRAIGHT null false } - curlySerifless { STROKE-CURLY STROKE-CURLY null false } - cursive { STROKE-CURSIVE STROKE-CURSIVE null false } - semiChanceryStraightSerifless { STROKE-STRAIGHT STROKE-CHANCERY null false } - semiChanceryCurlySerifless { STROKE-CURLY STROKE-CHANCERY null false } - chancery { STROKE-CHANCERY STROKE-CHANCERY null false } - straightSerifed { STROKE-STRAIGHT STROKE-STRAIGHT XSerifs.Full true } - curlySerifed { STROKE-CURLY STROKE-CURLY XSerifs.Full true } - semiChanceryStraightSerifed { STROKE-STRAIGHT STROKE-CHANCERY XSerifs.SemiChancery true } - semiChanceryCurlySerifed { STROKE-CURLY STROKE-CHANCERY XSerifs.SemiChancery true } - straightMotionSerifed { STROKE-STRAIGHT STROKE-STRAIGHT XSerifs.Motion false } - curlyMotionSerifed { STROKE-CURLY STROKE-CURLY XSerifs.Motion false } - straightBilateralMotionSerifed { STROKE-STRAIGHT STROKE-STRAIGHT XSerifs.BilateralMotion false } - curlyBilateralMotionSerifed { STROKE-CURLY STROKE-CURLY XSerifs.BilateralMotion false } + straightSerifless { STROKE-STRAIGHT STROKE-STRAIGHT null false } + curlySerifless { STROKE-CURLY STROKE-CURLY null false } + cursive { STROKE-CURSIVE STROKE-CURSIVE null false } + semiChanceryStraightSerifless { STROKE-STRAIGHT STROKE-CHANCERY null false } + semiChanceryCurlySerifless { STROKE-CURLY STROKE-CHANCERY null false } + chancery { STROKE-CHANCERY STROKE-CHANCERY null false } + straightSerifed { STROKE-STRAIGHT STROKE-STRAIGHT XSerifs.Full true } + curlySerifed { STROKE-CURLY STROKE-CURLY XSerifs.Full true } + semiChanceryStraightSerifed { STROKE-STRAIGHT STROKE-CHANCERY XSerifs.SemiChancery true } + semiChanceryCurlySerifed { STROKE-CURLY STROKE-CHANCERY XSerifs.SemiChancery true } + straightUnilateralMotionSerifed { STROKE-STRAIGHT STROKE-STRAIGHT XSerifs.UnilateralMotion false } + curlyUnilateralMotionSerifed { STROKE-CURLY STROKE-CURLY XSerifs.UnilateralMotion false } + straightBilateralMotionSerifed { STROKE-STRAIGHT STROKE-STRAIGHT XSerifs.BilateralMotion false } + curlyBilateralMotionSerifed { STROKE-CURLY STROKE-CURLY XSerifs.BilateralMotion false } + straightGrekLowerChiSerifed { STROKE-STRAIGHT STROKE-STRAIGHT XSerifs.GrekLowerChi true } + curlyGrekLowerChiSerifed { STROKE-CURLY STROKE-CURLY XSerifs.GrekLowerChi true } foreach { suffix {stroke1 stroke2 serifShape fMaskBase} } [Object.entries XConfig] : do define [letterShape top bot turn tension] : glyph-proc @@ -238,6 +241,9 @@ glyph-block Letter-Latin-X : begin link-reduced-variant 'x/sansSerif' 'x' MathSansSerif alias 'cyrl/kha' 0x445 'x' + select-variant 'cyrl/Kha/descBase' (shapeFrom -- 'X') (follow -- 'X/descBase') + select-variant 'cyrl/kha/descBase' (shapeFrom -- 'x') (follow -- 'x/descBase') + select-variant 'grek/chi' 0x3C7 (shapeFrom -- 'latn/chi') link-reduced-variant 'grek/chi/sansSerif' 'grek/chi' MathSansSerif (shapeFrom -- 'latn/chi') select-variant 'latn/chi' 0xAB53 (follow -- 'x') @@ -259,10 +265,10 @@ glyph-block Letter-Latin-X : begin y -- 0 xLink -- RightSB - [HSwToV HalfStroke] - derive-glyphs 'cyrl/KhaDescender' 0x4B2 'cyrl/Kha' [AddDescender CyrDescender] - derive-glyphs 'cyrl/khaDescender' 0x4B3 'cyrl/kha' [AddDescender CyrDescender] - derive-glyphs 'cyrl/KhaHook' 0x4FC 'cyrl/Kha' [AddDescender PalatalHook] - derive-glyphs 'cyrl/khaHook' 0x4FD 'cyrl/kha' [AddDescender PalatalHook] + derive-glyphs 'cyrl/KhaDescender' 0x4B2 'cyrl/Kha/descBase' [AddDescender CyrDescender] + derive-glyphs 'cyrl/khaDescender' 0x4B3 'cyrl/kha/descBase' [AddDescender CyrDescender] + derive-glyphs 'cyrl/KhaHook' 0x4FC 'cyrl/Kha/descBase' [AddDescender PalatalHook] + derive-glyphs 'cyrl/khaHook' 0x4FD 'cyrl/kha/descBase' [AddDescender PalatalHook] alias 'xPalatalHook' 0x1D8D 'cyrl/khaHook' define [CyrlKhaBarShape top] : HOverlayBar [mix SB RightSB 0.08] [mix SB RightSB 0.92] (top / 2) diff --git a/params/variants.toml b/params/variants.toml index 5971aa1fe..3ac95ab6e 100644 --- a/params/variants.toml +++ b/params/variants.toml @@ -1876,6 +1876,7 @@ rank = 1 descriptionAffix = "straight shape" selectorAffix.X = "straight" selectorAffix."X/sansSerif" = "straight" +selectorAffix."X/descBase" = "straight" selectorAffix."cyrl/Rha/right" = "straight" [prime.capital-x.variants-buildup.stages.body.curly] @@ -1883,6 +1884,7 @@ rank = 2 descriptionAffix = "curly shape" selectorAffix.X = "curly" selectorAffix."X/sansSerif" = "curly" +selectorAffix."X/descBase" = "curly" selectorAffix."cyrl/Rha/right" = "curly" [prime.capital-x.variants-buildup.stages.serifs.serifless] @@ -1891,20 +1893,31 @@ descriptionAffix = "serifs" descriptionJoiner = "without" selectorAffix.X = "serifless" selectorAffix."X/sansSerif" = "serifless" +selectorAffix."X/descBase" = "serifless" selectorAffix."cyrl/Rha/right" = "serifless" -[prime.capital-x.variants-buildup.stages.serifs.motion-serifed] +[prime.capital-x.variants-buildup.stages.serifs.unilateral-motion-serifed] rank = 2 -descriptionAffix = "motion serifs" -selectorAffix.X = "motionSerifed" +descriptionAffix = "motion serifs at top-left" +selectorAffix.X = "unilateralMotionSerifed" selectorAffix."X/sansSerif" = "serifless" +selectorAffix."X/descBase" = "unilateralMotionSerifed" selectorAffix."cyrl/Rha/right" = "serifless" +[prime.capital-x.variants-buildup.stages.serifs.bilateral-motion-serifed] +rank = 3 +descriptionAffix = "motion serifs at top-left and bottom-right" +selectorAffix.X = "bilateralMotionSerifed" +selectorAffix."X/sansSerif" = "serifless" +selectorAffix."X/descBase" = "unilateralMotionSerifed" +selectorAffix."cyrl/Rha/right" = "bilateralMotionSerifed" + [prime.capital-x.variants-buildup.stages.serifs.serifed] -rank = 3 +rank = 4 descriptionAffix = "serifs" selectorAffix.X = "serifed" selectorAffix."X/sansSerif" = "serifless" +selectorAffix."X/descBase" = "serifed" selectorAffix."cyrl/Rha/right" = "serifed" @@ -4698,6 +4711,7 @@ rank = 1 descriptionAffix = "straight shape" selectorAffix.x = "straight" selectorAffix."x/sansSerif" = "straight" +selectorAffix."x/descBase" = "straight" selectorAffix."cyrl/rha/right" = "straight" [prime.x.variants-buildup.stages.body.curly] @@ -4705,6 +4719,7 @@ rank = 2 descriptionAffix = "curly shape" selectorAffix.x = "curly" selectorAffix."x/sansSerif" = "curly" +selectorAffix."x/descBase" = "curly" selectorAffix."cyrl/rha/right" = "curly" [prime.x.variants-buildup.stages.body.semi-chancery-straight] @@ -4712,6 +4727,7 @@ rank = 3 descriptionAffix = "Semi-chancery shape with straight counter-leg" selectorAffix.x = "semiChanceryStraight" selectorAffix."x/sansSerif" = "semiChanceryStraight" +selectorAffix."x/descBase" = "semiChanceryStraight" selectorAffix."cyrl/rha/right" = "semiChanceryStraight" [prime.x.variants-buildup.stages.body.semi-chancery-curly] @@ -4719,6 +4735,7 @@ rank = 4 descriptionAffix = "Semi-chancery shape with curly counter-leg" selectorAffix.x = "semiChanceryCurly" selectorAffix."x/sansSerif" = "semiChanceryCurly" +selectorAffix."x/descBase" = "semiChanceryCurly" selectorAffix."cyrl/rha/right" = "semiChanceryCurly" [prime.x.variants-buildup.stages.body.chancery] @@ -4727,6 +4744,7 @@ next = "END" descriptionAffix = "Chancery shape" selectorAffix.x = "chancery" selectorAffix."x/sansSerif" = "chancery" +selectorAffix."x/descBase" = "chancery" selectorAffix."cyrl/rha/right" = "chancery" [prime.x.variants-buildup.stages.body.cursive] @@ -4735,6 +4753,7 @@ next = "END" descriptionAffix = "cursive shape" selectorAffix.x = "cursive" selectorAffix."x/sansSerif" = "cursive" +selectorAffix."x/descBase" = "cursive" selectorAffix."cyrl/rha/right" = "cursive" [prime.x.variants-buildup.stages.serifs.serifless] @@ -4743,21 +4762,33 @@ descriptionAffix = "serifs" descriptionJoiner = "without" selectorAffix.x = "serifless" selectorAffix."x/sansSerif" = "serifless" +selectorAffix."x/descBase" = "serifless" selectorAffix."cyrl/rha/right" = "serifless" -[prime.x.variants-buildup.stages.serifs.motion-serifed] +[prime.x.variants-buildup.stages.serifs.unilateral-motion-serifed] rank = 2 disableIf = [{body = "semi-chancery-straight"}, {body = "semi-chancery-curly"}] -descriptionAffix = "motion serifs" -selectorAffix.x = "motionSerifed" +descriptionAffix = "motion serifs at top-left" +selectorAffix.x = "unilateralMotionSerifed" selectorAffix."x/sansSerif" = "serifless" +selectorAffix."x/descBase" = "unilateralMotionSerifed" selectorAffix."cyrl/rha/right" = "serifless" -[prime.x.variants-buildup.stages.serifs.serifed] +[prime.x.variants-buildup.stages.serifs.bilateral-motion-serifed] rank = 3 +disableIf = [{body = "semi-chancery-straight"}, {body = "semi-chancery-curly"}] +descriptionAffix = "motion serifs at top-left and bottom-right" +selectorAffix.x = "bilateralMotionSerifed" +selectorAffix."x/sansSerif" = "serifless" +selectorAffix."x/descBase" = "unilateralMotionSerifed" +selectorAffix."cyrl/rha/right" = "bilateralMotionSerifed" + +[prime.x.variants-buildup.stages.serifs.serifed] +rank = 4 descriptionAffix = "serifs" selectorAffix.x = "serifed" selectorAffix."x/sansSerif" = "serifless" +selectorAffix."x/descBase" = "serifed" selectorAffix."cyrl/rha/right" = "serifed" @@ -5874,17 +5905,15 @@ selectorAffix."grek/chi/sansSerif" = "curly" [prime.lower-chi.variants-buildup.stages.body.semi-chancery-straight] rank = 3 -next = "END" descriptionAffix = "Semi-chancery shape with straight counter-leg" -selectorAffix."grek/chi" = "semiChanceryStraightSerifless" -selectorAffix."grek/chi/sansSerif" = "semiChanceryStraightSerifless" +selectorAffix."grek/chi" = "semiChanceryStraight" +selectorAffix."grek/chi/sansSerif" = "semiChanceryStraight" [prime.lower-chi.variants-buildup.stages.body.semi-chancery-curly] rank = 4 -next = "END" descriptionAffix = "Semi-chancery shape with curly counter-leg" -selectorAffix."grek/chi" = "semiChanceryCurlySerifless" -selectorAffix."grek/chi/sansSerif" = "semiChanceryCurlySerifless" +selectorAffix."grek/chi" = "semiChanceryCurly" +selectorAffix."grek/chi/sansSerif" = "semiChanceryCurly" [prime.lower-chi.variants-buildup.stages.body.chancery] rank = 5 @@ -5900,18 +5929,36 @@ descriptionJoiner = "without" selectorAffix."grek/chi" = "serifless" selectorAffix."grek/chi/sansSerif" = "serifless" -[prime.lower-chi.variants-buildup.stages.serifs.motion-serifed] +[prime.lower-chi.variants-buildup.stages.serifs.unilateral-motion-serifed] rank = 2 -descriptionAffix = "motion serifs" -selectorAffix."grek/chi" = "motionSerifed" +disableIf = [{body = "semi-chancery-straight"}, {body = "semi-chancery-curly"}] +descriptionAffix = "motion serifs at top-left" +selectorAffix."grek/chi" = "unilateralMotionSerifed" selectorAffix."grek/chi/sansSerif" = "serifless" -[prime.lower-chi.variants-buildup.stages.serifs.serifed] +[prime.lower-chi.variants-buildup.stages.serifs.bilateral-motion-serifed] rank = 3 -descriptionAffix = "serifs" +disableIf = [{body = "semi-chancery-straight"}, {body = "semi-chancery-curly"}] +descriptionAffix = "motion serifs at top-left and bottom-right" selectorAffix."grek/chi" = "bilateralMotionSerifed" selectorAffix."grek/chi/sansSerif" = "serifless" +[prime.lower-chi.variants-buildup.stages.serifs.serifed__normal] +rank = 4 +disableIf = [{body = "semi-chancery-straight"}, {body = "semi-chancery-curly"}] +keyAffix = "serifed" +descriptionAffix = "serifs" +selectorAffix."grek/chi" = "grekLowerChiSerifed" +selectorAffix."grek/chi/sansSerif" = "serifless" + +[prime.lower-chi.variants-buildup.stages.serifs.serifed__semi-chancery] +rank = 4 +disableIf = [{body = "straight"}, {body = "curly"}] +keyAffix = "serifed" +descriptionAffix = "serifs" +selectorAffix."grek/chi" = "serifed" +selectorAffix."grek/chi/sansSerif" = "serifless" + [prime.cyrl-a] @@ -8426,7 +8473,7 @@ capital-gamma = "serifed" capital-lambda = "straight-base-serifed" lower-lambda = "straight-turn" lower-mu = "tailed-serifed" -lower-chi = "straight-serifed" +lower-chi = "straight-bilateral-motion-serifed" cyrl-a = "double-storey-serifed" cyrl-ve = "standard-bilateral-serifed" cyrl-capital-ze = "unilateral-serifed" @@ -8516,7 +8563,7 @@ lower-lambda = "tailed-turn" lower-mu = "toothed-serifless" lower-pi = "tailless" lower-tau = "tailless" -lower-chi = "semi-chancery-straight" +lower-chi = "semi-chancery-straight-serifless" cyrl-a = "double-storey-serifless" cyrl-ve = "standard-serifless" cyrl-capital-zhe = "straight" @@ -8716,7 +8763,7 @@ y = "straight-turn-serifless" capital-eszet = "rounded-serifless" long-s = "flat-hook-serifless" eszet = "longs-s-lig-serifless" -lower-chi = "semi-chancery-straight" +lower-chi = "semi-chancery-straight-serifless" lower-eth = "straight-bar" lower-lambda = "tailed-turn" cyrl-a = "double-storey-serifless" @@ -8797,7 +8844,7 @@ f = "flat-hook-tailed" k = "cursive-top-left-serifed" l = "tailed-serifed" u = "toothed-motion-serifed" -x = "straight-motion-serifed" +x = "straight-unilateral-motion-serifed" y = "straight-turn-motion-serifed" long-s = "flat-hook-descending" eszet = "longs-s-lig-descending-serifless" @@ -8839,7 +8886,7 @@ lower-eth = "straight-bar" lower-iota = "serifed-flat-tailed" lower-lambda = "straight-turn" lower-tau = "flat-tailed" -lower-chi = "semi-chancery-straight" +lower-chi = "semi-chancery-straight-serifless" cyrl-a = "double-storey-serifless" cyrl-ve = "standard-serifless" cyrl-capital-zhe = "straight" @@ -9047,7 +9094,7 @@ lower-delta = "flat-top" lower-iota = "tailed-serifed" lower-lambda = "straight-turn" lower-tau = "short-tailed" -lower-chi = "straight-motion-serifed" +lower-chi = "straight-unilateral-motion-serifed" cyrl-a = "double-storey-tailed" cyrl-ve = "standard-serifless" cyrl-capital-u = "straight-turn-serifless" @@ -9101,7 +9148,7 @@ capital-eszet = "rounded-serifed" long-s = "flat-hook-bottom-serifed" eszet = "longs-s-lig-bottom-serifed" lower-mu = "tailed-serifed" -lower-chi = "straight-serifed" +lower-chi = "straight-bilateral-motion-serifed" cyrl-ve = "standard-bilateral-serifed" cyrl-ze = "unilateral-serifed" cyrl-ka = "symmetric-connected-serifed" @@ -9253,7 +9300,7 @@ lower-delta = "flat-top" capital-lambda = "curly-serifless" lower-lambda = "curly-tailed-turn" lower-mu = "toothed-serifless" -lower-chi = "semi-chancery-curly" +lower-chi = "semi-chancery-curly-serifless" cyrl-a = "double-storey-serifless" cyrl-capital-zhe = "curly" cyrl-zhe = "curly" @@ -9338,7 +9385,7 @@ k = "curly-top-left-serifed" u = "toothed-motion-serifed" v = "curly-motion-serifed" w = "curly-motion-serifed" -x = "curly-motion-serifed" +x = "curly-unilateral-motion-serifed" y = "curly-motion-serifed" lower-mu = "toothed-motion-serifed" cyrl-ka = "curly-top-left-serifed" @@ -9440,7 +9487,7 @@ k = "straight-top-left-serifed" r = "hookless-top-serifed" u = "toothed-motion-serifed" w = "straight-flat-top-motion-serifed" -x = "straight-motion-serifed" +x = "straight-unilateral-motion-serifed" y = "straight-turn-motion-serifed" cyrl-ve = "standard-unilateral-serifed" cyrl-u = "straight-turn-motion-serifed" @@ -9523,7 +9570,7 @@ g = "single-storey-flat-hook-serifless" i = "serifed-flat-tailed" k = "symmetric-connected-top-left-serifed" l = "serifed-flat-tailed" -x = "straight-motion-serifed" +x = "straight-unilateral-motion-serifed" y = "cursive-flat-hook-motion-serifed" cyrl-u = "cursive-flat-hook-motion-serifed" micro-sign = "toothless-rounded-motion-serifed" @@ -9684,7 +9731,7 @@ m = "earless-corner-double-arch-short-leg-bottom-right-serifed" n = "earless-corner-straight-motion-serifed" r = "earless-corner-serifless" u = "tailed-motion-serifed" -x = "straight-motion-serifed" +x = "straight-unilateral-motion-serifed" y = "straight-turn-motion-serifed" long-s = "bent-hook-tailed" eszet = "longs-s-lig-tailed-serifless" @@ -9902,7 +9949,7 @@ g = "single-storey-flat-hook-serifless" k = "symmetric-connected-top-left-serifed" u = "toothless-rounded-motion-serifed" w = "straight-flat-top-motion-serifed" -x = "straight-motion-serifed" +x = "straight-unilateral-motion-serifed" y = "cursive-flat-hook-motion-serifed" long-s = "flat-hook-tailed" eszet = "sulzbacher-tailed-serifless" @@ -9943,7 +9990,7 @@ lower-delta = "flat-top" lower-iota = "serifed-flat-tailed" lower-lambda = "tailed-turn" lower-tau = "flat-tailed" -lower-chi = "semi-chancery-straight" +lower-chi = "semi-chancery-straight-serifless" cyrl-a = "double-storey-tailed" cyrl-capital-ka = "symmetric-connected-bottom-right-serifed" cyrl-ka = "symmetric-connected-bottom-right-serifed" @@ -10197,7 +10244,7 @@ capital-thorn = "motion-serifed" lower-iota = "serifed-flat-tailed" lower-lambda = "tailed-turn" lower-tau = "flat-tailed" -lower-chi = "semi-chancery-straight" +lower-chi = "semi-chancery-straight-serifless" cyrl-a = "double-storey-tailed" cyrl-capital-ze = "unilateral-inward-serifed" cyrl-ze = "serifless" @@ -10411,7 +10458,7 @@ micro-sign = "tailed-serifed" f = "extended-crossbar-at-x-height" k = "symmetric-connected-top-left-serifed" u = "toothed-motion-serifed" -x = "straight-motion-serifed" +x = "straight-unilateral-motion-serifed" y = "straight-turn-motion-serifed" long-s = "flat-hook-descending-middle-serifed-xh" eszet = "longs-s-lig-descending-serifless" @@ -10478,7 +10525,7 @@ y = "curly-turn-serifed" z = "curly-serifed" capital-lambda = "curly-base-serifed" lower-lambda = "curly-turn" -lower-chi = "curly-serifed" +lower-chi = "curly-bilateral-motion-serifed" cyrl-capital-u = "curly-turn-serifed" cyrl-u = "curly-turn-serifed" cyrl-capital-ya = "curly-serifed" From f76b7d140362b595d295e5579814e30192b3b467 Mon Sep 17 00:00:00 2001 From: be5invis Date: Fri, 26 Jul 2024 23:21:02 -0700 Subject: [PATCH 8/8] Release 31.0.0 --- CHANGELOG.md | 317 +- doc/PACKAGE-LIST.md | 230 +- doc/character-variants.md | 5746 +++++++++-------- doc/custom-build.md | 5404 ++++++++-------- doc/cv-influences.md | 564 +- ...mathematical-alphanumeric-symbols.dark.svg | 4 +- ...athematical-alphanumeric-symbols.light.svg | 4 +- ...-x-curly-bilateral-motion-serifed.dark.svg | 11 + ...x-curly-bilateral-motion-serifed.light.svg | 11 + ...x-curly-unilateral-motion-serifed.dark.svg | 11 + ...-curly-unilateral-motion-serifed.light.svg | 11 + ...straight-bilateral-motion-serifed.dark.svg | 11 + ...traight-bilateral-motion-serifed.light.svg | 11 + ...traight-unilateral-motion-serifed.dark.svg | 11 + ...raight-unilateral-motion-serifed.light.svg | 11 + images/cv-e-rounded.dark.svg | 2 +- images/cv-e-rounded.light.svg | 2 +- ...hi-curly-bilateral-motion-serifed.dark.svg | 11 + ...i-curly-bilateral-motion-serifed.light.svg | 11 + images/cv-lower-chi-curly-serifed.dark.svg | 2 +- images/cv-lower-chi-curly-serifed.light.svg | 2 +- ...i-curly-unilateral-motion-serifed.dark.svg | 11 + ...-curly-unilateral-motion-serifed.light.svg | 11 + ...r-chi-semi-chancery-curly-serifed.dark.svg | 11 + ...-chi-semi-chancery-curly-serifed.light.svg | 11 + ...chi-semi-chancery-curly-serifless.dark.svg | 11 + ...hi-semi-chancery-curly-serifless.light.svg | 11 + ...hi-semi-chancery-straight-serifed.dark.svg | 11 + ...i-semi-chancery-straight-serifed.light.svg | 11 + ...-semi-chancery-straight-serifless.dark.svg | 11 + ...semi-chancery-straight-serifless.light.svg | 11 + ...straight-bilateral-motion-serifed.dark.svg | 11 + ...traight-bilateral-motion-serifed.light.svg | 11 + images/cv-lower-chi-straight-serifed.dark.svg | 2 +- .../cv-lower-chi-straight-serifed.light.svg | 2 +- ...traight-unilateral-motion-serifed.dark.svg | 11 + ...raight-unilateral-motion-serifed.light.svg | 11 + ...-x-curly-bilateral-motion-serifed.dark.svg | 11 + ...x-curly-bilateral-motion-serifed.light.svg | 11 + ...x-curly-unilateral-motion-serifed.dark.svg | 11 + ...-curly-unilateral-motion-serifed.light.svg | 11 + ...straight-bilateral-motion-serifed.dark.svg | 11 + ...traight-bilateral-motion-serifed.light.svg | 11 + ...traight-unilateral-motion-serifed.dark.svg | 11 + ...raight-unilateral-motion-serifed.light.svg | 11 + images/languages.dark.svg | 2 +- images/languages.light.svg | 2 +- .../package-sample-IosevkaFixedSS05.dark.svg | 2 +- .../package-sample-IosevkaFixedSS05.light.svg | 2 +- .../package-sample-IosevkaFixedSS07.dark.svg | 2 +- .../package-sample-IosevkaFixedSS07.light.svg | 2 +- .../package-sample-IosevkaFixedSS10.dark.svg | 87 +- .../package-sample-IosevkaFixedSS10.light.svg | 87 +- images/package-sample-IosevkaSS05.dark.svg | 2 +- images/package-sample-IosevkaSS05.light.svg | 2 +- images/package-sample-IosevkaSS07.dark.svg | 2 +- images/package-sample-IosevkaSS07.light.svg | 2 +- images/package-sample-IosevkaSS10.dark.svg | 87 +- images/package-sample-IosevkaSS10.light.svg | 87 +- .../package-sample-IosevkaTermSS05.dark.svg | 2 +- .../package-sample-IosevkaTermSS05.light.svg | 2 +- .../package-sample-IosevkaTermSS07.dark.svg | 2 +- .../package-sample-IosevkaTermSS07.light.svg | 2 +- .../package-sample-IosevkaTermSS10.dark.svg | 87 +- .../package-sample-IosevkaTermSS10.light.svg | 87 +- images/ss-i-off-0.dark.svg | 2 +- images/ss-i-off-0.light.svg | 2 +- images/ss-i-ss03-1.dark.svg | 2 +- images/ss-i-ss03-1.light.svg | 2 +- images/ss-i-ss05-1.dark.svg | 14 +- images/ss-i-ss05-1.light.svg | 14 +- images/ss-i-ss07-1.dark.svg | 8 +- images/ss-i-ss07-1.light.svg | 8 +- images/ss-i-ss10-1.dark.svg | 2 +- images/ss-i-ss10-1.light.svg | 2 +- images/ss-i-ss11-1.dark.svg | 2 +- images/ss-i-ss11-1.light.svg | 2 +- images/ss-i-ss12-1.dark.svg | 2 +- images/ss-i-ss12-1.light.svg | 2 +- images/ss-i-ss14-1.dark.svg | 2 +- images/ss-i-ss14-1.light.svg | 2 +- images/ss-i-ss15-1.dark.svg | 2 +- images/ss-i-ss15-1.light.svg | 2 +- images/ss-i-ss17-1.dark.svg | 2 +- images/ss-i-ss17-1.light.svg | 2 +- images/ss-i-ss18-1.dark.svg | 2 +- images/ss-i-ss18-1.light.svg | 2 +- images/ss-i-ss20-1.dark.svg | 2 +- images/ss-i-ss20-1.light.svg | 2 +- images/ss-u-ss05-1.dark.svg | 16 +- images/ss-u-ss05-1.light.svg | 16 +- images/ss-u-ss07-1.dark.svg | 8 +- images/ss-u-ss07-1.light.svg | 8 +- images/ss-u-ss10-1.dark.svg | 95 +- images/ss-u-ss10-1.light.svg | 95 +- 95 files changed, 7045 insertions(+), 6460 deletions(-) create mode 100644 images/cv-capital-x-curly-bilateral-motion-serifed.dark.svg create mode 100644 images/cv-capital-x-curly-bilateral-motion-serifed.light.svg create mode 100644 images/cv-capital-x-curly-unilateral-motion-serifed.dark.svg create mode 100644 images/cv-capital-x-curly-unilateral-motion-serifed.light.svg create mode 100644 images/cv-capital-x-straight-bilateral-motion-serifed.dark.svg create mode 100644 images/cv-capital-x-straight-bilateral-motion-serifed.light.svg create mode 100644 images/cv-capital-x-straight-unilateral-motion-serifed.dark.svg create mode 100644 images/cv-capital-x-straight-unilateral-motion-serifed.light.svg create mode 100644 images/cv-lower-chi-curly-bilateral-motion-serifed.dark.svg create mode 100644 images/cv-lower-chi-curly-bilateral-motion-serifed.light.svg create mode 100644 images/cv-lower-chi-curly-unilateral-motion-serifed.dark.svg create mode 100644 images/cv-lower-chi-curly-unilateral-motion-serifed.light.svg create mode 100644 images/cv-lower-chi-semi-chancery-curly-serifed.dark.svg create mode 100644 images/cv-lower-chi-semi-chancery-curly-serifed.light.svg create mode 100644 images/cv-lower-chi-semi-chancery-curly-serifless.dark.svg create mode 100644 images/cv-lower-chi-semi-chancery-curly-serifless.light.svg create mode 100644 images/cv-lower-chi-semi-chancery-straight-serifed.dark.svg create mode 100644 images/cv-lower-chi-semi-chancery-straight-serifed.light.svg create mode 100644 images/cv-lower-chi-semi-chancery-straight-serifless.dark.svg create mode 100644 images/cv-lower-chi-semi-chancery-straight-serifless.light.svg create mode 100644 images/cv-lower-chi-straight-bilateral-motion-serifed.dark.svg create mode 100644 images/cv-lower-chi-straight-bilateral-motion-serifed.light.svg create mode 100644 images/cv-lower-chi-straight-unilateral-motion-serifed.dark.svg create mode 100644 images/cv-lower-chi-straight-unilateral-motion-serifed.light.svg create mode 100644 images/cv-x-curly-bilateral-motion-serifed.dark.svg create mode 100644 images/cv-x-curly-bilateral-motion-serifed.light.svg create mode 100644 images/cv-x-curly-unilateral-motion-serifed.dark.svg create mode 100644 images/cv-x-curly-unilateral-motion-serifed.light.svg create mode 100644 images/cv-x-straight-bilateral-motion-serifed.dark.svg create mode 100644 images/cv-x-straight-bilateral-motion-serifed.light.svg create mode 100644 images/cv-x-straight-unilateral-motion-serifed.dark.svg create mode 100644 images/cv-x-straight-unilateral-motion-serifed.light.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f0eb7281..b96b83fcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,160 +1,169 @@ ## Modifications since last major version -### 30.3.3 +### 31.0.0 -* Make TELEPHONE SIGN (`U+2121`) and FACSIMILE SIGN (`U+213B`) use small-capital forms instead of superscript. -* Add Characters: - - FRACTION NUMERATOR ONE (`U+215F`) (#1539). - - BIG SOLIDUS (`U+29F8`) (#2414). - - BIG REVERSE SOLIDUS (`U+29F9`) (#2414). - - TALLY MARK ONE (`U+1D377`) (#1784). - - TALLY MARK FIVE (`U+1D378`) (#1784). - - PLAYING CARD BACK (`U+1F0A0`) ... PLAYING CARD KING OF SPADES (`U+1F0AE`) (#1835). - - PLAYING CARD ACE OF HEARTS (`U+1F0B1`) ... PLAYING CARD RED JOKER (`U+1F0BF`) (#1835). - - PLAYING CARD ACE OF DIAMONDS (`U+1F0C1`) ... PLAYING CARD BLACK JOKER (`U+1F0CF`) (#1835). - - PLAYING CARD ACE OF CLUBS (`U+1F0D1`) ... PLAYING CARD TRUMP-21 (`U+1F0F5`) (#1835). - - REGIONAL INDICATOR SYMBOL LETTER A (`U+1F1E6`) ... REGIONAL INDICATOR SYMBOL LETTER Z (`U+1F1FF`). +* \[**Breaking**] Changed the mapping between variants and OpenType tags: + - Variants for digits (`1` .. `9`) are assigned to tag `cv01` ... `cv09`. + - Variant for `0` is assigned to tag `cv10`. + - Variants for basic Latin are assigned to tag `cv11` ... `cv60` (50 tags; `O` and `o` do not have variants). + - Variants for extended Latin are assigned to tag `cv61` ... `cv66`. + - Variants for Greek letters are assigned to tag `cv67` ... `cv78`. + - Variants for Cyrillic letters are assigned to tag `cv79` ... `cv99` and `VAAA`. + - Variants for dot shapes are assigned to tag `VDAA` ... `VDAD`. + - Variants for symbol shapes are assigned to tag `VSAA` ... `VSAT`. + - Variants for ligature shapes are assigned to tag `VLAA` ... `VLAG`. + - Correspondence table +
-### 30.3.2 - -* Fix side bearings of `U+02CC` under Quasi-Proportional. -* Improve glyph shape for `U+02ED`. -* Add characters: - - LEFTWARDS ARROW-TAIL (`U+2919`) ... RIGHTWARDS DOUBLE ARROW-TAIL (`U+291C`). - - MODIFIER LETTER STRESS AND HIGH TONE (`U+A720`). - - MODIFIER LETTER STRESS AND LOW TONE (`U+A721`). - - BLACK HEART (`U+1F5A4`). - - LEFT HALF CIRCLE (`U+1F907`). - - WHITE HEART (`U+1F90D`). - - -### 30.3.1 - -* Add Capital Eszet (`VXAC`) variants with top-left corner. -* Add square-dotted variant for brailles (#2388). -* Fix leaning mark anchors for `U+0195`, `U+019E`, `U+01A6`, and `U+0220`. -* Optimize glyph shape for `U+01A6`, `U+A68A`, and `U+A68B`. -* Make Aile and Etoile use {`six`|`nine`}.`closed-contour` by default. -* Make `ss20` use `seven`.`curly-serifless` by default. -* Adjust balancing of r with corner hooks (#2394). -* Fix side bearings of Latin-1 Macron (`U+00AF`) under Quasi-Proportional. -* Make `U+050F`, `U+A68B`, `U+FB03`, and `U+FB04` slightly wider under Quasi-Proportional. - - -### 30.3.0 - -* Add separate variant selectors For Cyrillic Capital/Lower E (`VXAA`, `VXAB`). -* Add variant selector for Capital Eszet (`ẞ`) (`VXAC`) (#1552). -* Add variant selector for Capital Thorn (`Þ`) (`VXAD`). -* Add `serifed-capped` variants for `capital-e` and `capital-f` (`cv05`, `cv06`) (#2026). -* Add `unilateral-bottom-serifed` and `unilateral-bottom-inward-serifed` variants for Cyrillic Capital/Lower Ze (`cv69`, `cv70`). -* Add characters: - - SYMBOL FOR SAMARITAN SOURCE (`U+214F`). - - CURLY LOOP (`U+27B0`). - - DOUBLE CURLY LOOP (`U+27BF`). - - LEFT THIRD INDUCTOR (`U+1CC0B`) (Proposed for Unicode 16; L2/21-235). - - MIDDLE THIRD INDUCTOR (`U+1CC0C`) (Proposed for Unicode 16; L2/21-235). - - RIGHT THIRD INDUCTOR (`U+1CC0D`) (Proposed for Unicode 16; L2/21-235). - - LOGIC GATE OR (`U+1CC15`) (Proposed for Unicode 16; L2/21-235). - - LOGIC GATE AND (`U+1CC16`) (Proposed for Unicode 16; L2/21-235). - - -### 30.2.0 - -* Improve glyph shape of INVERTED LOW KAVYKA WITH KAVYKA ABOVE (`U+2E46`). -* Fix `cv96` application to LOW KAVYKA WITH DOT (`U+2E48`). -* Make MODIFIER LETTER DOT VERTICAL BAR (`U+A717`) ... MODIFIER LETTER DOT HORIZONTAL BAR (`U+A719`) follow variants of Diacritical Dot (`cv96`). -* Fix metrics of Cyrillie EnGhe and Abkhasian Che under Aile/Etoile (#2366). -* Make CYRILLIC CAPITAL LETTER SOFT DE (`U+A662`) ... CYRILLIC SMALL LETTER SOFT EM (`A667`) follow variants of Greek Capital Gamma (`cv56`). -* Make Bulgarian Cyrillic Lower El follow variants of Greek Capital Lambda (`cv60`). -* Allow Italic Serbian Cyrillic Lower Ghe to use Hooky Bottom and Z-Shaped variants of `i` (`cv34`). -* Fix CV/SS application of localized form of superscript/subscript letters (#2368). -* Fix IPPH/APPH localization for superscript/subscript Greek Lower Beta and Chi (`U+1D5D`, `U+1D61`, `U+1D66`, `U+1D6A`). -* Improve glyph visual for `U+279D`, `U+27A2`, `U+27A3`, and `U+2B4D`. -* Add characters: - - STAR OF DAVID (`U+2721`). - - HEAVY TRIANGLE-HEADED RIGHTWARDS ARROW (`U+279E`). - - LEFTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB DOWN (`U+2962`) ... DOWNWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT (`U+2965`). - - UPWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT (`U+296E`). - - DOWNWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT (`U+296F`). - - HELLSCHREIBER PAUSE SYMBOL (`U+2BFF`). - - -### 30.1.2 - -* Fix Te bar terminal for Cyrillic TeTse (`U+04B4`..`U+04B5`) and Tche (`U+A693`..`U+A694`) under sans italic/oblique when `T` (`cv19`) is serifed. -* Make presence of non-Te serifs of Cyrillic TeTse automatic. -* Add characters: - - COMBINING KAVYKA ABOVE RIGHT (`U+1DF6`). - - COMBINING KAVYKA ABOVE LEFT (`U+1DF7`). - - DOTTED OBELOS (`U+2E13`). - - DASH WITH LEFT UPTURN (`U+2E43`) ... DOTTED SOLIDUS (`U+2E4A`). - - COMBINING CYRILLIC VZMET (`U+A66F`). - - COMBINING CYRILLIC KAVYKA (`U+A67C`) ... CYRILLIC PAYEROK (`U+A67F`). - - MODIFIER LETTER DOT VERTICAL BAR (`U+A717`) ... MODIFIER LETTER DOT HORIZONTAL BAR (`U+A719`). - - CROSSED NEGATIVE SQUARED LATIN CAPITAL LETTER P (`U+1F18A`). -* Fix mark placement of Sideways U with Diaeresis (`U+1D1E`) when a CV/SS is applied to it (#2353). - - -### 30.1.1 - -* Fix broken Cyrillic Ef (#2343). - - -### 30.1.0 - -* Reduce fully-serifed variants of turned m (`U+019C`, `U+026F`, `U+0270`) and Cyrillic Italic Lower {Sha|Scha} (`U+0448`, `U+0449`) under monospace. -* Add characters: - - WATCH (`U+231A`). - - HOURGLASS (`U+231B`). - - ALARM CLOCK (`U+23F0`) ... HOURGLASS WITH FLOWING SAND (`U+23F3`). - - SQUAT BLACK RIGHTWARDS ARROW (`U+27A7`). - - CYRILLIC CAPITAL LETTER DZWE (`U+A682`). - - CYRILLIC SMALL LETTER DZWE (`U+A683`). - - CYRILLIC CAPITAL LETTER CCHE (`U+A686`). - - CYRILLIC SMALL LETTER CCHE (`U+A687`). - - CYRILLIC CAPITAL LETTER TCHE (`U+A692`) ... CYRILLIC SMALL LETTER HWE (`U+A695`). - - LATIN SMALL LETTER U WITH SHORT RIGHT LEG (`U+AB4E`). - - LATIN SMALL LETTER U BAR WITH SHORT RIGHT LEG (`U+AB4F`). - - LATIN SMALL LETTER DEZH DIGRAPH WITH PALATAL HOOK (`U+1DF12`). - - LATIN SMALL LETTER TESH DIGRAPH WITH PALATAL HOOK (`U+1DF17`). - - WINE GLASS (`U+1F377`). - - BELL (`U+1F514`). - - LEFTWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD (`U+1F800`) ... DOWNWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD (`U+1F80B`). - - LEFTWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD (`U+1F810`) ... DOWNWARDS HEAVY ARROW (`U+1F847`). - - -### 30.0.1 - -* Remove top-left serifs of `z`-parts of phonetic digraphs involving `d` (`U+02A3`..`U+02A5`, `U+AB66`). -* Fix stroke width of hook part of LATIN CAPITAL LETTER ENG (`U+014A`) under heavy weight. -* Add characters: - - LATIN SMALL LETTER L WITH BELT AND PALATAL HOOK (`U+1DF13`) ... LATIN SMALL LETTER R WITH FISHHOOK AND PALATAL HOOK (`U+1DF16`). - - LATIN SMALL LETTER EZH WITH PALATAL HOOK (`U+1DF18`). - - LATIN SMALL LETTER I WITH STROKE AND RETROFLEX HOOK (`U+1DF1A`). - - LATIN SMALL LETTER O WITH RETROFLEX HOOK (`U+1DF1B`). - - LATIN SMALL LETTER C WITH RETROFLEX HOOK (`U+1DF1D`). - - -### 30.0.0 - -* \[**Breaking**\] A separate variant selector, `tittle`, was added to allow users to configure the shape of the dots in `i` and `j` separately. - - As a result, feature tags for `cv95` ... `cv99`, `VSAA` ... `VSAQ` are shifted by one place to `cv96` ... `cv99` `VSAA`, `VSAB` ... `VSAR`. -* \[**BREAKING**\] Add `semi-chancery-straight-serifed` and `semi-chancery-curly-serifed` variants for `x` (`cv48`). As a result, variants of `x` are reordered. Change of variant names: - - `x`.`semi-chancery-straight` → `x`.`semi-chancery-straight-serifless` - - `x`.`semi-chancery-curly` → `x`.`semi-chancery-curly-serifless` -* Refine shape of CYRILLIC CAPITAL LETTER SHHA (`U+04BA`). -* Fix leaning mark anchors for letters with top hooks (`U+0187`, `U+0188`, `U+0193`, `U+0199`, `U+01A5`, `U+01AD`, `U+0253`, `U+0257`, `U+0260`, `U+0266`, `U+0267`, `U+0284`, `U+029B`, `U+0280`, `U+1D91`, `U+1DF09`). -* Fix H bar position of CYRILLIC {CAPITAL|SMALL} LETTER NJE (`U+040A`, `U+045A`). -* Fix earedness of Bulgarian Cyrillic Lower Pe (`U+043F`). -* Add Italic form for CYRILLIC SMALL LETTER REVERSED TSE (`U+A661`). -* Make CYRILLIC SMALL LETTER REVERSED YU (`U+A655`) follow tailed variants of Cyrillic Lower Yery (`cv82`). -* Fix mapping of LEFT-FACING SNAKE HEAD WITH OPEN MOUTH (`U+1CC70`) ... DOWN-FACING SNAKE HEAD WITH CLOSED MOUTH (`U+1CC77`). -* Add characters: - - BOTTOM RIGHT CROP (`U+230C`) ... TOP LEFT CROP (`U+230F`). - - KEYBOARD (`U+2328`). - - COUNTERBORE (`U+2334`). - - LESS-THAN ABOVE SIMILAR OR EQUAL (`U+2A8D`). - - GREATER-THAN ABOVE SIMILAR OR EQUAL (`U+2A8E`). + | Selector Name | Tag in v30.x | Tag in v31 | + | ------------- | ------------ | ---------- | + | `one` | `cv86` | `cv01` | + | `two` | `cv87` | `cv02` | + | `three` | `cv88` | `cv03` | + | `four` | `cv89` | `cv04` | + | `five` | `cv90` | `cv05` | + | `six` | `cv91` | `cv06` | + | `seven` | `cv92` | `cv07` | + | `eight` | `cv93` | `cv08` | + | `nine` | `cv94` | `cv09` | + | `zero` | `cv85` | `cv10` | + | `capital-a` | `cv01` | `cv11` | + | `capital-b` | `cv02` | `cv12` | + | `capital-c` | `cv03` | `cv13` | + | `capital-d` | `cv04` | `cv14` | + | `capital-e` | `cv05` | `cv15` | + | `capital-f` | `cv06` | `cv16` | + | `capital-g` | `cv07` | `cv17` | + | `capital-h` | `cv08` | `cv18` | + | `capital-i` | `cv09` | `cv19` | + | `capital-j` | `cv10` | `cv20` | + | `capital-k` | `cv11` | `cv21` | + | `capital-l` | `cv12` | `cv22` | + | `capital-m` | `cv13` | `cv23` | + | `capital-n` | `cv14` | `cv24` | + | `capital-p` | `cv15` | `cv25` | + | `capital-q` | `cv16` | `cv26` | + | `capital-r` | `cv17` | `cv27` | + | `capital-s` | `cv18` | `cv28` | + | `capital-t` | `cv19` | `cv29` | + | `capital-u` | `cv20` | `cv30` | + | `capital-v` | `cv21` | `cv31` | + | `capital-w` | `cv22` | `cv32` | + | `capital-x` | `cv23` | `cv33` | + | `capital-y` | `cv24` | `cv34` | + | `capital-z` | `cv25` | `cv35` | + | `a` | `cv26` | `cv36` | + | `b` | `cv27` | `cv37` | + | `c` | `cv28` | `cv38` | + | `d` | `cv29` | `cv39` | + | `e` | `cv30` | `cv40` | + | `f` | `cv31` | `cv41` | + | `g` | `cv32` | `cv42` | + | `h` | `cv33` | `cv43` | + | `i` | `cv34` | `cv44` | + | `j` | `cv35` | `cv45` | + | `k` | `cv36` | `cv46` | + | `l` | `cv37` | `cv47` | + | `m` | `cv38` | `cv48` | + | `n` | `cv39` | `cv49` | + | `p` | `cv40` | `cv50` | + | `q` | `cv41` | `cv51` | + | `r` | `cv42` | `cv52` | + | `s` | `cv43` | `cv53` | + | `t` | `cv44` | `cv54` | + | `u` | `cv45` | `cv55` | + | `v` | `cv46` | `cv56` | + | `w` | `cv47` | `cv57` | + | `x` | `cv48` | `cv58` | + | `y` | `cv49` | `cv59` | + | `z` | `cv50` | `cv60` | + | `capital-eszet` | `VXAC` | `cv61` | + | `long-s` | `cv51` | `cv62` | + | `eszet` | `cv52` | `cv63` | + | `lower-eth` | `cv53` | `cv64` | + | `capital-thorn` | `VXAD` | `cv65` | + | `lower-thorn` | `cv54` | `cv66` | + | `lower-alpha` | `cv55` | `cv67` | + | `capital-gamma` | `cv56` | `cv68` | + | `capital-delta` | `cv57` | `cv69` | + | `lower-delta` | `cv58` | `cv70` | + | `lower-iota` | `cv59` | `cv71` | + | `capital-lambda` | `cv60` | `cv72` | + | `lower-lambda` | `cv61` | `cv73` | + | `lower-mu` | `cv62` | `cv74` | + | `lower-xi` | `cv63` | `cv75` | + | `lower-pi` | `cv64` | `cv76` | + | `lower-tau` | `cv65` | `cv77` | + | `lower-chi` | `cv66` | `cv78` | + | `cyrl-a` | `——` | `cv79` | + | `cyrl-ve` | `——` | `cv80` | + | `cyrl-capital-zhe` | `cv67` | `cv81` | + | `cyrl-zhe` | `cv68` | `cv82` | + | `cyrl-capital-ze` | `cv69` | `cv83` | + | `cyrl-ze` | `cv70` | `cv84` | + | `cyrl-capital-ka` | `cv71` | `cv85` | + | `cyrl-ka` | `cv72` | `cv86` | + | `cyrl-el` | `cv73` | `cv87` | + | `cyrl-em` | `cv74` | `cv88` | + | `cyrl-en` | `cv75` | `cv89` | + | `cyrl-er` | `cv76` | `cv90` | + | `cyrl-capital-u` | `cv77` | `cv91` | + | `cyrl-u` | `cv78` | `cv92` | + | `cyrl-ef` | `cv79` | `cv93` | + | `cyrl-che` | `cv80` | `cv94` | + | `cyrl-yeri` | `cv81` | `cv95` | + | `cyrl-yery` | `cv82` | `cv96` | + | `cyrl-capital-e` | `VXAA` | `cv97` | + | `cyrl-e` | `VXAB` | `cv98` | + | `cyrl-capital-ya` | `cv83` | `cv99` | + | `cyrl-ya` | `cv84` | `VAAA` | + | `tittle` | `cv95` | `VDAA` | + | `diacritic-dot` | `cv96` | `VDAB` | + | `punctuation-dot` | `cv97` | `VDAC` | + | `braille-dot` | `VXAE` | `VDAD` | + | `tilde` | `cv98` | `VSAA` | + | `asterisk` | `cv99` | `VSAB` | + | `underscore` | `VSAA` | `VSAC` | + | `caret` | `VSAB` | `VSAD` | + | `ascii-grave` | `VSAC` | `VSAE` | + | `ascii-single-quote` | `VSAD` | `VSAF` | + | `paren` | `VSAE` | `VSAG` | + | `brace` | `VSAF` | `VSAH` | + | `guillemet` | `VSAG` | `VSAI` | + | `number-sign` | `VSAH` | `VSAJ` | + | `ampersand` | `VSAI` | `VSAK` | + | `at` | `VSAJ` | `VSAL` | + | `dollar` | `VSAK` | `VSAM` | + | `cent` | `VSAL` | `VSAN` | + | `percent` | `VSAM` | `VSAO` | + | `bar` | `VSAN` | `VSAP` | + | `question` | `VSAO` | `VSAQ` | + | `pilcrow` | `VSAP` | `VSAR` | + | `partial-derivative` | `VSAQ` | `VSAS` | + | `micro-sign` | `VSAR` | `VSAT` | + | `lig-ltgteq` | `VLAA` | `VLAA` | + | `lig-neq` | `VLAB` | `VLAB` | + | `lig-equal-chain` | `VLAC` | `VLAC` | + | `lig-hyphen-chain` | `VLAD` | `VLAD` | + | `lig-plus-chain` | `VLAE` | `VLAE` | + | `lig-double-arrow-bar` | `VLAF` | `VLAF` | + | `lig-single-arrow-bar` | `VLAG` | `VLAG` | + +
+* \[**Breaking**] Reordered variants for Cyrillic Capital/Lower Ze. +* \[**Breaking**] Add `bilateral-motion-serifed` variants for Capital/Lower X. Change of variant names: + - `capital-x`.`straight-motion-serifed` → `capital-x`.`straight-unilateral-motion-serifed` + - `capital-x`.`curly-motion-serifed` → `capital-x`.`curly-unilateral-motion-serifed` + - `x`.`straight-motion-serifed` → `x`.`straight-unilateral-motion-serifed` + - `x`.`curly-motion-serifed` → `x`.`curly-unilateral-motion-serifed` + - `lower-chi`.`straight-motion-serifed` → `lower-chi`.`straight-unilateral-motion-serifed` + - `lower-chi`.`curly-motion-serifed` → `lower-chi`.`curly-unilateral-motion-serifed` +* \[**Breaking**] Add `semi-chancery-straight-serifed` and `semi-chancery-curly-serifed` variants for Greek Lower Chi. Change of variant names: + - `lower-chi`.`semi-chancery-straight` → `lower-chi`.`semi-chancery-straight-serifless` + - `lower-chi`.`semi-chancery-curly` → `lower-chi`.`semi-chancery-curly-serifless` + - `lower-chi`.`straight-serifed` → `lower-chi`.`straight-bilateral-motion-serifed` + - `lower-chi`.`curly-serifed` → `lower-chi`.`curly-bilateral-motion-serifed` +* Add separate variant selectors For Cyrillic Lower A/Ve (`cv79`, `cv99`). +* Optimize the shape of rounded `e` (#2424). diff --git a/doc/PACKAGE-LIST.md b/doc/PACKAGE-LIST.md index 05076eb0a..f8d4869d7 100644 --- a/doc/PACKAGE-LIST.md +++ b/doc/PACKAGE-LIST.md @@ -1,7 +1,7 @@ -# Package list of Release 30.3.3 +# Package list of Release 31.0.0 ## Prebuilt Packages Iosevka provides a large variety of variants. Prebuilt variants are listed below. For all Monospace variants' packages, it will contain three _spacing variants_. You can either download the package containing all the spacing variants (recommended), or cherry-pick the variant with specific spacing. @@ -22,146 +22,146 @@ Iosevka provides various packaging formats, here is the list of them: - + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - + + + + - - + + - - + +
📦 IosevkaMonospace, DefaultSuper TTCTTC 
📦 IosevkaMonospace, DefaultSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ IosevkaDefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka TermTerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka FixedFixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SlabMonospace, Slab-serifSuper TTCTTC 
    ├ IosevkaDefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka TermTerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka FixedFixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SlabMonospace, Slab-serifSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SlabDefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SlabTerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SlabFixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka CurlyMonospace, Curly StyleSuper TTCTTC 
    ├ Iosevka SlabDefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SlabTerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SlabFixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka CurlyMonospace, Curly StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka CurlyDefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term CurlyTerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed CurlyFixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka Curly SlabMonospace, Curly Style, Slab-serifSuper TTCTTC 
    ├ Iosevka CurlyDefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term CurlyTerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed CurlyFixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka Curly SlabMonospace, Curly Style, Slab-serifSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka Curly SlabDefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term Curly SlabTerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed Curly SlabFixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS01Monospace, Andale Mono StyleSuper TTCTTC 
    ├ Iosevka Curly SlabDefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term Curly SlabTerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed Curly SlabFixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS01Monospace, Andale Mono StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SS01DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS01TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS01FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS02Monospace, Anonymous Pro StyleSuper TTCTTC 
    ├ Iosevka SS01DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS01TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS01FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS02Monospace, Anonymous Pro StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SS02DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS02TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS02FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS03Monospace, Consolas StyleSuper TTCTTC 
    ├ Iosevka SS02DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS02TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS02FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS03Monospace, Consolas StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SS03DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS03TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS03FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS04Monospace, Menlo StyleSuper TTCTTC 
    ├ Iosevka SS03DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS03TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS03FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS04Monospace, Menlo StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SS04DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS04TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS04FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS05Monospace, Fira Mono StyleSuper TTCTTC 
    ├ Iosevka SS04DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS04TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS04FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS05Monospace, Fira Mono StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SS05DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS05TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS05FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS06Monospace, Liberation Mono StyleSuper TTCTTC 
    ├ Iosevka SS05DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS05TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS05FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS06Monospace, Liberation Mono StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SS06DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS06TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS06FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS07Monospace, Monaco StyleSuper TTCTTC 
    ├ Iosevka SS06DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS06TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS06FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS07Monospace, Monaco StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SS07DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS07TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS07FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS08Monospace, Pragmata Pro StyleSuper TTCTTC 
    ├ Iosevka SS07DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS07TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS07FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS08Monospace, Pragmata Pro StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SS08DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS08TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS08FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS09Monospace, Source Code Pro StyleSuper TTCTTC 
    ├ Iosevka SS08DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS08TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS08FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS09Monospace, Source Code Pro StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SS09DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS09TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS09FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS10Monospace, Envy Code R StyleSuper TTCTTC 
    ├ Iosevka SS09DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS09TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS09FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS10Monospace, Envy Code R StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SS10DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS10TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS10FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS11Monospace, X Windows Fixed StyleSuper TTCTTC 
    ├ Iosevka SS10DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS10TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS10FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS11Monospace, X Windows Fixed StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SS11DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS11TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS11FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS12Monospace, Ubuntu Mono StyleSuper TTCTTC 
    ├ Iosevka SS11DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS11TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS11FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS12Monospace, Ubuntu Mono StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SS12DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS12TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS12FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS13Monospace, Lucida StyleSuper TTCTTC 
    ├ Iosevka SS12DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS12TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS12FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS13Monospace, Lucida StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SS13DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS13TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS13FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS14Monospace, JetBrains Mono StyleSuper TTCTTC 
    ├ Iosevka SS13DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS13TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS13FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS14Monospace, JetBrains Mono StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SS14DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS14TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS14FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS15Monospace, IBM Plex Mono StyleSuper TTCTTC 
    ├ Iosevka SS14DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS14TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS14FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS15Monospace, IBM Plex Mono StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SS15DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS15TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS15FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS16Monospace, PT Mono StyleSuper TTCTTC 
    ├ Iosevka SS15DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS15TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS15FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS16Monospace, PT Mono StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SS16DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS16TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS16FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS17Monospace, Recursive Mono StyleSuper TTCTTC 
    ├ Iosevka SS16DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS16TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS16FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS17Monospace, Recursive Mono StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SS17DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS17TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS17FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS18Monospace, Input Mono StyleSuper TTCTTC 
    ├ Iosevka SS17DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS17TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS17FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka SS18Monospace, Input Mono StyleSuper TTCTTC 
  └ Sub-packagesSpacingLigaturesDownloads
    ├ Iosevka SS18DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS18TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS18FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka SS18DefaultYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    ├ Iosevka Term SS18TerminalYesSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka Fixed SS18FixedNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka AileQuasi-proportional, Sans-serif 
  └ Sub-packagesSpacingLigaturesDownloads
    └ Iosevka AileDefaultNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka AileDefaultNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
📦 Iosevka EtoileQuasi-proportional, Slab-serif 
  └ Sub-packagesSpacingLigaturesDownloads
    └ Iosevka EtoileDefaultNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
    └ Iosevka EtoileDefaultNoSuper TTCTTCTTF (Unhinted)WebFont (Unhinted)
diff --git a/doc/character-variants.md b/doc/character-variants.md index 3c03983d6..9b7b4871a 100644 --- a/doc/character-variants.md +++ b/doc/character-variants.md @@ -6,15 +6,16 @@ - - - - - - - - - + + + + + + + + + + @@ -25,63 +26,51 @@ - + + - - - - - - - - - - - - + + + + + - - - - - - - - + - - - - - - + + + + - - - + - - - - - - - + + + + + + + + + + + + @@ -90,52 +79,63 @@ - + + + + + + - - - - - + + + + + + + + + - + + + + + - - - - - + + + + - - + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -152,65 +152,23 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - + - - - + + + @@ -220,2592 +178,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -2936,17 +309,42 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2958,50 +356,2494 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + - - - + - - - - + + + + + + + + + + + + - + + + + + + + + + - - - - - - - - - - - - + + + + + + + + @@ -3011,23 +2853,18 @@ - - - - - + - - - - - - - - - + + + + + + + + @@ -3037,36 +2874,22 @@ - - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -3083,33 +2906,312 @@ - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -3120,7 +3222,7 @@ - + @@ -3131,7 +3233,7 @@ - + @@ -3140,7 +3242,7 @@ - + @@ -3151,7 +3253,7 @@ - + @@ -3162,7 +3264,7 @@ - + @@ -3191,7 +3293,7 @@ - + @@ -3204,7 +3306,7 @@ - + @@ -3217,7 +3319,7 @@ - + @@ -3230,7 +3332,7 @@ - + @@ -3241,7 +3343,7 @@ - + @@ -3254,7 +3356,7 @@ - + @@ -3267,7 +3369,7 @@ - + @@ -3278,7 +3380,7 @@ - + @@ -3301,7 +3403,7 @@ - + @@ -3324,7 +3426,7 @@ - + @@ -3349,7 +3451,7 @@ - + @@ -3368,7 +3470,7 @@ - + @@ -3387,7 +3489,7 @@ - + @@ -3402,7 +3504,7 @@ - + @@ -3413,7 +3515,7 @@ - + @@ -3426,7 +3528,7 @@ - + @@ -3437,7 +3539,7 @@ - + @@ -3448,7 +3550,7 @@ - + diff --git a/doc/custom-build.md b/doc/custom-build.md index 09109e01c..d2a76d6f6 100644 --- a/doc/custom-build.md +++ b/doc/custom-build.md @@ -248,2958 +248,3040 @@ Subsection `variants` is used to configure character variants in the font. Prope
cv01
16 7 8 9
cv02
1 2 3 456789101112
cv03
1 2 345
cv04
14 5 6 789101112
cv05
1 2 3 4 5678
cv06
1 2 34
cv07cv07
112
131415161718192021222324
252627
cv08
1 2 34
cv09
cv10
123456789101112
1314
cv11
123456789101112
1314151617181920
cv12
123
cv13
123456789101112
cv14
123456
cv15
123456
cv16
12345678910
cv17
123456789101112
131415161718192021222324
252627282930
cv18
12345
cv19
123
cv20
123456789101112
131415
cv21
123456
cv22
123456789101112
131415161718
cv23
123456
cv24
12345678
cv25
123456789101112
131415161718192021222324
252627
cv26
123456789101112
131415161718192021
cv27
1234567
cv28
12345
cv29
12345678910
cv30
12
cv31
123456789101112
1314151617181920
cv32
12345678910
cv33
1234567
cv34
123456789101112
1314
cv35
12345678
cv36
123456789101112
131415161718192021222324
252627
cv37
123456789101112
1314
cv38
123456789101112
131415161718192021222324
252627282930313233343536
3738394041424344
cv39
123456789101112
1314151617
cv40
1234567
cv41
123456789101112
13141516
cv42
123456789101112
1314151617181920
cv43
12345
cv44
123456789101112
131415161718192021222324
cv45
123456789101112
13
cv46
12345678
cv47
123456789101112
1314151617181920
cv48
123456789101112
cv49
123456789101112
131415161718
cv50
123456789101112
131415161718192021222324
252627
VXAC
12345678
cv51
123456789101112
131415161718192021222324
252627282930
cv52
123456789101112
131415161718192021222324
252627282930313233343536
37383940
cv53
12
VXAD
123
cv54
123
cv55
123456789101112
cv56
1234
cv57
12
cv58
12
cv59
123456789101112
cv60
12345678
cv61
123456
cv62
123456789101112
13
cv63
12
cv64
123
cv65
123456
cv66
123456789
cv67
12345
cv68
12345
cv69
1234567
cv70
1234567
cv71
123456789101112
1314151617181920
cv72
123456789101112
1314151617181920
cv73
12
cv74
123456789101112
cv75
1234567
cv76
1234567
cv77
123456789101112
131415161718
cv78
123456789101112
131415161718
cv79
12345678
cv80
12
cv81
123
cv82
123456
VXAA
1234567
VXAB
1234567
cv83
123456789101112
131415161718
cv84
123456789101112
131415161718192021222324
252627282930313233343536
cv85cv10
cv86 cv11
12345678
cv12
17 8 9101112
cv13
12345
cv14
123456
cv15
1234
cv16
1234
cv17
123456789101112
131415161718192021222324
252627
cv18
1234
cv19
123
cv20
123456789101112
1314
cv21
123456789101112
1314151617181920
cv22
123
cv23
123456789101112
cv24
123456
cv25
123456
cv26
12345678910
cv27
123456789101112
131415161718192021222324
252627282930
cv28
12345
cv29
123
cv30
123456789101112
131415
cv31
123456
cv32
123456789101112
131415161718
cv33
12345678
cv34
12345678
cv35
123456789101112
131415161718192021222324
252627
cv36
123456789101112
131415161718192021
cv37
1234567
cv38
12345
cv39
12345678910
cv40
12
cv41
123456789101112
1314151617181920
cv42
12345678910
cv43
1234567
cv44
123456789101112
1314
cv45
12345678
cv46
123456789101112
131415161718192021222324
252627
cv47
123456789101112
1314
cv48
123456789101112
131415161718192021222324
252627282930313233343536
3738394041424344
cv49
123456789101112
1314151617
cv50
1234567
cv51
123456789101112
13141516
cv52
123456789101112
1314151617181920
cv53
12345
cv54
123456789101112
131415161718192021222324
cv55
123456789101112
13
cv56
12345678
cv57
123456789101112
1314151617181920
cv58
123456789101112
1314
cv59
123456789101112
131415161718
cv60
123456789101112
131415161718192021222324
252627
cv61
12345678
cv62
123456789101112
131415161718192021222324
252627282930
cv63
123456789101112
131415161718192021222324
252627282930313233343536
37383940
cv64
12
cv65
123
cv66
123
cv67
123456789101112
cv68
1234
cv69
12
cv70
12
cv71
123456789101112
cv72
12345678
cv73
123456
cv74
123456789101112
13
cv75
12
cv76
123
cv77
123456
cv78
123456789101112
13
cv79
123456789101112
131415161718192021
cv80
12345678
cv81
12345
cv82
12345
cv83
1234567
cv84
1234567
cv85
123456789101112
1314151617181920
cv86
123456789101112
1314151617181920
cv87
1 234
cv88
1 2 3 456789101112
cv89
15 6 789101112
cv90
15 6 78
cv91
123
cv92cv91
112
cv93
131415161718
cv92
1 2 3 456789101112
131415161718
cv93
12345678
cv94
12
cv95
123
cv96
1 2 3 456
cv95cv97
1234567
cv98
1234567
cv99
123456789101112
131415161718
VAAA
123456789101112
131415161718192021222324
252627282930313233343536
VDAA
cv96VDAB
cv97VDAC
2
VXAEVDAD
cv98VSAA
cv99VSAB 12
VSAAVSAC
VSABVSAD
VSACVSAE
VSADVSAF
VSAEVSAG
VSAFVSAH
VSAGVSAI
VSAHVSAJ
VSAIVSAK
VSAJVSAL
VSAKVSAM
VSALVSAN
VSAMVSAO
VSANVSAP
VSAOVSAQ
VSAPVSAR
VSAQVSAS
VSARVSAT
apl-form = 'enable'
Enable harmonized alternate forms APL operators
- - Styles for `A` -
8 variants - - - - - - - - - - - - - - - - - -
capital-a = 'straight-serifless', cv01 = 1
A with straight shape; without serifs (default for Sans)
capital-a = 'straight-top-serifed', cv01 = 2
A with straight shape, and serifs at top
capital-a = 'straight-base-serifed', cv01 = 3
A with straight shape, and serifs at base (default for Slab)
capital-a = 'straight-tri-serifed', cv01 = 4
A with straight shape, and serifs at both top and base
capital-a = 'curly-serifless', cv01 = 5
A with curly shape; without serifs
capital-a = 'curly-top-serifed', cv01 = 6
A with curly shape, and serifs at top
capital-a = 'curly-base-serifed', cv01 = 7
A with curly shape, and serifs at base
capital-a = 'curly-tri-serifed', cv01 = 8
A with curly shape, and serifs at both top and base
- - Styles for `B` -
12 variants - - - - - - - - - - - - - - - - - - - - - - - - - -
capital-b = 'standard-serifless', cv02 = 1
B with mostly symmetric shape; without serifs (default for Sans)
capital-b = 'standard-unilateral-serifed', cv02 = 2
B with mostly symmetric shape, and serifs at top
capital-b = 'standard-bilateral-serifed', cv02 = 3
B with mostly symmetric shape, and serifs at both top and bottom (default for Slab)
capital-b = 'standard-interrupted-serifless', cv02 = 4
B with mostly symmetric shape, and interrupted middle bar; without serifs
capital-b = 'standard-interrupted-unilateral-serifed', cv02 = 5
B with mostly symmetric shape, interrupted middle bar, and serifs at top
capital-b = 'standard-interrupted-bilateral-serifed', cv02 = 6
B with mostly symmetric shape, interrupted middle bar, and serifs at both top and bottom
capital-b = 'more-asymmetric-serifless', cv02 = 7
B with more asymmetric shape; without serifs
capital-b = 'more-asymmetric-unilateral-serifed', cv02 = 8
B with more asymmetric shape, and serifs at top
capital-b = 'more-asymmetric-bilateral-serifed', cv02 = 9
B with more asymmetric shape, and serifs at both top and bottom
capital-b = 'more-asymmetric-interrupted-serifless', cv02 = 10
B with more asymmetric shape, and interrupted middle bar; without serifs
capital-b = 'more-asymmetric-interrupted-unilateral-serifed', cv02 = 11
B with more asymmetric shape, interrupted middle bar, and serifs at top
capital-b = 'more-asymmetric-interrupted-bilateral-serifed', cv02 = 12
B with more asymmetric shape, interrupted middle bar, and serifs at both top and bottom
- - Styles for `C` -
5 variants - - - - - - - - - - - -
capital-c = 'serifless', cv03 = 1
Serifless C (default for Sans)
capital-c = 'unilateral-serifed', cv03 = 2
C with serif at top (default for Slab)
capital-c = 'bilateral-serifed', cv03 = 3
C with serifs at both top and bottom
capital-c = 'unilateral-inward-serifed', cv03 = 4
C with inward serif at top
capital-c = 'bilateral-inward-serifed', cv03 = 5
C with inward serif at both top and bottom
- - Styles for `D` -
6 variants - - - - - - - - - - - - - -
capital-d = 'standard-serifless', cv04 = 1
D with standard shape; without serifs (default for Sans)
capital-d = 'standard-unilateral-serifed', cv04 = 2
D with standard shape, and serifs at top
capital-d = 'standard-bilateral-serifed', cv04 = 3
D with standard shape, and serifs at both top and bottom (default for Slab)
capital-d = 'more-rounded-serifless', cv04 = 4
D with more rounded shape; without serifs
capital-d = 'more-rounded-unilateral-serifed', cv04 = 5
D with more rounded shape, and serifs at top
capital-d = 'more-rounded-bilateral-serifed', cv04 = 6
D with more rounded shape, and serifs at both top and bottom
- - Styles for `E` -
4 variants - - - - - - - - - -
capital-e = 'serifless', cv05 = 1
E without serifs (default for Sans)
capital-e = 'top-left-serifed', cv05 = 2
E with serif only at top left
capital-e = 'serifed', cv05 = 3
E with serifs (default for Slab)
capital-e = 'serifed-capped', cv05 = 4
E with serifs and capped middle bar
- - Styles for `F` -
4 variants - - - - - - - - - -
capital-f = 'serifless', cv06 = 1
F without serifs (default for Sans)
capital-f = 'top-left-serifed', cv06 = 2
F with serif only at top left
capital-f = 'serifed', cv06 = 3
F with serifs (default for Slab)
capital-f = 'serifed-capped', cv06 = 4
F with serifs and capped middle bar
- - Styles for `G` -
27 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
capital-g = 'toothed-serifless-hookless', cv07 = 1
G with toothed body; without top serif, and hooks
capital-g = 'toothed-serifless-hooked', cv07 = 2
G with toothed body, and inward hook terminal; without top serif (default for Sans)
capital-g = 'toothed-serifless-capped', cv07 = 3
G with toothed body, and capped terminal; without top serif
capital-g = 'toothed-serifed-hookless', cv07 = 4
G with toothed body, and top serif; without hooks
capital-g = 'toothed-serifed-hooked', cv07 = 5
G with toothed body, top serif, and inward hook terminal (default for Slab)
capital-g = 'toothed-serifed-capped', cv07 = 6
G with toothed body, top serif, and capped terminal
capital-g = 'toothed-inward-serifed-hookless', cv07 = 7
G with toothed body, and inward top serif; without hooks
capital-g = 'toothed-inward-serifed-hooked', cv07 = 8
G with toothed body, inward top serif, and inward hook terminal
capital-g = 'toothed-inward-serifed-capped', cv07 = 9
G with toothed body, inward top serif, and capped terminal
capital-g = 'toothless-corner-serifless-hookless', cv07 = 10
G with tootheless (corner) body; without top serif, and hooks
capital-g = 'toothless-corner-serifless-hooked', cv07 = 11
G with tootheless (corner) body, and inward hook terminal; without top serif
capital-g = 'toothless-corner-serifless-capped', cv07 = 12
G with tootheless (corner) body, and capped terminal; without top serif
capital-g = 'toothless-corner-serifed-hookless', cv07 = 13
G with tootheless (corner) body, and top serif; without hooks
capital-g = 'toothless-corner-serifed-hooked', cv07 = 14
G with tootheless (corner) body, top serif, and inward hook terminal
capital-g = 'toothless-corner-serifed-capped', cv07 = 15
G with tootheless (corner) body, top serif, and capped terminal
capital-g = 'toothless-corner-inward-serifed-hookless', cv07 = 16
G with tootheless (corner) body, and inward top serif; without hooks
capital-g = 'toothless-corner-inward-serifed-hooked', cv07 = 17
G with tootheless (corner) body, inward top serif, and inward hook terminal
capital-g = 'toothless-corner-inward-serifed-capped', cv07 = 18
G with tootheless (corner) body, inward top serif, and capped terminal
capital-g = 'toothless-rounded-serifless-hookless', cv07 = 19
G with tootheless (rounded) body; without top serif, and hooks
capital-g = 'toothless-rounded-serifless-hooked', cv07 = 20
G with tootheless (rounded) body, and inward hook terminal; without top serif
capital-g = 'toothless-rounded-serifless-capped', cv07 = 21
G with tootheless (rounded) body, and capped terminal; without top serif
capital-g = 'toothless-rounded-serifed-hookless', cv07 = 22
G with tootheless (rounded) body, and top serif; without hooks
capital-g = 'toothless-rounded-serifed-hooked', cv07 = 23
G with tootheless (rounded) body, top serif, and inward hook terminal
capital-g = 'toothless-rounded-serifed-capped', cv07 = 24
G with tootheless (rounded) body, top serif, and capped terminal
capital-g = 'toothless-rounded-inward-serifed-hookless', cv07 = 25
G with tootheless (rounded) body, and inward top serif; without hooks
capital-g = 'toothless-rounded-inward-serifed-hooked', cv07 = 26
G with tootheless (rounded) body, inward top serif, and inward hook terminal
capital-g = 'toothless-rounded-inward-serifed-capped', cv07 = 27
G with tootheless (rounded) body, inward top serif, and capped terminal
- - Styles for `H` -
4 variants - - - - - - - - - -
capital-h = 'serifless', cv08 = 1
H without serifs (default for Sans)
capital-h = 'top-left-serifed', cv08 = 2
H with serif only at top left
capital-h = 'top-left-bottom-right-serifed', cv08 = 3
H with serif only at top left and bottom right
capital-h = 'serifed', cv08 = 4
H with serifs (default for Slab)
- - Styles for `I` -
3 variants - - - - - - - -
capital-i = 'serifless', cv09 = 1
I without serifs, like a straight bar
capital-i = 'serifed', cv09 = 2
I with standard (long) serifs (default)
capital-i = 'short-serifed', cv09 = 3
I with short serifs
- - Styles for `J` -
14 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
capital-j = 'serifless', cv10 = 1
J without serifs
capital-j = 'serifed', cv10 = 2
J with serifs (default)
capital-j = 'serifed-both-sides', cv10 = 3
J with serifs at both sides (asymmetric)
capital-j = 'serifed-symmetric', cv10 = 4
J with serifs at both sides (symmetric)
capital-j = 'flat-hook-serifless', cv10 = 5
J with flat hook; without serifs
capital-j = 'flat-hook-serifed', cv10 = 6
J with flat hook, and serifs
capital-j = 'flat-hook-serifed-both-sides', cv10 = 7
J with flat hook, and serifs at both sides (asymmetric)
capital-j = 'flat-hook-serifed-symmetric', cv10 = 8
J with flat hook, and serifs at both sides (symmetric)
capital-j = 'descending-serifless', cv10 = 9
J with descending height; without serifs
capital-j = 'descending-serifed', cv10 = 10
J with descending height, and serifs
capital-j = 'descending-serifed-both-sides', cv10 = 11
J with descending height, and serifs at both sides (asymmetric)
capital-j = 'descending-serifed-symmetric', cv10 = 12
J with descending height, and serifs at both sides (symmetric)
capital-j = 'descending-flat-hook-serifless', cv10 = 13
J with descending height, and flat hook; without serifs
capital-j = 'descending-flat-hook-serifed', cv10 = 14
J with descending height, flat hook, and serifs
- - Styles for `K` -
20 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
capital-k = 'straight-serifless', cv11 = 1
K with straight shape; without serifs (default for Sans)
capital-k = 'straight-top-left-serifed', cv11 = 2
K with straight shape, and serifs at top left
capital-k = 'straight-bottom-right-serifed', cv11 = 3
K with straight shape, and serifs at bottom right
capital-k = 'straight-top-left-and-bottom-right-serifed', cv11 = 4
K with straight shape, and serifs at top left and bottom right
capital-k = 'straight-serifed', cv11 = 5
K with straight shape, and serifs (default for Slab)
capital-k = 'curly-serifless', cv11 = 6
K with curly shape; without serifs
capital-k = 'curly-top-left-serifed', cv11 = 7
K with curly shape, and serifs at top left
capital-k = 'curly-bottom-right-serifed', cv11 = 8
K with curly shape, and serifs at bottom right
capital-k = 'curly-top-left-and-bottom-right-serifed', cv11 = 9
K with curly shape, and serifs at top left and bottom right
capital-k = 'curly-serifed', cv11 = 10
K with curly shape, and serifs
capital-k = 'symmetric-touching-serifless', cv11 = 11
K with symmetric legs touching the vertical bar; without serifs
capital-k = 'symmetric-touching-top-left-serifed', cv11 = 12
K with symmetric legs touching the vertical bar, and serifs at top left
capital-k = 'symmetric-touching-bottom-right-serifed', cv11 = 13
K with symmetric legs touching the vertical bar, and serifs at bottom right
capital-k = 'symmetric-touching-top-left-and-bottom-right-serifed', cv11 = 14
K with symmetric legs touching the vertical bar, and serifs at top left and bottom right
capital-k = 'symmetric-touching-serifed', cv11 = 15
K with symmetric legs touching the vertical bar, and serifs
capital-k = 'symmetric-connected-serifless', cv11 = 16
K with symmetric legs connected to the vertical bar; without serifs
capital-k = 'symmetric-connected-top-left-serifed', cv11 = 17
K with symmetric legs connected to the vertical bar, and serifs at top left
capital-k = 'symmetric-connected-bottom-right-serifed', cv11 = 18
K with symmetric legs connected to the vertical bar, and serifs at bottom right
capital-k = 'symmetric-connected-top-left-and-bottom-right-serifed', cv11 = 19
K with symmetric legs connected to the vertical bar, and serifs at top left and bottom right
capital-k = 'symmetric-connected-serifed', cv11 = 20
K with symmetric legs connected to the vertical bar, and serifs
- - Styles for `L` -
3 variants - - - - - - - -
capital-l = 'serifless', cv12 = 1
Serifless L (default for Sans)
capital-l = 'motion-serifed', cv12 = 2
Standard L with motion serif at bottom right
capital-l = 'serifed', cv12 = 3
L with serifs (default for Slab)
- - Styles for `M` -
12 variants - - - - - - - - - - - - - - - - - - - - - - - - - -
capital-m = 'hanging-serifless', cv13 = 1
M with middle being hanging off baseline; without serifs (default for Sans)
capital-m = 'hanging-motion-serifed', cv13 = 2
M with middle being hanging off baseline, and motion serifs
capital-m = 'hanging-serifed', cv13 = 3
M with middle being hanging off baseline, and serifs (default for Slab)
capital-m = 'flat-bottom-serifless', cv13 = 4
M with middle aligned to baseline; without serifs
capital-m = 'flat-bottom-motion-serifed', cv13 = 5
M with middle aligned to baseline, and motion serifs
capital-m = 'flat-bottom-serifed', cv13 = 6
M with middle aligned to baseline, and serifs
capital-m = 'slanted-sides-hanging-serifless', cv13 = 7
M with slanted sides, and middle being hanging off baseline; without serifs
capital-m = 'slanted-sides-hanging-motion-serifed', cv13 = 8
M with slanted sides, middle being hanging off baseline, and motion serifs
capital-m = 'slanted-sides-hanging-serifed', cv13 = 9
M with slanted sides, middle being hanging off baseline, and serifs
capital-m = 'slanted-sides-flat-bottom-serifless', cv13 = 10
M with slanted sides, and middle aligned to baseline; without serifs
capital-m = 'slanted-sides-flat-bottom-motion-serifed', cv13 = 11
M with slanted sides, middle aligned to baseline, and motion serifs
capital-m = 'slanted-sides-flat-bottom-serifed', cv13 = 12
M with slanted sides, middle aligned to baseline, and serifs
- - Styles for `N` -
6 variants - - - - - - - - - - - - - -
capital-n = 'standard-serifless', cv14 = 1
N with standard shape; without serifs (default for Sans)
capital-n = 'standard-motion-serifed', cv14 = 2
N with standard shape, and motion serifs
capital-n = 'standard-serifed', cv14 = 3
N with standard shape, and serifs (default for Slab)
capital-n = 'asymmetric-serifless', cv14 = 4
N with asymmetric shape; without serifs
capital-n = 'asymmetric-motion-serifed', cv14 = 5
N with asymmetric shape, and motion serifs
capital-n = 'asymmetric-serifed', cv14 = 6
N with asymmetric shape, and serifs
- - Styles for `P` -
6 variants - - - - - - - - - - - - - -
capital-p = 'closed-serifless', cv15 = 1
P with closed shape; without serifs (default for Sans)
capital-p = 'closed-motion-serifed', cv15 = 2
P with closed shape, and motion serifs
capital-p = 'closed-serifed', cv15 = 3
P with closed shape, and serifs (default for Slab)
capital-p = 'open-serifless', cv15 = 4
P with open shape; without serifs
capital-p = 'open-motion-serifed', cv15 = 5
P with open shape, and motion serifs
capital-p = 'open-serifed', cv15 = 6
P with open shape, and serifs
- - Styles for `Q` -
10 variants - - - - - - - - - - - - - - - - - - - - - -
capital-q = 'curly-tailed', cv16 = 1
Q with a curly tail (default)
capital-q = 'crossing-curly-tailed', cv16 = 2
Q with a curly tail crossing the ring
capital-q = 'straight', cv16 = 3
Q with a straight tail like in the old versions
capital-q = 'crossing', cv16 = 4
Q with a tail crossing the ring
capital-q = 'crossing-baseline', cv16 = 5
Q with a tail above baseline crossing the ring
capital-q = 'vertical-crossing', cv16 = 6
Q with a vertical tail crossing the ring
capital-q = 'horizontal-tailed', cv16 = 7
Q with a horizontal tail, like Univers
capital-q = 'detached-tailed', cv16 = 8
Q with a oblique tail detached
capital-q = 'detached-bend-tailed', cv16 = 9
Q with a bend tail detached
capital-q = 'open-swash', cv16 = 10
Q with open contour and swash-y shape
- - Styles for `R` -
30 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
capital-r = 'straight-serifless', cv17 = 1
R with straight leg; without serifs (default for Sans)
capital-r = 'straight-top-left-serifed', cv17 = 2
R with straight leg, and serifs at top-left
capital-r = 'straight-bottom-right-serifed', cv17 = 3
R with straight leg, and serifs at bottom-right
capital-r = 'straight-top-left-and-bottom-right-serifed', cv17 = 4
R with straight leg, and serifs at bottom-right
capital-r = 'straight-serifed', cv17 = 5
R with straight leg, and serifs (default for Slab)
capital-r = 'straight-open-serifless', cv17 = 6
R with straight leg, and open contour; without serifs
capital-r = 'straight-open-top-left-serifed', cv17 = 7
R with straight leg, open contour, and serifs at top-left
capital-r = 'straight-open-bottom-right-serifed', cv17 = 8
R with straight leg, open contour, and serifs at bottom-right
capital-r = 'straight-open-top-left-and-bottom-right-serifed', cv17 = 9
R with straight leg, open contour, and serifs at bottom-right
capital-r = 'straight-open-serifed', cv17 = 10
R with straight leg, open contour, and serifs
capital-r = 'curly-serifless', cv17 = 11
R with curly leg; without serifs
capital-r = 'curly-top-left-serifed', cv17 = 12
R with curly leg, and serifs at top-left
capital-r = 'curly-bottom-right-serifed', cv17 = 13
R with curly leg, and serifs at bottom-right
capital-r = 'curly-top-left-and-bottom-right-serifed', cv17 = 14
R with curly leg, and serifs at bottom-right
capital-r = 'curly-serifed', cv17 = 15
R with curly leg, and serifs
capital-r = 'curly-open-serifless', cv17 = 16
R with curly leg, and open contour; without serifs
capital-r = 'curly-open-top-left-serifed', cv17 = 17
R with curly leg, open contour, and serifs at top-left
capital-r = 'curly-open-bottom-right-serifed', cv17 = 18
R with curly leg, open contour, and serifs at bottom-right
capital-r = 'curly-open-top-left-and-bottom-right-serifed', cv17 = 19
R with curly leg, open contour, and serifs at bottom-right
capital-r = 'curly-open-serifed', cv17 = 20
R with curly leg, open contour, and serifs
capital-r = 'standing-serifless', cv17 = 21
R with standing leg (like Helvetica); without serifs
capital-r = 'standing-top-left-serifed', cv17 = 22
R with standing leg (like Helvetica), and serifs at top-left
capital-r = 'standing-bottom-right-serifed', cv17 = 23
R with standing leg (like Helvetica), and serifs at bottom-right
capital-r = 'standing-top-left-and-bottom-right-serifed', cv17 = 24
R with standing leg (like Helvetica), and serifs at bottom-right
capital-r = 'standing-serifed', cv17 = 25
R with standing leg (like Helvetica), and serifs
capital-r = 'standing-open-serifless', cv17 = 26
R with standing leg (like Helvetica), and open contour; without serifs
capital-r = 'standing-open-top-left-serifed', cv17 = 27
R with standing leg (like Helvetica), open contour, and serifs at top-left
capital-r = 'standing-open-bottom-right-serifed', cv17 = 28
R with standing leg (like Helvetica), open contour, and serifs at bottom-right
capital-r = 'standing-open-top-left-and-bottom-right-serifed', cv17 = 29
R with standing leg (like Helvetica), open contour, and serifs at bottom-right
capital-r = 'standing-open-serifed', cv17 = 30
R with standing leg (like Helvetica), open contour, and serifs
- - Styles for `S` -
5 variants - - - - - - - - - - - -
capital-s = 'serifless', cv18 = 1
Serifless S (default for Sans)
capital-s = 'unilateral-serifed', cv18 = 2
S with single serif at top
capital-s = 'bilateral-serifed', cv18 = 3
S with serifs at both end (default for Slab)
capital-s = 'unilateral-inward-serifed', cv18 = 4
S with single inward serif at top
capital-s = 'bilateral-inward-serifed', cv18 = 5
S with inward serifs at both end
- - Styles for `T` -
3 variants - - - - - - - -
capital-t = 'serifless', cv19 = 1
Serifless T (default for Sans)
capital-t = 'motion-serifed', cv19 = 2
Motion-Serifed T
capital-t = 'serifed', cv19 = 3
Serifed T (default for Slab)
- - Styles for `U` -
15 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
capital-u = 'toothed-serifless', cv20 = 1
U with toothed shape; without serifs
capital-u = 'toothed-bottom-right-serifed', cv20 = 2
U with toothed shape, and serif at bottom-right
capital-u = 'toothed-motion-serifed', cv20 = 3
U with toothed shape, and motion serifs at top-left and bottom-right
capital-u = 'toothed-serifed', cv20 = 4
U with toothed shape, and serifs
capital-u = 'tailed-serifless', cv20 = 5
U with tailed shape; without serifs
capital-u = 'tailed-motion-serifed', cv20 = 6
U with tailed shape, and motion serifs at top-left and bottom-right
capital-u = 'tailed-serifed', cv20 = 7
U with tailed shape, and serifs
capital-u = 'toothless-corner-serifless', cv20 = 8
U with toothless (corner bottom-right) shape; without serifs
capital-u = 'toothless-corner-unilateral-motion-serifed', cv20 = 9
U with toothless (corner bottom-right) shape, and motion serifs at left side
capital-u = 'toothless-corner-bilateral-motion-serifed', cv20 = 10
U with toothless (corner bottom-right) shape, and motion serifs at both sides
capital-u = 'toothless-corner-serifed', cv20 = 11
U with toothless (corner bottom-right) shape, and serifs
capital-u = 'toothless-rounded-serifless', cv20 = 12
U with toothless (rounded) shape; without serifs (default for Sans)
capital-u = 'toothless-rounded-unilateral-motion-serifed', cv20 = 13
U with toothless (rounded) shape, and motion serifs at left side
capital-u = 'toothless-rounded-bilateral-motion-serifed', cv20 = 14
U with toothless (rounded) shape, and motion serifs at both sides
capital-u = 'toothless-rounded-serifed', cv20 = 15
U with toothless (rounded) shape, and serifs (default for Slab)
- - Styles for `V` -
6 variants - - - - - - - - - - - - - -
capital-v = 'straight-serifless', cv21 = 1
V with straight shape; without serifs (default for Sans)
capital-v = 'straight-motion-serifed', cv21 = 2
V with straight shape, and motion serifs
capital-v = 'straight-serifed', cv21 = 3
V with straight shape, and serifs (default for Slab)
capital-v = 'curly-serifless', cv21 = 4
V with curly shape; without serifs
capital-v = 'curly-motion-serifed', cv21 = 5
V with curly shape, and motion serifs
capital-v = 'curly-serifed', cv21 = 6
V with curly shape, and serifs
- - Styles for `W` -
18 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
capital-w = 'straight-serifless', cv22 = 1
W with standard, straight body; without serifs (default for Sans)
capital-w = 'straight-motion-serifed', cv22 = 2
W with standard, straight body, and motion serifs
capital-w = 'straight-serifed', cv22 = 3
W with standard, straight body, and serifs (default for Slab)
capital-w = 'curly-serifless', cv22 = 4
W with curly body; without serifs
capital-w = 'curly-motion-serifed', cv22 = 5
W with curly body, and motion serifs
capital-w = 'curly-serifed', cv22 = 6
W with curly body, and serifs
capital-w = 'straight-flat-top-serifless', cv22 = 7
W with straight body shape that the middle is forced to be aligned the top; without serifs
capital-w = 'straight-flat-top-motion-serifed', cv22 = 8
W with straight body shape that the middle is forced to be aligned the top, and motion serifs
capital-w = 'straight-flat-top-serifed', cv22 = 9
W with straight body shape that the middle is forced to be aligned the top, and serifs
capital-w = 'straight-double-v-serifless', cv22 = 10
W with body shape like double V; without serifs
capital-w = 'straight-double-v-motion-serifed', cv22 = 11
W with body shape like double V, and motion serifs
capital-w = 'straight-double-v-serifed', cv22 = 12
W with body shape like double V, and serifs
capital-w = 'straight-asymmetric-serifless', cv22 = 13
W with asymmetric shape; without serifs
capital-w = 'straight-asymmetric-motion-serifed', cv22 = 14
W with asymmetric shape, and motion serifs
capital-w = 'straight-asymmetric-serifed', cv22 = 15
W with asymmetric shape, and serifs
capital-w = 'straight-vertical-sides-serifless', cv22 = 16
W with body shape with vertical sides; without serifs
capital-w = 'straight-vertical-sides-motion-serifed', cv22 = 17
W with body shape with vertical sides, and motion serifs
capital-w = 'straight-vertical-sides-serifed', cv22 = 18
W with body shape with vertical sides, and serifs
- - Styles for `X` -
6 variants - - - - - - - - - - - - - -
capital-x = 'straight-serifless', cv23 = 1
X with straight shape; without serifs (default for Sans)
capital-x = 'straight-motion-serifed', cv23 = 2
X with straight shape, and motion serifs
capital-x = 'straight-serifed', cv23 = 3
X with straight shape, and serifs (default for Slab)
capital-x = 'curly-serifless', cv23 = 4
X with curly shape; without serifs
capital-x = 'curly-motion-serifed', cv23 = 5
X with curly shape, and motion serifs
capital-x = 'curly-serifed', cv23 = 6
X with curly shape, and serifs
- - Styles for `Y` -
8 variants - - - - - - - - - - - - - - - - - -
capital-y = 'straight-serifless', cv24 = 1
Y with straight shape; without serifs (default for Sans)
capital-y = 'straight-base-serifed', cv24 = 2
Y with straight shape, and serifs at bottom
capital-y = 'straight-motion-serifed', cv24 = 3
Y with straight shape, and motion serifs
capital-y = 'straight-serifed', cv24 = 4
Y with straight shape, and serifs (default for Slab)
capital-y = 'curly-serifless', cv24 = 5
Y with curly shape; without serifs
capital-y = 'curly-base-serifed', cv24 = 6
Y with curly shape, and serifs at bottom
capital-y = 'curly-motion-serifed', cv24 = 7
Y with curly shape, and motion serifs
capital-y = 'curly-serifed', cv24 = 8
Y with curly shape, and serifs
- - Styles for `Z` -
27 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
capital-z = 'straight-serifless', cv25 = 1
Z with straight body shape; without serifs (default for Sans)
capital-z = 'straight-serifless-with-crossbar', cv25 = 2
Z with straight body shape, and a diagonal crossbar; without serifs
capital-z = 'straight-serifless-with-horizontal-crossbar', cv25 = 3
Z with straight body shape, and a horizontal crossbar; without serifs
capital-z = 'straight-top-serifed', cv25 = 4
Z with straight body shape, and serifs at top
capital-z = 'straight-top-serifed-with-crossbar', cv25 = 5
Z with straight body shape, serifs at top, and a diagonal crossbar
capital-z = 'straight-top-serifed-with-horizontal-crossbar', cv25 = 6
Z with straight body shape, serifs at top, and a horizontal crossbar
capital-z = 'straight-bottom-serifed', cv25 = 7
Z with straight body shape, and serifs at bottom
capital-z = 'straight-bottom-serifed-with-crossbar', cv25 = 8
Z with straight body shape, serifs at bottom, and a diagonal crossbar
capital-z = 'straight-bottom-serifed-with-horizontal-crossbar', cv25 = 9
Z with straight body shape, serifs at bottom, and a horizontal crossbar
capital-z = 'straight-serifed', cv25 = 10
Z with straight body shape, and serifs (default for Slab)
capital-z = 'straight-serifed-with-crossbar', cv25 = 11
Z with straight body shape, serifs, and a diagonal crossbar
capital-z = 'straight-serifed-with-horizontal-crossbar', cv25 = 12
Z with straight body shape, serifs, and a horizontal crossbar
capital-z = 'curly-serifless', cv25 = 13
Z with curly body shape; without serifs
capital-z = 'curly-serifless-with-crossbar', cv25 = 14
Z with curly body shape, and a diagonal crossbar; without serifs
capital-z = 'curly-serifless-with-horizontal-crossbar', cv25 = 15
Z with curly body shape, and a horizontal crossbar; without serifs
capital-z = 'curly-top-serifed', cv25 = 16
Z with curly body shape, and serifs at top
capital-z = 'curly-top-serifed-with-crossbar', cv25 = 17
Z with curly body shape, serifs at top, and a diagonal crossbar
capital-z = 'curly-top-serifed-with-horizontal-crossbar', cv25 = 18
Z with curly body shape, serifs at top, and a horizontal crossbar
capital-z = 'curly-bottom-serifed', cv25 = 19
Z with curly body shape, and serifs at bottom
capital-z = 'curly-bottom-serifed-with-crossbar', cv25 = 20
Z with curly body shape, serifs at bottom, and a diagonal crossbar
capital-z = 'curly-bottom-serifed-with-horizontal-crossbar', cv25 = 21
Z with curly body shape, serifs at bottom, and a horizontal crossbar
capital-z = 'curly-serifed', cv25 = 22
Z with curly body shape, and serifs
capital-z = 'curly-serifed-with-crossbar', cv25 = 23
Z with curly body shape, serifs, and a diagonal crossbar
capital-z = 'curly-serifed-with-horizontal-crossbar', cv25 = 24
Z with curly body shape, serifs, and a horizontal crossbar
capital-z = 'cursive', cv25 = 25
Z with cursive body shape
capital-z = 'cursive-with-crossbar', cv25 = 26
Z with cursive body shape, and a diagonal crossbar
capital-z = 'cursive-with-horizontal-crossbar', cv25 = 27
Z with cursive body shape, and a horizontal crossbar
- - Styles for `a` -
21 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
a = 'double-storey-serifless', cv26 = 1
a with double-storey body, and serifless hook; without serif at terminal (default for Sans Upright)
a = 'double-storey-serifed', cv26 = 2
a with double-storey body, serifless hook, and serif at terminal (default for Slab Upright)
a = 'double-storey-tailed', cv26 = 3
a with double-storey body, serifless hook, and curly tail
a = 'double-storey-toothless-corner', cv26 = 4
a with double-storey body, serifless hook, and toothless (cornered bottom-right)
a = 'double-storey-toothless-rounded', cv26 = 5
a with double-storey body, serifless hook, and toothless (rounded bottom-right)
a = 'double-storey-hook-inward-serifed-serifless', cv26 = 6
a with double-storey body, and serifed hook; without serif at terminal
a = 'double-storey-hook-inward-serifed-serifed', cv26 = 7
a with double-storey body, serifed hook, and serif at terminal
a = 'double-storey-hook-inward-serifed-tailed', cv26 = 8
a with double-storey body, serifed hook, and curly tail
a = 'double-storey-hook-inward-serifed-toothless-corner', cv26 = 9
a with double-storey body, serifed hook, and toothless (cornered bottom-right)
a = 'double-storey-hook-inward-serifed-toothless-rounded', cv26 = 10
a with double-storey body, serifed hook, and toothless (rounded bottom-right)
a = 'single-storey-serifless', cv26 = 11
a with single-storey body; without serif at terminal
a = 'single-storey-serifed', cv26 = 12
a with single-storey body, and serif at terminal
a = 'single-storey-double-serifed', cv26 = 13
a with single-storey body, and serifs at top and bottom
a = 'single-storey-tailed', cv26 = 14
a with single-storey body, and curly tail (default for Italic)
a = 'single-storey-tailed-serifed', cv26 = 15
a with single-storey body, and curly tail; with serifs at top and bottom
a = 'single-storey-earless-corner-serifless', cv26 = 16
a with single-storey body, and earless (cornered top-right); without serif at terminal
a = 'single-storey-earless-corner-serifed', cv26 = 17
a with single-storey body, earless (cornered top-right), and serif at terminal
a = 'single-storey-earless-corner-tailed', cv26 = 18
a with single-storey body, earless (cornered top-right), and curly tail
a = 'single-storey-earless-rounded-serifless', cv26 = 19
a with single-storey body, and earless (rounded top-right); without serif at terminal
a = 'single-storey-earless-rounded-serifed', cv26 = 20
a with single-storey body, earless (rounded top-right), and serif at terminal
a = 'single-storey-earless-rounded-tailed', cv26 = 21
a with single-storey body, earless (rounded top-right), and curly tail
- - Styles for `b` -
7 variants - - - - - - - - - - - - - - - -
b = 'toothed-serifless', cv27 = 1
b with toothed shape; without serifs (default for Sans)
b = 'toothed-motion-serifed', cv27 = 2
b with toothed shape, and motion serifs (default for Slab Italic)
b = 'toothed-serifed', cv27 = 3
b with toothed shape, and serifs (default for Slab Upright)
b = 'toothless-corner-serifless', cv27 = 4
b with toothless (cornered) shape; without serifs
b = 'toothless-corner-serifed', cv27 = 5
b with toothless (cornered) shape, and serifs
b = 'toothless-rounded-serifless', cv27 = 6
b with toothless (rounded) shape; without serifs
b = 'toothless-rounded-serifed', cv27 = 7
b with toothless (rounded) shape, and serifs
- - Styles for `c` -
5 variants - - - - - - - - - - - -
c = 'serifless', cv28 = 1
Serifless c (default for Sans)
c = 'unilateral-serifed', cv28 = 2
c with serif at top (default for Slab Upright)
c = 'bilateral-serifed', cv28 = 3
c with serifs at both top and bottom
c = 'unilateral-inward-serifed', cv28 = 4
c with inward serif at top (default for Slab Italic)
c = 'bilateral-inward-serifed', cv28 = 5
c with inward serif at both top and bottom
- - Styles for `d` -
10 variants - - - - - - - - - - - - - - - - - - - - - -
d = 'toothed-serifless', cv29 = 1
d with toothed shape; without serifs (default for Sans Upright)
d = 'toothed-top-serifed', cv29 = 2
d with toothed shape, and serif at top
d = 'toothed-bottom-serifed', cv29 = 3
d with toothed shape, and serif at bottom
d = 'toothed-serifed', cv29 = 4
d with toothed shape, and serifs (default for Slab Upright)
d = 'tailed-serifless', cv29 = 5
d with tailed shape; without serifs (default for Sans Italic)
d = 'tailed-serifed', cv29 = 6
d with tailed shape, and serifs (default for Slab Italic)
d = 'toothless-corner-serifless', cv29 = 7
d with toothless (cornered) shape; without serifs
d = 'toothless-corner-serifed', cv29 = 8
d with toothless (cornered) shape, and serifs
d = 'toothless-rounded-serifless', cv29 = 9
d with toothless (rounded) shape; without serifs
d = 'toothless-rounded-serifed', cv29 = 10
d with toothless (rounded) shape, and serifs
- - Styles for `e` -
2 variants - - - - - -
e = 'flat-crossbar', cv30 = 1
e with flat crossbar (default for Upright)
e = 'rounded', cv30 = 2
e with more rounded shape (default for Italic)
- - Styles for `f` -
20 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
f = 'serifless', cv31 = 1
f without bottom serif, hook or extension (default for Sans Upright)
f = 'serifless-crossbar-at-x-height', cv31 = 2
f without bottom serif, hook or extension; with crossbar at X-height
f = 'serifed', cv31 = 3
f with bottom serif (default for Slab Upright)
f = 'serifed-crossbar-at-x-height', cv31 = 4
f with bottom serif, and crossbar at X-height
f = 'extended', cv31 = 5
f with descending extension
f = 'extended-crossbar-at-x-height', cv31 = 6
f with descending extension, and crossbar at X-height
f = 'tailed', cv31 = 7
f with descending bottom hook
f = 'tailed-crossbar-at-x-height', cv31 = 8
f with descending bottom hook, and crossbar at X-height
f = 'diagonal-tailed', cv31 = 9
f with diagonal tail
f = 'diagonal-tailed-crossbar-at-x-height', cv31 = 10
f with diagonal tail, and crossbar at X-height
f = 'flat-hook-serifless', cv31 = 11
f with flat top hook; without bottom serif, hook or extension
f = 'flat-hook-serifless-crossbar-at-x-height', cv31 = 12
f with flat top hook, and crossbar at X-height; without bottom serif, hook or extension
f = 'flat-hook-serifed', cv31 = 13
f with flat top hook, and bottom serif
f = 'flat-hook-serifed-crossbar-at-x-height', cv31 = 14
f with flat top hook, bottom serif, and crossbar at X-height
f = 'flat-hook-extended', cv31 = 15
f with flat top hook, and descending extension
f = 'flat-hook-extended-crossbar-at-x-height', cv31 = 16
f with flat top hook, descending extension, and crossbar at X-height
f = 'flat-hook-tailed', cv31 = 17
f with flat top hook, and descending bottom hook (default for Italic)
f = 'flat-hook-tailed-crossbar-at-x-height', cv31 = 18
f with flat top hook, descending bottom hook, and crossbar at X-height
f = 'flat-hook-diagonal-tailed', cv31 = 19
f with flat top hook, and diagonal tail
f = 'flat-hook-diagonal-tailed-crossbar-at-x-height', cv31 = 20
f with flat top hook, diagonal tail, and crossbar at X-height
- - Styles for `g` -
10 variants - - - - - - - - - - - - - - - - - - - - - -
g = 'double-storey', cv32 = 1
g with double-storey shape
g = 'double-storey-open', cv32 = 2
g with double-storey shape, and open contour
g = 'single-storey-serifless', cv32 = 3
g with single-storey shape (default for Sans Upright, Sans Italic, Slab Italic)
g = 'single-storey-serifed', cv32 = 4
g with single-storey shape, and top-right serif (default for Slab Upright)
g = 'single-storey-earless-corner', cv32 = 5
g with single-storey shape, and earless (cornered top-right)
g = 'single-storey-earless-rounded', cv32 = 6
g with single-storey shape, and earless (rounded top-right)
g = 'single-storey-flat-hook-serifless', cv32 = 7
g with single-storey shape, and flat bottom hook
g = 'single-storey-flat-hook-serifed', cv32 = 8
g with single-storey shape, flat bottom hook, and top-right serif
g = 'single-storey-flat-hook-earless-corner', cv32 = 9
g with single-storey shape, flat bottom hook, and earless (cornered top-right)
g = 'single-storey-flat-hook-earless-rounded', cv32 = 10
g with single-storey shape, flat bottom hook, and earless (rounded top-right)
- - Styles for `h` -
7 variants - - - - - - - - - - - - - - - -
h = 'straight-serifless', cv33 = 1
h with straight terminal; without serifs (default for Sans)
h = 'straight-top-left-serifed', cv33 = 2
h with straight terminal, and serif at top left
h = 'straight-motion-serifed', cv33 = 3
h with straight terminal, and serifs at top left and bottom right (default for Slab Italic)
h = 'straight-serifed', cv33 = 4
h with straight terminal, and serifs (default for Slab Upright)
h = 'tailed-serifless', cv33 = 5
h with curly tailed terminal; without serifs
h = 'tailed-motion-serifed', cv33 = 6
h with curly tailed terminal, and serifs at top left and bottom right
h = 'tailed-serifed', cv33 = 7
h with curly tailed terminal, and serifs
- - Styles for `i` -
14 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
i = 'serifless', cv34 = 1
i like a straight line
i = 'hooky', cv34 = 2
Hooky i
i = 'hooky-bottom', cv34 = 3
i with a sharp-turning horizontal tail
i = 'zshaped', cv34 = 4
Z-shaped i
i = 'serifed', cv34 = 5
Serifed i (default for Upright)
i = 'serifed-asymmetric', cv34 = 6
i with shorter top serif and full bottom serif
i = 'tailed', cv34 = 7
i with curly tail
i = 'tailed-serifed', cv34 = 8
i with top serif and curly tail (default for Italic)
i = 'flat-tailed', cv34 = 9
i with curly-then-flat tail
i = 'serifed-flat-tailed', cv34 = 10
i with top serif and curly-then-flat tail
i = 'diagonal-tailed', cv34 = 11
i with diagonal tail
i = 'serifed-diagonal-tailed', cv34 = 12
i with top serif and diagonal tail
i = 'semi-tailed', cv34 = 13
i with slightly curly tail
i = 'serifed-semi-tailed', cv34 = 14
i with top serif and slightly curly tail
- - Styles for `j` -
8 variants - - - - - - - - - - - - - - - - - -
j = 'serifless', cv35 = 1
j without serif
j = 'serifed', cv35 = 2
j with top serif (default)
j = 'straight-line', cv35 = 3
j like a straight line
j = 'hooky', cv35 = 4
j like a straight line with top serif
j = 'flat-hook-serifless', cv35 = 5
j with flat terminal hook
j = 'flat-hook-serifed', cv35 = 6
j with flat terminal hook and top serif
j = 'diagonal-tailed-serifless', cv35 = 7
j with diagonal tail
j = 'diagonal-tailed-serifed', cv35 = 8
j with top serif and diagonal tail
- - Styles for `k` -
27 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
k = 'straight-serifless', cv36 = 1
k with standard shape; without serifs (default for Sans Upright)
k = 'straight-top-left-serifed', cv36 = 2
k with standard shape, and serifs at top left
k = 'straight-bottom-right-serifed', cv36 = 3
k with standard shape, and serifs at bottom right
k = 'straight-top-left-and-bottom-right-serifed', cv36 = 4
k with standard shape, and serifs at top left and bottom right
k = 'straight-serifed', cv36 = 5
k with standard shape, and serifs (default for Slab Upright)
k = 'curly-serifless', cv36 = 6
k with curly shape; without serifs
k = 'curly-top-left-serifed', cv36 = 7
k with curly shape, and serifs at top left
k = 'curly-bottom-right-serifed', cv36 = 8
k with curly shape, and serifs at bottom right
k = 'curly-top-left-and-bottom-right-serifed', cv36 = 9
k with curly shape, and serifs at top left and bottom right
k = 'curly-serifed', cv36 = 10
k with curly shape, and serifs
k = 'symmetric-touching-serifless', cv36 = 11
k with symmetric legs touching the vertical bar; without serifs
k = 'symmetric-touching-top-left-serifed', cv36 = 12
k with symmetric legs touching the vertical bar, and serifs at top left
k = 'symmetric-touching-bottom-right-serifed', cv36 = 13
k with symmetric legs touching the vertical bar, and serifs at bottom right
k = 'symmetric-touching-top-left-and-bottom-right-serifed', cv36 = 14
k with symmetric legs touching the vertical bar, and serifs at top left and bottom right
k = 'symmetric-touching-serifed', cv36 = 15
k with symmetric legs touching the vertical bar, and serifs
k = 'symmetric-connected-serifless', cv36 = 16
k with symmetric legs connected to the vertical bar; without serifs
k = 'symmetric-connected-top-left-serifed', cv36 = 17
k with symmetric legs connected to the vertical bar, and serifs at top left
k = 'symmetric-connected-bottom-right-serifed', cv36 = 18
k with symmetric legs connected to the vertical bar, and serifs at bottom right
k = 'symmetric-connected-top-left-and-bottom-right-serifed', cv36 = 19
k with symmetric legs connected to the vertical bar, and serifs at top left and bottom right
k = 'symmetric-connected-serifed', cv36 = 20
k with symmetric legs connected to the vertical bar, and serifs
k = 'cursive-serifless', cv36 = 21
k with cursive loop; without serifs (default for Sans Italic)
k = 'cursive-top-left-serifed', cv36 = 22
k with cursive loop, and serifs at top left
k = 'cursive-bottom-right-serifed', cv36 = 23
k with cursive loop, and serifs at bottom right
k = 'cursive-top-left-and-bottom-right-serifed', cv36 = 24
k with cursive loop, and serifs at top left and bottom right
k = 'cursive-serifed', cv36 = 25
k with cursive loop, and serifs
k = 'diagonal-tailed-cursive-serifless', cv36 = 26
k with cursive loop plus diagonal tail; without serifs
k = 'diagonal-tailed-cursive-top-left-serifed', cv36 = 27
k with cursive loop plus diagonal tail, and serifs at top left (default for Slab Italic)
- - Styles for `l` -
14 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
l = 'serifless', cv37 = 1
l like a straight line
l = 'hooky', cv37 = 2
Hooky l
l = 'hooky-bottom', cv37 = 3
l with a straight sharp-turning horizontal tail
l = 'zshaped', cv37 = 4
Z-shaped l
l = 'serifed', cv37 = 5
Serifed l (default for Upright)
l = 'serifed-asymmetric', cv37 = 6
l with shorter top serif and full bottom serif
l = 'tailed', cv37 = 7
l with curly tail
l = 'tailed-serifed', cv37 = 8
l with top serif and curly tail (default for Italic)
l = 'flat-tailed', cv37 = 9
l with curly-then-flat tail
l = 'serifed-flat-tailed', cv37 = 10
l with top serif and curly-then-flat tail
l = 'diagonal-tailed', cv37 = 11
l with diagonal tail
l = 'serifed-diagonal-tailed', cv37 = 12
l with top serif and diagonal tail
l = 'semi-tailed', cv37 = 13
l with slightl curly tail
l = 'serifed-semi-tailed', cv37 = 14
l with top serif and slightl curly tail
- - Styles for `m` -
44 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
m = 'serifless', cv38 = 1
m with eared body shape, and normal middle leg; without serifs (default for Sans)
m = 'top-left-serifed', cv38 = 2
m with eared body shape, normal middle leg, and serif at top left
m = 'top-left-and-bottom-right-serifed', cv38 = 3
m with eared body shape, normal middle leg, and serifs at top left and bottom right (default for Slab Italic)
m = 'serifed', cv38 = 4
m with eared body shape, normal middle leg, and serifs (default for Slab Upright)
m = 'tailed-serifless', cv38 = 5
m with eared body shape, normal middle leg, and tail; without serifs
m = 'tailed-top-left-serifed', cv38 = 6
m with eared body shape, normal middle leg, tail, and serif at top left
m = 'tailed-serifed', cv38 = 7
m with eared body shape, normal middle leg, tail, and serifs
m = 'short-leg-serifless', cv38 = 8
m with eared body shape, and shorter middle leg (like Ubuntu Mono); without serifs
m = 'short-leg-top-left-serifed', cv38 = 9
m with eared body shape, shorter middle leg (like Ubuntu Mono), and serif at top left
m = 'short-leg-top-left-and-bottom-right-serifed', cv38 = 10
m with eared body shape, shorter middle leg (like Ubuntu Mono), and serifs at top left and bottom right
m = 'short-leg-serifed', cv38 = 11
m with eared body shape, shorter middle leg (like Ubuntu Mono), and serifs
m = 'short-leg-tailed-serifless', cv38 = 12
m with eared body shape, shorter middle leg (like Ubuntu Mono), and tail; without serifs
m = 'short-leg-tailed-top-left-serifed', cv38 = 13
m with eared body shape, shorter middle leg (like Ubuntu Mono), tail, and serif at top left
m = 'short-leg-tailed-serifed', cv38 = 14
m with eared body shape, shorter middle leg (like Ubuntu Mono), tail, and serifs
m = 'earless-corner-double-arch-serifless', cv38 = 15
m with earless (corner top-left) double-arch body shape, and normal middle leg; without serifs
m = 'earless-corner-double-arch-bottom-right-serifed', cv38 = 16
m with earless (corner top-left) double-arch body shape, normal middle leg, and serifs at bottom right
m = 'earless-corner-double-arch-serifed', cv38 = 17
m with earless (corner top-left) double-arch body shape, normal middle leg, and serifs
m = 'earless-corner-double-arch-tailed-serifless', cv38 = 18
m with earless (corner top-left) double-arch body shape, normal middle leg, and tail; without serifs
m = 'earless-corner-double-arch-tailed-serifed', cv38 = 19
m with earless (corner top-left) double-arch body shape, normal middle leg, tail, and serifs
m = 'earless-corner-double-arch-short-leg-serifless', cv38 = 20
m with earless (corner top-left) double-arch body shape, and shorter middle leg (like Ubuntu Mono); without serifs
m = 'earless-corner-double-arch-short-leg-bottom-right-serifed', cv38 = 21
m with earless (corner top-left) double-arch body shape, shorter middle leg (like Ubuntu Mono), and serifs at bottom right
m = 'earless-corner-double-arch-short-leg-serifed', cv38 = 22
m with earless (corner top-left) double-arch body shape, shorter middle leg (like Ubuntu Mono), and serifs
m = 'earless-corner-double-arch-short-leg-tailed-serifless', cv38 = 23
m with earless (corner top-left) double-arch body shape, shorter middle leg (like Ubuntu Mono), and tail; without serifs
m = 'earless-corner-double-arch-short-leg-tailed-serifed', cv38 = 24
m with earless (corner top-left) double-arch body shape, shorter middle leg (like Ubuntu Mono), tail, and serifs
m = 'earless-rounded-double-arch-serifless', cv38 = 25
m with earless (rounded top-left) double-arch body shape, and normal middle leg; without serifs
m = 'earless-rounded-double-arch-bottom-right-serifed', cv38 = 26
m with earless (rounded top-left) double-arch body shape, normal middle leg, and serifs at bottom right
m = 'earless-rounded-double-arch-serifed', cv38 = 27
m with earless (rounded top-left) double-arch body shape, normal middle leg, and serifs
m = 'earless-rounded-double-arch-tailed-serifless', cv38 = 28
m with earless (rounded top-left) double-arch body shape, normal middle leg, and tail; without serifs
m = 'earless-rounded-double-arch-tailed-serifed', cv38 = 29
m with earless (rounded top-left) double-arch body shape, normal middle leg, tail, and serifs
m = 'earless-rounded-double-arch-short-leg-serifless', cv38 = 30
m with earless (rounded top-left) double-arch body shape, and shorter middle leg (like Ubuntu Mono); without serifs
m = 'earless-rounded-double-arch-short-leg-bottom-right-serifed', cv38 = 31
m with earless (rounded top-left) double-arch body shape, shorter middle leg (like Ubuntu Mono), and serifs at bottom right
m = 'earless-rounded-double-arch-short-leg-serifed', cv38 = 32
m with earless (rounded top-left) double-arch body shape, shorter middle leg (like Ubuntu Mono), and serifs
m = 'earless-rounded-double-arch-short-leg-tailed-serifless', cv38 = 33
m with earless (rounded top-left) double-arch body shape, shorter middle leg (like Ubuntu Mono), and tail; without serifs
m = 'earless-rounded-double-arch-short-leg-tailed-serifed', cv38 = 34
m with earless (rounded top-left) double-arch body shape, shorter middle leg (like Ubuntu Mono), tail, and serifs
m = 'earless-single-arch-serifless', cv38 = 35
m with earless (corner top-left) body shape, and normal middle leg; without serifs
m = 'earless-single-arch-bottom-right-serifed', cv38 = 36
m with earless (corner top-left) body shape, normal middle leg, and serifs at bottom right
m = 'earless-single-arch-serifed', cv38 = 37
m with earless (corner top-left) body shape, normal middle leg, and serifs
m = 'earless-single-arch-tailed-serifless', cv38 = 38
m with earless (corner top-left) body shape, normal middle leg, and tail; without serifs
m = 'earless-single-arch-tailed-serifed', cv38 = 39
m with earless (corner top-left) body shape, normal middle leg, tail, and serifs
m = 'earless-single-arch-short-leg-serifless', cv38 = 40
m with earless (corner top-left) body shape, and shorter middle leg (like Ubuntu Mono); without serifs
m = 'earless-single-arch-short-leg-bottom-right-serifed', cv38 = 41
m with earless (corner top-left) body shape, shorter middle leg (like Ubuntu Mono), and serifs at bottom right
m = 'earless-single-arch-short-leg-serifed', cv38 = 42
m with earless (corner top-left) body shape, shorter middle leg (like Ubuntu Mono), and serifs
m = 'earless-single-arch-short-leg-tailed-serifless', cv38 = 43
m with earless (corner top-left) body shape, shorter middle leg (like Ubuntu Mono), and tail; without serifs
m = 'earless-single-arch-short-leg-tailed-serifed', cv38 = 44
m with earless (corner top-left) body shape, shorter middle leg (like Ubuntu Mono), tail, and serifs
- - Styles for `n` -
17 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
n = 'straight-serifless', cv39 = 1
n with straight terminal; without serifs (default for Sans)
n = 'straight-top-left-serifed', cv39 = 2
n with straight terminal, and serif at top left
n = 'straight-motion-serifed', cv39 = 3
n with straight terminal, and serif at top left and bottom right (default for Slab Italic)
n = 'straight-serifed', cv39 = 4
n with straight terminal, and serifs (default for Slab Upright)
n = 'tailed-serifless', cv39 = 5
n with tailed terminal; without serifs
n = 'tailed-motion-serifed', cv39 = 6
n with tailed terminal, and serif at top left and bottom right
n = 'tailed-serifed', cv39 = 7
n with tailed terminal, and serifs
n = 'earless-corner-straight-serifless', cv39 = 8
n with earless (corner top-left) body shape, and straight terminal; without serifs
n = 'earless-corner-straight-motion-serifed', cv39 = 9
n with earless (corner top-left) body shape, straight terminal, and serif at top left and bottom right
n = 'earless-corner-straight-serifed', cv39 = 10
n with earless (corner top-left) body shape, straight terminal, and serifs
n = 'earless-corner-tailed-serifless', cv39 = 11
n with earless (corner top-left) body shape, and tailed terminal; without serifs
n = 'earless-corner-tailed-serifed', cv39 = 12
n with earless (corner top-left) body shape, tailed terminal, and serifs
n = 'earless-rounded-straight-serifless', cv39 = 13
n with earless (rounded top-left) body shape, and straight terminal; without serifs
n = 'earless-rounded-straight-motion-serifed', cv39 = 14
n with earless (rounded top-left) body shape, straight terminal, and serif at top left and bottom right
n = 'earless-rounded-straight-serifed', cv39 = 15
n with earless (rounded top-left) body shape, straight terminal, and serifs
n = 'earless-rounded-tailed-serifless', cv39 = 16
n with earless (rounded top-left) body shape, and tailed terminal; without serifs
n = 'earless-rounded-tailed-serifed', cv39 = 17
n with earless (rounded top-left) body shape, tailed terminal, and serifs
- - Styles for `p` -
7 variants - - - - - - - - - - - - - - - -
p = 'eared-serifless', cv40 = 1
p with eared shape; without serifs (default for Sans)
p = 'eared-motion-serifed', cv40 = 2
p with eared shape, and motion serifs
p = 'eared-serifed', cv40 = 3
p with eared shape, and serifs (default for Slab)
p = 'earless-corner-serifless', cv40 = 4
p with earless (cornered) shape; without serifs
p = 'earless-corner-serifed', cv40 = 5
p with earless (cornered) shape, and serifs
p = 'earless-rounded-serifless', cv40 = 6
p with earless (rounded) shape; without serifs
p = 'earless-rounded-serifed', cv40 = 7
p with earless (rounded) shape, and serifs
- - Styles for `q` -
16 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
q = 'straight-serifless', cv41 = 1
q with straight terminal; without serifs (default for Sans)
q = 'straight-bottom-serifed', cv41 = 2
q with straight terminal, and serif at bottom (default for Slab Italic)
q = 'straight-motion-serifed', cv41 = 3
q with straight terminal, and motion serifs
q = 'straight-serifed', cv41 = 4
q with straight terminal, and serifs (default for Slab Upright)
q = 'tailed-serifless', cv41 = 5
q with tailed terminal; without serifs
q = 'tailed-motion-serifed', cv41 = 6
q with tailed terminal, and motion serifs
q = 'diagonal-tailed-serifless', cv41 = 7
q with diagonally tailed terminal; without serifs
q = 'diagonal-tailed-motion-serifed', cv41 = 8
q with diagonally tailed terminal, and motion serifs
q = 'earless-corner-straight-serifless', cv41 = 9
q with earless (cornered) shape, and straight terminal; without serifs
q = 'earless-corner-straight-serifed', cv41 = 10
q with earless (cornered) shape, straight terminal, and serifs
q = 'earless-corner-tailed-serifless', cv41 = 11
q with earless (cornered) shape, and tailed terminal; without serifs
q = 'earless-corner-diagonal-tailed-serifless', cv41 = 12
q with earless (cornered) shape, and diagonally tailed terminal; without serifs
q = 'earless-rounded-straight-serifless', cv41 = 13
q with earless (rounded) shape, and straight terminal; without serifs
q = 'earless-rounded-straight-serifed', cv41 = 14
q with earless (rounded) shape, straight terminal, and serifs
q = 'earless-rounded-tailed-serifless', cv41 = 15
q with earless (rounded) shape, and tailed terminal; without serifs
q = 'earless-rounded-diagonal-tailed-serifless', cv41 = 16
q with earless (rounded) shape, and diagonally tailed terminal; without serifs
- - Styles for `r` -
20 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
r = 'serifless', cv42 = 1
r with normal body shape; without serifs (default for Sans)
r = 'top-serifed', cv42 = 2
r with normal body shape, and serif at top (default for Slab Italic)
r = 'base-serifed', cv42 = 3
r with normal body shape, and serif at bottom
r = 'serifed', cv42 = 4
r with normal body shape, and serifs (default for Slab Upright)
r = 'earless-corner-serifless', cv42 = 5
r with earless (corner top-left) body shape; without serifs
r = 'earless-corner-serifed', cv42 = 6
r with earless (corner top-left) body shape, and serifs
r = 'earless-rounded-serifless', cv42 = 7
r with earless (rounded top-left) body shape; without serifs
r = 'earless-rounded-serifed', cv42 = 8
r with earless (rounded top-left) body shape, and serifs
r = 'hookless-serifless', cv42 = 9
r with hookless body shape; without serifs
r = 'hookless-top-serifed', cv42 = 10
r with hookless body shape, and serif at top
r = 'hookless-base-serifed', cv42 = 11
r with hookless body shape, and serif at bottom
r = 'hookless-serifed', cv42 = 12
r with hookless body shape, and serifs
r = 'corner-hooked-serifless', cv42 = 13
r with corner-hooked body shape; without serifs
r = 'corner-hooked-top-serifed', cv42 = 14
r with corner-hooked body shape, and serif at top
r = 'corner-hooked-base-serifed', cv42 = 15
r with corner-hooked body shape, and serif at bottom
r = 'corner-hooked-serifed', cv42 = 16
r with corner-hooked body shape, and serifs
r = 'compact-serifless', cv42 = 17
r with compact body shape (identical to 'hookless' for monospace fonts); without serifs
r = 'compact-top-serifed', cv42 = 18
r with compact body shape (identical to 'hookless' for monospace fonts), and serif at top
r = 'compact-base-serifed', cv42 = 19
r with compact body shape (identical to 'hookless' for monospace fonts), and serif at bottom
r = 'compact-serifed', cv42 = 20
r with compact body shape (identical to 'hookless' for monospace fonts), and serifs
- - Styles for `s` -
5 variants - - - - - - - - - - - -
s = 'serifless', cv43 = 1
Serifless s (default for Sans)
s = 'unilateral-serifed', cv43 = 2
s with single serif at top
s = 'bilateral-serifed', cv43 = 3
s with serifs at both end (default for Slab Upright)
s = 'unilateral-inward-serifed', cv43 = 4
s with single inward serif at top
s = 'bilateral-inward-serifed', cv43 = 5
s with inward serifs at both end (default for Slab Italic)
- - Styles for `t` -
24 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
t = 'bent-hook', cv44 = 1
t with bent hook, and crossbar at both sides of the vertical stem (default)
t = 'bent-hook-short-neck', cv44 = 2
t with bent hook, crossbar at both sides of the vertical stem, and a shorter neck
t = 'bent-hook-short-neck2', cv44 = 3
t with bent hook, crossbar at both sides of the vertical stem, and a more shorter neck
t = 'bent-hook-asymmetric', cv44 = 4
t with bent hook, and crossbar at only right side of the vertical stem
t = 'bent-hook-asymmetric-short-neck', cv44 = 5
t with bent hook, crossbar at only right side of the vertical stem, and a shorter neck
t = 'bent-hook-asymmetric-short-neck2', cv44 = 6
t with bent hook, crossbar at only right side of the vertical stem, and a more shorter neck
t = 'flat-hook', cv44 = 7
t with flat hook, and crossbar at both sides of the vertical stem
t = 'flat-hook-short-neck', cv44 = 8
t with flat hook, crossbar at both sides of the vertical stem, and a shorter neck
t = 'flat-hook-short-neck2', cv44 = 9
t with flat hook, crossbar at both sides of the vertical stem, and a more shorter neck
t = 'flat-hook-asymmetric', cv44 = 10
t with flat hook, and crossbar at only right side of the vertical stem
t = 'flat-hook-asymmetric-short-neck', cv44 = 11
t with flat hook, crossbar at only right side of the vertical stem, and a shorter neck
t = 'flat-hook-asymmetric-short-neck2', cv44 = 12
t with flat hook, crossbar at only right side of the vertical stem, and a more shorter neck
t = 'diagonal-tailed', cv44 = 13
t with diagonal tail, and crossbar at both sides of the vertical stem
t = 'diagonal-tailed-short-neck', cv44 = 14
t with diagonal tail, crossbar at both sides of the vertical stem, and a shorter neck
t = 'diagonal-tailed-short-neck2', cv44 = 15
t with diagonal tail, crossbar at both sides of the vertical stem, and a more shorter neck
t = 'diagonal-tailed-asymmetric', cv44 = 16
t with diagonal tail, and crossbar at only right side of the vertical stem
t = 'diagonal-tailed-asymmetric-short-neck', cv44 = 17
t with diagonal tail, crossbar at only right side of the vertical stem, and a shorter neck
t = 'diagonal-tailed-asymmetric-short-neck2', cv44 = 18
t with diagonal tail, crossbar at only right side of the vertical stem, and a more shorter neck
t = 'hookless', cv44 = 19
t without hook or tail; with crossbar at both sides of the vertical stem
t = 'hookless-short-neck', cv44 = 20
t without hook or tail; with crossbar at both sides of the vertical stem, and a shorter neck
t = 'hookless-short-neck2', cv44 = 21
t without hook or tail; with crossbar at both sides of the vertical stem, and a more shorter neck
t = 'hookless-asymmetric', cv44 = 22
t without hook or tail; with crossbar at only right side of the vertical stem
t = 'hookless-asymmetric-short-neck', cv44 = 23
t without hook or tail; with crossbar at only right side of the vertical stem, and a shorter neck
t = 'hookless-asymmetric-short-neck2', cv44 = 24
t without hook or tail; with crossbar at only right side of the vertical stem, and a more shorter neck
- - Styles for `u` -
13 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - -
u = 'toothed-serifless', cv45 = 1
u with toothed shape; without serifs (default for Sans Upright)
u = 'toothed-bottom-right-serifed', cv45 = 2
u with toothed shape, and serif at bottom-right
u = 'toothed-motion-serifed', cv45 = 3
u with toothed shape, and motion serifs at top-left and bottom-right
u = 'toothed-serifed', cv45 = 4
u with toothed shape, and serifs (default for Slab Upright)
u = 'tailed-serifless', cv45 = 5
u with tailed shape; without serifs (default for Sans Italic)
u = 'tailed-motion-serifed', cv45 = 6
u with tailed shape, and motion serifs at top-left and bottom-right (default for Slab Italic)
u = 'tailed-serifed', cv45 = 7
u with tailed shape, and serifs
u = 'toothless-corner-serifless', cv45 = 8
u with toothless (corner bottom-right) shape; without serifs
u = 'toothless-corner-motion-serifed', cv45 = 9
u with toothless (corner bottom-right) shape, and motion serifs at top-left and bottom-right
u = 'toothless-corner-serifed', cv45 = 10
u with toothless (corner bottom-right) shape, and serifs
u = 'toothless-rounded-serifless', cv45 = 11
u with toothless (rounded) shape; without serifs
u = 'toothless-rounded-motion-serifed', cv45 = 12
u with toothless (rounded) shape, and motion serifs at top-left and bottom-right
u = 'toothless-rounded-serifed', cv45 = 13
u with toothless (rounded) shape, and serifs
- - Styles for `v` -
8 variants - - - - - - - - - - - - - - - - - -
v = 'straight-serifless', cv46 = 1
v with straight body; without serifs (default for Sans)
v = 'straight-motion-serifed', cv46 = 2
v with straight body, and motion serifs (default for Slab Italic)
v = 'straight-serifed', cv46 = 3
v with straight body, and serifs (default for Slab Upright)
v = 'curly-serifless', cv46 = 4
v with curly body; without serifs
v = 'curly-motion-serifed', cv46 = 5
v with curly body, and motion serifs
v = 'curly-serifed', cv46 = 6
v with curly body, and serifs
v = 'cursive-serifless', cv46 = 7
v with cursive body; without serifs
v = 'cursive-serifed', cv46 = 8
v with cursive body, and serifs
- - Styles for `w` -
20 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
w = 'straight-serifless', cv47 = 1
w with standard, straight body; without serifs (default for Sans)
w = 'straight-motion-serifed', cv47 = 2
w with standard, straight body, and motion serifs (default for Slab Italic)
w = 'straight-serifed', cv47 = 3
w with standard, straight body, and serifs (default for Slab Upright)
w = 'curly-serifless', cv47 = 4
w with curly body; without serifs
w = 'curly-motion-serifed', cv47 = 5
w with curly body, and motion serifs
w = 'curly-serifed', cv47 = 6
w with curly body, and serifs
w = 'straight-vertical-sides-serifless', cv47 = 7
w with body shape with vertical sides; without serifs
w = 'straight-vertical-sides-motion-serifed', cv47 = 8
w with body shape with vertical sides, and motion serifs
w = 'straight-vertical-sides-serifed', cv47 = 9
w with body shape with vertical sides, and serifs
w = 'straight-flat-top-serifless', cv47 = 10
w with straight body shape that the middle is forced to be aligned the top; without serifs
w = 'straight-flat-top-motion-serifed', cv47 = 11
w with straight body shape that the middle is forced to be aligned the top, and motion serifs
w = 'straight-flat-top-serifed', cv47 = 12
w with straight body shape that the middle is forced to be aligned the top, and serifs
w = 'straight-double-v-serifless', cv47 = 13
w with body shape like double V; without serifs
w = 'straight-double-v-motion-serifed', cv47 = 14
w with body shape like double V, and motion serifs
w = 'straight-double-v-serifed', cv47 = 15
w with body shape like double V, and serifs
w = 'straight-asymmetric-serifless', cv47 = 16
w with asymmetric shape; without serifs
w = 'straight-asymmetric-motion-serifed', cv47 = 17
w with asymmetric shape, and motion serifs
w = 'straight-asymmetric-serifed', cv47 = 18
w with asymmetric shape, and serifs
w = 'cursive-serifless', cv47 = 19
w with cursive shape; without serifs
w = 'cursive-serifed', cv47 = 20
w with cursive shape, and serifs
- - Styles for `x` -
12 variants - - - - - - - - - - - - - - - - - - - - - - - - - -
x = 'straight-serifless', cv48 = 1
x with straight shape; without serifs (default for Sans)
x = 'straight-motion-serifed', cv48 = 2
x with straight shape, and motion serifs
x = 'straight-serifed', cv48 = 3
x with straight shape, and serifs (default for Slab Upright)
x = 'curly-serifless', cv48 = 4
x with curly shape; without serifs
x = 'curly-motion-serifed', cv48 = 5
x with curly shape, and motion serifs
x = 'curly-serifed', cv48 = 6
x with curly shape, and serifs
x = 'semi-chancery-straight-serifless', cv48 = 7
x with Semi-chancery shape with straight counter-leg; without serifs
x = 'semi-chancery-straight-serifed', cv48 = 8
x with Semi-chancery shape with straight counter-leg, and serifs
x = 'semi-chancery-curly-serifless', cv48 = 9
x with Semi-chancery shape with curly counter-leg; without serifs
x = 'semi-chancery-curly-serifed', cv48 = 10
x with Semi-chancery shape with curly counter-leg, and serifs
x = 'chancery', cv48 = 11
x with Chancery shape
x = 'cursive', cv48 = 12
x with cursive shape (default for Slab Italic)
- - Styles for `y` -
18 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
y = 'straight-serifless', cv49 = 1
y with straight shape; without serifs (default for Sans Upright)
y = 'straight-motion-serifed', cv49 = 2
y with straight shape, and motion serifs
y = 'straight-serifed', cv49 = 3
y with straight shape, and serifs
y = 'straight-turn-serifless', cv49 = 4
y with straight shape, and a tail turns leftward; without serifs
y = 'straight-turn-motion-serifed', cv49 = 5
y with straight shape, a tail turns leftward, and motion serifs
y = 'straight-turn-serifed', cv49 = 6
y with straight shape, a tail turns leftward, and serifs (default for Slab Upright)
y = 'curly-serifless', cv49 = 7
y with curly shape; without serifs
y = 'curly-motion-serifed', cv49 = 8
y with curly shape, and motion serifs
y = 'curly-serifed', cv49 = 9
y with curly shape, and serifs
y = 'curly-turn-serifless', cv49 = 10
y with curly shape, and a tail turns leftward; without serifs
y = 'curly-turn-motion-serifed', cv49 = 11
y with curly shape, a tail turns leftward, and motion serifs
y = 'curly-turn-serifed', cv49 = 12
y with curly shape, a tail turns leftward, and serifs
y = 'cursive-serifless', cv49 = 13
y with cursive shape; without serifs (default for Sans Italic)
y = 'cursive-motion-serifed', cv49 = 14
y with cursive shape, and motion serifs (default for Slab Italic)
y = 'cursive-serifed', cv49 = 15
y with cursive shape, and serifs
y = 'cursive-flat-hook-serifless', cv49 = 16
y with cursive shape, and a flat terminal hook; without serifs
y = 'cursive-flat-hook-motion-serifed', cv49 = 17
y with cursive shape, a flat terminal hook, and motion serifs
y = 'cursive-flat-hook-serifed', cv49 = 18
y with cursive shape, a flat terminal hook, and serifs
- - Styles for `z` -
27 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
z = 'straight-serifless', cv50 = 1
z with straight body shape; without serifs (default for Sans)
z = 'straight-serifless-with-crossbar', cv50 = 2
z with straight body shape, and a diagonal crossbar; without serifs
z = 'straight-serifless-with-horizontal-crossbar', cv50 = 3
z with straight body shape, and a horizontal crossbar; without serifs
z = 'straight-top-serifed', cv50 = 4
z with straight body shape, and serifs at top
z = 'straight-top-serifed-with-crossbar', cv50 = 5
z with straight body shape, serifs at top, and a diagonal crossbar
z = 'straight-top-serifed-with-horizontal-crossbar', cv50 = 6
z with straight body shape, serifs at top, and a horizontal crossbar
z = 'straight-bottom-serifed', cv50 = 7
z with straight body shape, and serifs at bottom
z = 'straight-bottom-serifed-with-crossbar', cv50 = 8
z with straight body shape, serifs at bottom, and a diagonal crossbar
z = 'straight-bottom-serifed-with-horizontal-crossbar', cv50 = 9
z with straight body shape, serifs at bottom, and a horizontal crossbar
z = 'straight-serifed', cv50 = 10
z with straight body shape, and serifs (default for Slab Upright)
z = 'straight-serifed-with-crossbar', cv50 = 11
z with straight body shape, serifs, and a diagonal crossbar
z = 'straight-serifed-with-horizontal-crossbar', cv50 = 12
z with straight body shape, serifs, and a horizontal crossbar
z = 'curly-serifless', cv50 = 13
z with curly body shape; without serifs
z = 'curly-serifless-with-crossbar', cv50 = 14
z with curly body shape, and a diagonal crossbar; without serifs
z = 'curly-serifless-with-horizontal-crossbar', cv50 = 15
z with curly body shape, and a horizontal crossbar; without serifs
z = 'curly-top-serifed', cv50 = 16
z with curly body shape, and serifs at top
z = 'curly-top-serifed-with-crossbar', cv50 = 17
z with curly body shape, serifs at top, and a diagonal crossbar
z = 'curly-top-serifed-with-horizontal-crossbar', cv50 = 18
z with curly body shape, serifs at top, and a horizontal crossbar
z = 'curly-bottom-serifed', cv50 = 19
z with curly body shape, and serifs at bottom
z = 'curly-bottom-serifed-with-crossbar', cv50 = 20
z with curly body shape, serifs at bottom, and a diagonal crossbar
z = 'curly-bottom-serifed-with-horizontal-crossbar', cv50 = 21
z with curly body shape, serifs at bottom, and a horizontal crossbar
z = 'curly-serifed', cv50 = 22
z with curly body shape, and serifs
z = 'curly-serifed-with-crossbar', cv50 = 23
z with curly body shape, serifs, and a diagonal crossbar
z = 'curly-serifed-with-horizontal-crossbar', cv50 = 24
z with curly body shape, serifs, and a horizontal crossbar
z = 'cursive', cv50 = 25
z with cursive body shape (default for Slab Italic)
z = 'cursive-with-crossbar', cv50 = 26
z with cursive body shape, and a diagonal crossbar
z = 'cursive-with-horizontal-crossbar', cv50 = 27
z with cursive body shape, and a horizontal crossbar
- - Styles for `ẞ` (Capital Eszet) -
8 variants - - - - - - - - - - - - - - - - - -
capital-eszet = 'rounded-serifless', VXAC = 1
Capital Eszet () with rounded top; without serifs
capital-eszet = 'rounded-serifed', VXAC = 2
Capital Eszet () with rounded top, and serifs
capital-eszet = 'flat-top-serifless', VXAC = 3
Capital Eszet () with flat top; without serifs (default for Sans)
capital-eszet = 'flat-top-serifed', VXAC = 4
Capital Eszet () with flat top, and serifs (default for Slab)
capital-eszet = 'corner-serifless', VXAC = 5
Capital Eszet () with top-left corner; without serifs
capital-eszet = 'corner-bottom-serifed', VXAC = 6
Capital Eszet () with top-left corner, and bottom serif
capital-eszet = 'corner-motion-serifed', VXAC = 7
Capital Eszet () with top-left corner, and motion serifs
capital-eszet = 'corner-serifed', VXAC = 8
Capital Eszet () with top-left corner, and serifs
- - Styles for `ſ` (Long-S) -
30 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
long-s = 'bent-hook-serifless', cv51 = 1
Long S (ſ) with bending top hook; without serifs (default for Sans Upright)
long-s = 'bent-hook-middle-serifed', cv51 = 2
Long S (ſ) with bending top hook, and middle serif
long-s = 'bent-hook-middle-serifed-xh', cv51 = 3
Long S (ſ) with bending top hook, and middle serif at x-height
long-s = 'bent-hook-bottom-serifed', cv51 = 4
Long S (ſ) with bending top hook, and bottom serif (default for Slab Upright)
long-s = 'bent-hook-double-serifed', cv51 = 5
Long S (ſ) with bending top hook, and bottom and middle serifs
long-s = 'bent-hook-double-serifed-xh', cv51 = 6
Long S (ſ) with bending top hook, and bottom and middle serifs at x-height
long-s = 'bent-hook-descending', cv51 = 7
Long S (ſ) with bending top hook, and terminal descends baseline; without serifs
long-s = 'bent-hook-descending-middle-serifed', cv51 = 8
Long S (ſ) with bending top hook, terminal descends baseline, and middle serif
long-s = 'bent-hook-descending-middle-serifed-xh', cv51 = 9
Long S (ſ) with bending top hook, terminal descends baseline, and middle serif at x-height
long-s = 'bent-hook-tailed', cv51 = 10
Long S (ſ) with bending top hook, and terminal has a tail; without serifs
long-s = 'bent-hook-tailed-middle-serifed', cv51 = 11
Long S (ſ) with bending top hook, terminal has a tail, and middle serif
long-s = 'bent-hook-tailed-middle-serifed-xh', cv51 = 12
Long S (ſ) with bending top hook, terminal has a tail, and middle serif at x-height
long-s = 'bent-hook-diagonal-tailed', cv51 = 13
Long S (ſ) with bending top hook, and terminal has a diagonal tail; without serifs
long-s = 'bent-hook-diagonal-tailed-middle-serifed', cv51 = 14
Long S (ſ) with bending top hook, terminal has a diagonal tail, and middle serif
long-s = 'bent-hook-diagonal-tailed-middle-serifed-xh', cv51 = 15
Long S (ſ) with bending top hook, terminal has a diagonal tail, and middle serif at x-height
long-s = 'flat-hook-serifless', cv51 = 16
Long S (ſ) with flat top hook; without serifs
long-s = 'flat-hook-middle-serifed', cv51 = 17
Long S (ſ) with flat top hook, and middle serif
long-s = 'flat-hook-middle-serifed-xh', cv51 = 18
Long S (ſ) with flat top hook, and middle serif at x-height
long-s = 'flat-hook-bottom-serifed', cv51 = 19
Long S (ſ) with flat top hook, and bottom serif
long-s = 'flat-hook-double-serifed', cv51 = 20
Long S (ſ) with flat top hook, and bottom and middle serifs
long-s = 'flat-hook-double-serifed-xh', cv51 = 21
Long S (ſ) with flat top hook, and bottom and middle serifs at x-height
long-s = 'flat-hook-descending', cv51 = 22
Long S (ſ) with flat top hook, and terminal descends baseline; without serifs
long-s = 'flat-hook-descending-middle-serifed', cv51 = 23
Long S (ſ) with flat top hook, terminal descends baseline, and middle serif
long-s = 'flat-hook-descending-middle-serifed-xh', cv51 = 24
Long S (ſ) with flat top hook, terminal descends baseline, and middle serif at x-height
long-s = 'flat-hook-tailed', cv51 = 25
Long S (ſ) with flat top hook, and terminal has a tail; without serifs (default for Italic)
long-s = 'flat-hook-tailed-middle-serifed', cv51 = 26
Long S (ſ) with flat top hook, terminal has a tail, and middle serif
long-s = 'flat-hook-tailed-middle-serifed-xh', cv51 = 27
Long S (ſ) with flat top hook, terminal has a tail, and middle serif at x-height
long-s = 'flat-hook-diagonal-tailed', cv51 = 28
Long S (ſ) with flat top hook, and terminal has a diagonal tail; without serifs
long-s = 'flat-hook-diagonal-tailed-middle-serifed', cv51 = 29
Long S (ſ) with flat top hook, terminal has a diagonal tail, and middle serif
long-s = 'flat-hook-diagonal-tailed-middle-serifed-xh', cv51 = 30
Long S (ſ) with flat top hook, terminal has a diagonal tail, and middle serif at x-height
- - Styles for `ß` (Eszet) -
40 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
eszet = 'traditional-serifless', cv52 = 1
Eszet (ß) with traditional, Fraktur-like shape
eszet = 'traditional-middle-serifed', cv52 = 2
Eszet (ß) with traditional, Fraktur-like shape, and serif at middle
eszet = 'traditional-bottom-serifed', cv52 = 3
Eszet (ß) with traditional, Fraktur-like shape, and serif at bottom
eszet = 'traditional-dual-serifed', cv52 = 4
Eszet (ß) with traditional, Fraktur-like shape, and serif at middle and bottom
eszet = 'traditional-descending-serifless', cv52 = 5
Eszet (ß) with traditional, Fraktur-like shape, and terminal descends baseline
eszet = 'traditional-descending-middle-serifed', cv52 = 6
Eszet (ß) with traditional, Fraktur-like shape, terminal descends baseline, and serif at middle
eszet = 'traditional-tailed-serifless', cv52 = 7
Eszet (ß) with traditional, Fraktur-like shape, and terminal containing tail
eszet = 'traditional-tailed-middle-serifed', cv52 = 8
Eszet (ß) with traditional, Fraktur-like shape, terminal containing tail, and serif at middle
eszet = 'traditional-flat-hook-serifless', cv52 = 9
Eszet (ß) with traditional Fraktur-like shape (containing a flat top hook)
eszet = 'traditional-flat-hook-middle-serifed', cv52 = 10
Eszet (ß) with traditional Fraktur-like shape (containing a flat top hook), and serif at middle
eszet = 'traditional-flat-hook-bottom-serifed', cv52 = 11
Eszet (ß) with traditional Fraktur-like shape (containing a flat top hook), and serif at bottom
eszet = 'traditional-flat-hook-dual-serifed', cv52 = 12
Eszet (ß) with traditional Fraktur-like shape (containing a flat top hook), and serif at middle and bottom
eszet = 'traditional-flat-hook-descending-serifless', cv52 = 13
Eszet (ß) with traditional Fraktur-like shape (containing a flat top hook), and terminal descends baseline
eszet = 'traditional-flat-hook-descending-middle-serifed', cv52 = 14
Eszet (ß) with traditional Fraktur-like shape (containing a flat top hook), terminal descends baseline, and serif at middle
eszet = 'traditional-flat-hook-tailed-serifless', cv52 = 15
Eszet (ß) with traditional Fraktur-like shape (containing a flat top hook), and terminal containing tail
eszet = 'traditional-flat-hook-tailed-middle-serifed', cv52 = 16
Eszet (ß) with traditional Fraktur-like shape (containing a flat top hook), terminal containing tail, and serif at middle
eszet = 'sulzbacher-serifless', cv52 = 17
Eszet (ß) with more modern, beta-like shape (default for Sans Upright)
eszet = 'sulzbacher-middle-serifed', cv52 = 18
Eszet (ß) with more modern, beta-like shape, and serif at middle
eszet = 'sulzbacher-middle-serifed-xh', cv52 = 19
Eszet (ß) with more modern, beta-like shape, and serif at middle at x-height
eszet = 'sulzbacher-bottom-serifed', cv52 = 20
Eszet (ß) with more modern, beta-like shape, and serif at bottom (default for Slab Upright)
eszet = 'sulzbacher-dual-serifed', cv52 = 21
Eszet (ß) with more modern, beta-like shape, and serif at middle and bottom
eszet = 'sulzbacher-dual-serifed-xh', cv52 = 22
Eszet (ß) with more modern, beta-like shape, and serif at middle (x-height) and bottom
eszet = 'sulzbacher-descending-serifless', cv52 = 23
Eszet (ß) with more modern, beta-like shape, and terminal descends baseline
eszet = 'sulzbacher-descending-middle-serifed', cv52 = 24
Eszet (ß) with more modern, beta-like shape, terminal descends baseline, and serif at middle
eszet = 'sulzbacher-descending-middle-serifed-xh', cv52 = 25
Eszet (ß) with more modern, beta-like shape, terminal descends baseline, and serif at middle at x-height
eszet = 'sulzbacher-tailed-serifless', cv52 = 26
Eszet (ß) with more modern, beta-like shape, and terminal containing tail (default for Italic)
eszet = 'sulzbacher-tailed-middle-serifed', cv52 = 27
Eszet (ß) with more modern, beta-like shape, terminal containing tail, and serif at middle
eszet = 'sulzbacher-tailed-middle-serifed-xh', cv52 = 28
Eszet (ß) with more modern, beta-like shape, terminal containing tail, and serif at middle at x-height
eszet = 'longs-s-lig-serifless', cv52 = 29
Eszet (ß) with ligature of long-S (ſ) and s
eszet = 'longs-s-lig-middle-serifed', cv52 = 30
Eszet (ß) with ligature of long-S (ſ) and s, and serif at middle
eszet = 'longs-s-lig-middle-serifed-xh', cv52 = 31
Eszet (ß) with ligature of long-S (ſ) and s, and serif at middle at x-height
eszet = 'longs-s-lig-bottom-serifed', cv52 = 32
Eszet (ß) with ligature of long-S (ſ) and s, and serif at bottom
eszet = 'longs-s-lig-dual-serifed', cv52 = 33
Eszet (ß) with ligature of long-S (ſ) and s, and serif at middle and bottom
eszet = 'longs-s-lig-dual-serifed-xh', cv52 = 34
Eszet (ß) with ligature of long-S (ſ) and s, and serif at middle (x-height) and bottom
eszet = 'longs-s-lig-descending-serifless', cv52 = 35
Eszet (ß) with ligature of long-S (ſ) and s, and terminal descends baseline
eszet = 'longs-s-lig-descending-middle-serifed', cv52 = 36
Eszet (ß) with ligature of long-S (ſ) and s, terminal descends baseline, and serif at middle
eszet = 'longs-s-lig-descending-middle-serifed-xh', cv52 = 37
Eszet (ß) with ligature of long-S (ſ) and s, terminal descends baseline, and serif at middle at x-height
eszet = 'longs-s-lig-tailed-serifless', cv52 = 38
Eszet (ß) with ligature of long-S (ſ) and s, and terminal containing tail
eszet = 'longs-s-lig-tailed-middle-serifed', cv52 = 39
Eszet (ß) with ligature of long-S (ſ) and s, terminal containing tail, and serif at middle
eszet = 'longs-s-lig-tailed-middle-serifed-xh', cv52 = 40
Eszet (ß) with ligature of long-S (ſ) and s, terminal containing tail, and serif at middle at x-height
- - Styles for `ð` (Lowercase Eth (`ð`)) -
2 variants - - - - - -
lower-eth = 'straight-bar', cv53 = 1
Lowercase Eth (ð) with a straight bar
lower-eth = 'curly-bar', cv53 = 2
Lowercase Eth (ð) with a curly bar (default)
- - Styles for `Þ` (Capital Thorn (`Þ`)) -
3 variants - - - - - - - -
capital-thorn = 'serifless', VXAD = 1
Capital Thorn (Þ) without serifs (default for Sans)
capital-thorn = 'motion-serifed', VXAD = 2
Capital Thorn (Þ) with motion serifs
capital-thorn = 'serifed', VXAD = 3
Capital Thorn (Þ) with serifs (default for Slab)
- - Styles for `þ` (Lowercase Thorn (`þ`)) -
3 variants - - - - - - - -
lower-thorn = 'serifless', cv54 = 1
Lowercase Thorn (þ) without serifs (default for Sans)
lower-thorn = 'motion-serifed', cv54 = 2
Lowercase Thorn (þ) with motion serifs
lower-thorn = 'serifed', cv54 = 3
Lowercase Thorn (þ) with serifs (default for Slab)
- - Styles for `α` (Greek lower Alpha) -
12 variants - - - - - - - - - - - - - - - - - - - - - - - - - -
lower-alpha = 'crossing', cv55 = 1
Greek lower Alpha (α) with cross-like shape at right (default)
lower-alpha = 'barred', cv55 = 2
Greek lower Alpha (α) with straight right bar
lower-alpha = 'barred-serifed', cv55 = 3
Greek lower Alpha (α) with straight right bar, and serif at terminal
lower-alpha = 'barred-double-serifed', cv55 = 4
Greek lower Alpha (α) with straight right bar, and serifs at top and bottom
lower-alpha = 'barred-tailed', cv55 = 5
Greek lower Alpha (α) with straight right bar, and curly tail
lower-alpha = 'barred-tailed-serifed', cv55 = 6
Greek lower Alpha (α) with straight right bar, and curly tail; with serifs at top and bottom
lower-alpha = 'barred-earless-corner', cv55 = 7
Greek lower Alpha (α) with straight right bar, and earless (cornered top-right)
lower-alpha = 'barred-earless-corner-serifed', cv55 = 8
Greek lower Alpha (α) with straight right bar, earless (cornered top-right), and serif at terminal
lower-alpha = 'barred-earless-corner-tailed', cv55 = 9
Greek lower Alpha (α) with straight right bar, earless (cornered top-right), and curly tail
lower-alpha = 'barred-earless-rounded', cv55 = 10
Greek lower Alpha (α) with straight right bar, and earless (rounded top-right)
lower-alpha = 'barred-earless-rounded-serifed', cv55 = 11
Greek lower Alpha (α) with straight right bar, earless (rounded top-right), and serif at terminal
lower-alpha = 'barred-earless-rounded-tailed', cv55 = 12
Greek lower Alpha (α) with straight right bar, earless (rounded top-right), and curly tail
- - Styles for `Γ` (Greek capital Gamma) -
4 variants - - - - - - - - - -
capital-gamma = 'serifless', cv56 = 1
Standard capital Gamma (Γ) without serifs (default for Sans)
capital-gamma = 'top-right-serifed', cv56 = 2
Standard capital Gamma (Γ) with serifs at top right
capital-gamma = 'bottom-serifed', cv56 = 3
Standard capital Gamma (Γ) with bottom serif
capital-gamma = 'serifed', cv56 = 4
Standard capital Gamma (Γ) with motion serifs at top and bottom (default for Slab)
- - Styles for `Δ` (Greek capital Delta (`Δ`)) -
2 variants - - - - - -
capital-delta = 'straight', cv57 = 1
Standard, straight Greek capital Delta (Δ) (default)
capital-delta = 'curly', cv57 = 2
Slightly curly Greek capital Delta (Δ), like Iosevka 2.x
- - Styles for `δ` (Greek lower Delta) -
2 variants - - - - - -
lower-delta = 'rounded', cv58 = 1
Greek lower Delta (δ) with rounded top (default)
lower-delta = 'flat-top', cv58 = 2
Greek lower Delta (δ) with flat top
- - Styles for `ι` (Greek lower Iota) -
12 variants - - - - - - - - - - - - - - - - - - - - - - - - - -
lower-iota = 'tailless', cv59 = 1
Greek lower Iota (ι) like a straight line
lower-iota = 'tailless-serifed', cv59 = 2
Greek lower Iota (ι) like a straight line with top serif
lower-iota = 'hooky-bottom', cv59 = 3
Greek lower Iota (ι) with a sharp-turning horizontal tail
lower-iota = 'zshaped', cv59 = 4
Z-shaped Greek lower Iota (ι)
lower-iota = 'tailed', cv59 = 5
Greek lower Iota (ι) with curly tail
lower-iota = 'tailed-serifed', cv59 = 6
Greek lower Iota (ι) with top serif and curly tail (default for Italic)
lower-iota = 'flat-tailed', cv59 = 7
Greek lower Iota (ι) with a curly-then-flat tail
lower-iota = 'serifed-flat-tailed', cv59 = 8
Greek lower Iota (ι) with top serif and a curly-then-flat tail
lower-iota = 'diagonal-tailed', cv59 = 9
Greek lower Iota (ι) with a diagonal tail
lower-iota = 'serifed-diagonal-tailed', cv59 = 10
Greek lower Iota (ι) with top serif and a diagonal tail
lower-iota = 'semi-tailed', cv59 = 11
Greek lower Iota (ι) with a slightly curly tail
lower-iota = 'serifed-semi-tailed', cv59 = 12
Greek lower Iota (ι) with top serif and a slightly curly tail (default for Upright)
- - Styles for `Λ` (Greek capital Lambda (`Λ`)) -
8 variants - - - - - - - - - - - - - - - - - -
capital-lambda = 'straight-serifless', cv60 = 1
Greek capital Lambda (Λ) with straight shape; without serifs (default for Sans)
capital-lambda = 'straight-top-serifed', cv60 = 2
Greek capital Lambda (Λ) with straight shape, and serifs at top
capital-lambda = 'straight-base-serifed', cv60 = 3
Greek capital Lambda (Λ) with straight shape, and serifs at base (default for Slab)
capital-lambda = 'straight-tri-serifed', cv60 = 4
Greek capital Lambda (Λ) with straight shape, and serifs at both top and base
capital-lambda = 'curly-serifless', cv60 = 5
Greek capital Lambda (Λ) with curly shape; without serifs
capital-lambda = 'curly-top-serifed', cv60 = 6
Greek capital Lambda (Λ) with curly shape, and serifs at top
capital-lambda = 'curly-base-serifed', cv60 = 7
Greek capital Lambda (Λ) with curly shape, and serifs at base
capital-lambda = 'curly-tri-serifed', cv60 = 8
Greek capital Lambda (Λ) with curly shape, and serifs at both top and base
- - Styles for `λ` (Greek small Lambda) -
6 variants - - - - - - - - - - - - - -
lower-lambda = 'straight', cv61 = 1
More-straight Greek small Lambda (λ) (default for Sans Upright, Sans Italic, Slab Italic)
lower-lambda = 'straight-turn', cv61 = 2
Greek small Lambda (λ) with straight upper and a tail turns leftward (default for Slab Upright)
lower-lambda = 'tailed-turn', cv61 = 3
More curly Greek small Lambda (λ), with a tail turns leftward at top and a tail turns right at bottom-right
lower-lambda = 'curly', cv61 = 4
More curly Greek small Lambda (λ), like Iosevka 2.x
lower-lambda = 'curly-turn', cv61 = 5
More curly Greek small Lambda (λ), like Iosevka 2.x, with a tail turns leftward
lower-lambda = 'curly-tailed-turn', cv61 = 6
More curly Greek small Lambda (λ), with a tail turns leftward at top, a tail turns right at bottom-right, and curly bottom-left leg
- - Styles for `μ` (Greek small Mu) -
13 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - -
lower-mu = 'toothed-serifless', cv62 = 1
Greek small Mu (μ) with toothed shape; without serifs
lower-mu = 'toothed-bottom-right-serifed', cv62 = 2
Greek small Mu (μ) with toothed shape, and serif at bottom-right
lower-mu = 'toothed-motion-serifed', cv62 = 3
Greek small Mu (μ) with toothed shape, and motion serifs at top-left and bottom-right
lower-mu = 'toothed-serifed', cv62 = 4
Greek small Mu (μ) with toothed shape, and serifs
lower-mu = 'tailed-serifless', cv62 = 5
Greek small Mu (μ) with tailed shape; without serifs (default for Sans)
lower-mu = 'tailed-motion-serifed', cv62 = 6
Greek small Mu (μ) with tailed shape, and motion serifs at top-left and bottom-right (default for Slab Italic)
lower-mu = 'tailed-serifed', cv62 = 7
Greek small Mu (μ) with tailed shape, and serifs (default for Slab Upright)
lower-mu = 'toothless-corner-serifless', cv62 = 8
Greek small Mu (μ) with toothless (corner bottom-right) shape; without serifs
lower-mu = 'toothless-corner-motion-serifed', cv62 = 9
Greek small Mu (μ) with toothless (corner bottom-right) shape, and motion serifs at top-left and bottom-right
lower-mu = 'toothless-corner-serifed', cv62 = 10
Greek small Mu (μ) with toothless (corner bottom-right) shape, and serifs
lower-mu = 'toothless-rounded-serifless', cv62 = 11
Greek small Mu (μ) with toothless (rounded) shape; without serifs
lower-mu = 'toothless-rounded-motion-serifed', cv62 = 12
Greek small Mu (μ) with toothless (rounded) shape, and motion serifs at top-left and bottom-right
lower-mu = 'toothless-rounded-serifed', cv62 = 13
Greek small Mu (μ) with toothless (rounded) shape, and serifs
- - Styles for `ξ` (Greek lower Xi) -
2 variants - - - - - -
lower-xi = 'rounded', cv63 = 1
Greek lower Xi (ξ) with rounded top
lower-xi = 'flat-top', cv63 = 2
Greek lower Xi (ξ) with flat top (default)
- - Styles for `π` (Greek lower Pi) -
3 variants - - - - - - - -
lower-pi = 'tailless', cv64 = 1
Greek lower Pi (π) with a tailless shape
lower-pi = 'tailed', cv64 = 2
Greek lower Pi (π) with a tailed shape (default)
lower-pi = 'small-capital', cv64 = 3
Greek lower Pi (π) with a small-capital shape
- - Styles for `τ` (Greek lower Tau) -
6 variants - - - - - - - - - - - - - -
lower-tau = 'tailless', cv65 = 1
Greek lower Tau (τ) with a tailless shape
lower-tau = 'short-tailed', cv65 = 2
Greek lower Tau (τ) with a very short tail
lower-tau = 'tailed', cv65 = 3
Greek lower Tau (τ) with curly tail (default for Italic)
lower-tau = 'flat-tailed', cv65 = 4
Greek lower Tau (τ) with a flat tail
lower-tau = 'diagonal-tailed', cv65 = 5
Greek lower Tau (τ) with a diagonal tail
lower-tau = 'semi-tailed', cv65 = 6
Greek lower Tau (τ) with a slightly curly tail (default for Upright)
- - Styles for `χ` (Greek lower Chi) -
9 variants - - - - - - - - - - - - - - - - - - - -
lower-chi = 'straight-serifless', cv66 = 1
Greek lower Chi (χ) with straight shape; without serifs (default for Sans)
lower-chi = 'straight-motion-serifed', cv66 = 2
Greek lower Chi (χ) with straight shape, and motion serifs
lower-chi = 'straight-serifed', cv66 = 3
Greek lower Chi (χ) with straight shape, and serifs (default for Slab)
lower-chi = 'curly-serifless', cv66 = 4
Greek lower Chi (χ) with curly shape; without serifs
lower-chi = 'curly-motion-serifed', cv66 = 5
Greek lower Chi (χ) with curly shape, and motion serifs
lower-chi = 'curly-serifed', cv66 = 6
Greek lower Chi (χ) with curly shape, and serifs
lower-chi = 'semi-chancery-straight', cv66 = 7
Greek lower Chi (χ) with Semi-chancery shape with straight counter-leg
lower-chi = 'semi-chancery-curly', cv66 = 8
Greek lower Chi (χ) with Semi-chancery shape with curly counter-leg
lower-chi = 'chancery', cv66 = 9
Greek lower Chi (χ) with Chancery shape
- - Styles for `Ж` (Cyrillic Capital Zhe) -
5 variants - - - - - - - - - - - -
cyrl-capital-zhe = 'straight', cv67 = 1
Cyrillic Capital Zhe (Ж) with straight legs
cyrl-capital-zhe = 'curly', cv67 = 2
Cyrillic Capital Zhe (Ж) with curly legs
cyrl-capital-zhe = 'symmetric-touching', cv67 = 3
Cyrillic Capital Zhe (Ж) with symmetric legs touching the vertical bar
cyrl-capital-zhe = 'symmetric-connected', cv67 = 4
Cyrillic Capital Zhe (Ж) with symmetric legs connected to the vertical bar (default)
cyrl-capital-zhe = 'cursive', cv67 = 5
Cyrillic Capital Zhe (Ж) with cursive legs
- - Styles for `ж` (Cyrillic Zhe) -
5 variants - - - - - - - - - - - -
cyrl-zhe = 'straight', cv68 = 1
Cyrillic Lower Zhe (ж) with straight legs
cyrl-zhe = 'curly', cv68 = 2
Cyrillic Lower Zhe (ж) with curly legs
cyrl-zhe = 'symmetric-touching', cv68 = 3
Cyrillic Lower Zhe (ж) with symmetric legs touching the vertical bar
cyrl-zhe = 'symmetric-connected', cv68 = 4
Cyrillic Lower Zhe (ж) with symmetric legs connected to the vertical bar (default)
cyrl-zhe = 'cursive', cv68 = 5
Cyrillic Lower Zhe (ж) with cursive legs
- - Styles for `З` (Cyrillic Capital Ze) -
7 variants - - - - - - - - - - - - - - - -
cyrl-capital-ze = 'serifless', cv69 = 1
Serifless Cyrillic Capital Ze (З) (default for Sans)
cyrl-capital-ze = 'unilateral-serifed', cv69 = 2
Cyrillic Capital Ze (З) with serif at top (default for Slab)
cyrl-capital-ze = 'unilateral-bottom-serifed', cv69 = 3
Cyrillic Capital Ze (З) with serif at bottom
cyrl-capital-ze = 'bilateral-serifed', cv69 = 4
Cyrillic Capital Ze (З) with serif at both top and bottom
cyrl-capital-ze = 'unilateral-inward-serifed', cv69 = 5
Cyrillic Capital Ze (З) with inward serif at top
cyrl-capital-ze = 'unilateral-bottom-inward-serifed', cv69 = 6
Cyrillic Capital Ze (З) with inward serif at bottom
cyrl-capital-ze = 'bilateral-inward-serifed', cv69 = 7
Cyrillic Capital Ze (З) with inward serif at both top and bottom
- - Styles for `з` (Cyrillic Lower Ze) -
7 variants - - - - - - - - - - - - - - - -
cyrl-ze = 'serifless', cv70 = 1
Serifless Cyrillic Lower Ze (з) (default for Sans)
cyrl-ze = 'unilateral-serifed', cv70 = 2
Cyrillic Lower Ze (з) with serif at top (default for Slab Upright)
cyrl-ze = 'unilateral-bottom-serifed', cv70 = 3
Cyrillic Lower Ze (з) with serif at bottom
cyrl-ze = 'bilateral-serifed', cv70 = 4
Cyrillic Lower Ze (з) with serif at both top and bottom
cyrl-ze = 'unilateral-inward-serifed', cv70 = 5
Cyrillic Lower Ze (з) with inward serif at top
cyrl-ze = 'unilateral-bottom-inward-serifed', cv70 = 6
Cyrillic Lower Ze (з) with inward serif at bottom (default for Slab Italic)
cyrl-ze = 'bilateral-inward-serifed', cv70 = 7
Cyrillic Lower Ze (з) with inward serif at both top and bottom
- - Styles for `К` (Cyrillic Capital Ka) -
20 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
cyrl-capital-ka = 'straight-serifless', cv71 = 1
Cyrillic Capital Ka (К) with straight shape; without serifs
cyrl-capital-ka = 'straight-top-left-serifed', cv71 = 2
Cyrillic Capital Ka (К) with straight shape, and serifs at top left
cyrl-capital-ka = 'straight-bottom-right-serifed', cv71 = 3
Cyrillic Capital Ka (К) with straight shape, and serifs at bottom right
cyrl-capital-ka = 'straight-top-left-and-bottom-right-serifed', cv71 = 4
Cyrillic Capital Ka (К) with straight shape, and serifs at top left and bottom right
cyrl-capital-ka = 'straight-serifed', cv71 = 5
Cyrillic Capital Ka (К) with straight shape, and serifs
cyrl-capital-ka = 'curly-serifless', cv71 = 6
Cyrillic Capital Ka (К) with curly shape; without serifs
cyrl-capital-ka = 'curly-top-left-serifed', cv71 = 7
Cyrillic Capital Ka (К) with curly shape, and serifs at top left
cyrl-capital-ka = 'curly-bottom-right-serifed', cv71 = 8
Cyrillic Capital Ka (К) with curly shape, and serifs at bottom right
cyrl-capital-ka = 'curly-top-left-and-bottom-right-serifed', cv71 = 9
Cyrillic Capital Ka (К) with curly shape, and serifs at top left and bottom right
cyrl-capital-ka = 'curly-serifed', cv71 = 10
Cyrillic Capital Ka (К) with curly shape, and serifs
cyrl-capital-ka = 'symmetric-touching-serifless', cv71 = 11
Cyrillic Capital Ka (К) with symmetric legs touching the vertical bar; without serifs
cyrl-capital-ka = 'symmetric-touching-top-left-serifed', cv71 = 12
Cyrillic Capital Ka (К) with symmetric legs touching the vertical bar, and serifs at top left
cyrl-capital-ka = 'symmetric-touching-bottom-right-serifed', cv71 = 13
Cyrillic Capital Ka (К) with symmetric legs touching the vertical bar, and serifs at bottom right
cyrl-capital-ka = 'symmetric-touching-top-left-and-bottom-right-serifed', cv71 = 14
Cyrillic Capital Ka (К) with symmetric legs touching the vertical bar, and serifs at top left and bottom right
cyrl-capital-ka = 'symmetric-touching-serifed', cv71 = 15
Cyrillic Capital Ka (К) with symmetric legs touching the vertical bar, and serifs
cyrl-capital-ka = 'symmetric-connected-serifless', cv71 = 16
Cyrillic Capital Ka (К) with symmetric legs connected to the vertical bar; without serifs (default for Sans)
cyrl-capital-ka = 'symmetric-connected-top-left-serifed', cv71 = 17
Cyrillic Capital Ka (К) with symmetric legs connected to the vertical bar, and serifs at top left
cyrl-capital-ka = 'symmetric-connected-bottom-right-serifed', cv71 = 18
Cyrillic Capital Ka (К) with symmetric legs connected to the vertical bar, and serifs at bottom right
cyrl-capital-ka = 'symmetric-connected-top-left-and-bottom-right-serifed', cv71 = 19
Cyrillic Capital Ka (К) with symmetric legs connected to the vertical bar, and serifs at top left and bottom right
cyrl-capital-ka = 'symmetric-connected-serifed', cv71 = 20
Cyrillic Capital Ka (К) with symmetric legs connected to the vertical bar, and serifs (default for Slab)
- - Styles for `к` (Cyrillic Ka) -
20 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
cyrl-ka = 'straight-serifless', cv72 = 1
Cyrillic Lower Ka (к) with straight shape; without serifs
cyrl-ka = 'straight-top-left-serifed', cv72 = 2
Cyrillic Lower Ka (к) with straight shape, and serifs at top left
cyrl-ka = 'straight-bottom-right-serifed', cv72 = 3
Cyrillic Lower Ka (к) with straight shape, and serifs at bottom right
cyrl-ka = 'straight-top-left-and-bottom-right-serifed', cv72 = 4
Cyrillic Lower Ka (к) with straight shape, and serifs at top left and bottom right
cyrl-ka = 'straight-serifed', cv72 = 5
Cyrillic Lower Ka (к) with straight shape, and serifs
cyrl-ka = 'curly-serifless', cv72 = 6
Cyrillic Lower Ka (к) with curly shape; without serifs
cyrl-ka = 'curly-top-left-serifed', cv72 = 7
Cyrillic Lower Ka (к) with curly shape, and serifs at top left
cyrl-ka = 'curly-bottom-right-serifed', cv72 = 8
Cyrillic Lower Ka (к) with curly shape, and serifs at bottom right
cyrl-ka = 'curly-top-left-and-bottom-right-serifed', cv72 = 9
Cyrillic Lower Ka (к) with curly shape, and serifs at top left and bottom right
cyrl-ka = 'curly-serifed', cv72 = 10
Cyrillic Lower Ka (к) with curly shape, and serifs
cyrl-ka = 'symmetric-touching-serifless', cv72 = 11
Cyrillic Lower Ka (к) with symmetric legs touching the vertical bar; without serifs
cyrl-ka = 'symmetric-touching-top-left-serifed', cv72 = 12
Cyrillic Lower Ka (к) with symmetric legs touching the vertical bar, and serifs at top left
cyrl-ka = 'symmetric-touching-bottom-right-serifed', cv72 = 13
Cyrillic Lower Ka (к) with symmetric legs touching the vertical bar, and serifs at bottom right
cyrl-ka = 'symmetric-touching-top-left-and-bottom-right-serifed', cv72 = 14
Cyrillic Lower Ka (к) with symmetric legs touching the vertical bar, and serifs at top left and bottom right
cyrl-ka = 'symmetric-touching-serifed', cv72 = 15
Cyrillic Lower Ka (к) with symmetric legs touching the vertical bar, and serifs
cyrl-ka = 'symmetric-connected-serifless', cv72 = 16
Cyrillic Lower Ka (к) with symmetric legs connected to the vertical bar; without serifs (default for Sans)
cyrl-ka = 'symmetric-connected-top-left-serifed', cv72 = 17
Cyrillic Lower Ka (к) with symmetric legs connected to the vertical bar, and serifs at top left (default for Slab Italic)
cyrl-ka = 'symmetric-connected-bottom-right-serifed', cv72 = 18
Cyrillic Lower Ka (к) with symmetric legs connected to the vertical bar, and serifs at bottom right
cyrl-ka = 'symmetric-connected-top-left-and-bottom-right-serifed', cv72 = 19
Cyrillic Lower Ka (к) with symmetric legs connected to the vertical bar, and serifs at top left and bottom right
cyrl-ka = 'symmetric-connected-serifed', cv72 = 20
Cyrillic Lower Ka (к) with symmetric legs connected to the vertical bar, and serifs (default for Slab Upright)
- - Styles for `л` (Cyrillic Lower El) -
2 variants - - - - - -
cyrl-el = 'straight', cv73 = 1
Cyrillic Lower El (л) with standard shape (default)
cyrl-el = 'tailed', cv73 = 2
Cyrillic Lower El (л) with tail shape
- - Styles for `м` (Cyrillic Lower Em) -
12 variants - - - - - - - - - - - - - - - - - - - - - - - - - -
cyrl-em = 'hanging-serifless', cv74 = 1
Cyrillic Lower Em (м) with middle being hanging off baseline; without serifs
cyrl-em = 'hanging-motion-serifed', cv74 = 2
Cyrillic Lower Em (м) with middle being hanging off baseline, and motion serifs
cyrl-em = 'hanging-serifed', cv74 = 3
Cyrillic Lower Em (м) with middle being hanging off baseline, and serifs
cyrl-em = 'flat-bottom-serifless', cv74 = 4
Cyrillic Lower Em (м) with middle aligned to baseline; without serifs (default for Sans)
cyrl-em = 'flat-bottom-motion-serifed', cv74 = 5
Cyrillic Lower Em (м) with middle aligned to baseline, and motion serifs
cyrl-em = 'flat-bottom-serifed', cv74 = 6
Cyrillic Lower Em (м) with middle aligned to baseline, and serifs (default for Slab)
cyrl-em = 'slanted-sides-hanging-serifless', cv74 = 7
Cyrillic Lower Em (м) with slanted sides, and middle being hanging off baseline; without serifs
cyrl-em = 'slanted-sides-hanging-motion-serifed', cv74 = 8
Cyrillic Lower Em (м) with slanted sides, middle being hanging off baseline, and motion serifs
cyrl-em = 'slanted-sides-hanging-serifed', cv74 = 9
Cyrillic Lower Em (м) with slanted sides, middle being hanging off baseline, and serifs
cyrl-em = 'slanted-sides-flat-bottom-serifless', cv74 = 10
Cyrillic Lower Em (м) with slanted sides, and middle aligned to baseline; without serifs
cyrl-em = 'slanted-sides-flat-bottom-motion-serifed', cv74 = 11
Cyrillic Lower Em (м) with slanted sides, middle aligned to baseline, and motion serifs
cyrl-em = 'slanted-sides-flat-bottom-serifed', cv74 = 12
Cyrillic Lower Em (м) with slanted sides, middle aligned to baseline, and serifs
- - Styles for `н` (Cyrillic Lower En) -
7 variants - - - - - - - - - - - - - - - -
cyrl-en = 'serifless', cv75 = 1
Cyrillic Lower En (н) without serifs (default for Sans)
cyrl-en = 'top-left-serifed', cv75 = 2
Cyrillic Lower En (н) with serifs at top left
cyrl-en = 'top-left-bottom-right-serifed', cv75 = 3
Cyrillic Lower En (н) with serifs at top left and bottom right (default for Slab Italic)
cyrl-en = 'serifed', cv75 = 4
Cyrillic Lower En (н) with serifs (default for Slab Upright)
cyrl-en = 'tailed-serifless', cv75 = 5
Cyrillic Lower En (н) with tail; without serifs
cyrl-en = 'tailed-top-left-serifed', cv75 = 6
Cyrillic Lower En (н) with tail, and serifs at top left
cyrl-en = 'tailed-serifed', cv75 = 7
Cyrillic Lower En (н) with tail, and serifs
- - Styles for `р` (Cyrillic Lower Er) -
7 variants - - - - - - - - - - - - - - - -
cyrl-er = 'eared-serifless', cv76 = 1
Cyrillic Lower Er (р) with eared shape; without serifs (default for Sans)
cyrl-er = 'eared-motion-serifed', cv76 = 2
Cyrillic Lower Er (р) with eared shape, and motion serifs
cyrl-er = 'eared-serifed', cv76 = 3
Cyrillic Lower Er (р) with eared shape, and serifs (default for Slab)
cyrl-er = 'earless-corner-serifless', cv76 = 4
Cyrillic Lower Er (р) with earless (cornered) shape; without serifs
cyrl-er = 'earless-corner-serifed', cv76 = 5
Cyrillic Lower Er (р) with earless (cornered) shape, and serifs
cyrl-er = 'earless-rounded-serifless', cv76 = 6
Cyrillic Lower Er (р) with earless (rounded) shape; without serifs
cyrl-er = 'earless-rounded-serifed', cv76 = 7
Cyrillic Lower Er (р) with earless (rounded) shape, and serifs
- - Styles for `У` (Cyrillic Capital U) -
18 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
cyrl-capital-u = 'straight-serifless', cv77 = 1
Cyrillic Capital U (У) with straight shape; without serifs (default for Sans)
cyrl-capital-u = 'straight-motion-serifed', cv77 = 2
Cyrillic Capital U (У) with straight shape, and motion serifs
cyrl-capital-u = 'straight-serifed', cv77 = 3
Cyrillic Capital U (У) with straight shape, and serifs
cyrl-capital-u = 'straight-turn-serifless', cv77 = 4
Cyrillic Capital U (У) with straight shape, and a tail turns leftward; without serifs
cyrl-capital-u = 'straight-turn-motion-serifed', cv77 = 5
Cyrillic Capital U (У) with straight shape, a tail turns leftward, and motion serifs
cyrl-capital-u = 'straight-turn-serifed', cv77 = 6
Cyrillic Capital U (У) with straight shape, a tail turns leftward, and serifs (default for Slab)
cyrl-capital-u = 'curly-serifless', cv77 = 7
Cyrillic Capital U (У) with curly shape; without serifs
cyrl-capital-u = 'curly-motion-serifed', cv77 = 8
Cyrillic Capital U (У) with curly shape, and motion serifs
cyrl-capital-u = 'curly-serifed', cv77 = 9
Cyrillic Capital U (У) with curly shape, and serifs
cyrl-capital-u = 'curly-turn-serifless', cv77 = 10
Cyrillic Capital U (У) with curly shape, and a tail turns leftward; without serifs
cyrl-capital-u = 'curly-turn-motion-serifed', cv77 = 11
Cyrillic Capital U (У) with curly shape, a tail turns leftward, and motion serifs
cyrl-capital-u = 'curly-turn-serifed', cv77 = 12
Cyrillic Capital U (У) with curly shape, a tail turns leftward, and serifs
cyrl-capital-u = 'cursive-serifless', cv77 = 13
Cyrillic Capital U (У) with cursive shape; without serifs
cyrl-capital-u = 'cursive-motion-serifed', cv77 = 14
Cyrillic Capital U (У) with cursive shape, and motion serifs
cyrl-capital-u = 'cursive-serifed', cv77 = 15
Cyrillic Capital U (У) with cursive shape, and serifs
cyrl-capital-u = 'cursive-flat-hook-serifless', cv77 = 16
Cyrillic Capital U (У) with cursive shape, and a flat terminal hook; without serifs
cyrl-capital-u = 'cursive-flat-hook-motion-serifed', cv77 = 17
Cyrillic Capital U (У) with cursive shape, a flat terminal hook, and motion serifs
cyrl-capital-u = 'cursive-flat-hook-serifed', cv77 = 18
Cyrillic Capital U (У) with cursive shape, a flat terminal hook, and serifs
- - Styles for `у` (Cyrillic Lower U) -
18 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
cyrl-u = 'straight-serifless', cv78 = 1
Cyrillic Lower U (у) with straight shape; without serifs (default for Sans Upright)
cyrl-u = 'straight-motion-serifed', cv78 = 2
Cyrillic Lower U (у) with straight shape, and motion serifs
cyrl-u = 'straight-serifed', cv78 = 3
Cyrillic Lower U (у) with straight shape, and serifs
cyrl-u = 'straight-turn-serifless', cv78 = 4
Cyrillic Lower U (у) with straight shape, and a tail turns leftward; without serifs
cyrl-u = 'straight-turn-motion-serifed', cv78 = 5
Cyrillic Lower U (у) with straight shape, a tail turns leftward, and motion serifs
cyrl-u = 'straight-turn-serifed', cv78 = 6
Cyrillic Lower U (у) with straight shape, a tail turns leftward, and serifs (default for Slab Upright)
cyrl-u = 'curly-serifless', cv78 = 7
Cyrillic Lower U (у) with curly shape; without serifs
cyrl-u = 'curly-motion-serifed', cv78 = 8
Cyrillic Lower U (у) with curly shape, and motion serifs
cyrl-u = 'curly-serifed', cv78 = 9
Cyrillic Lower U (у) with curly shape, and serifs
cyrl-u = 'curly-turn-serifless', cv78 = 10
Cyrillic Lower U (у) with curly shape, and a tail turns leftward; without serifs
cyrl-u = 'curly-turn-motion-serifed', cv78 = 11
Cyrillic Lower U (у) with curly shape, a tail turns leftward, and motion serifs
cyrl-u = 'curly-turn-serifed', cv78 = 12
Cyrillic Lower U (у) with curly shape, a tail turns leftward, and serifs
cyrl-u = 'cursive-serifless', cv78 = 13
Cyrillic Lower U (у) with cursive shape; without serifs (default for Sans Italic)
cyrl-u = 'cursive-motion-serifed', cv78 = 14
Cyrillic Lower U (у) with cursive shape, and motion serifs (default for Slab Italic)
cyrl-u = 'cursive-serifed', cv78 = 15
Cyrillic Lower U (у) with cursive shape, and serifs
cyrl-u = 'cursive-flat-hook-serifless', cv78 = 16
Cyrillic Lower U (у) with cursive shape, and a flat terminal hook; without serifs
cyrl-u = 'cursive-flat-hook-motion-serifed', cv78 = 17
Cyrillic Lower U (у) with cursive shape, a flat terminal hook, and motion serifs
cyrl-u = 'cursive-flat-hook-serifed', cv78 = 18
Cyrillic Lower U (у) with cursive shape, a flat terminal hook, and serifs
- - Styles for `ф` (Cyrillic Lower Ef) -
8 variants - - - - - - - - - - - - - - - - - -
cyrl-ef = 'serifless', cv79 = 1
Cyrillic Lower Ef (ф) with straight bar; without serifs (default for Sans Upright)
cyrl-ef = 'top-serifed', cv79 = 2
Cyrillic Lower Ef (ф) with straight bar, and serif at top
cyrl-ef = 'serifed', cv79 = 3
Cyrillic Lower Ef (ф) with straight bar, and serifs at top and bottom (default for Slab Upright)
cyrl-ef = 'cursive', cv79 = 4
Cyrillic Lower Ef (ф) with cursive bar (default for Italic)
cyrl-ef = 'split-serifless', cv79 = 5
Cyrillic Lower Ef (ф) with split bowl, and straight bar; without serifs
cyrl-ef = 'split-top-serifed', cv79 = 6
Cyrillic Lower Ef (ф) with split bowl, straight bar, and serif at top
cyrl-ef = 'split-serifed', cv79 = 7
Cyrillic Lower Ef (ф) with split bowl, straight bar, and serifs at top and bottom
cyrl-ef = 'split-cursive', cv79 = 8
Cyrillic Lower Ef (ф) with split bowl, and cursive bar
- - Styles for `ч` (Cyrillic Lower Che) -
2 variants - - - - - -
cyrl-che = 'standard', cv80 = 1
Cyrillic Lower Che (ч) with standard shape (default)
cyrl-che = 'tailed', cv80 = 2
Cyrillic Lower Che (ч) with tail
- - Styles for `ь`, `ъ` (Cyrillic Lower Yeri and related letters) -
3 variants - - - - - - - -
cyrl-yeri = 'corner', cv81 = 1
Cyrillic Lower Yeri (ь) with corner at bottom left (default for Upright)
cyrl-yeri = 'round', cv81 = 2
Cyrillic Lower Yeri (ь) with rounded shape (default for Sans Italic)
cyrl-yeri = 'cursive', cv81 = 3
Cyrillic Lower Yeri (ь) with cursive shape (default for Slab Italic)
- - Styles for `ы` (Cyrillic Lower Yery) -
6 variants - - - - - - - - - - - - - -
cyrl-yery = 'corner', cv82 = 1
Cyrillic Lower Yery (ы) with corner at bottom left (default for Upright)
cyrl-yery = 'corner-tailed', cv82 = 2
Cyrillic Lower Yery (ы) with corner at bottom left and tail
cyrl-yery = 'round', cv82 = 3
Cyrillic Lower Yery (ы) with rounded shape (default for Sans Italic)
cyrl-yery = 'round-tailed', cv82 = 4
Cyrillic Lower Yery (ы) with rounded shape and tail
cyrl-yery = 'cursive', cv82 = 5
Cyrillic Lower Yery (ы) with cursive shape (default for Slab Italic)
cyrl-yery = 'cursive-tailed', cv82 = 6
Cyrillic Lower Yery (ы) with cursive shape and tail
- - Styles for `Э` (Cyrillic Capital E (`Э`)) -
7 variants - - - - - - - - - - - - - - - -
cyrl-capital-e = 'serifless', VXAA = 1
Serifless Cyrillic Capital E (Э) (default for Sans)
cyrl-capital-e = 'unilateral-serifed', VXAA = 2
Cyrillic Capital E (Э) with serif at top (default for Slab)
cyrl-capital-e = 'unilateral-bottom-serifed', VXAA = 3
Cyrillic Capital E (Э) with serif at bottom
cyrl-capital-e = 'bilateral-serifed', VXAA = 4
Cyrillic Capital E (Э) with serifs at both top and bottom
cyrl-capital-e = 'unilateral-inward-serifed', VXAA = 5
Cyrillic Capital E (Э) with inward serif at top
cyrl-capital-e = 'unilateral-bottom-inward-serifed', VXAA = 6
Cyrillic Capital E (Э) with inward serif at bottom
cyrl-capital-e = 'bilateral-inward-serifed', VXAA = 7
Cyrillic Capital E (Э) with inward serif at both top and bottom
- - Styles for `э` (Cyrillic Lower E (`э`)) -
7 variants - - - - - - - - - - - - - - - -
cyrl-e = 'serifless', VXAB = 1
Serifless Cyrillic Lower E (э) (default for Sans)
cyrl-e = 'unilateral-serifed', VXAB = 2
Cyrillic Lower E (э) with serif at top (default for Slab Upright)
cyrl-e = 'unilateral-bottom-serifed', VXAB = 3
Cyrillic Lower E (э) with serif at bottom
cyrl-e = 'bilateral-serifed', VXAB = 4
Cyrillic Lower E (э) with serifs at both top and bottom
cyrl-e = 'unilateral-inward-serifed', VXAB = 5
Cyrillic Lower E (э) with inward serif at top
cyrl-e = 'unilateral-bottom-inward-serifed', VXAB = 6
Cyrillic Lower E (э) with inward serif at bottom (default for Slab Italic)
cyrl-e = 'bilateral-inward-serifed', VXAB = 7
Cyrillic Lower E (э) with inward serif at both top and bottom
- - Styles for `Я` (Cyrillic Capital Ya) -
18 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
cyrl-capital-ya = 'straight-serifless', cv83 = 1
Cyrillic Capital Ya (Я) with straight leg; without serifs (default for Sans)
cyrl-capital-ya = 'straight-motion-serifed', cv83 = 2
Cyrillic Capital Ya (Я) with straight leg, and motion serifs at bottom-left
cyrl-capital-ya = 'straight-serifed', cv83 = 3
Cyrillic Capital Ya (Я) with straight leg, and serifs (default for Slab)
cyrl-capital-ya = 'straight-open-serifless', cv83 = 4
Cyrillic Capital Ya (Я) with straight leg, and open contour; without serifs
cyrl-capital-ya = 'straight-open-motion-serifed', cv83 = 5
Cyrillic Capital Ya (Я) with straight leg, open contour, and motion serifs at bottom-left
cyrl-capital-ya = 'straight-open-serifed', cv83 = 6
Cyrillic Capital Ya (Я) with straight leg, open contour, and serifs
cyrl-capital-ya = 'curly-serifless', cv83 = 7
Cyrillic Capital Ya (Я) with curly leg; without serifs
cyrl-capital-ya = 'curly-motion-serifed', cv83 = 8
Cyrillic Capital Ya (Я) with curly leg, and motion serifs at bottom-left
cyrl-capital-ya = 'curly-serifed', cv83 = 9
Cyrillic Capital Ya (Я) with curly leg, and serifs
cyrl-capital-ya = 'curly-open-serifless', cv83 = 10
Cyrillic Capital Ya (Я) with curly leg, and open contour; without serifs
cyrl-capital-ya = 'curly-open-motion-serifed', cv83 = 11
Cyrillic Capital Ya (Я) with curly leg, open contour, and motion serifs at bottom-left
cyrl-capital-ya = 'curly-open-serifed', cv83 = 12
Cyrillic Capital Ya (Я) with curly leg, open contour, and serifs
cyrl-capital-ya = 'standing-serifless', cv83 = 13
Cyrillic Capital Ya (Я) with standing leg (like Helvetica); without serifs
cyrl-capital-ya = 'standing-motion-serifed', cv83 = 14
Cyrillic Capital Ya (Я) with standing leg (like Helvetica), and motion serifs at bottom-left
cyrl-capital-ya = 'standing-serifed', cv83 = 15
Cyrillic Capital Ya (Я) with standing leg (like Helvetica), and serifs
cyrl-capital-ya = 'standing-open-serifless', cv83 = 16
Cyrillic Capital Ya (Я) with standing leg (like Helvetica), and open contour; without serifs
cyrl-capital-ya = 'standing-open-motion-serifed', cv83 = 17
Cyrillic Capital Ya (Я) with standing leg (like Helvetica), open contour, and motion serifs at bottom-left
cyrl-capital-ya = 'standing-open-serifed', cv83 = 18
Cyrillic Capital Ya (Я) with standing leg (like Helvetica), open contour, and serifs
- - Styles for `я` (Cyrillic Lower Ya) -
36 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
cyrl-ya = 'straight-serifless', cv84 = 1
Cyrillic Lower Ya (я) with straight leg; without serifs (default for Sans)
cyrl-ya = 'straight-motion-serifed', cv84 = 2
Cyrillic Lower Ya (я) with straight leg, and motion serifs at bottom-left
cyrl-ya = 'straight-serifed', cv84 = 3
Cyrillic Lower Ya (я) with straight leg, and serifs (default for Slab)
cyrl-ya = 'straight-tailed-serifless', cv84 = 4
Cyrillic Lower Ya (я) with straight leg, and tail; without serifs
cyrl-ya = 'straight-tailed-motion-serifed', cv84 = 5
Cyrillic Lower Ya (я) with straight leg, tail, and motion serifs at bottom-left
cyrl-ya = 'straight-tailed-serifed', cv84 = 6
Cyrillic Lower Ya (я) with straight leg, tail, and serifs
cyrl-ya = 'straight-open-serifless', cv84 = 7
Cyrillic Lower Ya (я) with straight leg, and open contour; without serifs
cyrl-ya = 'straight-open-motion-serifed', cv84 = 8
Cyrillic Lower Ya (я) with straight leg, open contour, and motion serifs at bottom-left
cyrl-ya = 'straight-open-serifed', cv84 = 9
Cyrillic Lower Ya (я) with straight leg, open contour, and serifs
cyrl-ya = 'straight-open-tailed-serifless', cv84 = 10
Cyrillic Lower Ya (я) with straight leg, open contour, and tail; without serifs
cyrl-ya = 'straight-open-tailed-motion-serifed', cv84 = 11
Cyrillic Lower Ya (я) with straight leg, open contour, tail, and motion serifs at bottom-left
cyrl-ya = 'straight-open-tailed-serifed', cv84 = 12
Cyrillic Lower Ya (я) with straight leg, open contour, tail, and serifs
cyrl-ya = 'curly-serifless', cv84 = 13
Cyrillic Lower Ya (я) with curly leg; without serifs
cyrl-ya = 'curly-motion-serifed', cv84 = 14
Cyrillic Lower Ya (я) with curly leg, and motion serifs at bottom-left
cyrl-ya = 'curly-serifed', cv84 = 15
Cyrillic Lower Ya (я) with curly leg, and serifs
cyrl-ya = 'curly-tailed-serifless', cv84 = 16
Cyrillic Lower Ya (я) with curly leg, and tail; without serifs
cyrl-ya = 'curly-tailed-motion-serifed', cv84 = 17
Cyrillic Lower Ya (я) with curly leg, tail, and motion serifs at bottom-left
cyrl-ya = 'curly-tailed-serifed', cv84 = 18
Cyrillic Lower Ya (я) with curly leg, tail, and serifs
cyrl-ya = 'curly-open-serifless', cv84 = 19
Cyrillic Lower Ya (я) with curly leg, and open contour; without serifs
cyrl-ya = 'curly-open-motion-serifed', cv84 = 20
Cyrillic Lower Ya (я) with curly leg, open contour, and motion serifs at bottom-left
cyrl-ya = 'curly-open-serifed', cv84 = 21
Cyrillic Lower Ya (я) with curly leg, open contour, and serifs
cyrl-ya = 'curly-open-tailed-serifless', cv84 = 22
Cyrillic Lower Ya (я) with curly leg, open contour, and tail; without serifs
cyrl-ya = 'curly-open-tailed-motion-serifed', cv84 = 23
Cyrillic Lower Ya (я) with curly leg, open contour, tail, and motion serifs at bottom-left
cyrl-ya = 'curly-open-tailed-serifed', cv84 = 24
Cyrillic Lower Ya (я) with curly leg, open contour, tail, and serifs
cyrl-ya = 'standing-serifless', cv84 = 25
Cyrillic Lower Ya (я) with standing leg (like Helvetica); without serifs
cyrl-ya = 'standing-motion-serifed', cv84 = 26
Cyrillic Lower Ya (я) with standing leg (like Helvetica), and motion serifs at bottom-left
cyrl-ya = 'standing-serifed', cv84 = 27
Cyrillic Lower Ya (я) with standing leg (like Helvetica), and serifs
cyrl-ya = 'standing-tailed-serifless', cv84 = 28
Cyrillic Lower Ya (я) with standing leg (like Helvetica), and tail; without serifs
cyrl-ya = 'standing-tailed-motion-serifed', cv84 = 29
Cyrillic Lower Ya (я) with standing leg (like Helvetica), tail, and motion serifs at bottom-left
cyrl-ya = 'standing-tailed-serifed', cv84 = 30
Cyrillic Lower Ya (я) with standing leg (like Helvetica), tail, and serifs
cyrl-ya = 'standing-open-serifless', cv84 = 31
Cyrillic Lower Ya (я) with standing leg (like Helvetica), and open contour; without serifs
cyrl-ya = 'standing-open-motion-serifed', cv84 = 32
Cyrillic Lower Ya (я) with standing leg (like Helvetica), open contour, and motion serifs at bottom-left
cyrl-ya = 'standing-open-serifed', cv84 = 33
Cyrillic Lower Ya (я) with standing leg (like Helvetica), open contour, and serifs
cyrl-ya = 'standing-open-tailed-serifless', cv84 = 34
Cyrillic Lower Ya (я) with standing leg (like Helvetica), open contour, and tail; without serifs
cyrl-ya = 'standing-open-tailed-motion-serifed', cv84 = 35
Cyrillic Lower Ya (я) with standing leg (like Helvetica), open contour, tail, and motion serifs at bottom-left
cyrl-ya = 'standing-open-tailed-serifed', cv84 = 36
Cyrillic Lower Ya (я) with standing leg (like Helvetica), open contour, tail, and serifs
- - Styles for `0` -
54 variants - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
zero = 'unslashed', cv85 = 1
Zero (0) with standard body shape; without slash
zero = 'slashed', cv85 = 2
Zero (0) with standard body shape, and slash (default)
zero = 'reverse-slashed', cv85 = 3
Zero (0) with standard body shape, and revese slash
zero = 'tall-slashed', cv85 = 4
Zero (0) with standard body shape, and tall slash
zero = 'tall-reverse-slashed', cv85 = 5
Zero (0) with standard body shape, and tall reverse slash
zero = 'dotted', cv85 = 6
Zero (0) with standard body shape, and center dot
zero = 'long-dotted', cv85 = 7
Zero (0) with standard body shape, and long center dot
zero = 'slashed-split', cv85 = 8
Zero (0) with standard body shape, and slash separated from the outline
zero = 'reverse-slashed-split', cv85 = 9
Zero (0) with standard body shape, and reverse slash separated from the outline
zero = 'broken-slash', cv85 = 10
Zero (0) with standard body shape, and slash broken in the middle (like in Fixedsys)
zero = 'broken-reverse-slash', cv85 = 11
Zero (0) with standard body shape, and reverse slash broken in the middle
zero = 'broken-vertical-bar', cv85 = 12
Zero (0) with standard body shape, and vertical bar broken in the middle
zero = 'slashed-cutout', cv85 = 13
Zero (0) with standard body shape, and a slash cutout
zero = 'reverse-slashed-cutout', cv85 = 14
Zero (0) with standard body shape, and a reverse-slash cutout
zero = 'tall-slashed-cutout', cv85 = 15
Zero (0) with standard body shape, and a taller slash cutout
zero = 'tall-reverse-slashed-cutout', cv85 = 16
Zero (0) with standard body shape, and a taller reverse-slash cutout
zero = 'vertical-bar-cutout', cv85 = 17
Zero (0) with standard body shape, and a vertical bar cutout
zero = 'top-right-cutout', cv85 = 18
Zero (0) with standard body shape, and the top-right bit cutout
zero = 'oval-unslashed', cv85 = 19
Zero (0) with oval body shape; without slash
zero = 'oval-slashed', cv85 = 20
Zero (0) with oval body shape, and slash
zero = 'oval-reverse-slashed', cv85 = 21
Zero (0) with oval body shape, and revese slash
zero = 'oval-tall-slashed', cv85 = 22
Zero (0) with oval body shape, and tall slash
zero = 'oval-tall-reverse-slashed', cv85 = 23
Zero (0) with oval body shape, and tall reverse slash
zero = 'oval-dotted', cv85 = 24
Zero (0) with oval body shape, and center dot
zero = 'oval-long-dotted', cv85 = 25
Zero (0) with oval body shape, and long center dot
zero = 'oval-slashed-split', cv85 = 26
Zero (0) with oval body shape, and slash separated from the outline
zero = 'oval-reverse-slashed-split', cv85 = 27
Zero (0) with oval body shape, and reverse slash separated from the outline
zero = 'oval-broken-slash', cv85 = 28
Zero (0) with oval body shape, and slash broken in the middle (like in Fixedsys)
zero = 'oval-broken-reverse-slash', cv85 = 29
Zero (0) with oval body shape, and reverse slash broken in the middle
zero = 'oval-broken-vertical-bar', cv85 = 30
Zero (0) with oval body shape, and vertical bar broken in the middle
zero = 'oval-slashed-cutout', cv85 = 31
Zero (0) with oval body shape, and a slash cutout
zero = 'oval-reverse-slashed-cutout', cv85 = 32
Zero (0) with oval body shape, and a reverse-slash cutout
zero = 'oval-tall-slashed-cutout', cv85 = 33
Zero (0) with oval body shape, and a taller slash cutout
zero = 'oval-tall-reverse-slashed-cutout', cv85 = 34
Zero (0) with oval body shape, and a taller reverse-slash cutout
zero = 'oval-vertical-bar-cutout', cv85 = 35
Zero (0) with oval body shape, and a vertical bar cutout
zero = 'oval-top-right-cutout', cv85 = 36
Zero (0) with oval body shape, and the top-right bit cutout
zero = 'diamond-unslashed', cv85 = 37
Zero (0) with diamond body shape; without slash
zero = 'diamond-slashed', cv85 = 38
Zero (0) with diamond body shape, and slash
zero = 'diamond-reverse-slashed', cv85 = 39
Zero (0) with diamond body shape, and revese slash
zero = 'diamond-tall-slashed', cv85 = 40
Zero (0) with diamond body shape, and tall slash
zero = 'diamond-tall-reverse-slashed', cv85 = 41
Zero (0) with diamond body shape, and tall reverse slash
zero = 'diamond-dotted', cv85 = 42
Zero (0) with diamond body shape, and center dot
zero = 'diamond-long-dotted', cv85 = 43
Zero (0) with diamond body shape, and long center dot
zero = 'diamond-slashed-split', cv85 = 44
Zero (0) with diamond body shape, and slash separated from the outline
zero = 'diamond-reverse-slashed-split', cv85 = 45
Zero (0) with diamond body shape, and reverse slash separated from the outline
zero = 'diamond-broken-slash', cv85 = 46
Zero (0) with diamond body shape, and slash broken in the middle (like in Fixedsys)
zero = 'diamond-broken-reverse-slash', cv85 = 47
Zero (0) with diamond body shape, and reverse slash broken in the middle
zero = 'diamond-broken-vertical-bar', cv85 = 48
Zero (0) with diamond body shape, and vertical bar broken in the middle
zero = 'diamond-slashed-cutout', cv85 = 49
Zero (0) with diamond body shape, and a slash cutout
zero = 'diamond-reverse-slashed-cutout', cv85 = 50
Zero (0) with diamond body shape, and a reverse-slash cutout
zero = 'diamond-tall-slashed-cutout', cv85 = 51
Zero (0) with diamond body shape, and a taller slash cutout
zero = 'diamond-tall-reverse-slashed-cutout', cv85 = 52
Zero (0) with diamond body shape, and a taller reverse-slash cutout
zero = 'diamond-vertical-bar-cutout', cv85 = 53
Zero (0) with diamond body shape, and a vertical bar cutout
zero = 'diamond-top-right-cutout', cv85 = 54
Zero (0) with diamond body shape, and the top-right bit cutout
- Styles for `1`
9 variants - + - + - + - + - + - + - + - + - +
one = 'line', cv86 = 1
one = 'line', cv01 = 1
1 drawn just like a straight line
one = 'no-base', cv86 = 2
one = 'no-base', cv01 = 2
1 without bottom serif (default for Sans)
one = 'base', cv86 = 3
one = 'base', cv01 = 3
1 with bottom serif (default for Slab)
one = 'no-base-long-top-serif', cv86 = 4
one = 'no-base-long-top-serif', cv01 = 4
1 without bottom serif and with a long top serif
one = 'base-long-top-serif', cv86 = 5
one = 'base-long-top-serif', cv01 = 5
1 with bottom serif and a long top serif
one = 'no-base-flat-top-serif', cv86 = 6
one = 'no-base-flat-top-serif', cv01 = 6
1 without bottom serif and with a flat top serif
one = 'base-flat-top-serif', cv86 = 7
one = 'base-flat-top-serif', cv01 = 7
1 with bottom serif and a flat top serif
one = 'no-base-top-cut', cv86 = 8
one = 'no-base-top-cut', cv01 = 8
1 without bottom serif and with a diagonal cut at top
one = 'base-top-cut', cv86 = 9
one = 'base-top-cut', cv01 = 9
1 with bottom serif and a diagonal cut at top
- Styles for `2`
4 variants - + - + - + - +
two = 'straight-neck-serifless', cv87 = 1
two = 'straight-neck-serifless', cv02 = 1
2 with straight neck; without serifs
two = 'straight-neck-serifed', cv87 = 2
two = 'straight-neck-serifed', cv02 = 2
2 with straight neck, and serifs
two = 'curly-neck-serifless', cv87 = 3
two = 'curly-neck-serifless', cv02 = 3
2 with curly neck; without serifs (default for Sans)
two = 'curly-neck-serifed', cv87 = 4
two = 'curly-neck-serifed', cv02 = 4
2 with curly neck, and serifs (default for Slab)
- Styles for `3`
3 variants - + - + - +
three = 'flat-top-serifless', cv88 = 1
three = 'flat-top-serifless', cv03 = 1
3 with flat top (Like Museo Sans / Montserrat); without serifs
three = 'flat-top-serifed', cv88 = 2
three = 'flat-top-serifed', cv03 = 2
3 with flat top (Like Museo Sans / Montserrat), and serifs
three = 'two-arcs', cv88 = 3
three = 'two-arcs', cv03 = 3
3 with arched top (default)
- Styles for `4`
12 variants - + - + - + - + - + - + - + - + - + - + - + - +
four = 'closed-serifless', cv89 = 1
four = 'closed-serifless', cv04 = 1
4 with closed contour; without serifs
four = 'closed-serifed', cv89 = 2
four = 'closed-serifed', cv04 = 2
4 with closed contour, and serifs
four = 'closed-non-crossing-serifless', cv89 = 3
four = 'closed-non-crossing-serifless', cv04 = 3
4 with closed contour, and horizontal bar that does not overflow the vertical bar; without serifs
four = 'closed-non-crossing-serifed', cv89 = 4
four = 'closed-non-crossing-serifed', cv04 = 4
4 with closed contour, horizontal bar that does not overflow the vertical bar, and serifs
four = 'semi-open-serifless', cv89 = 5
four = 'semi-open-serifless', cv04 = 5
4 with semi-open contour; without serifs (default for Sans)
four = 'semi-open-serifed', cv89 = 6
four = 'semi-open-serifed', cv04 = 6
4 with semi-open contour, and serifs (default for Slab)
four = 'semi-open-non-crossing-serifless', cv89 = 7
four = 'semi-open-non-crossing-serifless', cv04 = 7
4 with semi-open contour, and horizontal bar that does not overflow the vertical bar; without serifs
four = 'semi-open-non-crossing-serifed', cv89 = 8
four = 'semi-open-non-crossing-serifed', cv04 = 8
4 with semi-open contour, horizontal bar that does not overflow the vertical bar, and serifs
four = 'open-serifless', cv89 = 9
four = 'open-serifless', cv04 = 9
4 with open contour; without serifs
four = 'open-serifed', cv89 = 10
four = 'open-serifed', cv04 = 10
4 with open contour, and serifs
four = 'open-non-crossing-serifless', cv89 = 11
four = 'open-non-crossing-serifless', cv04 = 11
4 with open contour, and horizontal bar that does not overflow the vertical bar; without serifs
four = 'open-non-crossing-serifed', cv89 = 12
four = 'open-non-crossing-serifed', cv04 = 12
4 with open contour, horizontal bar that does not overflow the vertical bar, and serifs
- Styles for `5`
8 variants - + - + - + - + - + - + - + - +
five = 'upright-arched-serifless', cv90 = 1
five = 'upright-arched-serifless', cv05 = 1
5 with upright upper-left bar, and arched middle part; without serifs (default for Sans)
five = 'upright-arched-serifed', cv90 = 2
five = 'upright-arched-serifed', cv05 = 2
5 with upright upper-left bar, arched middle part, and serifs (default for Slab)
five = 'upright-flat-serifless', cv90 = 3
five = 'upright-flat-serifless', cv05 = 3
5 with upright upper-left bar, and flat middle part; without serifs
five = 'upright-flat-serifed', cv90 = 4
five = 'upright-flat-serifed', cv05 = 4
5 with upright upper-left bar, flat middle part, and serifs
five = 'oblique-arched-serifless', cv90 = 5
five = 'oblique-arched-serifless', cv05 = 5
5 with arched middle part; without serifs
five = 'oblique-arched-serifed', cv90 = 6
five = 'oblique-arched-serifed', cv05 = 6
5 with arched middle part, and serifs
five = 'oblique-flat-serifless', cv90 = 7
five = 'oblique-flat-serifless', cv05 = 7
5 with flat middle part; without serifs
five = 'oblique-flat-serifed', cv90 = 8
five = 'oblique-flat-serifed', cv05 = 8
5 with flat middle part, and serifs
- Styles for `6`
3 variants - + - + - +
six = 'closed-contour', cv91 = 1
six = 'closed-contour', cv06 = 1
6 with a more closed contour
six = 'open-contour', cv91 = 2
six = 'open-contour', cv06 = 2
6 with a more open contour
six = 'straight-bar', cv91 = 3
six = 'straight-bar', cv06 = 3
6 with a straight bar (default)
- Styles for `7`
12 variants - + - + - + - + - + - + - + - + - + - + - + - +
seven = 'straight-serifless', cv92 = 1
seven = 'straight-serifless', cv07 = 1
7 with straight stem; without serifs (default for Sans)
seven = 'straight-serifless-crossbar', cv92 = 2
seven = 'straight-serifless-crossbar', cv07 = 2
7 with straight stem, and crossbar; without serifs
seven = 'straight-serifed', cv92 = 3
seven = 'straight-serifed', cv07 = 3
7 with straight stem, and serifs (default for Slab)
seven = 'straight-serifed-crossbar', cv92 = 4
seven = 'straight-serifed-crossbar', cv07 = 4
7 with straight stem, serifs, and crossbar
seven = 'bend-serifless', cv92 = 5
seven = 'bend-serifless', cv07 = 5
7 with bend stem; without serifs
seven = 'bend-serifless-crossbar', cv92 = 6
seven = 'bend-serifless-crossbar', cv07 = 6
7 with bend stem, and crossbar; without serifs
seven = 'bend-serifed', cv92 = 7
seven = 'bend-serifed', cv07 = 7
7 with bend stem, and serifs
seven = 'bend-serifed-crossbar', cv92 = 8
seven = 'bend-serifed-crossbar', cv07 = 8
7 with bend stem, serifs, and crossbar
seven = 'curly-serifless', cv92 = 9
seven = 'curly-serifless', cv07 = 9
7 with curly stem; without serifs
seven = 'curly-serifless-crossbar', cv92 = 10
seven = 'curly-serifless-crossbar', cv07 = 10
7 with curly stem, and crossbar; without serifs
seven = 'curly-serifed', cv92 = 11
seven = 'curly-serifed', cv07 = 11
7 with curly stem, and serifs
seven = 'curly-serifed-crossbar', cv92 = 12
seven = 'curly-serifed-crossbar', cv07 = 12
7 with curly stem, serifs, and crossbar
- Styles for `8`
3 variants - + - + - +
eight = 'crossing', cv93 = 1
eight = 'crossing', cv08 = 1
8 with crossing middle part (default)
eight = 'two-circles', cv93 = 2
eight = 'two-circles', cv08 = 2
8 looks like two circles joined together
eight = 'crossing-asymmetric', cv93 = 3
eight = 'crossing-asymmetric', cv08 = 3
8 looks asymmetric crossing middle part
- Styles for `9`
3 variants - + - + - +
nine = 'closed-contour', cv94 = 1
nine = 'closed-contour', cv09 = 1
9 with a more closed contour
nine = 'open-contour', cv94 = 2
nine = 'open-contour', cv09 = 2
9 with a more open contour
nine = 'straight-bar', cv94 = 3
nine = 'straight-bar', cv09 = 3
9 with a straight bar (default)
+ - Styles for `0` +
54 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
zero = 'unslashed', cv10 = 1
Zero (0) with standard body shape; without slash
zero = 'slashed', cv10 = 2
Zero (0) with standard body shape, and slash (default)
zero = 'reverse-slashed', cv10 = 3
Zero (0) with standard body shape, and revese slash
zero = 'tall-slashed', cv10 = 4
Zero (0) with standard body shape, and tall slash
zero = 'tall-reverse-slashed', cv10 = 5
Zero (0) with standard body shape, and tall reverse slash
zero = 'dotted', cv10 = 6
Zero (0) with standard body shape, and center dot
zero = 'long-dotted', cv10 = 7
Zero (0) with standard body shape, and long center dot
zero = 'slashed-split', cv10 = 8
Zero (0) with standard body shape, and slash separated from the outline
zero = 'reverse-slashed-split', cv10 = 9
Zero (0) with standard body shape, and reverse slash separated from the outline
zero = 'broken-slash', cv10 = 10
Zero (0) with standard body shape, and slash broken in the middle (like in Fixedsys)
zero = 'broken-reverse-slash', cv10 = 11
Zero (0) with standard body shape, and reverse slash broken in the middle
zero = 'broken-vertical-bar', cv10 = 12
Zero (0) with standard body shape, and vertical bar broken in the middle
zero = 'slashed-cutout', cv10 = 13
Zero (0) with standard body shape, and a slash cutout
zero = 'reverse-slashed-cutout', cv10 = 14
Zero (0) with standard body shape, and a reverse-slash cutout
zero = 'tall-slashed-cutout', cv10 = 15
Zero (0) with standard body shape, and a taller slash cutout
zero = 'tall-reverse-slashed-cutout', cv10 = 16
Zero (0) with standard body shape, and a taller reverse-slash cutout
zero = 'vertical-bar-cutout', cv10 = 17
Zero (0) with standard body shape, and a vertical bar cutout
zero = 'top-right-cutout', cv10 = 18
Zero (0) with standard body shape, and the top-right bit cutout
zero = 'oval-unslashed', cv10 = 19
Zero (0) with oval body shape; without slash
zero = 'oval-slashed', cv10 = 20
Zero (0) with oval body shape, and slash
zero = 'oval-reverse-slashed', cv10 = 21
Zero (0) with oval body shape, and revese slash
zero = 'oval-tall-slashed', cv10 = 22
Zero (0) with oval body shape, and tall slash
zero = 'oval-tall-reverse-slashed', cv10 = 23
Zero (0) with oval body shape, and tall reverse slash
zero = 'oval-dotted', cv10 = 24
Zero (0) with oval body shape, and center dot
zero = 'oval-long-dotted', cv10 = 25
Zero (0) with oval body shape, and long center dot
zero = 'oval-slashed-split', cv10 = 26
Zero (0) with oval body shape, and slash separated from the outline
zero = 'oval-reverse-slashed-split', cv10 = 27
Zero (0) with oval body shape, and reverse slash separated from the outline
zero = 'oval-broken-slash', cv10 = 28
Zero (0) with oval body shape, and slash broken in the middle (like in Fixedsys)
zero = 'oval-broken-reverse-slash', cv10 = 29
Zero (0) with oval body shape, and reverse slash broken in the middle
zero = 'oval-broken-vertical-bar', cv10 = 30
Zero (0) with oval body shape, and vertical bar broken in the middle
zero = 'oval-slashed-cutout', cv10 = 31
Zero (0) with oval body shape, and a slash cutout
zero = 'oval-reverse-slashed-cutout', cv10 = 32
Zero (0) with oval body shape, and a reverse-slash cutout
zero = 'oval-tall-slashed-cutout', cv10 = 33
Zero (0) with oval body shape, and a taller slash cutout
zero = 'oval-tall-reverse-slashed-cutout', cv10 = 34
Zero (0) with oval body shape, and a taller reverse-slash cutout
zero = 'oval-vertical-bar-cutout', cv10 = 35
Zero (0) with oval body shape, and a vertical bar cutout
zero = 'oval-top-right-cutout', cv10 = 36
Zero (0) with oval body shape, and the top-right bit cutout
zero = 'diamond-unslashed', cv10 = 37
Zero (0) with diamond body shape; without slash
zero = 'diamond-slashed', cv10 = 38
Zero (0) with diamond body shape, and slash
zero = 'diamond-reverse-slashed', cv10 = 39
Zero (0) with diamond body shape, and revese slash
zero = 'diamond-tall-slashed', cv10 = 40
Zero (0) with diamond body shape, and tall slash
zero = 'diamond-tall-reverse-slashed', cv10 = 41
Zero (0) with diamond body shape, and tall reverse slash
zero = 'diamond-dotted', cv10 = 42
Zero (0) with diamond body shape, and center dot
zero = 'diamond-long-dotted', cv10 = 43
Zero (0) with diamond body shape, and long center dot
zero = 'diamond-slashed-split', cv10 = 44
Zero (0) with diamond body shape, and slash separated from the outline
zero = 'diamond-reverse-slashed-split', cv10 = 45
Zero (0) with diamond body shape, and reverse slash separated from the outline
zero = 'diamond-broken-slash', cv10 = 46
Zero (0) with diamond body shape, and slash broken in the middle (like in Fixedsys)
zero = 'diamond-broken-reverse-slash', cv10 = 47
Zero (0) with diamond body shape, and reverse slash broken in the middle
zero = 'diamond-broken-vertical-bar', cv10 = 48
Zero (0) with diamond body shape, and vertical bar broken in the middle
zero = 'diamond-slashed-cutout', cv10 = 49
Zero (0) with diamond body shape, and a slash cutout
zero = 'diamond-reverse-slashed-cutout', cv10 = 50
Zero (0) with diamond body shape, and a reverse-slash cutout
zero = 'diamond-tall-slashed-cutout', cv10 = 51
Zero (0) with diamond body shape, and a taller slash cutout
zero = 'diamond-tall-reverse-slashed-cutout', cv10 = 52
Zero (0) with diamond body shape, and a taller reverse-slash cutout
zero = 'diamond-vertical-bar-cutout', cv10 = 53
Zero (0) with diamond body shape, and a vertical bar cutout
zero = 'diamond-top-right-cutout', cv10 = 54
Zero (0) with diamond body shape, and the top-right bit cutout
+ - Styles for `A` +
8 variants + + + + + + + + + + + + + + + + + +
capital-a = 'straight-serifless', cv11 = 1
A with straight shape; without serifs (default for Sans)
capital-a = 'straight-top-serifed', cv11 = 2
A with straight shape, and serifs at top
capital-a = 'straight-base-serifed', cv11 = 3
A with straight shape, and serifs at base (default for Slab)
capital-a = 'straight-tri-serifed', cv11 = 4
A with straight shape, and serifs at both top and base
capital-a = 'curly-serifless', cv11 = 5
A with curly shape; without serifs
capital-a = 'curly-top-serifed', cv11 = 6
A with curly shape, and serifs at top
capital-a = 'curly-base-serifed', cv11 = 7
A with curly shape, and serifs at base
capital-a = 'curly-tri-serifed', cv11 = 8
A with curly shape, and serifs at both top and base
+ - Styles for `B` +
12 variants + + + + + + + + + + + + + + + + + + + + + + + + + +
capital-b = 'standard-serifless', cv12 = 1
B with mostly symmetric shape; without serifs (default for Sans)
capital-b = 'standard-unilateral-serifed', cv12 = 2
B with mostly symmetric shape, and serifs at top
capital-b = 'standard-bilateral-serifed', cv12 = 3
B with mostly symmetric shape, and serifs at both top and bottom (default for Slab)
capital-b = 'standard-interrupted-serifless', cv12 = 4
B with mostly symmetric shape, and interrupted middle bar; without serifs
capital-b = 'standard-interrupted-unilateral-serifed', cv12 = 5
B with mostly symmetric shape, interrupted middle bar, and serifs at top
capital-b = 'standard-interrupted-bilateral-serifed', cv12 = 6
B with mostly symmetric shape, interrupted middle bar, and serifs at both top and bottom
capital-b = 'more-asymmetric-serifless', cv12 = 7
B with more asymmetric shape; without serifs
capital-b = 'more-asymmetric-unilateral-serifed', cv12 = 8
B with more asymmetric shape, and serifs at top
capital-b = 'more-asymmetric-bilateral-serifed', cv12 = 9
B with more asymmetric shape, and serifs at both top and bottom
capital-b = 'more-asymmetric-interrupted-serifless', cv12 = 10
B with more asymmetric shape, and interrupted middle bar; without serifs
capital-b = 'more-asymmetric-interrupted-unilateral-serifed', cv12 = 11
B with more asymmetric shape, interrupted middle bar, and serifs at top
capital-b = 'more-asymmetric-interrupted-bilateral-serifed', cv12 = 12
B with more asymmetric shape, interrupted middle bar, and serifs at both top and bottom
+ - Styles for `C` +
5 variants + + + + + + + + + + + +
capital-c = 'serifless', cv13 = 1
Serifless C (default for Sans)
capital-c = 'unilateral-serifed', cv13 = 2
C with serif at top (default for Slab)
capital-c = 'bilateral-serifed', cv13 = 3
C with serifs at both top and bottom
capital-c = 'unilateral-inward-serifed', cv13 = 4
C with inward serif at top
capital-c = 'bilateral-inward-serifed', cv13 = 5
C with inward serif at both top and bottom
+ - Styles for `D` +
6 variants + + + + + + + + + + + + + +
capital-d = 'standard-serifless', cv14 = 1
D with standard shape; without serifs (default for Sans)
capital-d = 'standard-unilateral-serifed', cv14 = 2
D with standard shape, and serifs at top
capital-d = 'standard-bilateral-serifed', cv14 = 3
D with standard shape, and serifs at both top and bottom (default for Slab)
capital-d = 'more-rounded-serifless', cv14 = 4
D with more rounded shape; without serifs
capital-d = 'more-rounded-unilateral-serifed', cv14 = 5
D with more rounded shape, and serifs at top
capital-d = 'more-rounded-bilateral-serifed', cv14 = 6
D with more rounded shape, and serifs at both top and bottom
+ - Styles for `E` +
4 variants + + + + + + + + + +
capital-e = 'serifless', cv15 = 1
E without serifs (default for Sans)
capital-e = 'top-left-serifed', cv15 = 2
E with serif only at top left
capital-e = 'serifed', cv15 = 3
E with serifs (default for Slab)
capital-e = 'serifed-capped', cv15 = 4
E with serifs and capped middle bar
+ - Styles for `F` +
4 variants + + + + + + + + + +
capital-f = 'serifless', cv16 = 1
F without serifs (default for Sans)
capital-f = 'top-left-serifed', cv16 = 2
F with serif only at top left
capital-f = 'serifed', cv16 = 3
F with serifs (default for Slab)
capital-f = 'serifed-capped', cv16 = 4
F with serifs and capped middle bar
+ - Styles for `G` +
27 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
capital-g = 'toothed-serifless-hookless', cv17 = 1
G with toothed body; without top serif, and hooks
capital-g = 'toothed-serifless-hooked', cv17 = 2
G with toothed body, and inward hook terminal; without top serif (default for Sans)
capital-g = 'toothed-serifless-capped', cv17 = 3
G with toothed body, and capped terminal; without top serif
capital-g = 'toothed-serifed-hookless', cv17 = 4
G with toothed body, and top serif; without hooks
capital-g = 'toothed-serifed-hooked', cv17 = 5
G with toothed body, top serif, and inward hook terminal (default for Slab)
capital-g = 'toothed-serifed-capped', cv17 = 6
G with toothed body, top serif, and capped terminal
capital-g = 'toothed-inward-serifed-hookless', cv17 = 7
G with toothed body, and inward top serif; without hooks
capital-g = 'toothed-inward-serifed-hooked', cv17 = 8
G with toothed body, inward top serif, and inward hook terminal
capital-g = 'toothed-inward-serifed-capped', cv17 = 9
G with toothed body, inward top serif, and capped terminal
capital-g = 'toothless-corner-serifless-hookless', cv17 = 10
G with tootheless (corner) body; without top serif, and hooks
capital-g = 'toothless-corner-serifless-hooked', cv17 = 11
G with tootheless (corner) body, and inward hook terminal; without top serif
capital-g = 'toothless-corner-serifless-capped', cv17 = 12
G with tootheless (corner) body, and capped terminal; without top serif
capital-g = 'toothless-corner-serifed-hookless', cv17 = 13
G with tootheless (corner) body, and top serif; without hooks
capital-g = 'toothless-corner-serifed-hooked', cv17 = 14
G with tootheless (corner) body, top serif, and inward hook terminal
capital-g = 'toothless-corner-serifed-capped', cv17 = 15
G with tootheless (corner) body, top serif, and capped terminal
capital-g = 'toothless-corner-inward-serifed-hookless', cv17 = 16
G with tootheless (corner) body, and inward top serif; without hooks
capital-g = 'toothless-corner-inward-serifed-hooked', cv17 = 17
G with tootheless (corner) body, inward top serif, and inward hook terminal
capital-g = 'toothless-corner-inward-serifed-capped', cv17 = 18
G with tootheless (corner) body, inward top serif, and capped terminal
capital-g = 'toothless-rounded-serifless-hookless', cv17 = 19
G with tootheless (rounded) body; without top serif, and hooks
capital-g = 'toothless-rounded-serifless-hooked', cv17 = 20
G with tootheless (rounded) body, and inward hook terminal; without top serif
capital-g = 'toothless-rounded-serifless-capped', cv17 = 21
G with tootheless (rounded) body, and capped terminal; without top serif
capital-g = 'toothless-rounded-serifed-hookless', cv17 = 22
G with tootheless (rounded) body, and top serif; without hooks
capital-g = 'toothless-rounded-serifed-hooked', cv17 = 23
G with tootheless (rounded) body, top serif, and inward hook terminal
capital-g = 'toothless-rounded-serifed-capped', cv17 = 24
G with tootheless (rounded) body, top serif, and capped terminal
capital-g = 'toothless-rounded-inward-serifed-hookless', cv17 = 25
G with tootheless (rounded) body, and inward top serif; without hooks
capital-g = 'toothless-rounded-inward-serifed-hooked', cv17 = 26
G with tootheless (rounded) body, inward top serif, and inward hook terminal
capital-g = 'toothless-rounded-inward-serifed-capped', cv17 = 27
G with tootheless (rounded) body, inward top serif, and capped terminal
+ - Styles for `H` +
4 variants + + + + + + + + + +
capital-h = 'serifless', cv18 = 1
H without serifs (default for Sans)
capital-h = 'top-left-serifed', cv18 = 2
H with serif only at top left
capital-h = 'top-left-bottom-right-serifed', cv18 = 3
H with serif only at top left and bottom right
capital-h = 'serifed', cv18 = 4
H with serifs (default for Slab)
+ - Styles for `I` +
3 variants + + + + + + + +
capital-i = 'serifless', cv19 = 1
I without serifs, like a straight bar
capital-i = 'serifed', cv19 = 2
I with standard (long) serifs (default)
capital-i = 'short-serifed', cv19 = 3
I with short serifs
+ - Styles for `J` +
14 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
capital-j = 'serifless', cv20 = 1
J without serifs
capital-j = 'serifed', cv20 = 2
J with serifs (default)
capital-j = 'serifed-both-sides', cv20 = 3
J with serifs at both sides (asymmetric)
capital-j = 'serifed-symmetric', cv20 = 4
J with serifs at both sides (symmetric)
capital-j = 'flat-hook-serifless', cv20 = 5
J with flat hook; without serifs
capital-j = 'flat-hook-serifed', cv20 = 6
J with flat hook, and serifs
capital-j = 'flat-hook-serifed-both-sides', cv20 = 7
J with flat hook, and serifs at both sides (asymmetric)
capital-j = 'flat-hook-serifed-symmetric', cv20 = 8
J with flat hook, and serifs at both sides (symmetric)
capital-j = 'descending-serifless', cv20 = 9
J with descending height; without serifs
capital-j = 'descending-serifed', cv20 = 10
J with descending height, and serifs
capital-j = 'descending-serifed-both-sides', cv20 = 11
J with descending height, and serifs at both sides (asymmetric)
capital-j = 'descending-serifed-symmetric', cv20 = 12
J with descending height, and serifs at both sides (symmetric)
capital-j = 'descending-flat-hook-serifless', cv20 = 13
J with descending height, and flat hook; without serifs
capital-j = 'descending-flat-hook-serifed', cv20 = 14
J with descending height, flat hook, and serifs
+ - Styles for `K` +
20 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
capital-k = 'straight-serifless', cv21 = 1
K with straight shape; without serifs (default for Sans)
capital-k = 'straight-top-left-serifed', cv21 = 2
K with straight shape, and serifs at top left
capital-k = 'straight-bottom-right-serifed', cv21 = 3
K with straight shape, and serifs at bottom right
capital-k = 'straight-top-left-and-bottom-right-serifed', cv21 = 4
K with straight shape, and serifs at top left and bottom right
capital-k = 'straight-serifed', cv21 = 5
K with straight shape, and serifs (default for Slab)
capital-k = 'curly-serifless', cv21 = 6
K with curly shape; without serifs
capital-k = 'curly-top-left-serifed', cv21 = 7
K with curly shape, and serifs at top left
capital-k = 'curly-bottom-right-serifed', cv21 = 8
K with curly shape, and serifs at bottom right
capital-k = 'curly-top-left-and-bottom-right-serifed', cv21 = 9
K with curly shape, and serifs at top left and bottom right
capital-k = 'curly-serifed', cv21 = 10
K with curly shape, and serifs
capital-k = 'symmetric-touching-serifless', cv21 = 11
K with symmetric legs touching the vertical bar; without serifs
capital-k = 'symmetric-touching-top-left-serifed', cv21 = 12
K with symmetric legs touching the vertical bar, and serifs at top left
capital-k = 'symmetric-touching-bottom-right-serifed', cv21 = 13
K with symmetric legs touching the vertical bar, and serifs at bottom right
capital-k = 'symmetric-touching-top-left-and-bottom-right-serifed', cv21 = 14
K with symmetric legs touching the vertical bar, and serifs at top left and bottom right
capital-k = 'symmetric-touching-serifed', cv21 = 15
K with symmetric legs touching the vertical bar, and serifs
capital-k = 'symmetric-connected-serifless', cv21 = 16
K with symmetric legs connected to the vertical bar; without serifs
capital-k = 'symmetric-connected-top-left-serifed', cv21 = 17
K with symmetric legs connected to the vertical bar, and serifs at top left
capital-k = 'symmetric-connected-bottom-right-serifed', cv21 = 18
K with symmetric legs connected to the vertical bar, and serifs at bottom right
capital-k = 'symmetric-connected-top-left-and-bottom-right-serifed', cv21 = 19
K with symmetric legs connected to the vertical bar, and serifs at top left and bottom right
capital-k = 'symmetric-connected-serifed', cv21 = 20
K with symmetric legs connected to the vertical bar, and serifs
+ - Styles for `L` +
3 variants + + + + + + + +
capital-l = 'serifless', cv22 = 1
Serifless L (default for Sans)
capital-l = 'motion-serifed', cv22 = 2
Standard L with motion serif at bottom right
capital-l = 'serifed', cv22 = 3
L with serifs (default for Slab)
+ - Styles for `M` +
12 variants + + + + + + + + + + + + + + + + + + + + + + + + + +
capital-m = 'hanging-serifless', cv23 = 1
M with middle being hanging off baseline; without serifs (default for Sans)
capital-m = 'hanging-motion-serifed', cv23 = 2
M with middle being hanging off baseline, and motion serifs
capital-m = 'hanging-serifed', cv23 = 3
M with middle being hanging off baseline, and serifs (default for Slab)
capital-m = 'flat-bottom-serifless', cv23 = 4
M with middle aligned to baseline; without serifs
capital-m = 'flat-bottom-motion-serifed', cv23 = 5
M with middle aligned to baseline, and motion serifs
capital-m = 'flat-bottom-serifed', cv23 = 6
M with middle aligned to baseline, and serifs
capital-m = 'slanted-sides-hanging-serifless', cv23 = 7
M with slanted sides, and middle being hanging off baseline; without serifs
capital-m = 'slanted-sides-hanging-motion-serifed', cv23 = 8
M with slanted sides, middle being hanging off baseline, and motion serifs
capital-m = 'slanted-sides-hanging-serifed', cv23 = 9
M with slanted sides, middle being hanging off baseline, and serifs
capital-m = 'slanted-sides-flat-bottom-serifless', cv23 = 10
M with slanted sides, and middle aligned to baseline; without serifs
capital-m = 'slanted-sides-flat-bottom-motion-serifed', cv23 = 11
M with slanted sides, middle aligned to baseline, and motion serifs
capital-m = 'slanted-sides-flat-bottom-serifed', cv23 = 12
M with slanted sides, middle aligned to baseline, and serifs
+ - Styles for `N` +
6 variants + + + + + + + + + + + + + +
capital-n = 'standard-serifless', cv24 = 1
N with standard shape; without serifs (default for Sans)
capital-n = 'standard-motion-serifed', cv24 = 2
N with standard shape, and motion serifs
capital-n = 'standard-serifed', cv24 = 3
N with standard shape, and serifs (default for Slab)
capital-n = 'asymmetric-serifless', cv24 = 4
N with asymmetric shape; without serifs
capital-n = 'asymmetric-motion-serifed', cv24 = 5
N with asymmetric shape, and motion serifs
capital-n = 'asymmetric-serifed', cv24 = 6
N with asymmetric shape, and serifs
+ - Styles for `P` +
6 variants + + + + + + + + + + + + + +
capital-p = 'closed-serifless', cv25 = 1
P with closed shape; without serifs (default for Sans)
capital-p = 'closed-motion-serifed', cv25 = 2
P with closed shape, and motion serifs
capital-p = 'closed-serifed', cv25 = 3
P with closed shape, and serifs (default for Slab)
capital-p = 'open-serifless', cv25 = 4
P with open shape; without serifs
capital-p = 'open-motion-serifed', cv25 = 5
P with open shape, and motion serifs
capital-p = 'open-serifed', cv25 = 6
P with open shape, and serifs
+ - Styles for `Q` +
10 variants + + + + + + + + + + + + + + + + + + + + + +
capital-q = 'curly-tailed', cv26 = 1
Q with a curly tail (default)
capital-q = 'crossing-curly-tailed', cv26 = 2
Q with a curly tail crossing the ring
capital-q = 'straight', cv26 = 3
Q with a straight tail like in the old versions
capital-q = 'crossing', cv26 = 4
Q with a tail crossing the ring
capital-q = 'crossing-baseline', cv26 = 5
Q with a tail above baseline crossing the ring
capital-q = 'vertical-crossing', cv26 = 6
Q with a vertical tail crossing the ring
capital-q = 'horizontal-tailed', cv26 = 7
Q with a horizontal tail, like Univers
capital-q = 'detached-tailed', cv26 = 8
Q with a oblique tail detached
capital-q = 'detached-bend-tailed', cv26 = 9
Q with a bend tail detached
capital-q = 'open-swash', cv26 = 10
Q with open contour and swash-y shape
+ - Styles for `R` +
30 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
capital-r = 'straight-serifless', cv27 = 1
R with straight leg; without serifs (default for Sans)
capital-r = 'straight-top-left-serifed', cv27 = 2
R with straight leg, and serifs at top-left
capital-r = 'straight-bottom-right-serifed', cv27 = 3
R with straight leg, and serifs at bottom-right
capital-r = 'straight-top-left-and-bottom-right-serifed', cv27 = 4
R with straight leg, and serifs at bottom-right
capital-r = 'straight-serifed', cv27 = 5
R with straight leg, and serifs (default for Slab)
capital-r = 'straight-open-serifless', cv27 = 6
R with straight leg, and open contour; without serifs
capital-r = 'straight-open-top-left-serifed', cv27 = 7
R with straight leg, open contour, and serifs at top-left
capital-r = 'straight-open-bottom-right-serifed', cv27 = 8
R with straight leg, open contour, and serifs at bottom-right
capital-r = 'straight-open-top-left-and-bottom-right-serifed', cv27 = 9
R with straight leg, open contour, and serifs at bottom-right
capital-r = 'straight-open-serifed', cv27 = 10
R with straight leg, open contour, and serifs
capital-r = 'curly-serifless', cv27 = 11
R with curly leg; without serifs
capital-r = 'curly-top-left-serifed', cv27 = 12
R with curly leg, and serifs at top-left
capital-r = 'curly-bottom-right-serifed', cv27 = 13
R with curly leg, and serifs at bottom-right
capital-r = 'curly-top-left-and-bottom-right-serifed', cv27 = 14
R with curly leg, and serifs at bottom-right
capital-r = 'curly-serifed', cv27 = 15
R with curly leg, and serifs
capital-r = 'curly-open-serifless', cv27 = 16
R with curly leg, and open contour; without serifs
capital-r = 'curly-open-top-left-serifed', cv27 = 17
R with curly leg, open contour, and serifs at top-left
capital-r = 'curly-open-bottom-right-serifed', cv27 = 18
R with curly leg, open contour, and serifs at bottom-right
capital-r = 'curly-open-top-left-and-bottom-right-serifed', cv27 = 19
R with curly leg, open contour, and serifs at bottom-right
capital-r = 'curly-open-serifed', cv27 = 20
R with curly leg, open contour, and serifs
capital-r = 'standing-serifless', cv27 = 21
R with standing leg (like Helvetica); without serifs
capital-r = 'standing-top-left-serifed', cv27 = 22
R with standing leg (like Helvetica), and serifs at top-left
capital-r = 'standing-bottom-right-serifed', cv27 = 23
R with standing leg (like Helvetica), and serifs at bottom-right
capital-r = 'standing-top-left-and-bottom-right-serifed', cv27 = 24
R with standing leg (like Helvetica), and serifs at bottom-right
capital-r = 'standing-serifed', cv27 = 25
R with standing leg (like Helvetica), and serifs
capital-r = 'standing-open-serifless', cv27 = 26
R with standing leg (like Helvetica), and open contour; without serifs
capital-r = 'standing-open-top-left-serifed', cv27 = 27
R with standing leg (like Helvetica), open contour, and serifs at top-left
capital-r = 'standing-open-bottom-right-serifed', cv27 = 28
R with standing leg (like Helvetica), open contour, and serifs at bottom-right
capital-r = 'standing-open-top-left-and-bottom-right-serifed', cv27 = 29
R with standing leg (like Helvetica), open contour, and serifs at bottom-right
capital-r = 'standing-open-serifed', cv27 = 30
R with standing leg (like Helvetica), open contour, and serifs
+ - Styles for `S` +
5 variants + + + + + + + + + + + +
capital-s = 'serifless', cv28 = 1
Serifless S (default for Sans)
capital-s = 'unilateral-serifed', cv28 = 2
S with single serif at top
capital-s = 'bilateral-serifed', cv28 = 3
S with serifs at both end (default for Slab)
capital-s = 'unilateral-inward-serifed', cv28 = 4
S with single inward serif at top
capital-s = 'bilateral-inward-serifed', cv28 = 5
S with inward serifs at both end
+ - Styles for `T` +
3 variants + + + + + + + +
capital-t = 'serifless', cv29 = 1
Serifless T (default for Sans)
capital-t = 'motion-serifed', cv29 = 2
Motion-Serifed T
capital-t = 'serifed', cv29 = 3
Serifed T (default for Slab)
+ - Styles for `U` +
15 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
capital-u = 'toothed-serifless', cv30 = 1
U with toothed shape; without serifs
capital-u = 'toothed-bottom-right-serifed', cv30 = 2
U with toothed shape, and serif at bottom-right
capital-u = 'toothed-motion-serifed', cv30 = 3
U with toothed shape, and motion serifs at top-left and bottom-right
capital-u = 'toothed-serifed', cv30 = 4
U with toothed shape, and serifs
capital-u = 'tailed-serifless', cv30 = 5
U with tailed shape; without serifs
capital-u = 'tailed-motion-serifed', cv30 = 6
U with tailed shape, and motion serifs at top-left and bottom-right
capital-u = 'tailed-serifed', cv30 = 7
U with tailed shape, and serifs
capital-u = 'toothless-corner-serifless', cv30 = 8
U with toothless (corner bottom-right) shape; without serifs
capital-u = 'toothless-corner-unilateral-motion-serifed', cv30 = 9
U with toothless (corner bottom-right) shape, and motion serifs at left side
capital-u = 'toothless-corner-bilateral-motion-serifed', cv30 = 10
U with toothless (corner bottom-right) shape, and motion serifs at both sides
capital-u = 'toothless-corner-serifed', cv30 = 11
U with toothless (corner bottom-right) shape, and serifs
capital-u = 'toothless-rounded-serifless', cv30 = 12
U with toothless (rounded) shape; without serifs (default for Sans)
capital-u = 'toothless-rounded-unilateral-motion-serifed', cv30 = 13
U with toothless (rounded) shape, and motion serifs at left side
capital-u = 'toothless-rounded-bilateral-motion-serifed', cv30 = 14
U with toothless (rounded) shape, and motion serifs at both sides
capital-u = 'toothless-rounded-serifed', cv30 = 15
U with toothless (rounded) shape, and serifs (default for Slab)
+ - Styles for `V` +
6 variants + + + + + + + + + + + + + +
capital-v = 'straight-serifless', cv31 = 1
V with straight shape; without serifs (default for Sans)
capital-v = 'straight-motion-serifed', cv31 = 2
V with straight shape, and motion serifs
capital-v = 'straight-serifed', cv31 = 3
V with straight shape, and serifs (default for Slab)
capital-v = 'curly-serifless', cv31 = 4
V with curly shape; without serifs
capital-v = 'curly-motion-serifed', cv31 = 5
V with curly shape, and motion serifs
capital-v = 'curly-serifed', cv31 = 6
V with curly shape, and serifs
+ - Styles for `W` +
18 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
capital-w = 'straight-serifless', cv32 = 1
W with standard, straight body; without serifs (default for Sans)
capital-w = 'straight-motion-serifed', cv32 = 2
W with standard, straight body, and motion serifs
capital-w = 'straight-serifed', cv32 = 3
W with standard, straight body, and serifs (default for Slab)
capital-w = 'curly-serifless', cv32 = 4
W with curly body; without serifs
capital-w = 'curly-motion-serifed', cv32 = 5
W with curly body, and motion serifs
capital-w = 'curly-serifed', cv32 = 6
W with curly body, and serifs
capital-w = 'straight-flat-top-serifless', cv32 = 7
W with straight body shape that the middle is forced to be aligned the top; without serifs
capital-w = 'straight-flat-top-motion-serifed', cv32 = 8
W with straight body shape that the middle is forced to be aligned the top, and motion serifs
capital-w = 'straight-flat-top-serifed', cv32 = 9
W with straight body shape that the middle is forced to be aligned the top, and serifs
capital-w = 'straight-double-v-serifless', cv32 = 10
W with body shape like double V; without serifs
capital-w = 'straight-double-v-motion-serifed', cv32 = 11
W with body shape like double V, and motion serifs
capital-w = 'straight-double-v-serifed', cv32 = 12
W with body shape like double V, and serifs
capital-w = 'straight-asymmetric-serifless', cv32 = 13
W with asymmetric shape; without serifs
capital-w = 'straight-asymmetric-motion-serifed', cv32 = 14
W with asymmetric shape, and motion serifs
capital-w = 'straight-asymmetric-serifed', cv32 = 15
W with asymmetric shape, and serifs
capital-w = 'straight-vertical-sides-serifless', cv32 = 16
W with body shape with vertical sides; without serifs
capital-w = 'straight-vertical-sides-motion-serifed', cv32 = 17
W with body shape with vertical sides, and motion serifs
capital-w = 'straight-vertical-sides-serifed', cv32 = 18
W with body shape with vertical sides, and serifs
+ - Styles for `X` +
8 variants + + + + + + + + + + + + + + + + + +
capital-x = 'straight-serifless', cv33 = 1
X with straight shape; without serifs (default for Sans)
capital-x = 'straight-unilateral-motion-serifed', cv33 = 2
X with straight shape, and motion serifs at top-left
capital-x = 'straight-bilateral-motion-serifed', cv33 = 3
X with straight shape, and motion serifs at top-left and bottom-right
capital-x = 'straight-serifed', cv33 = 4
X with straight shape, and serifs (default for Slab)
capital-x = 'curly-serifless', cv33 = 5
X with curly shape; without serifs
capital-x = 'curly-unilateral-motion-serifed', cv33 = 6
X with curly shape, and motion serifs at top-left
capital-x = 'curly-bilateral-motion-serifed', cv33 = 7
X with curly shape, and motion serifs at top-left and bottom-right
capital-x = 'curly-serifed', cv33 = 8
X with curly shape, and serifs
+ - Styles for `Y` +
8 variants + + + + + + + + + + + + + + + + + +
capital-y = 'straight-serifless', cv34 = 1
Y with straight shape; without serifs (default for Sans)
capital-y = 'straight-base-serifed', cv34 = 2
Y with straight shape, and serifs at bottom
capital-y = 'straight-motion-serifed', cv34 = 3
Y with straight shape, and motion serifs
capital-y = 'straight-serifed', cv34 = 4
Y with straight shape, and serifs (default for Slab)
capital-y = 'curly-serifless', cv34 = 5
Y with curly shape; without serifs
capital-y = 'curly-base-serifed', cv34 = 6
Y with curly shape, and serifs at bottom
capital-y = 'curly-motion-serifed', cv34 = 7
Y with curly shape, and motion serifs
capital-y = 'curly-serifed', cv34 = 8
Y with curly shape, and serifs
+ - Styles for `Z` +
27 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
capital-z = 'straight-serifless', cv35 = 1
Z with straight body shape; without serifs (default for Sans)
capital-z = 'straight-serifless-with-crossbar', cv35 = 2
Z with straight body shape, and a diagonal crossbar; without serifs
capital-z = 'straight-serifless-with-horizontal-crossbar', cv35 = 3
Z with straight body shape, and a horizontal crossbar; without serifs
capital-z = 'straight-top-serifed', cv35 = 4
Z with straight body shape, and serifs at top
capital-z = 'straight-top-serifed-with-crossbar', cv35 = 5
Z with straight body shape, serifs at top, and a diagonal crossbar
capital-z = 'straight-top-serifed-with-horizontal-crossbar', cv35 = 6
Z with straight body shape, serifs at top, and a horizontal crossbar
capital-z = 'straight-bottom-serifed', cv35 = 7
Z with straight body shape, and serifs at bottom
capital-z = 'straight-bottom-serifed-with-crossbar', cv35 = 8
Z with straight body shape, serifs at bottom, and a diagonal crossbar
capital-z = 'straight-bottom-serifed-with-horizontal-crossbar', cv35 = 9
Z with straight body shape, serifs at bottom, and a horizontal crossbar
capital-z = 'straight-serifed', cv35 = 10
Z with straight body shape, and serifs (default for Slab)
capital-z = 'straight-serifed-with-crossbar', cv35 = 11
Z with straight body shape, serifs, and a diagonal crossbar
capital-z = 'straight-serifed-with-horizontal-crossbar', cv35 = 12
Z with straight body shape, serifs, and a horizontal crossbar
capital-z = 'curly-serifless', cv35 = 13
Z with curly body shape; without serifs
capital-z = 'curly-serifless-with-crossbar', cv35 = 14
Z with curly body shape, and a diagonal crossbar; without serifs
capital-z = 'curly-serifless-with-horizontal-crossbar', cv35 = 15
Z with curly body shape, and a horizontal crossbar; without serifs
capital-z = 'curly-top-serifed', cv35 = 16
Z with curly body shape, and serifs at top
capital-z = 'curly-top-serifed-with-crossbar', cv35 = 17
Z with curly body shape, serifs at top, and a diagonal crossbar
capital-z = 'curly-top-serifed-with-horizontal-crossbar', cv35 = 18
Z with curly body shape, serifs at top, and a horizontal crossbar
capital-z = 'curly-bottom-serifed', cv35 = 19
Z with curly body shape, and serifs at bottom
capital-z = 'curly-bottom-serifed-with-crossbar', cv35 = 20
Z with curly body shape, serifs at bottom, and a diagonal crossbar
capital-z = 'curly-bottom-serifed-with-horizontal-crossbar', cv35 = 21
Z with curly body shape, serifs at bottom, and a horizontal crossbar
capital-z = 'curly-serifed', cv35 = 22
Z with curly body shape, and serifs
capital-z = 'curly-serifed-with-crossbar', cv35 = 23
Z with curly body shape, serifs, and a diagonal crossbar
capital-z = 'curly-serifed-with-horizontal-crossbar', cv35 = 24
Z with curly body shape, serifs, and a horizontal crossbar
capital-z = 'cursive', cv35 = 25
Z with cursive body shape
capital-z = 'cursive-with-crossbar', cv35 = 26
Z with cursive body shape, and a diagonal crossbar
capital-z = 'cursive-with-horizontal-crossbar', cv35 = 27
Z with cursive body shape, and a horizontal crossbar
+ - Styles for `a` +
21 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
a = 'double-storey-serifless', cv36 = 1
a with double-storey body, and serifless hook; without serif at terminal (default for Sans Upright)
a = 'double-storey-serifed', cv36 = 2
a with double-storey body, serifless hook, and serif at terminal (default for Slab Upright)
a = 'double-storey-tailed', cv36 = 3
a with double-storey body, serifless hook, and curly tail
a = 'double-storey-toothless-corner', cv36 = 4
a with double-storey body, serifless hook, and toothless (cornered bottom-right)
a = 'double-storey-toothless-rounded', cv36 = 5
a with double-storey body, serifless hook, and toothless (rounded bottom-right)
a = 'double-storey-hook-inward-serifed-serifless', cv36 = 6
a with double-storey body, and serifed hook; without serif at terminal
a = 'double-storey-hook-inward-serifed-serifed', cv36 = 7
a with double-storey body, serifed hook, and serif at terminal
a = 'double-storey-hook-inward-serifed-tailed', cv36 = 8
a with double-storey body, serifed hook, and curly tail
a = 'double-storey-hook-inward-serifed-toothless-corner', cv36 = 9
a with double-storey body, serifed hook, and toothless (cornered bottom-right)
a = 'double-storey-hook-inward-serifed-toothless-rounded', cv36 = 10
a with double-storey body, serifed hook, and toothless (rounded bottom-right)
a = 'single-storey-serifless', cv36 = 11
a with single-storey body; without serif at terminal
a = 'single-storey-serifed', cv36 = 12
a with single-storey body, and serif at terminal
a = 'single-storey-double-serifed', cv36 = 13
a with single-storey body, and serifs at top and bottom
a = 'single-storey-tailed', cv36 = 14
a with single-storey body, and curly tail (default for Italic)
a = 'single-storey-tailed-serifed', cv36 = 15
a with single-storey body, and curly tail; with serifs at top and bottom
a = 'single-storey-earless-corner-serifless', cv36 = 16
a with single-storey body, and earless (cornered top-right); without serif at terminal
a = 'single-storey-earless-corner-serifed', cv36 = 17
a with single-storey body, earless (cornered top-right), and serif at terminal
a = 'single-storey-earless-corner-tailed', cv36 = 18
a with single-storey body, earless (cornered top-right), and curly tail
a = 'single-storey-earless-rounded-serifless', cv36 = 19
a with single-storey body, and earless (rounded top-right); without serif at terminal
a = 'single-storey-earless-rounded-serifed', cv36 = 20
a with single-storey body, earless (rounded top-right), and serif at terminal
a = 'single-storey-earless-rounded-tailed', cv36 = 21
a with single-storey body, earless (rounded top-right), and curly tail
+ - Styles for `b` +
7 variants + + + + + + + + + + + + + + + +
b = 'toothed-serifless', cv37 = 1
b with toothed shape; without serifs (default for Sans)
b = 'toothed-motion-serifed', cv37 = 2
b with toothed shape, and motion serifs (default for Slab Italic)
b = 'toothed-serifed', cv37 = 3
b with toothed shape, and serifs (default for Slab Upright)
b = 'toothless-corner-serifless', cv37 = 4
b with toothless (cornered) shape; without serifs
b = 'toothless-corner-serifed', cv37 = 5
b with toothless (cornered) shape, and serifs
b = 'toothless-rounded-serifless', cv37 = 6
b with toothless (rounded) shape; without serifs
b = 'toothless-rounded-serifed', cv37 = 7
b with toothless (rounded) shape, and serifs
+ - Styles for `c` +
5 variants + + + + + + + + + + + +
c = 'serifless', cv38 = 1
Serifless c (default for Sans)
c = 'unilateral-serifed', cv38 = 2
c with serif at top (default for Slab Upright)
c = 'bilateral-serifed', cv38 = 3
c with serifs at both top and bottom
c = 'unilateral-inward-serifed', cv38 = 4
c with inward serif at top (default for Slab Italic)
c = 'bilateral-inward-serifed', cv38 = 5
c with inward serif at both top and bottom
+ - Styles for `d` +
10 variants + + + + + + + + + + + + + + + + + + + + + +
d = 'toothed-serifless', cv39 = 1
d with toothed shape; without serifs (default for Sans Upright)
d = 'toothed-top-serifed', cv39 = 2
d with toothed shape, and serif at top
d = 'toothed-bottom-serifed', cv39 = 3
d with toothed shape, and serif at bottom
d = 'toothed-serifed', cv39 = 4
d with toothed shape, and serifs (default for Slab Upright)
d = 'tailed-serifless', cv39 = 5
d with tailed shape; without serifs (default for Sans Italic)
d = 'tailed-serifed', cv39 = 6
d with tailed shape, and serifs (default for Slab Italic)
d = 'toothless-corner-serifless', cv39 = 7
d with toothless (cornered) shape; without serifs
d = 'toothless-corner-serifed', cv39 = 8
d with toothless (cornered) shape, and serifs
d = 'toothless-rounded-serifless', cv39 = 9
d with toothless (rounded) shape; without serifs
d = 'toothless-rounded-serifed', cv39 = 10
d with toothless (rounded) shape, and serifs
+ - Styles for `e` +
2 variants + + + + + +
e = 'flat-crossbar', cv40 = 1
e with flat crossbar (default for Upright)
e = 'rounded', cv40 = 2
e with more rounded shape (default for Italic)
+ - Styles for `f` +
20 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
f = 'serifless', cv41 = 1
f without bottom serif, hook or extension (default for Sans Upright)
f = 'serifless-crossbar-at-x-height', cv41 = 2
f without bottom serif, hook or extension; with crossbar at X-height
f = 'serifed', cv41 = 3
f with bottom serif (default for Slab Upright)
f = 'serifed-crossbar-at-x-height', cv41 = 4
f with bottom serif, and crossbar at X-height
f = 'extended', cv41 = 5
f with descending extension
f = 'extended-crossbar-at-x-height', cv41 = 6
f with descending extension, and crossbar at X-height
f = 'tailed', cv41 = 7
f with descending bottom hook
f = 'tailed-crossbar-at-x-height', cv41 = 8
f with descending bottom hook, and crossbar at X-height
f = 'diagonal-tailed', cv41 = 9
f with diagonal tail
f = 'diagonal-tailed-crossbar-at-x-height', cv41 = 10
f with diagonal tail, and crossbar at X-height
f = 'flat-hook-serifless', cv41 = 11
f with flat top hook; without bottom serif, hook or extension
f = 'flat-hook-serifless-crossbar-at-x-height', cv41 = 12
f with flat top hook, and crossbar at X-height; without bottom serif, hook or extension
f = 'flat-hook-serifed', cv41 = 13
f with flat top hook, and bottom serif
f = 'flat-hook-serifed-crossbar-at-x-height', cv41 = 14
f with flat top hook, bottom serif, and crossbar at X-height
f = 'flat-hook-extended', cv41 = 15
f with flat top hook, and descending extension
f = 'flat-hook-extended-crossbar-at-x-height', cv41 = 16
f with flat top hook, descending extension, and crossbar at X-height
f = 'flat-hook-tailed', cv41 = 17
f with flat top hook, and descending bottom hook (default for Italic)
f = 'flat-hook-tailed-crossbar-at-x-height', cv41 = 18
f with flat top hook, descending bottom hook, and crossbar at X-height
f = 'flat-hook-diagonal-tailed', cv41 = 19
f with flat top hook, and diagonal tail
f = 'flat-hook-diagonal-tailed-crossbar-at-x-height', cv41 = 20
f with flat top hook, diagonal tail, and crossbar at X-height
+ - Styles for `g` +
10 variants + + + + + + + + + + + + + + + + + + + + + +
g = 'double-storey', cv42 = 1
g with double-storey shape
g = 'double-storey-open', cv42 = 2
g with double-storey shape, and open contour
g = 'single-storey-serifless', cv42 = 3
g with single-storey shape (default for Sans Upright, Sans Italic, Slab Italic)
g = 'single-storey-serifed', cv42 = 4
g with single-storey shape, and top-right serif (default for Slab Upright)
g = 'single-storey-earless-corner', cv42 = 5
g with single-storey shape, and earless (cornered top-right)
g = 'single-storey-earless-rounded', cv42 = 6
g with single-storey shape, and earless (rounded top-right)
g = 'single-storey-flat-hook-serifless', cv42 = 7
g with single-storey shape, and flat bottom hook
g = 'single-storey-flat-hook-serifed', cv42 = 8
g with single-storey shape, flat bottom hook, and top-right serif
g = 'single-storey-flat-hook-earless-corner', cv42 = 9
g with single-storey shape, flat bottom hook, and earless (cornered top-right)
g = 'single-storey-flat-hook-earless-rounded', cv42 = 10
g with single-storey shape, flat bottom hook, and earless (rounded top-right)
+ - Styles for `h` +
7 variants + + + + + + + + + + + + + + + +
h = 'straight-serifless', cv43 = 1
h with straight terminal; without serifs (default for Sans)
h = 'straight-top-left-serifed', cv43 = 2
h with straight terminal, and serif at top left
h = 'straight-motion-serifed', cv43 = 3
h with straight terminal, and serifs at top left and bottom right (default for Slab Italic)
h = 'straight-serifed', cv43 = 4
h with straight terminal, and serifs (default for Slab Upright)
h = 'tailed-serifless', cv43 = 5
h with curly tailed terminal; without serifs
h = 'tailed-motion-serifed', cv43 = 6
h with curly tailed terminal, and serifs at top left and bottom right
h = 'tailed-serifed', cv43 = 7
h with curly tailed terminal, and serifs
+ - Styles for `i` +
14 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
i = 'serifless', cv44 = 1
i like a straight line
i = 'hooky', cv44 = 2
Hooky i
i = 'hooky-bottom', cv44 = 3
i with a sharp-turning horizontal tail
i = 'zshaped', cv44 = 4
Z-shaped i
i = 'serifed', cv44 = 5
Serifed i (default for Upright)
i = 'serifed-asymmetric', cv44 = 6
i with shorter top serif and full bottom serif
i = 'tailed', cv44 = 7
i with curly tail
i = 'tailed-serifed', cv44 = 8
i with top serif and curly tail (default for Italic)
i = 'flat-tailed', cv44 = 9
i with curly-then-flat tail
i = 'serifed-flat-tailed', cv44 = 10
i with top serif and curly-then-flat tail
i = 'diagonal-tailed', cv44 = 11
i with diagonal tail
i = 'serifed-diagonal-tailed', cv44 = 12
i with top serif and diagonal tail
i = 'semi-tailed', cv44 = 13
i with slightly curly tail
i = 'serifed-semi-tailed', cv44 = 14
i with top serif and slightly curly tail
+ - Styles for `j` +
8 variants + + + + + + + + + + + + + + + + + +
j = 'serifless', cv45 = 1
j without serif
j = 'serifed', cv45 = 2
j with top serif (default)
j = 'straight-line', cv45 = 3
j like a straight line
j = 'hooky', cv45 = 4
j like a straight line with top serif
j = 'flat-hook-serifless', cv45 = 5
j with flat terminal hook
j = 'flat-hook-serifed', cv45 = 6
j with flat terminal hook and top serif
j = 'diagonal-tailed-serifless', cv45 = 7
j with diagonal tail
j = 'diagonal-tailed-serifed', cv45 = 8
j with top serif and diagonal tail
+ - Styles for `k` +
27 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
k = 'straight-serifless', cv46 = 1
k with standard shape; without serifs (default for Sans Upright)
k = 'straight-top-left-serifed', cv46 = 2
k with standard shape, and serifs at top left
k = 'straight-bottom-right-serifed', cv46 = 3
k with standard shape, and serifs at bottom right
k = 'straight-top-left-and-bottom-right-serifed', cv46 = 4
k with standard shape, and serifs at top left and bottom right
k = 'straight-serifed', cv46 = 5
k with standard shape, and serifs (default for Slab Upright)
k = 'curly-serifless', cv46 = 6
k with curly shape; without serifs
k = 'curly-top-left-serifed', cv46 = 7
k with curly shape, and serifs at top left
k = 'curly-bottom-right-serifed', cv46 = 8
k with curly shape, and serifs at bottom right
k = 'curly-top-left-and-bottom-right-serifed', cv46 = 9
k with curly shape, and serifs at top left and bottom right
k = 'curly-serifed', cv46 = 10
k with curly shape, and serifs
k = 'symmetric-touching-serifless', cv46 = 11
k with symmetric legs touching the vertical bar; without serifs
k = 'symmetric-touching-top-left-serifed', cv46 = 12
k with symmetric legs touching the vertical bar, and serifs at top left
k = 'symmetric-touching-bottom-right-serifed', cv46 = 13
k with symmetric legs touching the vertical bar, and serifs at bottom right
k = 'symmetric-touching-top-left-and-bottom-right-serifed', cv46 = 14
k with symmetric legs touching the vertical bar, and serifs at top left and bottom right
k = 'symmetric-touching-serifed', cv46 = 15
k with symmetric legs touching the vertical bar, and serifs
k = 'symmetric-connected-serifless', cv46 = 16
k with symmetric legs connected to the vertical bar; without serifs
k = 'symmetric-connected-top-left-serifed', cv46 = 17
k with symmetric legs connected to the vertical bar, and serifs at top left
k = 'symmetric-connected-bottom-right-serifed', cv46 = 18
k with symmetric legs connected to the vertical bar, and serifs at bottom right
k = 'symmetric-connected-top-left-and-bottom-right-serifed', cv46 = 19
k with symmetric legs connected to the vertical bar, and serifs at top left and bottom right
k = 'symmetric-connected-serifed', cv46 = 20
k with symmetric legs connected to the vertical bar, and serifs
k = 'cursive-serifless', cv46 = 21
k with cursive loop; without serifs (default for Sans Italic)
k = 'cursive-top-left-serifed', cv46 = 22
k with cursive loop, and serifs at top left
k = 'cursive-bottom-right-serifed', cv46 = 23
k with cursive loop, and serifs at bottom right
k = 'cursive-top-left-and-bottom-right-serifed', cv46 = 24
k with cursive loop, and serifs at top left and bottom right
k = 'cursive-serifed', cv46 = 25
k with cursive loop, and serifs
k = 'diagonal-tailed-cursive-serifless', cv46 = 26
k with cursive loop plus diagonal tail; without serifs
k = 'diagonal-tailed-cursive-top-left-serifed', cv46 = 27
k with cursive loop plus diagonal tail, and serifs at top left (default for Slab Italic)
+ - Styles for `l` +
14 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
l = 'serifless', cv47 = 1
l like a straight line
l = 'hooky', cv47 = 2
Hooky l
l = 'hooky-bottom', cv47 = 3
l with a straight sharp-turning horizontal tail
l = 'zshaped', cv47 = 4
Z-shaped l
l = 'serifed', cv47 = 5
Serifed l (default for Upright)
l = 'serifed-asymmetric', cv47 = 6
l with shorter top serif and full bottom serif
l = 'tailed', cv47 = 7
l with curly tail
l = 'tailed-serifed', cv47 = 8
l with top serif and curly tail (default for Italic)
l = 'flat-tailed', cv47 = 9
l with curly-then-flat tail
l = 'serifed-flat-tailed', cv47 = 10
l with top serif and curly-then-flat tail
l = 'diagonal-tailed', cv47 = 11
l with diagonal tail
l = 'serifed-diagonal-tailed', cv47 = 12
l with top serif and diagonal tail
l = 'semi-tailed', cv47 = 13
l with slightl curly tail
l = 'serifed-semi-tailed', cv47 = 14
l with top serif and slightl curly tail
+ - Styles for `m` +
44 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
m = 'serifless', cv48 = 1
m with eared body shape, and normal middle leg; without serifs (default for Sans)
m = 'top-left-serifed', cv48 = 2
m with eared body shape, normal middle leg, and serif at top left
m = 'top-left-and-bottom-right-serifed', cv48 = 3
m with eared body shape, normal middle leg, and serifs at top left and bottom right (default for Slab Italic)
m = 'serifed', cv48 = 4
m with eared body shape, normal middle leg, and serifs (default for Slab Upright)
m = 'tailed-serifless', cv48 = 5
m with eared body shape, normal middle leg, and tail; without serifs
m = 'tailed-top-left-serifed', cv48 = 6
m with eared body shape, normal middle leg, tail, and serif at top left
m = 'tailed-serifed', cv48 = 7
m with eared body shape, normal middle leg, tail, and serifs
m = 'short-leg-serifless', cv48 = 8
m with eared body shape, and shorter middle leg (like Ubuntu Mono); without serifs
m = 'short-leg-top-left-serifed', cv48 = 9
m with eared body shape, shorter middle leg (like Ubuntu Mono), and serif at top left
m = 'short-leg-top-left-and-bottom-right-serifed', cv48 = 10
m with eared body shape, shorter middle leg (like Ubuntu Mono), and serifs at top left and bottom right
m = 'short-leg-serifed', cv48 = 11
m with eared body shape, shorter middle leg (like Ubuntu Mono), and serifs
m = 'short-leg-tailed-serifless', cv48 = 12
m with eared body shape, shorter middle leg (like Ubuntu Mono), and tail; without serifs
m = 'short-leg-tailed-top-left-serifed', cv48 = 13
m with eared body shape, shorter middle leg (like Ubuntu Mono), tail, and serif at top left
m = 'short-leg-tailed-serifed', cv48 = 14
m with eared body shape, shorter middle leg (like Ubuntu Mono), tail, and serifs
m = 'earless-corner-double-arch-serifless', cv48 = 15
m with earless (corner top-left) double-arch body shape, and normal middle leg; without serifs
m = 'earless-corner-double-arch-bottom-right-serifed', cv48 = 16
m with earless (corner top-left) double-arch body shape, normal middle leg, and serifs at bottom right
m = 'earless-corner-double-arch-serifed', cv48 = 17
m with earless (corner top-left) double-arch body shape, normal middle leg, and serifs
m = 'earless-corner-double-arch-tailed-serifless', cv48 = 18
m with earless (corner top-left) double-arch body shape, normal middle leg, and tail; without serifs
m = 'earless-corner-double-arch-tailed-serifed', cv48 = 19
m with earless (corner top-left) double-arch body shape, normal middle leg, tail, and serifs
m = 'earless-corner-double-arch-short-leg-serifless', cv48 = 20
m with earless (corner top-left) double-arch body shape, and shorter middle leg (like Ubuntu Mono); without serifs
m = 'earless-corner-double-arch-short-leg-bottom-right-serifed', cv48 = 21
m with earless (corner top-left) double-arch body shape, shorter middle leg (like Ubuntu Mono), and serifs at bottom right
m = 'earless-corner-double-arch-short-leg-serifed', cv48 = 22
m with earless (corner top-left) double-arch body shape, shorter middle leg (like Ubuntu Mono), and serifs
m = 'earless-corner-double-arch-short-leg-tailed-serifless', cv48 = 23
m with earless (corner top-left) double-arch body shape, shorter middle leg (like Ubuntu Mono), and tail; without serifs
m = 'earless-corner-double-arch-short-leg-tailed-serifed', cv48 = 24
m with earless (corner top-left) double-arch body shape, shorter middle leg (like Ubuntu Mono), tail, and serifs
m = 'earless-rounded-double-arch-serifless', cv48 = 25
m with earless (rounded top-left) double-arch body shape, and normal middle leg; without serifs
m = 'earless-rounded-double-arch-bottom-right-serifed', cv48 = 26
m with earless (rounded top-left) double-arch body shape, normal middle leg, and serifs at bottom right
m = 'earless-rounded-double-arch-serifed', cv48 = 27
m with earless (rounded top-left) double-arch body shape, normal middle leg, and serifs
m = 'earless-rounded-double-arch-tailed-serifless', cv48 = 28
m with earless (rounded top-left) double-arch body shape, normal middle leg, and tail; without serifs
m = 'earless-rounded-double-arch-tailed-serifed', cv48 = 29
m with earless (rounded top-left) double-arch body shape, normal middle leg, tail, and serifs
m = 'earless-rounded-double-arch-short-leg-serifless', cv48 = 30
m with earless (rounded top-left) double-arch body shape, and shorter middle leg (like Ubuntu Mono); without serifs
m = 'earless-rounded-double-arch-short-leg-bottom-right-serifed', cv48 = 31
m with earless (rounded top-left) double-arch body shape, shorter middle leg (like Ubuntu Mono), and serifs at bottom right
m = 'earless-rounded-double-arch-short-leg-serifed', cv48 = 32
m with earless (rounded top-left) double-arch body shape, shorter middle leg (like Ubuntu Mono), and serifs
m = 'earless-rounded-double-arch-short-leg-tailed-serifless', cv48 = 33
m with earless (rounded top-left) double-arch body shape, shorter middle leg (like Ubuntu Mono), and tail; without serifs
m = 'earless-rounded-double-arch-short-leg-tailed-serifed', cv48 = 34
m with earless (rounded top-left) double-arch body shape, shorter middle leg (like Ubuntu Mono), tail, and serifs
m = 'earless-single-arch-serifless', cv48 = 35
m with earless (corner top-left) body shape, and normal middle leg; without serifs
m = 'earless-single-arch-bottom-right-serifed', cv48 = 36
m with earless (corner top-left) body shape, normal middle leg, and serifs at bottom right
m = 'earless-single-arch-serifed', cv48 = 37
m with earless (corner top-left) body shape, normal middle leg, and serifs
m = 'earless-single-arch-tailed-serifless', cv48 = 38
m with earless (corner top-left) body shape, normal middle leg, and tail; without serifs
m = 'earless-single-arch-tailed-serifed', cv48 = 39
m with earless (corner top-left) body shape, normal middle leg, tail, and serifs
m = 'earless-single-arch-short-leg-serifless', cv48 = 40
m with earless (corner top-left) body shape, and shorter middle leg (like Ubuntu Mono); without serifs
m = 'earless-single-arch-short-leg-bottom-right-serifed', cv48 = 41
m with earless (corner top-left) body shape, shorter middle leg (like Ubuntu Mono), and serifs at bottom right
m = 'earless-single-arch-short-leg-serifed', cv48 = 42
m with earless (corner top-left) body shape, shorter middle leg (like Ubuntu Mono), and serifs
m = 'earless-single-arch-short-leg-tailed-serifless', cv48 = 43
m with earless (corner top-left) body shape, shorter middle leg (like Ubuntu Mono), and tail; without serifs
m = 'earless-single-arch-short-leg-tailed-serifed', cv48 = 44
m with earless (corner top-left) body shape, shorter middle leg (like Ubuntu Mono), tail, and serifs
+ - Styles for `n` +
17 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
n = 'straight-serifless', cv49 = 1
n with straight terminal; without serifs (default for Sans)
n = 'straight-top-left-serifed', cv49 = 2
n with straight terminal, and serif at top left
n = 'straight-motion-serifed', cv49 = 3
n with straight terminal, and serif at top left and bottom right (default for Slab Italic)
n = 'straight-serifed', cv49 = 4
n with straight terminal, and serifs (default for Slab Upright)
n = 'tailed-serifless', cv49 = 5
n with tailed terminal; without serifs
n = 'tailed-motion-serifed', cv49 = 6
n with tailed terminal, and serif at top left and bottom right
n = 'tailed-serifed', cv49 = 7
n with tailed terminal, and serifs
n = 'earless-corner-straight-serifless', cv49 = 8
n with earless (corner top-left) body shape, and straight terminal; without serifs
n = 'earless-corner-straight-motion-serifed', cv49 = 9
n with earless (corner top-left) body shape, straight terminal, and serif at top left and bottom right
n = 'earless-corner-straight-serifed', cv49 = 10
n with earless (corner top-left) body shape, straight terminal, and serifs
n = 'earless-corner-tailed-serifless', cv49 = 11
n with earless (corner top-left) body shape, and tailed terminal; without serifs
n = 'earless-corner-tailed-serifed', cv49 = 12
n with earless (corner top-left) body shape, tailed terminal, and serifs
n = 'earless-rounded-straight-serifless', cv49 = 13
n with earless (rounded top-left) body shape, and straight terminal; without serifs
n = 'earless-rounded-straight-motion-serifed', cv49 = 14
n with earless (rounded top-left) body shape, straight terminal, and serif at top left and bottom right
n = 'earless-rounded-straight-serifed', cv49 = 15
n with earless (rounded top-left) body shape, straight terminal, and serifs
n = 'earless-rounded-tailed-serifless', cv49 = 16
n with earless (rounded top-left) body shape, and tailed terminal; without serifs
n = 'earless-rounded-tailed-serifed', cv49 = 17
n with earless (rounded top-left) body shape, tailed terminal, and serifs
+ - Styles for `p` +
7 variants + + + + + + + + + + + + + + + +
p = 'eared-serifless', cv50 = 1
p with eared shape; without serifs (default for Sans)
p = 'eared-motion-serifed', cv50 = 2
p with eared shape, and motion serifs
p = 'eared-serifed', cv50 = 3
p with eared shape, and serifs (default for Slab)
p = 'earless-corner-serifless', cv50 = 4
p with earless (cornered) shape; without serifs
p = 'earless-corner-serifed', cv50 = 5
p with earless (cornered) shape, and serifs
p = 'earless-rounded-serifless', cv50 = 6
p with earless (rounded) shape; without serifs
p = 'earless-rounded-serifed', cv50 = 7
p with earless (rounded) shape, and serifs
+ - Styles for `q` +
16 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
q = 'straight-serifless', cv51 = 1
q with straight terminal; without serifs (default for Sans)
q = 'straight-bottom-serifed', cv51 = 2
q with straight terminal, and serif at bottom (default for Slab Italic)
q = 'straight-motion-serifed', cv51 = 3
q with straight terminal, and motion serifs
q = 'straight-serifed', cv51 = 4
q with straight terminal, and serifs (default for Slab Upright)
q = 'tailed-serifless', cv51 = 5
q with tailed terminal; without serifs
q = 'tailed-motion-serifed', cv51 = 6
q with tailed terminal, and motion serifs
q = 'diagonal-tailed-serifless', cv51 = 7
q with diagonally tailed terminal; without serifs
q = 'diagonal-tailed-motion-serifed', cv51 = 8
q with diagonally tailed terminal, and motion serifs
q = 'earless-corner-straight-serifless', cv51 = 9
q with earless (cornered) shape, and straight terminal; without serifs
q = 'earless-corner-straight-serifed', cv51 = 10
q with earless (cornered) shape, straight terminal, and serifs
q = 'earless-corner-tailed-serifless', cv51 = 11
q with earless (cornered) shape, and tailed terminal; without serifs
q = 'earless-corner-diagonal-tailed-serifless', cv51 = 12
q with earless (cornered) shape, and diagonally tailed terminal; without serifs
q = 'earless-rounded-straight-serifless', cv51 = 13
q with earless (rounded) shape, and straight terminal; without serifs
q = 'earless-rounded-straight-serifed', cv51 = 14
q with earless (rounded) shape, straight terminal, and serifs
q = 'earless-rounded-tailed-serifless', cv51 = 15
q with earless (rounded) shape, and tailed terminal; without serifs
q = 'earless-rounded-diagonal-tailed-serifless', cv51 = 16
q with earless (rounded) shape, and diagonally tailed terminal; without serifs
+ - Styles for `r` +
20 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
r = 'serifless', cv52 = 1
r with normal body shape; without serifs (default for Sans)
r = 'top-serifed', cv52 = 2
r with normal body shape, and serif at top (default for Slab Italic)
r = 'base-serifed', cv52 = 3
r with normal body shape, and serif at bottom
r = 'serifed', cv52 = 4
r with normal body shape, and serifs (default for Slab Upright)
r = 'earless-corner-serifless', cv52 = 5
r with earless (corner top-left) body shape; without serifs
r = 'earless-corner-serifed', cv52 = 6
r with earless (corner top-left) body shape, and serifs
r = 'earless-rounded-serifless', cv52 = 7
r with earless (rounded top-left) body shape; without serifs
r = 'earless-rounded-serifed', cv52 = 8
r with earless (rounded top-left) body shape, and serifs
r = 'hookless-serifless', cv52 = 9
r with hookless body shape; without serifs
r = 'hookless-top-serifed', cv52 = 10
r with hookless body shape, and serif at top
r = 'hookless-base-serifed', cv52 = 11
r with hookless body shape, and serif at bottom
r = 'hookless-serifed', cv52 = 12
r with hookless body shape, and serifs
r = 'corner-hooked-serifless', cv52 = 13
r with corner-hooked body shape; without serifs
r = 'corner-hooked-top-serifed', cv52 = 14
r with corner-hooked body shape, and serif at top
r = 'corner-hooked-base-serifed', cv52 = 15
r with corner-hooked body shape, and serif at bottom
r = 'corner-hooked-serifed', cv52 = 16
r with corner-hooked body shape, and serifs
r = 'compact-serifless', cv52 = 17
r with compact body shape (identical to 'hookless' for monospace fonts); without serifs
r = 'compact-top-serifed', cv52 = 18
r with compact body shape (identical to 'hookless' for monospace fonts), and serif at top
r = 'compact-base-serifed', cv52 = 19
r with compact body shape (identical to 'hookless' for monospace fonts), and serif at bottom
r = 'compact-serifed', cv52 = 20
r with compact body shape (identical to 'hookless' for monospace fonts), and serifs
+ - Styles for `s` +
5 variants + + + + + + + + + + + +
s = 'serifless', cv53 = 1
Serifless s (default for Sans)
s = 'unilateral-serifed', cv53 = 2
s with single serif at top
s = 'bilateral-serifed', cv53 = 3
s with serifs at both end (default for Slab Upright)
s = 'unilateral-inward-serifed', cv53 = 4
s with single inward serif at top
s = 'bilateral-inward-serifed', cv53 = 5
s with inward serifs at both end (default for Slab Italic)
+ - Styles for `t` +
24 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
t = 'bent-hook', cv54 = 1
t with bent hook, and crossbar at both sides of the vertical stem (default)
t = 'bent-hook-short-neck', cv54 = 2
t with bent hook, crossbar at both sides of the vertical stem, and a shorter neck
t = 'bent-hook-short-neck2', cv54 = 3
t with bent hook, crossbar at both sides of the vertical stem, and a more shorter neck
t = 'bent-hook-asymmetric', cv54 = 4
t with bent hook, and crossbar at only right side of the vertical stem
t = 'bent-hook-asymmetric-short-neck', cv54 = 5
t with bent hook, crossbar at only right side of the vertical stem, and a shorter neck
t = 'bent-hook-asymmetric-short-neck2', cv54 = 6
t with bent hook, crossbar at only right side of the vertical stem, and a more shorter neck
t = 'flat-hook', cv54 = 7
t with flat hook, and crossbar at both sides of the vertical stem
t = 'flat-hook-short-neck', cv54 = 8
t with flat hook, crossbar at both sides of the vertical stem, and a shorter neck
t = 'flat-hook-short-neck2', cv54 = 9
t with flat hook, crossbar at both sides of the vertical stem, and a more shorter neck
t = 'flat-hook-asymmetric', cv54 = 10
t with flat hook, and crossbar at only right side of the vertical stem
t = 'flat-hook-asymmetric-short-neck', cv54 = 11
t with flat hook, crossbar at only right side of the vertical stem, and a shorter neck
t = 'flat-hook-asymmetric-short-neck2', cv54 = 12
t with flat hook, crossbar at only right side of the vertical stem, and a more shorter neck
t = 'diagonal-tailed', cv54 = 13
t with diagonal tail, and crossbar at both sides of the vertical stem
t = 'diagonal-tailed-short-neck', cv54 = 14
t with diagonal tail, crossbar at both sides of the vertical stem, and a shorter neck
t = 'diagonal-tailed-short-neck2', cv54 = 15
t with diagonal tail, crossbar at both sides of the vertical stem, and a more shorter neck
t = 'diagonal-tailed-asymmetric', cv54 = 16
t with diagonal tail, and crossbar at only right side of the vertical stem
t = 'diagonal-tailed-asymmetric-short-neck', cv54 = 17
t with diagonal tail, crossbar at only right side of the vertical stem, and a shorter neck
t = 'diagonal-tailed-asymmetric-short-neck2', cv54 = 18
t with diagonal tail, crossbar at only right side of the vertical stem, and a more shorter neck
t = 'hookless', cv54 = 19
t without hook or tail; with crossbar at both sides of the vertical stem
t = 'hookless-short-neck', cv54 = 20
t without hook or tail; with crossbar at both sides of the vertical stem, and a shorter neck
t = 'hookless-short-neck2', cv54 = 21
t without hook or tail; with crossbar at both sides of the vertical stem, and a more shorter neck
t = 'hookless-asymmetric', cv54 = 22
t without hook or tail; with crossbar at only right side of the vertical stem
t = 'hookless-asymmetric-short-neck', cv54 = 23
t without hook or tail; with crossbar at only right side of the vertical stem, and a shorter neck
t = 'hookless-asymmetric-short-neck2', cv54 = 24
t without hook or tail; with crossbar at only right side of the vertical stem, and a more shorter neck
+ - Styles for `u` +
13 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + +
u = 'toothed-serifless', cv55 = 1
u with toothed shape; without serifs (default for Sans Upright)
u = 'toothed-bottom-right-serifed', cv55 = 2
u with toothed shape, and serif at bottom-right
u = 'toothed-motion-serifed', cv55 = 3
u with toothed shape, and motion serifs at top-left and bottom-right
u = 'toothed-serifed', cv55 = 4
u with toothed shape, and serifs (default for Slab Upright)
u = 'tailed-serifless', cv55 = 5
u with tailed shape; without serifs (default for Sans Italic)
u = 'tailed-motion-serifed', cv55 = 6
u with tailed shape, and motion serifs at top-left and bottom-right (default for Slab Italic)
u = 'tailed-serifed', cv55 = 7
u with tailed shape, and serifs
u = 'toothless-corner-serifless', cv55 = 8
u with toothless (corner bottom-right) shape; without serifs
u = 'toothless-corner-motion-serifed', cv55 = 9
u with toothless (corner bottom-right) shape, and motion serifs at top-left and bottom-right
u = 'toothless-corner-serifed', cv55 = 10
u with toothless (corner bottom-right) shape, and serifs
u = 'toothless-rounded-serifless', cv55 = 11
u with toothless (rounded) shape; without serifs
u = 'toothless-rounded-motion-serifed', cv55 = 12
u with toothless (rounded) shape, and motion serifs at top-left and bottom-right
u = 'toothless-rounded-serifed', cv55 = 13
u with toothless (rounded) shape, and serifs
+ - Styles for `v` +
8 variants + + + + + + + + + + + + + + + + + +
v = 'straight-serifless', cv56 = 1
v with straight body; without serifs (default for Sans)
v = 'straight-motion-serifed', cv56 = 2
v with straight body, and motion serifs (default for Slab Italic)
v = 'straight-serifed', cv56 = 3
v with straight body, and serifs (default for Slab Upright)
v = 'curly-serifless', cv56 = 4
v with curly body; without serifs
v = 'curly-motion-serifed', cv56 = 5
v with curly body, and motion serifs
v = 'curly-serifed', cv56 = 6
v with curly body, and serifs
v = 'cursive-serifless', cv56 = 7
v with cursive body; without serifs
v = 'cursive-serifed', cv56 = 8
v with cursive body, and serifs
+ - Styles for `w` +
20 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
w = 'straight-serifless', cv57 = 1
w with standard, straight body; without serifs (default for Sans)
w = 'straight-motion-serifed', cv57 = 2
w with standard, straight body, and motion serifs (default for Slab Italic)
w = 'straight-serifed', cv57 = 3
w with standard, straight body, and serifs (default for Slab Upright)
w = 'curly-serifless', cv57 = 4
w with curly body; without serifs
w = 'curly-motion-serifed', cv57 = 5
w with curly body, and motion serifs
w = 'curly-serifed', cv57 = 6
w with curly body, and serifs
w = 'straight-vertical-sides-serifless', cv57 = 7
w with body shape with vertical sides; without serifs
w = 'straight-vertical-sides-motion-serifed', cv57 = 8
w with body shape with vertical sides, and motion serifs
w = 'straight-vertical-sides-serifed', cv57 = 9
w with body shape with vertical sides, and serifs
w = 'straight-flat-top-serifless', cv57 = 10
w with straight body shape that the middle is forced to be aligned the top; without serifs
w = 'straight-flat-top-motion-serifed', cv57 = 11
w with straight body shape that the middle is forced to be aligned the top, and motion serifs
w = 'straight-flat-top-serifed', cv57 = 12
w with straight body shape that the middle is forced to be aligned the top, and serifs
w = 'straight-double-v-serifless', cv57 = 13
w with body shape like double V; without serifs
w = 'straight-double-v-motion-serifed', cv57 = 14
w with body shape like double V, and motion serifs
w = 'straight-double-v-serifed', cv57 = 15
w with body shape like double V, and serifs
w = 'straight-asymmetric-serifless', cv57 = 16
w with asymmetric shape; without serifs
w = 'straight-asymmetric-motion-serifed', cv57 = 17
w with asymmetric shape, and motion serifs
w = 'straight-asymmetric-serifed', cv57 = 18
w with asymmetric shape, and serifs
w = 'cursive-serifless', cv57 = 19
w with cursive shape; without serifs
w = 'cursive-serifed', cv57 = 20
w with cursive shape, and serifs
+ - Styles for `x` +
14 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
x = 'straight-serifless', cv58 = 1
x with straight shape; without serifs (default for Sans)
x = 'straight-unilateral-motion-serifed', cv58 = 2
x with straight shape, and motion serifs at top-left
x = 'straight-bilateral-motion-serifed', cv58 = 3
x with straight shape, and motion serifs at top-left and bottom-right
x = 'straight-serifed', cv58 = 4
x with straight shape, and serifs (default for Slab Upright)
x = 'curly-serifless', cv58 = 5
x with curly shape; without serifs
x = 'curly-unilateral-motion-serifed', cv58 = 6
x with curly shape, and motion serifs at top-left
x = 'curly-bilateral-motion-serifed', cv58 = 7
x with curly shape, and motion serifs at top-left and bottom-right
x = 'curly-serifed', cv58 = 8
x with curly shape, and serifs
x = 'semi-chancery-straight-serifless', cv58 = 9
x with Semi-chancery shape with straight counter-leg; without serifs
x = 'semi-chancery-straight-serifed', cv58 = 10
x with Semi-chancery shape with straight counter-leg, and serifs
x = 'semi-chancery-curly-serifless', cv58 = 11
x with Semi-chancery shape with curly counter-leg; without serifs
x = 'semi-chancery-curly-serifed', cv58 = 12
x with Semi-chancery shape with curly counter-leg, and serifs
x = 'chancery', cv58 = 13
x with Chancery shape
x = 'cursive', cv58 = 14
x with cursive shape (default for Slab Italic)
+ - Styles for `y` +
18 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
y = 'straight-serifless', cv59 = 1
y with straight shape; without serifs (default for Sans Upright)
y = 'straight-motion-serifed', cv59 = 2
y with straight shape, and motion serifs
y = 'straight-serifed', cv59 = 3
y with straight shape, and serifs
y = 'straight-turn-serifless', cv59 = 4
y with straight shape, and a tail turns leftward; without serifs
y = 'straight-turn-motion-serifed', cv59 = 5
y with straight shape, a tail turns leftward, and motion serifs
y = 'straight-turn-serifed', cv59 = 6
y with straight shape, a tail turns leftward, and serifs (default for Slab Upright)
y = 'curly-serifless', cv59 = 7
y with curly shape; without serifs
y = 'curly-motion-serifed', cv59 = 8
y with curly shape, and motion serifs
y = 'curly-serifed', cv59 = 9
y with curly shape, and serifs
y = 'curly-turn-serifless', cv59 = 10
y with curly shape, and a tail turns leftward; without serifs
y = 'curly-turn-motion-serifed', cv59 = 11
y with curly shape, a tail turns leftward, and motion serifs
y = 'curly-turn-serifed', cv59 = 12
y with curly shape, a tail turns leftward, and serifs
y = 'cursive-serifless', cv59 = 13
y with cursive shape; without serifs (default for Sans Italic)
y = 'cursive-motion-serifed', cv59 = 14
y with cursive shape, and motion serifs (default for Slab Italic)
y = 'cursive-serifed', cv59 = 15
y with cursive shape, and serifs
y = 'cursive-flat-hook-serifless', cv59 = 16
y with cursive shape, and a flat terminal hook; without serifs
y = 'cursive-flat-hook-motion-serifed', cv59 = 17
y with cursive shape, a flat terminal hook, and motion serifs
y = 'cursive-flat-hook-serifed', cv59 = 18
y with cursive shape, a flat terminal hook, and serifs
+ - Styles for `z` +
27 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
z = 'straight-serifless', cv60 = 1
z with straight body shape; without serifs (default for Sans)
z = 'straight-serifless-with-crossbar', cv60 = 2
z with straight body shape, and a diagonal crossbar; without serifs
z = 'straight-serifless-with-horizontal-crossbar', cv60 = 3
z with straight body shape, and a horizontal crossbar; without serifs
z = 'straight-top-serifed', cv60 = 4
z with straight body shape, and serifs at top
z = 'straight-top-serifed-with-crossbar', cv60 = 5
z with straight body shape, serifs at top, and a diagonal crossbar
z = 'straight-top-serifed-with-horizontal-crossbar', cv60 = 6
z with straight body shape, serifs at top, and a horizontal crossbar
z = 'straight-bottom-serifed', cv60 = 7
z with straight body shape, and serifs at bottom
z = 'straight-bottom-serifed-with-crossbar', cv60 = 8
z with straight body shape, serifs at bottom, and a diagonal crossbar
z = 'straight-bottom-serifed-with-horizontal-crossbar', cv60 = 9
z with straight body shape, serifs at bottom, and a horizontal crossbar
z = 'straight-serifed', cv60 = 10
z with straight body shape, and serifs (default for Slab Upright)
z = 'straight-serifed-with-crossbar', cv60 = 11
z with straight body shape, serifs, and a diagonal crossbar
z = 'straight-serifed-with-horizontal-crossbar', cv60 = 12
z with straight body shape, serifs, and a horizontal crossbar
z = 'curly-serifless', cv60 = 13
z with curly body shape; without serifs
z = 'curly-serifless-with-crossbar', cv60 = 14
z with curly body shape, and a diagonal crossbar; without serifs
z = 'curly-serifless-with-horizontal-crossbar', cv60 = 15
z with curly body shape, and a horizontal crossbar; without serifs
z = 'curly-top-serifed', cv60 = 16
z with curly body shape, and serifs at top
z = 'curly-top-serifed-with-crossbar', cv60 = 17
z with curly body shape, serifs at top, and a diagonal crossbar
z = 'curly-top-serifed-with-horizontal-crossbar', cv60 = 18
z with curly body shape, serifs at top, and a horizontal crossbar
z = 'curly-bottom-serifed', cv60 = 19
z with curly body shape, and serifs at bottom
z = 'curly-bottom-serifed-with-crossbar', cv60 = 20
z with curly body shape, serifs at bottom, and a diagonal crossbar
z = 'curly-bottom-serifed-with-horizontal-crossbar', cv60 = 21
z with curly body shape, serifs at bottom, and a horizontal crossbar
z = 'curly-serifed', cv60 = 22
z with curly body shape, and serifs
z = 'curly-serifed-with-crossbar', cv60 = 23
z with curly body shape, serifs, and a diagonal crossbar
z = 'curly-serifed-with-horizontal-crossbar', cv60 = 24
z with curly body shape, serifs, and a horizontal crossbar
z = 'cursive', cv60 = 25
z with cursive body shape (default for Slab Italic)
z = 'cursive-with-crossbar', cv60 = 26
z with cursive body shape, and a diagonal crossbar
z = 'cursive-with-horizontal-crossbar', cv60 = 27
z with cursive body shape, and a horizontal crossbar
+ - Styles for `ẞ` (Capital Eszet) +
8 variants + + + + + + + + + + + + + + + + + +
capital-eszet = 'rounded-serifless', cv61 = 1
Capital Eszet () with rounded top; without serifs
capital-eszet = 'rounded-serifed', cv61 = 2
Capital Eszet () with rounded top, and serifs
capital-eszet = 'flat-top-serifless', cv61 = 3
Capital Eszet () with flat top; without serifs (default for Sans)
capital-eszet = 'flat-top-serifed', cv61 = 4
Capital Eszet () with flat top, and serifs (default for Slab)
capital-eszet = 'corner-serifless', cv61 = 5
Capital Eszet () with top-left corner; without serifs
capital-eszet = 'corner-bottom-serifed', cv61 = 6
Capital Eszet () with top-left corner, and bottom serif
capital-eszet = 'corner-motion-serifed', cv61 = 7
Capital Eszet () with top-left corner, and motion serifs
capital-eszet = 'corner-serifed', cv61 = 8
Capital Eszet () with top-left corner, and serifs
+ - Styles for `ſ` (Long-S) +
30 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
long-s = 'bent-hook-serifless', cv62 = 1
Long S (ſ) with bending top hook; without serifs (default for Sans Upright)
long-s = 'bent-hook-middle-serifed', cv62 = 2
Long S (ſ) with bending top hook, and middle serif
long-s = 'bent-hook-middle-serifed-xh', cv62 = 3
Long S (ſ) with bending top hook, and middle serif at x-height
long-s = 'bent-hook-bottom-serifed', cv62 = 4
Long S (ſ) with bending top hook, and bottom serif (default for Slab Upright)
long-s = 'bent-hook-double-serifed', cv62 = 5
Long S (ſ) with bending top hook, and bottom and middle serifs
long-s = 'bent-hook-double-serifed-xh', cv62 = 6
Long S (ſ) with bending top hook, and bottom and middle serifs at x-height
long-s = 'bent-hook-descending', cv62 = 7
Long S (ſ) with bending top hook, and terminal descends baseline; without serifs
long-s = 'bent-hook-descending-middle-serifed', cv62 = 8
Long S (ſ) with bending top hook, terminal descends baseline, and middle serif
long-s = 'bent-hook-descending-middle-serifed-xh', cv62 = 9
Long S (ſ) with bending top hook, terminal descends baseline, and middle serif at x-height
long-s = 'bent-hook-tailed', cv62 = 10
Long S (ſ) with bending top hook, and terminal has a tail; without serifs
long-s = 'bent-hook-tailed-middle-serifed', cv62 = 11
Long S (ſ) with bending top hook, terminal has a tail, and middle serif
long-s = 'bent-hook-tailed-middle-serifed-xh', cv62 = 12
Long S (ſ) with bending top hook, terminal has a tail, and middle serif at x-height
long-s = 'bent-hook-diagonal-tailed', cv62 = 13
Long S (ſ) with bending top hook, and terminal has a diagonal tail; without serifs
long-s = 'bent-hook-diagonal-tailed-middle-serifed', cv62 = 14
Long S (ſ) with bending top hook, terminal has a diagonal tail, and middle serif
long-s = 'bent-hook-diagonal-tailed-middle-serifed-xh', cv62 = 15
Long S (ſ) with bending top hook, terminal has a diagonal tail, and middle serif at x-height
long-s = 'flat-hook-serifless', cv62 = 16
Long S (ſ) with flat top hook; without serifs
long-s = 'flat-hook-middle-serifed', cv62 = 17
Long S (ſ) with flat top hook, and middle serif
long-s = 'flat-hook-middle-serifed-xh', cv62 = 18
Long S (ſ) with flat top hook, and middle serif at x-height
long-s = 'flat-hook-bottom-serifed', cv62 = 19
Long S (ſ) with flat top hook, and bottom serif
long-s = 'flat-hook-double-serifed', cv62 = 20
Long S (ſ) with flat top hook, and bottom and middle serifs
long-s = 'flat-hook-double-serifed-xh', cv62 = 21
Long S (ſ) with flat top hook, and bottom and middle serifs at x-height
long-s = 'flat-hook-descending', cv62 = 22
Long S (ſ) with flat top hook, and terminal descends baseline; without serifs
long-s = 'flat-hook-descending-middle-serifed', cv62 = 23
Long S (ſ) with flat top hook, terminal descends baseline, and middle serif
long-s = 'flat-hook-descending-middle-serifed-xh', cv62 = 24
Long S (ſ) with flat top hook, terminal descends baseline, and middle serif at x-height
long-s = 'flat-hook-tailed', cv62 = 25
Long S (ſ) with flat top hook, and terminal has a tail; without serifs (default for Italic)
long-s = 'flat-hook-tailed-middle-serifed', cv62 = 26
Long S (ſ) with flat top hook, terminal has a tail, and middle serif
long-s = 'flat-hook-tailed-middle-serifed-xh', cv62 = 27
Long S (ſ) with flat top hook, terminal has a tail, and middle serif at x-height
long-s = 'flat-hook-diagonal-tailed', cv62 = 28
Long S (ſ) with flat top hook, and terminal has a diagonal tail; without serifs
long-s = 'flat-hook-diagonal-tailed-middle-serifed', cv62 = 29
Long S (ſ) with flat top hook, terminal has a diagonal tail, and middle serif
long-s = 'flat-hook-diagonal-tailed-middle-serifed-xh', cv62 = 30
Long S (ſ) with flat top hook, terminal has a diagonal tail, and middle serif at x-height
+ - Styles for `ß` (Eszet) +
40 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
eszet = 'traditional-serifless', cv63 = 1
Eszet (ß) with traditional, Fraktur-like shape
eszet = 'traditional-middle-serifed', cv63 = 2
Eszet (ß) with traditional, Fraktur-like shape, and serif at middle
eszet = 'traditional-bottom-serifed', cv63 = 3
Eszet (ß) with traditional, Fraktur-like shape, and serif at bottom
eszet = 'traditional-dual-serifed', cv63 = 4
Eszet (ß) with traditional, Fraktur-like shape, and serif at middle and bottom
eszet = 'traditional-descending-serifless', cv63 = 5
Eszet (ß) with traditional, Fraktur-like shape, and terminal descends baseline
eszet = 'traditional-descending-middle-serifed', cv63 = 6
Eszet (ß) with traditional, Fraktur-like shape, terminal descends baseline, and serif at middle
eszet = 'traditional-tailed-serifless', cv63 = 7
Eszet (ß) with traditional, Fraktur-like shape, and terminal containing tail
eszet = 'traditional-tailed-middle-serifed', cv63 = 8
Eszet (ß) with traditional, Fraktur-like shape, terminal containing tail, and serif at middle
eszet = 'traditional-flat-hook-serifless', cv63 = 9
Eszet (ß) with traditional Fraktur-like shape (containing a flat top hook)
eszet = 'traditional-flat-hook-middle-serifed', cv63 = 10
Eszet (ß) with traditional Fraktur-like shape (containing a flat top hook), and serif at middle
eszet = 'traditional-flat-hook-bottom-serifed', cv63 = 11
Eszet (ß) with traditional Fraktur-like shape (containing a flat top hook), and serif at bottom
eszet = 'traditional-flat-hook-dual-serifed', cv63 = 12
Eszet (ß) with traditional Fraktur-like shape (containing a flat top hook), and serif at middle and bottom
eszet = 'traditional-flat-hook-descending-serifless', cv63 = 13
Eszet (ß) with traditional Fraktur-like shape (containing a flat top hook), and terminal descends baseline
eszet = 'traditional-flat-hook-descending-middle-serifed', cv63 = 14
Eszet (ß) with traditional Fraktur-like shape (containing a flat top hook), terminal descends baseline, and serif at middle
eszet = 'traditional-flat-hook-tailed-serifless', cv63 = 15
Eszet (ß) with traditional Fraktur-like shape (containing a flat top hook), and terminal containing tail
eszet = 'traditional-flat-hook-tailed-middle-serifed', cv63 = 16
Eszet (ß) with traditional Fraktur-like shape (containing a flat top hook), terminal containing tail, and serif at middle
eszet = 'sulzbacher-serifless', cv63 = 17
Eszet (ß) with more modern, beta-like shape (default for Sans Upright)
eszet = 'sulzbacher-middle-serifed', cv63 = 18
Eszet (ß) with more modern, beta-like shape, and serif at middle
eszet = 'sulzbacher-middle-serifed-xh', cv63 = 19
Eszet (ß) with more modern, beta-like shape, and serif at middle at x-height
eszet = 'sulzbacher-bottom-serifed', cv63 = 20
Eszet (ß) with more modern, beta-like shape, and serif at bottom (default for Slab Upright)
eszet = 'sulzbacher-dual-serifed', cv63 = 21
Eszet (ß) with more modern, beta-like shape, and serif at middle and bottom
eszet = 'sulzbacher-dual-serifed-xh', cv63 = 22
Eszet (ß) with more modern, beta-like shape, and serif at middle (x-height) and bottom
eszet = 'sulzbacher-descending-serifless', cv63 = 23
Eszet (ß) with more modern, beta-like shape, and terminal descends baseline
eszet = 'sulzbacher-descending-middle-serifed', cv63 = 24
Eszet (ß) with more modern, beta-like shape, terminal descends baseline, and serif at middle
eszet = 'sulzbacher-descending-middle-serifed-xh', cv63 = 25
Eszet (ß) with more modern, beta-like shape, terminal descends baseline, and serif at middle at x-height
eszet = 'sulzbacher-tailed-serifless', cv63 = 26
Eszet (ß) with more modern, beta-like shape, and terminal containing tail (default for Italic)
eszet = 'sulzbacher-tailed-middle-serifed', cv63 = 27
Eszet (ß) with more modern, beta-like shape, terminal containing tail, and serif at middle
eszet = 'sulzbacher-tailed-middle-serifed-xh', cv63 = 28
Eszet (ß) with more modern, beta-like shape, terminal containing tail, and serif at middle at x-height
eszet = 'longs-s-lig-serifless', cv63 = 29
Eszet (ß) with ligature of long-S (ſ) and s
eszet = 'longs-s-lig-middle-serifed', cv63 = 30
Eszet (ß) with ligature of long-S (ſ) and s, and serif at middle
eszet = 'longs-s-lig-middle-serifed-xh', cv63 = 31
Eszet (ß) with ligature of long-S (ſ) and s, and serif at middle at x-height
eszet = 'longs-s-lig-bottom-serifed', cv63 = 32
Eszet (ß) with ligature of long-S (ſ) and s, and serif at bottom
eszet = 'longs-s-lig-dual-serifed', cv63 = 33
Eszet (ß) with ligature of long-S (ſ) and s, and serif at middle and bottom
eszet = 'longs-s-lig-dual-serifed-xh', cv63 = 34
Eszet (ß) with ligature of long-S (ſ) and s, and serif at middle (x-height) and bottom
eszet = 'longs-s-lig-descending-serifless', cv63 = 35
Eszet (ß) with ligature of long-S (ſ) and s, and terminal descends baseline
eszet = 'longs-s-lig-descending-middle-serifed', cv63 = 36
Eszet (ß) with ligature of long-S (ſ) and s, terminal descends baseline, and serif at middle
eszet = 'longs-s-lig-descending-middle-serifed-xh', cv63 = 37
Eszet (ß) with ligature of long-S (ſ) and s, terminal descends baseline, and serif at middle at x-height
eszet = 'longs-s-lig-tailed-serifless', cv63 = 38
Eszet (ß) with ligature of long-S (ſ) and s, and terminal containing tail
eszet = 'longs-s-lig-tailed-middle-serifed', cv63 = 39
Eszet (ß) with ligature of long-S (ſ) and s, terminal containing tail, and serif at middle
eszet = 'longs-s-lig-tailed-middle-serifed-xh', cv63 = 40
Eszet (ß) with ligature of long-S (ſ) and s, terminal containing tail, and serif at middle at x-height
+ - Styles for `ð` (Lowercase Eth (`ð`)) +
2 variants + + + + + +
lower-eth = 'straight-bar', cv64 = 1
Lowercase Eth (ð) with a straight bar
lower-eth = 'curly-bar', cv64 = 2
Lowercase Eth (ð) with a curly bar (default)
+ - Styles for `Þ` (Capital Thorn (`Þ`)) +
3 variants + + + + + + + +
capital-thorn = 'serifless', cv65 = 1
Capital Thorn (Þ) without serifs (default for Sans)
capital-thorn = 'motion-serifed', cv65 = 2
Capital Thorn (Þ) with motion serifs
capital-thorn = 'serifed', cv65 = 3
Capital Thorn (Þ) with serifs (default for Slab)
+ - Styles for `þ` (Lowercase Thorn (`þ`)) +
3 variants + + + + + + + +
lower-thorn = 'serifless', cv66 = 1
Lowercase Thorn (þ) without serifs (default for Sans)
lower-thorn = 'motion-serifed', cv66 = 2
Lowercase Thorn (þ) with motion serifs
lower-thorn = 'serifed', cv66 = 3
Lowercase Thorn (þ) with serifs (default for Slab)
+ - Styles for `α` (Greek lower Alpha) +
12 variants + + + + + + + + + + + + + + + + + + + + + + + + + +
lower-alpha = 'crossing', cv67 = 1
Greek lower Alpha (α) with cross-like shape at right (default)
lower-alpha = 'barred', cv67 = 2
Greek lower Alpha (α) with straight right bar
lower-alpha = 'barred-serifed', cv67 = 3
Greek lower Alpha (α) with straight right bar, and serif at terminal
lower-alpha = 'barred-double-serifed', cv67 = 4
Greek lower Alpha (α) with straight right bar, and serifs at top and bottom
lower-alpha = 'barred-tailed', cv67 = 5
Greek lower Alpha (α) with straight right bar, and curly tail
lower-alpha = 'barred-tailed-serifed', cv67 = 6
Greek lower Alpha (α) with straight right bar, and curly tail; with serifs at top and bottom
lower-alpha = 'barred-earless-corner', cv67 = 7
Greek lower Alpha (α) with straight right bar, and earless (cornered top-right)
lower-alpha = 'barred-earless-corner-serifed', cv67 = 8
Greek lower Alpha (α) with straight right bar, earless (cornered top-right), and serif at terminal
lower-alpha = 'barred-earless-corner-tailed', cv67 = 9
Greek lower Alpha (α) with straight right bar, earless (cornered top-right), and curly tail
lower-alpha = 'barred-earless-rounded', cv67 = 10
Greek lower Alpha (α) with straight right bar, and earless (rounded top-right)
lower-alpha = 'barred-earless-rounded-serifed', cv67 = 11
Greek lower Alpha (α) with straight right bar, earless (rounded top-right), and serif at terminal
lower-alpha = 'barred-earless-rounded-tailed', cv67 = 12
Greek lower Alpha (α) with straight right bar, earless (rounded top-right), and curly tail
+ - Styles for `Γ` (Greek capital Gamma) +
4 variants + + + + + + + + + +
capital-gamma = 'serifless', cv68 = 1
Standard capital Gamma (Γ) without serifs (default for Sans)
capital-gamma = 'top-right-serifed', cv68 = 2
Standard capital Gamma (Γ) with serifs at top right
capital-gamma = 'bottom-serifed', cv68 = 3
Standard capital Gamma (Γ) with bottom serif
capital-gamma = 'serifed', cv68 = 4
Standard capital Gamma (Γ) with motion serifs at top and bottom (default for Slab)
+ - Styles for `Δ` (Greek capital Delta (`Δ`)) +
2 variants + + + + + +
capital-delta = 'straight', cv69 = 1
Standard, straight Greek capital Delta (Δ) (default)
capital-delta = 'curly', cv69 = 2
Slightly curly Greek capital Delta (Δ), like Iosevka 2.x
+ - Styles for `δ` (Greek lower Delta) +
2 variants + + + + + +
lower-delta = 'rounded', cv70 = 1
Greek lower Delta (δ) with rounded top (default)
lower-delta = 'flat-top', cv70 = 2
Greek lower Delta (δ) with flat top
+ - Styles for `ι` (Greek lower Iota) +
12 variants + + + + + + + + + + + + + + + + + + + + + + + + + +
lower-iota = 'tailless', cv71 = 1
Greek lower Iota (ι) like a straight line
lower-iota = 'tailless-serifed', cv71 = 2
Greek lower Iota (ι) like a straight line with top serif
lower-iota = 'hooky-bottom', cv71 = 3
Greek lower Iota (ι) with a sharp-turning horizontal tail
lower-iota = 'zshaped', cv71 = 4
Z-shaped Greek lower Iota (ι)
lower-iota = 'tailed', cv71 = 5
Greek lower Iota (ι) with curly tail
lower-iota = 'tailed-serifed', cv71 = 6
Greek lower Iota (ι) with top serif and curly tail (default for Italic)
lower-iota = 'flat-tailed', cv71 = 7
Greek lower Iota (ι) with a curly-then-flat tail
lower-iota = 'serifed-flat-tailed', cv71 = 8
Greek lower Iota (ι) with top serif and a curly-then-flat tail
lower-iota = 'diagonal-tailed', cv71 = 9
Greek lower Iota (ι) with a diagonal tail
lower-iota = 'serifed-diagonal-tailed', cv71 = 10
Greek lower Iota (ι) with top serif and a diagonal tail
lower-iota = 'semi-tailed', cv71 = 11
Greek lower Iota (ι) with a slightly curly tail
lower-iota = 'serifed-semi-tailed', cv71 = 12
Greek lower Iota (ι) with top serif and a slightly curly tail (default for Upright)
+ - Styles for `Λ` (Greek capital Lambda (`Λ`)) +
8 variants + + + + + + + + + + + + + + + + + +
capital-lambda = 'straight-serifless', cv72 = 1
Greek capital Lambda (Λ) with straight shape; without serifs (default for Sans)
capital-lambda = 'straight-top-serifed', cv72 = 2
Greek capital Lambda (Λ) with straight shape, and serifs at top
capital-lambda = 'straight-base-serifed', cv72 = 3
Greek capital Lambda (Λ) with straight shape, and serifs at base (default for Slab)
capital-lambda = 'straight-tri-serifed', cv72 = 4
Greek capital Lambda (Λ) with straight shape, and serifs at both top and base
capital-lambda = 'curly-serifless', cv72 = 5
Greek capital Lambda (Λ) with curly shape; without serifs
capital-lambda = 'curly-top-serifed', cv72 = 6
Greek capital Lambda (Λ) with curly shape, and serifs at top
capital-lambda = 'curly-base-serifed', cv72 = 7
Greek capital Lambda (Λ) with curly shape, and serifs at base
capital-lambda = 'curly-tri-serifed', cv72 = 8
Greek capital Lambda (Λ) with curly shape, and serifs at both top and base
+ - Styles for `λ` (Greek small Lambda) +
6 variants + + + + + + + + + + + + + +
lower-lambda = 'straight', cv73 = 1
More-straight Greek small Lambda (λ) (default for Sans Upright, Sans Italic, Slab Italic)
lower-lambda = 'straight-turn', cv73 = 2
Greek small Lambda (λ) with straight upper and a tail turns leftward (default for Slab Upright)
lower-lambda = 'tailed-turn', cv73 = 3
More curly Greek small Lambda (λ), with a tail turns leftward at top and a tail turns right at bottom-right
lower-lambda = 'curly', cv73 = 4
More curly Greek small Lambda (λ), like Iosevka 2.x
lower-lambda = 'curly-turn', cv73 = 5
More curly Greek small Lambda (λ), like Iosevka 2.x, with a tail turns leftward
lower-lambda = 'curly-tailed-turn', cv73 = 6
More curly Greek small Lambda (λ), with a tail turns leftward at top, a tail turns right at bottom-right, and curly bottom-left leg
+ - Styles for `μ` (Greek small Mu) +
13 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + +
lower-mu = 'toothed-serifless', cv74 = 1
Greek small Mu (μ) with toothed shape; without serifs
lower-mu = 'toothed-bottom-right-serifed', cv74 = 2
Greek small Mu (μ) with toothed shape, and serif at bottom-right
lower-mu = 'toothed-motion-serifed', cv74 = 3
Greek small Mu (μ) with toothed shape, and motion serifs at top-left and bottom-right
lower-mu = 'toothed-serifed', cv74 = 4
Greek small Mu (μ) with toothed shape, and serifs
lower-mu = 'tailed-serifless', cv74 = 5
Greek small Mu (μ) with tailed shape; without serifs (default for Sans)
lower-mu = 'tailed-motion-serifed', cv74 = 6
Greek small Mu (μ) with tailed shape, and motion serifs at top-left and bottom-right (default for Slab Italic)
lower-mu = 'tailed-serifed', cv74 = 7
Greek small Mu (μ) with tailed shape, and serifs (default for Slab Upright)
lower-mu = 'toothless-corner-serifless', cv74 = 8
Greek small Mu (μ) with toothless (corner bottom-right) shape; without serifs
lower-mu = 'toothless-corner-motion-serifed', cv74 = 9
Greek small Mu (μ) with toothless (corner bottom-right) shape, and motion serifs at top-left and bottom-right
lower-mu = 'toothless-corner-serifed', cv74 = 10
Greek small Mu (μ) with toothless (corner bottom-right) shape, and serifs
lower-mu = 'toothless-rounded-serifless', cv74 = 11
Greek small Mu (μ) with toothless (rounded) shape; without serifs
lower-mu = 'toothless-rounded-motion-serifed', cv74 = 12
Greek small Mu (μ) with toothless (rounded) shape, and motion serifs at top-left and bottom-right
lower-mu = 'toothless-rounded-serifed', cv74 = 13
Greek small Mu (μ) with toothless (rounded) shape, and serifs
+ - Styles for `ξ` (Greek lower Xi) +
2 variants + + + + + +
lower-xi = 'rounded', cv75 = 1
Greek lower Xi (ξ) with rounded top
lower-xi = 'flat-top', cv75 = 2
Greek lower Xi (ξ) with flat top (default)
+ - Styles for `π` (Greek lower Pi) +
3 variants + + + + + + + +
lower-pi = 'tailless', cv76 = 1
Greek lower Pi (π) with a tailless shape
lower-pi = 'tailed', cv76 = 2
Greek lower Pi (π) with a tailed shape (default)
lower-pi = 'small-capital', cv76 = 3
Greek lower Pi (π) with a small-capital shape
+ - Styles for `τ` (Greek lower Tau) +
6 variants + + + + + + + + + + + + + +
lower-tau = 'tailless', cv77 = 1
Greek lower Tau (τ) with a tailless shape
lower-tau = 'short-tailed', cv77 = 2
Greek lower Tau (τ) with a very short tail
lower-tau = 'tailed', cv77 = 3
Greek lower Tau (τ) with curly tail (default for Italic)
lower-tau = 'flat-tailed', cv77 = 4
Greek lower Tau (τ) with a flat tail
lower-tau = 'diagonal-tailed', cv77 = 5
Greek lower Tau (τ) with a diagonal tail
lower-tau = 'semi-tailed', cv77 = 6
Greek lower Tau (τ) with a slightly curly tail (default for Upright)
+ - Styles for `χ` (Greek lower Chi) +
13 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + +
lower-chi = 'straight-serifless', cv78 = 1
Greek lower Chi (χ) with straight shape; without serifs (default for Sans)
lower-chi = 'straight-unilateral-motion-serifed', cv78 = 2
Greek lower Chi (χ) with straight shape, and motion serifs at top-left
lower-chi = 'straight-bilateral-motion-serifed', cv78 = 3
Greek lower Chi (χ) with straight shape, and motion serifs at top-left and bottom-right (default for Slab)
lower-chi = 'straight-serifed', cv78 = 4
Greek lower Chi (χ) with straight shape, and serifs
lower-chi = 'curly-serifless', cv78 = 5
Greek lower Chi (χ) with curly shape; without serifs
lower-chi = 'curly-unilateral-motion-serifed', cv78 = 6
Greek lower Chi (χ) with curly shape, and motion serifs at top-left
lower-chi = 'curly-bilateral-motion-serifed', cv78 = 7
Greek lower Chi (χ) with curly shape, and motion serifs at top-left and bottom-right
lower-chi = 'curly-serifed', cv78 = 8
Greek lower Chi (χ) with curly shape, and serifs
lower-chi = 'semi-chancery-straight-serifless', cv78 = 9
Greek lower Chi (χ) with Semi-chancery shape with straight counter-leg; without serifs
lower-chi = 'semi-chancery-straight-serifed', cv78 = 10
Greek lower Chi (χ) with Semi-chancery shape with straight counter-leg, and serifs
lower-chi = 'semi-chancery-curly-serifless', cv78 = 11
Greek lower Chi (χ) with Semi-chancery shape with curly counter-leg; without serifs
lower-chi = 'semi-chancery-curly-serifed', cv78 = 12
Greek lower Chi (χ) with Semi-chancery shape with curly counter-leg, and serifs
lower-chi = 'chancery', cv78 = 13
Greek lower Chi (χ) with Chancery shape
+ - Styles for `а` (Cyrillic A) +
21 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
cyrl-a = 'double-storey-serifless', cv79 = 1
Cyrillic Lower A (а) with double-storey body, and serifless hook; without serif at terminal (default for Sans Upright)
cyrl-a = 'double-storey-serifed', cv79 = 2
Cyrillic Lower A (а) with double-storey body, serifless hook, and serif at terminal (default for Slab Upright)
cyrl-a = 'double-storey-tailed', cv79 = 3
Cyrillic Lower A (а) with double-storey body, serifless hook, and curly tail
cyrl-a = 'double-storey-toothless-corner', cv79 = 4
Cyrillic Lower A (а) with double-storey body, serifless hook, and toothless (cornered bottom-right)
cyrl-a = 'double-storey-toothless-rounded', cv79 = 5
Cyrillic Lower A (а) with double-storey body, serifless hook, and toothless (rounded bottom-right)
cyrl-a = 'double-storey-hook-inward-serifed-serifless', cv79 = 6
Cyrillic Lower A (а) with double-storey body, and serifed hook; without serif at terminal
cyrl-a = 'double-storey-hook-inward-serifed-serifed', cv79 = 7
Cyrillic Lower A (а) with double-storey body, serifed hook, and serif at terminal
cyrl-a = 'double-storey-hook-inward-serifed-tailed', cv79 = 8
Cyrillic Lower A (а) with double-storey body, serifed hook, and curly tail
cyrl-a = 'double-storey-hook-inward-serifed-toothless-corner', cv79 = 9
Cyrillic Lower A (а) with double-storey body, serifed hook, and toothless (cornered bottom-right)
cyrl-a = 'double-storey-hook-inward-serifed-toothless-rounded', cv79 = 10
Cyrillic Lower A (а) with double-storey body, serifed hook, and toothless (rounded bottom-right)
cyrl-a = 'single-storey-serifless', cv79 = 11
Cyrillic Lower A (а) with single-storey body; without serif at terminal
cyrl-a = 'single-storey-serifed', cv79 = 12
Cyrillic Lower A (а) with single-storey body, and serif at terminal
cyrl-a = 'single-storey-double-serifed', cv79 = 13
Cyrillic Lower A (а) with single-storey body, and serifs at top and bottom
cyrl-a = 'single-storey-tailed', cv79 = 14
Cyrillic Lower A (а) with single-storey body, and curly tail (default for Italic)
cyrl-a = 'single-storey-tailed-serifed', cv79 = 15
Cyrillic Lower A (а) with single-storey body, and curly tail; with serifs at top and bottom
cyrl-a = 'single-storey-earless-corner-serifless', cv79 = 16
Cyrillic Lower A (а) with single-storey body, and earless (cornered top-right); without serif at terminal
cyrl-a = 'single-storey-earless-corner-serifed', cv79 = 17
Cyrillic Lower A (а) with single-storey body, earless (cornered top-right), and serif at terminal
cyrl-a = 'single-storey-earless-corner-tailed', cv79 = 18
Cyrillic Lower A (а) with single-storey body, earless (cornered top-right), and curly tail
cyrl-a = 'single-storey-earless-rounded-serifless', cv79 = 19
Cyrillic Lower A (а) with single-storey body, and earless (rounded top-right); without serif at terminal
cyrl-a = 'single-storey-earless-rounded-serifed', cv79 = 20
Cyrillic Lower A (а) with single-storey body, earless (rounded top-right), and serif at terminal
cyrl-a = 'single-storey-earless-rounded-tailed', cv79 = 21
Cyrillic Lower A (а) with single-storey body, earless (rounded top-right), and curly tail
+ - Styles for `в` (Cyrillic Ve) +
8 variants + + + + + + + + + + + + + + + + + +
cyrl-ve = 'standard-serifless', cv80 = 1
Cyrillic Lower Ve (в) with standard body; without serifs (default for Sans Upright)
cyrl-ve = 'standard-unilateral-serifed', cv80 = 2
Cyrillic Lower Ve (в) with standard body, and serifs at top
cyrl-ve = 'standard-bilateral-serifed', cv80 = 3
Cyrillic Lower Ve (в) with standard body, and serifs at both top and bottom (default for Slab Upright)
cyrl-ve = 'standard-interrupted-serifless', cv80 = 4
Cyrillic Lower Ve (в) with standard body, and interrupted middle bar; without serifs
cyrl-ve = 'standard-interrupted-unilateral-serifed', cv80 = 5
Cyrillic Lower Ve (в) with standard body, interrupted middle bar, and serifs at top
cyrl-ve = 'standard-interrupted-bilateral-serifed', cv80 = 6
Cyrillic Lower Ve (в) with standard body, interrupted middle bar, and serifs at both top and bottom
cyrl-ve = 'cursive', cv80 = 7
Cyrillic Lower Ve (в) with cursive body (default for Italic)
cyrl-ve = 'cursive-tall', cv80 = 8
Cyrillic Lower Ve (в) with cursive body, and tall height
+ - Styles for `Ж` (Cyrillic Capital Zhe) +
5 variants + + + + + + + + + + + +
cyrl-capital-zhe = 'straight', cv81 = 1
Cyrillic Capital Zhe (Ж) with straight legs
cyrl-capital-zhe = 'curly', cv81 = 2
Cyrillic Capital Zhe (Ж) with curly legs
cyrl-capital-zhe = 'symmetric-touching', cv81 = 3
Cyrillic Capital Zhe (Ж) with symmetric legs touching the vertical bar
cyrl-capital-zhe = 'symmetric-connected', cv81 = 4
Cyrillic Capital Zhe (Ж) with symmetric legs connected to the vertical bar (default)
cyrl-capital-zhe = 'cursive', cv81 = 5
Cyrillic Capital Zhe (Ж) with cursive legs
+ - Styles for `ж` (Cyrillic Zhe) +
5 variants + + + + + + + + + + + +
cyrl-zhe = 'straight', cv82 = 1
Cyrillic Lower Zhe (ж) with straight legs
cyrl-zhe = 'curly', cv82 = 2
Cyrillic Lower Zhe (ж) with curly legs
cyrl-zhe = 'symmetric-touching', cv82 = 3
Cyrillic Lower Zhe (ж) with symmetric legs touching the vertical bar
cyrl-zhe = 'symmetric-connected', cv82 = 4
Cyrillic Lower Zhe (ж) with symmetric legs connected to the vertical bar (default)
cyrl-zhe = 'cursive', cv82 = 5
Cyrillic Lower Zhe (ж) with cursive legs
+ - Styles for `З` (Cyrillic Capital Ze) +
7 variants + + + + + + + + + + + + + + + +
cyrl-capital-ze = 'serifless', cv83 = 1
Serifless Cyrillic Capital Ze (З) (default for Sans)
cyrl-capital-ze = 'unilateral-serifed', cv83 = 2
Cyrillic Capital Ze (З) with serif at top (default for Slab)
cyrl-capital-ze = 'unilateral-bottom-serifed', cv83 = 3
Cyrillic Capital Ze (З) with serif at bottom
cyrl-capital-ze = 'bilateral-serifed', cv83 = 4
Cyrillic Capital Ze (З) with serif at both top and bottom
cyrl-capital-ze = 'unilateral-inward-serifed', cv83 = 5
Cyrillic Capital Ze (З) with inward serif at top
cyrl-capital-ze = 'unilateral-bottom-inward-serifed', cv83 = 6
Cyrillic Capital Ze (З) with inward serif at bottom
cyrl-capital-ze = 'bilateral-inward-serifed', cv83 = 7
Cyrillic Capital Ze (З) with inward serif at both top and bottom
+ - Styles for `з` (Cyrillic Lower Ze) +
7 variants + + + + + + + + + + + + + + + +
cyrl-ze = 'serifless', cv84 = 1
Serifless Cyrillic Lower Ze (з) (default for Sans)
cyrl-ze = 'unilateral-serifed', cv84 = 2
Cyrillic Lower Ze (з) with serif at top (default for Slab Upright)
cyrl-ze = 'unilateral-bottom-serifed', cv84 = 3
Cyrillic Lower Ze (з) with serif at bottom
cyrl-ze = 'bilateral-serifed', cv84 = 4
Cyrillic Lower Ze (з) with serif at both top and bottom
cyrl-ze = 'unilateral-inward-serifed', cv84 = 5
Cyrillic Lower Ze (з) with inward serif at top
cyrl-ze = 'unilateral-bottom-inward-serifed', cv84 = 6
Cyrillic Lower Ze (з) with inward serif at bottom (default for Slab Italic)
cyrl-ze = 'bilateral-inward-serifed', cv84 = 7
Cyrillic Lower Ze (з) with inward serif at both top and bottom
+ - Styles for `К` (Cyrillic Capital Ka) +
20 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
cyrl-capital-ka = 'straight-serifless', cv85 = 1
Cyrillic Capital Ka (К) with straight shape; without serifs
cyrl-capital-ka = 'straight-top-left-serifed', cv85 = 2
Cyrillic Capital Ka (К) with straight shape, and serifs at top left
cyrl-capital-ka = 'straight-bottom-right-serifed', cv85 = 3
Cyrillic Capital Ka (К) with straight shape, and serifs at bottom right
cyrl-capital-ka = 'straight-top-left-and-bottom-right-serifed', cv85 = 4
Cyrillic Capital Ka (К) with straight shape, and serifs at top left and bottom right
cyrl-capital-ka = 'straight-serifed', cv85 = 5
Cyrillic Capital Ka (К) with straight shape, and serifs
cyrl-capital-ka = 'curly-serifless', cv85 = 6
Cyrillic Capital Ka (К) with curly shape; without serifs
cyrl-capital-ka = 'curly-top-left-serifed', cv85 = 7
Cyrillic Capital Ka (К) with curly shape, and serifs at top left
cyrl-capital-ka = 'curly-bottom-right-serifed', cv85 = 8
Cyrillic Capital Ka (К) with curly shape, and serifs at bottom right
cyrl-capital-ka = 'curly-top-left-and-bottom-right-serifed', cv85 = 9
Cyrillic Capital Ka (К) with curly shape, and serifs at top left and bottom right
cyrl-capital-ka = 'curly-serifed', cv85 = 10
Cyrillic Capital Ka (К) with curly shape, and serifs
cyrl-capital-ka = 'symmetric-touching-serifless', cv85 = 11
Cyrillic Capital Ka (К) with symmetric legs touching the vertical bar; without serifs
cyrl-capital-ka = 'symmetric-touching-top-left-serifed', cv85 = 12
Cyrillic Capital Ka (К) with symmetric legs touching the vertical bar, and serifs at top left
cyrl-capital-ka = 'symmetric-touching-bottom-right-serifed', cv85 = 13
Cyrillic Capital Ka (К) with symmetric legs touching the vertical bar, and serifs at bottom right
cyrl-capital-ka = 'symmetric-touching-top-left-and-bottom-right-serifed', cv85 = 14
Cyrillic Capital Ka (К) with symmetric legs touching the vertical bar, and serifs at top left and bottom right
cyrl-capital-ka = 'symmetric-touching-serifed', cv85 = 15
Cyrillic Capital Ka (К) with symmetric legs touching the vertical bar, and serifs
cyrl-capital-ka = 'symmetric-connected-serifless', cv85 = 16
Cyrillic Capital Ka (К) with symmetric legs connected to the vertical bar; without serifs (default for Sans)
cyrl-capital-ka = 'symmetric-connected-top-left-serifed', cv85 = 17
Cyrillic Capital Ka (К) with symmetric legs connected to the vertical bar, and serifs at top left
cyrl-capital-ka = 'symmetric-connected-bottom-right-serifed', cv85 = 18
Cyrillic Capital Ka (К) with symmetric legs connected to the vertical bar, and serifs at bottom right
cyrl-capital-ka = 'symmetric-connected-top-left-and-bottom-right-serifed', cv85 = 19
Cyrillic Capital Ka (К) with symmetric legs connected to the vertical bar, and serifs at top left and bottom right
cyrl-capital-ka = 'symmetric-connected-serifed', cv85 = 20
Cyrillic Capital Ka (К) with symmetric legs connected to the vertical bar, and serifs (default for Slab)
+ - Styles for `к` (Cyrillic Ka) +
20 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
cyrl-ka = 'straight-serifless', cv86 = 1
Cyrillic Lower Ka (к) with straight shape; without serifs
cyrl-ka = 'straight-top-left-serifed', cv86 = 2
Cyrillic Lower Ka (к) with straight shape, and serifs at top left
cyrl-ka = 'straight-bottom-right-serifed', cv86 = 3
Cyrillic Lower Ka (к) with straight shape, and serifs at bottom right
cyrl-ka = 'straight-top-left-and-bottom-right-serifed', cv86 = 4
Cyrillic Lower Ka (к) with straight shape, and serifs at top left and bottom right
cyrl-ka = 'straight-serifed', cv86 = 5
Cyrillic Lower Ka (к) with straight shape, and serifs
cyrl-ka = 'curly-serifless', cv86 = 6
Cyrillic Lower Ka (к) with curly shape; without serifs
cyrl-ka = 'curly-top-left-serifed', cv86 = 7
Cyrillic Lower Ka (к) with curly shape, and serifs at top left
cyrl-ka = 'curly-bottom-right-serifed', cv86 = 8
Cyrillic Lower Ka (к) with curly shape, and serifs at bottom right
cyrl-ka = 'curly-top-left-and-bottom-right-serifed', cv86 = 9
Cyrillic Lower Ka (к) with curly shape, and serifs at top left and bottom right
cyrl-ka = 'curly-serifed', cv86 = 10
Cyrillic Lower Ka (к) with curly shape, and serifs
cyrl-ka = 'symmetric-touching-serifless', cv86 = 11
Cyrillic Lower Ka (к) with symmetric legs touching the vertical bar; without serifs
cyrl-ka = 'symmetric-touching-top-left-serifed', cv86 = 12
Cyrillic Lower Ka (к) with symmetric legs touching the vertical bar, and serifs at top left
cyrl-ka = 'symmetric-touching-bottom-right-serifed', cv86 = 13
Cyrillic Lower Ka (к) with symmetric legs touching the vertical bar, and serifs at bottom right
cyrl-ka = 'symmetric-touching-top-left-and-bottom-right-serifed', cv86 = 14
Cyrillic Lower Ka (к) with symmetric legs touching the vertical bar, and serifs at top left and bottom right
cyrl-ka = 'symmetric-touching-serifed', cv86 = 15
Cyrillic Lower Ka (к) with symmetric legs touching the vertical bar, and serifs
cyrl-ka = 'symmetric-connected-serifless', cv86 = 16
Cyrillic Lower Ka (к) with symmetric legs connected to the vertical bar; without serifs (default for Sans)
cyrl-ka = 'symmetric-connected-top-left-serifed', cv86 = 17
Cyrillic Lower Ka (к) with symmetric legs connected to the vertical bar, and serifs at top left (default for Slab Italic)
cyrl-ka = 'symmetric-connected-bottom-right-serifed', cv86 = 18
Cyrillic Lower Ka (к) with symmetric legs connected to the vertical bar, and serifs at bottom right
cyrl-ka = 'symmetric-connected-top-left-and-bottom-right-serifed', cv86 = 19
Cyrillic Lower Ka (к) with symmetric legs connected to the vertical bar, and serifs at top left and bottom right
cyrl-ka = 'symmetric-connected-serifed', cv86 = 20
Cyrillic Lower Ka (к) with symmetric legs connected to the vertical bar, and serifs (default for Slab Upright)
+ - Styles for `л` (Cyrillic Lower El) +
2 variants + + + + + +
cyrl-el = 'straight', cv87 = 1
Cyrillic Lower El (л) with standard shape (default)
cyrl-el = 'tailed', cv87 = 2
Cyrillic Lower El (л) with tail shape
+ - Styles for `м` (Cyrillic Lower Em) +
12 variants + + + + + + + + + + + + + + + + + + + + + + + + + +
cyrl-em = 'hanging-serifless', cv88 = 1
Cyrillic Lower Em (м) with middle being hanging off baseline; without serifs
cyrl-em = 'hanging-motion-serifed', cv88 = 2
Cyrillic Lower Em (м) with middle being hanging off baseline, and motion serifs
cyrl-em = 'hanging-serifed', cv88 = 3
Cyrillic Lower Em (м) with middle being hanging off baseline, and serifs
cyrl-em = 'flat-bottom-serifless', cv88 = 4
Cyrillic Lower Em (м) with middle aligned to baseline; without serifs (default for Sans)
cyrl-em = 'flat-bottom-motion-serifed', cv88 = 5
Cyrillic Lower Em (м) with middle aligned to baseline, and motion serifs
cyrl-em = 'flat-bottom-serifed', cv88 = 6
Cyrillic Lower Em (м) with middle aligned to baseline, and serifs (default for Slab)
cyrl-em = 'slanted-sides-hanging-serifless', cv88 = 7
Cyrillic Lower Em (м) with slanted sides, and middle being hanging off baseline; without serifs
cyrl-em = 'slanted-sides-hanging-motion-serifed', cv88 = 8
Cyrillic Lower Em (м) with slanted sides, middle being hanging off baseline, and motion serifs
cyrl-em = 'slanted-sides-hanging-serifed', cv88 = 9
Cyrillic Lower Em (м) with slanted sides, middle being hanging off baseline, and serifs
cyrl-em = 'slanted-sides-flat-bottom-serifless', cv88 = 10
Cyrillic Lower Em (м) with slanted sides, and middle aligned to baseline; without serifs
cyrl-em = 'slanted-sides-flat-bottom-motion-serifed', cv88 = 11
Cyrillic Lower Em (м) with slanted sides, middle aligned to baseline, and motion serifs
cyrl-em = 'slanted-sides-flat-bottom-serifed', cv88 = 12
Cyrillic Lower Em (м) with slanted sides, middle aligned to baseline, and serifs
+ - Styles for `н` (Cyrillic Lower En) +
7 variants + + + + + + + + + + + + + + + +
cyrl-en = 'serifless', cv89 = 1
Cyrillic Lower En (н) without serifs (default for Sans)
cyrl-en = 'top-left-serifed', cv89 = 2
Cyrillic Lower En (н) with serifs at top left
cyrl-en = 'top-left-bottom-right-serifed', cv89 = 3
Cyrillic Lower En (н) with serifs at top left and bottom right (default for Slab Italic)
cyrl-en = 'serifed', cv89 = 4
Cyrillic Lower En (н) with serifs (default for Slab Upright)
cyrl-en = 'tailed-serifless', cv89 = 5
Cyrillic Lower En (н) with tail; without serifs
cyrl-en = 'tailed-top-left-serifed', cv89 = 6
Cyrillic Lower En (н) with tail, and serifs at top left
cyrl-en = 'tailed-serifed', cv89 = 7
Cyrillic Lower En (н) with tail, and serifs
+ - Styles for `р` (Cyrillic Lower Er) +
7 variants + + + + + + + + + + + + + + + +
cyrl-er = 'eared-serifless', cv90 = 1
Cyrillic Lower Er (р) with eared shape; without serifs (default for Sans)
cyrl-er = 'eared-motion-serifed', cv90 = 2
Cyrillic Lower Er (р) with eared shape, and motion serifs
cyrl-er = 'eared-serifed', cv90 = 3
Cyrillic Lower Er (р) with eared shape, and serifs (default for Slab)
cyrl-er = 'earless-corner-serifless', cv90 = 4
Cyrillic Lower Er (р) with earless (cornered) shape; without serifs
cyrl-er = 'earless-corner-serifed', cv90 = 5
Cyrillic Lower Er (р) with earless (cornered) shape, and serifs
cyrl-er = 'earless-rounded-serifless', cv90 = 6
Cyrillic Lower Er (р) with earless (rounded) shape; without serifs
cyrl-er = 'earless-rounded-serifed', cv90 = 7
Cyrillic Lower Er (р) with earless (rounded) shape, and serifs
+ - Styles for `У` (Cyrillic Capital U) +
18 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
cyrl-capital-u = 'straight-serifless', cv91 = 1
Cyrillic Capital U (У) with straight shape; without serifs (default for Sans)
cyrl-capital-u = 'straight-motion-serifed', cv91 = 2
Cyrillic Capital U (У) with straight shape, and motion serifs
cyrl-capital-u = 'straight-serifed', cv91 = 3
Cyrillic Capital U (У) with straight shape, and serifs
cyrl-capital-u = 'straight-turn-serifless', cv91 = 4
Cyrillic Capital U (У) with straight shape, and a tail turns leftward; without serifs
cyrl-capital-u = 'straight-turn-motion-serifed', cv91 = 5
Cyrillic Capital U (У) with straight shape, a tail turns leftward, and motion serifs
cyrl-capital-u = 'straight-turn-serifed', cv91 = 6
Cyrillic Capital U (У) with straight shape, a tail turns leftward, and serifs (default for Slab)
cyrl-capital-u = 'curly-serifless', cv91 = 7
Cyrillic Capital U (У) with curly shape; without serifs
cyrl-capital-u = 'curly-motion-serifed', cv91 = 8
Cyrillic Capital U (У) with curly shape, and motion serifs
cyrl-capital-u = 'curly-serifed', cv91 = 9
Cyrillic Capital U (У) with curly shape, and serifs
cyrl-capital-u = 'curly-turn-serifless', cv91 = 10
Cyrillic Capital U (У) with curly shape, and a tail turns leftward; without serifs
cyrl-capital-u = 'curly-turn-motion-serifed', cv91 = 11
Cyrillic Capital U (У) with curly shape, a tail turns leftward, and motion serifs
cyrl-capital-u = 'curly-turn-serifed', cv91 = 12
Cyrillic Capital U (У) with curly shape, a tail turns leftward, and serifs
cyrl-capital-u = 'cursive-serifless', cv91 = 13
Cyrillic Capital U (У) with cursive shape; without serifs
cyrl-capital-u = 'cursive-motion-serifed', cv91 = 14
Cyrillic Capital U (У) with cursive shape, and motion serifs
cyrl-capital-u = 'cursive-serifed', cv91 = 15
Cyrillic Capital U (У) with cursive shape, and serifs
cyrl-capital-u = 'cursive-flat-hook-serifless', cv91 = 16
Cyrillic Capital U (У) with cursive shape, and a flat terminal hook; without serifs
cyrl-capital-u = 'cursive-flat-hook-motion-serifed', cv91 = 17
Cyrillic Capital U (У) with cursive shape, a flat terminal hook, and motion serifs
cyrl-capital-u = 'cursive-flat-hook-serifed', cv91 = 18
Cyrillic Capital U (У) with cursive shape, a flat terminal hook, and serifs
+ - Styles for `у` (Cyrillic Lower U) +
18 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
cyrl-u = 'straight-serifless', cv92 = 1
Cyrillic Lower U (у) with straight shape; without serifs (default for Sans Upright)
cyrl-u = 'straight-motion-serifed', cv92 = 2
Cyrillic Lower U (у) with straight shape, and motion serifs
cyrl-u = 'straight-serifed', cv92 = 3
Cyrillic Lower U (у) with straight shape, and serifs
cyrl-u = 'straight-turn-serifless', cv92 = 4
Cyrillic Lower U (у) with straight shape, and a tail turns leftward; without serifs
cyrl-u = 'straight-turn-motion-serifed', cv92 = 5
Cyrillic Lower U (у) with straight shape, a tail turns leftward, and motion serifs
cyrl-u = 'straight-turn-serifed', cv92 = 6
Cyrillic Lower U (у) with straight shape, a tail turns leftward, and serifs (default for Slab Upright)
cyrl-u = 'curly-serifless', cv92 = 7
Cyrillic Lower U (у) with curly shape; without serifs
cyrl-u = 'curly-motion-serifed', cv92 = 8
Cyrillic Lower U (у) with curly shape, and motion serifs
cyrl-u = 'curly-serifed', cv92 = 9
Cyrillic Lower U (у) with curly shape, and serifs
cyrl-u = 'curly-turn-serifless', cv92 = 10
Cyrillic Lower U (у) with curly shape, and a tail turns leftward; without serifs
cyrl-u = 'curly-turn-motion-serifed', cv92 = 11
Cyrillic Lower U (у) with curly shape, a tail turns leftward, and motion serifs
cyrl-u = 'curly-turn-serifed', cv92 = 12
Cyrillic Lower U (у) with curly shape, a tail turns leftward, and serifs
cyrl-u = 'cursive-serifless', cv92 = 13
Cyrillic Lower U (у) with cursive shape; without serifs (default for Sans Italic)
cyrl-u = 'cursive-motion-serifed', cv92 = 14
Cyrillic Lower U (у) with cursive shape, and motion serifs (default for Slab Italic)
cyrl-u = 'cursive-serifed', cv92 = 15
Cyrillic Lower U (у) with cursive shape, and serifs
cyrl-u = 'cursive-flat-hook-serifless', cv92 = 16
Cyrillic Lower U (у) with cursive shape, and a flat terminal hook; without serifs
cyrl-u = 'cursive-flat-hook-motion-serifed', cv92 = 17
Cyrillic Lower U (у) with cursive shape, a flat terminal hook, and motion serifs
cyrl-u = 'cursive-flat-hook-serifed', cv92 = 18
Cyrillic Lower U (у) with cursive shape, a flat terminal hook, and serifs
+ - Styles for `ф` (Cyrillic Lower Ef) +
8 variants + + + + + + + + + + + + + + + + + +
cyrl-ef = 'serifless', cv93 = 1
Cyrillic Lower Ef (ф) with straight bar; without serifs (default for Sans Upright)
cyrl-ef = 'top-serifed', cv93 = 2
Cyrillic Lower Ef (ф) with straight bar, and serif at top
cyrl-ef = 'serifed', cv93 = 3
Cyrillic Lower Ef (ф) with straight bar, and serifs at top and bottom (default for Slab Upright)
cyrl-ef = 'cursive', cv93 = 4
Cyrillic Lower Ef (ф) with cursive bar (default for Italic)
cyrl-ef = 'split-serifless', cv93 = 5
Cyrillic Lower Ef (ф) with split bowl, and straight bar; without serifs
cyrl-ef = 'split-top-serifed', cv93 = 6
Cyrillic Lower Ef (ф) with split bowl, straight bar, and serif at top
cyrl-ef = 'split-serifed', cv93 = 7
Cyrillic Lower Ef (ф) with split bowl, straight bar, and serifs at top and bottom
cyrl-ef = 'split-cursive', cv93 = 8
Cyrillic Lower Ef (ф) with split bowl, and cursive bar
+ - Styles for `ч` (Cyrillic Lower Che) +
2 variants + + + + + +
cyrl-che = 'standard', cv94 = 1
Cyrillic Lower Che (ч) with standard shape (default)
cyrl-che = 'tailed', cv94 = 2
Cyrillic Lower Che (ч) with tail
+ - Styles for `ь`, `ъ` (Cyrillic Lower Yeri and related letters) +
3 variants + + + + + + + +
cyrl-yeri = 'corner', cv95 = 1
Cyrillic Lower Yeri (ь) with corner at bottom left (default for Upright)
cyrl-yeri = 'round', cv95 = 2
Cyrillic Lower Yeri (ь) with rounded shape (default for Sans Italic)
cyrl-yeri = 'cursive', cv95 = 3
Cyrillic Lower Yeri (ь) with cursive shape (default for Slab Italic)
+ - Styles for `ы` (Cyrillic Lower Yery) +
6 variants + + + + + + + + + + + + + +
cyrl-yery = 'corner', cv96 = 1
Cyrillic Lower Yery (ы) with corner at bottom left (default for Upright)
cyrl-yery = 'corner-tailed', cv96 = 2
Cyrillic Lower Yery (ы) with corner at bottom left and tail
cyrl-yery = 'round', cv96 = 3
Cyrillic Lower Yery (ы) with rounded shape (default for Sans Italic)
cyrl-yery = 'round-tailed', cv96 = 4
Cyrillic Lower Yery (ы) with rounded shape and tail
cyrl-yery = 'cursive', cv96 = 5
Cyrillic Lower Yery (ы) with cursive shape (default for Slab Italic)
cyrl-yery = 'cursive-tailed', cv96 = 6
Cyrillic Lower Yery (ы) with cursive shape and tail
+ - Styles for `Э` (Cyrillic Capital E (`Э`)) +
7 variants + + + + + + + + + + + + + + + +
cyrl-capital-e = 'serifless', cv97 = 1
Serifless Cyrillic Capital E (Э) (default for Sans)
cyrl-capital-e = 'unilateral-serifed', cv97 = 2
Cyrillic Capital E (Э) with serif at top (default for Slab)
cyrl-capital-e = 'unilateral-bottom-serifed', cv97 = 3
Cyrillic Capital E (Э) with serif at bottom
cyrl-capital-e = 'bilateral-serifed', cv97 = 4
Cyrillic Capital E (Э) with serifs at both top and bottom
cyrl-capital-e = 'unilateral-inward-serifed', cv97 = 5
Cyrillic Capital E (Э) with inward serif at top
cyrl-capital-e = 'unilateral-bottom-inward-serifed', cv97 = 6
Cyrillic Capital E (Э) with inward serif at bottom
cyrl-capital-e = 'bilateral-inward-serifed', cv97 = 7
Cyrillic Capital E (Э) with inward serif at both top and bottom
+ - Styles for `э` (Cyrillic Lower E (`э`)) +
7 variants + + + + + + + + + + + + + + + +
cyrl-e = 'serifless', cv98 = 1
Serifless Cyrillic Lower E (э) (default for Sans)
cyrl-e = 'unilateral-serifed', cv98 = 2
Cyrillic Lower E (э) with serif at top (default for Slab Upright)
cyrl-e = 'unilateral-bottom-serifed', cv98 = 3
Cyrillic Lower E (э) with serif at bottom
cyrl-e = 'bilateral-serifed', cv98 = 4
Cyrillic Lower E (э) with serifs at both top and bottom
cyrl-e = 'unilateral-inward-serifed', cv98 = 5
Cyrillic Lower E (э) with inward serif at top
cyrl-e = 'unilateral-bottom-inward-serifed', cv98 = 6
Cyrillic Lower E (э) with inward serif at bottom (default for Slab Italic)
cyrl-e = 'bilateral-inward-serifed', cv98 = 7
Cyrillic Lower E (э) with inward serif at both top and bottom
+ - Styles for `Я` (Cyrillic Capital Ya) +
18 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
cyrl-capital-ya = 'straight-serifless', cv99 = 1
Cyrillic Capital Ya (Я) with straight leg; without serifs (default for Sans)
cyrl-capital-ya = 'straight-motion-serifed', cv99 = 2
Cyrillic Capital Ya (Я) with straight leg, and motion serifs at bottom-left
cyrl-capital-ya = 'straight-serifed', cv99 = 3
Cyrillic Capital Ya (Я) with straight leg, and serifs (default for Slab)
cyrl-capital-ya = 'straight-open-serifless', cv99 = 4
Cyrillic Capital Ya (Я) with straight leg, and open contour; without serifs
cyrl-capital-ya = 'straight-open-motion-serifed', cv99 = 5
Cyrillic Capital Ya (Я) with straight leg, open contour, and motion serifs at bottom-left
cyrl-capital-ya = 'straight-open-serifed', cv99 = 6
Cyrillic Capital Ya (Я) with straight leg, open contour, and serifs
cyrl-capital-ya = 'curly-serifless', cv99 = 7
Cyrillic Capital Ya (Я) with curly leg; without serifs
cyrl-capital-ya = 'curly-motion-serifed', cv99 = 8
Cyrillic Capital Ya (Я) with curly leg, and motion serifs at bottom-left
cyrl-capital-ya = 'curly-serifed', cv99 = 9
Cyrillic Capital Ya (Я) with curly leg, and serifs
cyrl-capital-ya = 'curly-open-serifless', cv99 = 10
Cyrillic Capital Ya (Я) with curly leg, and open contour; without serifs
cyrl-capital-ya = 'curly-open-motion-serifed', cv99 = 11
Cyrillic Capital Ya (Я) with curly leg, open contour, and motion serifs at bottom-left
cyrl-capital-ya = 'curly-open-serifed', cv99 = 12
Cyrillic Capital Ya (Я) with curly leg, open contour, and serifs
cyrl-capital-ya = 'standing-serifless', cv99 = 13
Cyrillic Capital Ya (Я) with standing leg (like Helvetica); without serifs
cyrl-capital-ya = 'standing-motion-serifed', cv99 = 14
Cyrillic Capital Ya (Я) with standing leg (like Helvetica), and motion serifs at bottom-left
cyrl-capital-ya = 'standing-serifed', cv99 = 15
Cyrillic Capital Ya (Я) with standing leg (like Helvetica), and serifs
cyrl-capital-ya = 'standing-open-serifless', cv99 = 16
Cyrillic Capital Ya (Я) with standing leg (like Helvetica), and open contour; without serifs
cyrl-capital-ya = 'standing-open-motion-serifed', cv99 = 17
Cyrillic Capital Ya (Я) with standing leg (like Helvetica), open contour, and motion serifs at bottom-left
cyrl-capital-ya = 'standing-open-serifed', cv99 = 18
Cyrillic Capital Ya (Я) with standing leg (like Helvetica), open contour, and serifs
+ - Styles for `я` (Cyrillic Lower Ya) +
36 variants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
cyrl-ya = 'straight-serifless', VAAA = 1
Cyrillic Lower Ya (я) with straight leg; without serifs (default for Sans)
cyrl-ya = 'straight-motion-serifed', VAAA = 2
Cyrillic Lower Ya (я) with straight leg, and motion serifs at bottom-left
cyrl-ya = 'straight-serifed', VAAA = 3
Cyrillic Lower Ya (я) with straight leg, and serifs (default for Slab)
cyrl-ya = 'straight-tailed-serifless', VAAA = 4
Cyrillic Lower Ya (я) with straight leg, and tail; without serifs
cyrl-ya = 'straight-tailed-motion-serifed', VAAA = 5
Cyrillic Lower Ya (я) with straight leg, tail, and motion serifs at bottom-left
cyrl-ya = 'straight-tailed-serifed', VAAA = 6
Cyrillic Lower Ya (я) with straight leg, tail, and serifs
cyrl-ya = 'straight-open-serifless', VAAA = 7
Cyrillic Lower Ya (я) with straight leg, and open contour; without serifs
cyrl-ya = 'straight-open-motion-serifed', VAAA = 8
Cyrillic Lower Ya (я) with straight leg, open contour, and motion serifs at bottom-left
cyrl-ya = 'straight-open-serifed', VAAA = 9
Cyrillic Lower Ya (я) with straight leg, open contour, and serifs
cyrl-ya = 'straight-open-tailed-serifless', VAAA = 10
Cyrillic Lower Ya (я) with straight leg, open contour, and tail; without serifs
cyrl-ya = 'straight-open-tailed-motion-serifed', VAAA = 11
Cyrillic Lower Ya (я) with straight leg, open contour, tail, and motion serifs at bottom-left
cyrl-ya = 'straight-open-tailed-serifed', VAAA = 12
Cyrillic Lower Ya (я) with straight leg, open contour, tail, and serifs
cyrl-ya = 'curly-serifless', VAAA = 13
Cyrillic Lower Ya (я) with curly leg; without serifs
cyrl-ya = 'curly-motion-serifed', VAAA = 14
Cyrillic Lower Ya (я) with curly leg, and motion serifs at bottom-left
cyrl-ya = 'curly-serifed', VAAA = 15
Cyrillic Lower Ya (я) with curly leg, and serifs
cyrl-ya = 'curly-tailed-serifless', VAAA = 16
Cyrillic Lower Ya (я) with curly leg, and tail; without serifs
cyrl-ya = 'curly-tailed-motion-serifed', VAAA = 17
Cyrillic Lower Ya (я) with curly leg, tail, and motion serifs at bottom-left
cyrl-ya = 'curly-tailed-serifed', VAAA = 18
Cyrillic Lower Ya (я) with curly leg, tail, and serifs
cyrl-ya = 'curly-open-serifless', VAAA = 19
Cyrillic Lower Ya (я) with curly leg, and open contour; without serifs
cyrl-ya = 'curly-open-motion-serifed', VAAA = 20
Cyrillic Lower Ya (я) with curly leg, open contour, and motion serifs at bottom-left
cyrl-ya = 'curly-open-serifed', VAAA = 21
Cyrillic Lower Ya (я) with curly leg, open contour, and serifs
cyrl-ya = 'curly-open-tailed-serifless', VAAA = 22
Cyrillic Lower Ya (я) with curly leg, open contour, and tail; without serifs
cyrl-ya = 'curly-open-tailed-motion-serifed', VAAA = 23
Cyrillic Lower Ya (я) with curly leg, open contour, tail, and motion serifs at bottom-left
cyrl-ya = 'curly-open-tailed-serifed', VAAA = 24
Cyrillic Lower Ya (я) with curly leg, open contour, tail, and serifs
cyrl-ya = 'standing-serifless', VAAA = 25
Cyrillic Lower Ya (я) with standing leg (like Helvetica); without serifs
cyrl-ya = 'standing-motion-serifed', VAAA = 26
Cyrillic Lower Ya (я) with standing leg (like Helvetica), and motion serifs at bottom-left
cyrl-ya = 'standing-serifed', VAAA = 27
Cyrillic Lower Ya (я) with standing leg (like Helvetica), and serifs
cyrl-ya = 'standing-tailed-serifless', VAAA = 28
Cyrillic Lower Ya (я) with standing leg (like Helvetica), and tail; without serifs
cyrl-ya = 'standing-tailed-motion-serifed', VAAA = 29
Cyrillic Lower Ya (я) with standing leg (like Helvetica), tail, and motion serifs at bottom-left
cyrl-ya = 'standing-tailed-serifed', VAAA = 30
Cyrillic Lower Ya (я) with standing leg (like Helvetica), tail, and serifs
cyrl-ya = 'standing-open-serifless', VAAA = 31
Cyrillic Lower Ya (я) with standing leg (like Helvetica), and open contour; without serifs
cyrl-ya = 'standing-open-motion-serifed', VAAA = 32
Cyrillic Lower Ya (я) with standing leg (like Helvetica), open contour, and motion serifs at bottom-left
cyrl-ya = 'standing-open-serifed', VAAA = 33
Cyrillic Lower Ya (я) with standing leg (like Helvetica), open contour, and serifs
cyrl-ya = 'standing-open-tailed-serifless', VAAA = 34
Cyrillic Lower Ya (я) with standing leg (like Helvetica), open contour, and tail; without serifs
cyrl-ya = 'standing-open-tailed-motion-serifed', VAAA = 35
Cyrillic Lower Ya (я) with standing leg (like Helvetica), open contour, tail, and motion serifs at bottom-left
cyrl-ya = 'standing-open-tailed-serifed', VAAA = 36
Cyrillic Lower Ya (я) with standing leg (like Helvetica), open contour, tail, and serifs
- Styles for `ij` (Dots in letters “i” and “j” in particular (not including dots in other letters, even if they are similar))
2 variants - + - +
tittle = 'round', cv95 = 1
tittle = 'round', VDAA = 1
Dots in i/j are round (default)
tittle = 'square', cv95 = 2
tittle = 'square', VDAA = 2
Dots in i/j are square
- Styles for `öẋ` (Dot and Comma shape in diacritics)
2 variants - + - +
diacritic-dot = 'round', cv96 = 1
diacritic-dot = 'round', VDAB = 1
Dots and Commas in diacritics are round (default)
diacritic-dot = 'square', cv96 = 2
diacritic-dot = 'square', VDAB = 2
Dots and Commas in diacritics are square
- Styles for `.,`, `:;` (Dot and Comma shape in punctuations and symbols)
2 variants - + - +
punctuation-dot = 'round', cv97 = 1
punctuation-dot = 'round', VDAC = 1
Small punctuations (like ., ,) use round dots (default)
punctuation-dot = 'square', cv97 = 2
punctuation-dot = 'square', VDAC = 2
Small punctuations (like ., ,) use square dots
- Styles for `⠭⠽` (Dot shape in braille)
2 variants - + - +
braille-dot = 'round', VXAE = 1
braille-dot = 'round', VDAD = 1
Braille uses round dots (default)
braille-dot = 'square', VXAE = 2
braille-dot = 'square', VDAD = 2
Braille uses square dots
- Styles for `~`
2 variants - + - +
tilde = 'high', cv98 = 1
tilde = 'high', VSAA = 1
Higher tilde ~
tilde = 'low', cv98 = 2
tilde = 'low', VSAA = 2
Lower tilde ~ (default)
- Styles for `*`
12 variants - + - + - + - + - + - + - + - + - + - + - + - +
asterisk = 'penta-high', cv99 = 1
asterisk = 'penta-high', VSAB = 1
Asterisk (*) with five-pointed shape, and high position (default)
asterisk = 'penta-mid', cv99 = 2
asterisk = 'penta-mid', VSAB = 2
Asterisk (*) with five-pointed shape, and medium position
asterisk = 'penta-low', cv99 = 3
asterisk = 'penta-low', VSAB = 3
Asterisk (*) with five-pointed shape, and low position
asterisk = 'turn-penta-high', cv99 = 4
asterisk = 'turn-penta-high', VSAB = 4
Asterisk (*) with turned five-pointed shape, and high position
asterisk = 'turn-penta-mid', cv99 = 5
asterisk = 'turn-penta-mid', VSAB = 5
Asterisk (*) with turned five-pointed shape, and medium position
asterisk = 'turn-penta-low', cv99 = 6
asterisk = 'turn-penta-low', VSAB = 6
Asterisk (*) with turned five-pointed shape, and low position
asterisk = 'hex-high', cv99 = 7
asterisk = 'hex-high', VSAB = 7
Asterisk (*) with six-pointed shape, and high position
asterisk = 'hex-mid', cv99 = 8
asterisk = 'hex-mid', VSAB = 8
Asterisk (*) with six-pointed shape, and medium position
asterisk = 'hex-low', cv99 = 9
asterisk = 'hex-low', VSAB = 9
Asterisk (*) with six-pointed shape, and low position
asterisk = 'turn-hex-high', cv99 = 10
asterisk = 'turn-hex-high', VSAB = 10
Asterisk (*) with turned six-pointed shape, and high position
asterisk = 'turn-hex-mid', cv99 = 11
asterisk = 'turn-hex-mid', VSAB = 11
Asterisk (*) with turned six-pointed shape, and medium position
asterisk = 'turn-hex-low', cv99 = 12
asterisk = 'turn-hex-low', VSAB = 12
Asterisk (*) with turned six-pointed shape, and low position
- Styles for `_`
3 variants - + - + - +
underscore = 'above-baseline', VSAA = 1
underscore = 'above-baseline', VSAC = 1
Extra-high _, placed right above baseline
underscore = 'high', VSAA = 2
underscore = 'high', VSAC = 2
Higher underscore _, placed right below baseline (default)
underscore = 'low', VSAA = 3
underscore = 'low', VSAC = 3
Lower underscore _, placed right above descender line
- Styles for `^`
3 variants - + - + - +
caret = 'high', VSAB = 1
caret = 'high', VSAD = 1
Higher circumflex ^
caret = 'medium', VSAB = 2
caret = 'medium', VSAD = 2
Lower circumflex ^ (default)
caret = 'low', VSAB = 3
caret = 'low', VSAD = 3
Lower circumflex ^
- Styles for `` ` ``
3 variants - + - + - +
ascii-grave = 'straight', VSAC = 1
ascii-grave = 'straight', VSAE = 1
Show ASCII grave (`) as short diagonal straight bar. (default)
ascii-grave = 'raised-inverse-comma', VSAC = 2
ascii-grave = 'raised-inverse-comma', VSAE = 2
Show ASCII grave (`) as raised comma.
ascii-grave = 'raised-turn-comma', VSAC = 3
ascii-grave = 'raised-turn-comma', VSAE = 3
Show ASCII grave (`) as raised turned comma, identical to curly open single quote symbols (U+2018).
- Styles for `'`
2 variants - + - +
ascii-single-quote = 'straight', VSAD = 1
ascii-single-quote = 'straight', VSAF = 1
Show ASCII quote (") as short vertical straight bar. (default)
ascii-single-quote = 'raised-comma', VSAD = 2
ascii-single-quote = 'raised-comma', VSAF = 2
Show ASCII quote (") as raised comma.
- Styles for `(`, `)`
3 variants - + - + - +
paren = 'normal', VSAE = 1
paren = 'normal', VSAG = 1
Parenthesis with normal contour (default)
paren = 'large-contour', VSAE = 2
paren = 'large-contour', VSAG = 2
Parenthesis with larger contour, like that in Monaco
paren = 'flat-arc', VSAE = 3
paren = 'flat-arc', VSAG = 3
Parenthesis with flat arc, like that in JetBrains Mono
- Styles for `{`, `}`
3 variants - + - + - +
brace = 'straight', VSAF = 1
brace = 'straight', VSAH = 1
More straight braces
brace = 'curly', VSAF = 2
brace = 'curly', VSAH = 2
More curly braces (default)
brace = 'curly-flat-boundary', VSAF = 3
brace = 'curly-flat-boundary', VSAH = 3
Curly braces with flat boundary shape
- Styles for `«`, `»` (Guillemets)
2 variants - + - +
guillemet = 'straight', VSAG = 1
guillemet = 'straight', VSAI = 1
Straight Guillemets (« »)
guillemet = 'curly', VSAG = 2
guillemet = 'curly', VSAI = 2
Curly Guillemets (« ») (default)
- Styles for `#`
8 variants - + - + - + - + - + - + - + - +
number-sign = 'upright', VSAH = 1
number-sign = 'upright', VSAJ = 1
Number sign with vertical bars (default)
number-sign = 'slanted', VSAH = 2
number-sign = 'slanted', VSAJ = 2
Number sign with slanted bars
number-sign = 'upright-open', VSAH = 3
number-sign = 'upright-open', VSAJ = 3
Number sign with vertical bars and open inner
number-sign = 'slanted-open', VSAH = 4
number-sign = 'slanted-open', VSAJ = 4
Number sign with slanted bars and open inner
number-sign = 'upright-tall', VSAH = 5
number-sign = 'upright-tall', VSAJ = 5
Number sign with vertical bars and taller than digits
number-sign = 'slanted-tall', VSAH = 6
number-sign = 'slanted-tall', VSAJ = 6
Number sign with slanted bars and taller than digits
number-sign = 'upright-open-tall', VSAH = 7
number-sign = 'upright-open-tall', VSAJ = 7
Number sign with vertical bars, open inner, and taller than digits
number-sign = 'slanted-open-tall', VSAH = 8
number-sign = 'slanted-open-tall', VSAJ = 8
Number sign with slanted bars, open inner, and taller than digits
- Styles for `&`
8 variants - + - + - + - + - + - + - + - +
ampersand = 'closed', VSAI = 1
ampersand = 'closed', VSAK = 1
Ampersand (&) with a closed contour (default)
ampersand = 'upper-open', VSAI = 2
ampersand = 'upper-open', VSAK = 2
Ampersand (&) with an open contour at upper half
ampersand = 'lower-open', VSAI = 3
ampersand = 'lower-open', VSAK = 3
Ampersand (&) with an open contour at lower half
ampersand = 'flat-top', VSAI = 4
ampersand = 'flat-top', VSAK = 4
Ampersand (&) drawn with a flat top
ampersand = 'et-toothed', VSAI = 5
ampersand = 'et-toothed', VSAK = 5
Ampersand (&) drawn like a ligature of Ɛ and t with tooth
ampersand = 'et-toothless-corner', VSAI = 6
ampersand = 'et-toothless-corner', VSAK = 6
Ampersand (&) drawn like a ligature of Ɛ and t without tooth (corner)
ampersand = 'et-toothless-rounded', VSAI = 7
ampersand = 'et-toothless-rounded', VSAK = 7
Ampersand (&) drawn like a ligature of Ɛ and t without tooth (rounded)
ampersand = 'et-tailed', VSAI = 8
ampersand = 'et-tailed', VSAK = 8
Ampersand (&) drawn like a ligature of Ɛ and t with tail
- Styles for `@`
9 variants - + - + - + - + - + - + - + - + - +
at = 'threefold', VSAJ = 1
at = 'threefold', VSAL = 1
At symbol (@) with three-fold body (default)
at = 'threefold-tall', VSAJ = 2
at = 'threefold-tall', VSAL = 2
At symbol (@) with three-fold body, and tall height
at = 'threefold-solid-inner', VSAJ = 3
at = 'threefold-solid-inner', VSAL = 3
At symbol (@) with three-fold body, and solid inner
at = 'threefold-solid-inner-tall', VSAJ = 4
at = 'threefold-solid-inner-tall', VSAL = 4
At symbol (@) with three-fold body, solid inner, and tall height
at = 'fourfold', VSAJ = 5
at = 'fourfold', VSAL = 5
At symbol (@) with four-fold body
at = 'fourfold-tall', VSAJ = 6
at = 'fourfold-tall', VSAL = 6
At symbol (@) with four-fold body, and tall height
at = 'fourfold-solid-inner', VSAJ = 7
at = 'fourfold-solid-inner', VSAL = 7
At symbol (@) with four-fold body, and solid inner
at = 'fourfold-solid-inner-tall', VSAJ = 8
at = 'fourfold-solid-inner-tall', VSAL = 8
At symbol (@) with four-fold body, solid inner, and tall height
at = 'compact', VSAJ = 9
at = 'compact', VSAL = 9
At symbol (@) with compact body
- Styles for `$`
6 variants - + - + - + - + - + - +
dollar = 'open', VSAK = 1
dollar = 'open', VSAM = 1
Dollar symbol with open contour
dollar = 'through', VSAK = 2
dollar = 'through', VSAM = 2
Dollar symbol with strike-through vertical bar (default)
dollar = 'interrupted', VSAK = 3
dollar = 'interrupted', VSAM = 3
Dollar symbol with interrupted strike-through vertical bar
dollar = 'open-cap', VSAK = 4
dollar = 'open-cap', VSAM = 4
Dollar symbol with open contour, sized not exceeding baseline and ascender
dollar = 'through-cap', VSAK = 5
dollar = 'through-cap', VSAM = 5
Dollar symbol with strike-through vertical bar, sized not exceeding baseline and ascender
dollar = 'interrupted-cap', VSAK = 6
dollar = 'interrupted-cap', VSAM = 6
Dollar symbol with interrupted strike-through vertical bar, sized not exceeding baseline and ascender
- Styles for `¢`
6 variants - + - + - + - + - + - +
cent = 'open', VSAL = 1
cent = 'open', VSAN = 1
Cent sign (¢) with open contour
cent = 'through', VSAL = 2
cent = 'through', VSAN = 2
Cent sign (¢) with vertical bar all through the c part (default)
cent = 'bar-interrupted', VSAL = 3
cent = 'bar-interrupted', VSAN = 3
Cent sign (¢) with vertical bar breaks at center
cent = 'open-cap', VSAL = 4
cent = 'open-cap', VSAN = 4
Cent sign (¢) with open contour, sized not exceeding baseline and ascender
cent = 'through-cap', VSAL = 5
cent = 'through-cap', VSAN = 5
Cent sign (¢) with vertical bar all through the c part, sized not exceeding baseline and ascender
cent = 'bar-interrupted-cap', VSAL = 6
cent = 'bar-interrupted-cap', VSAN = 6
Cent sign (¢) with vertical bar breaks at center, sized not exceeding baseline and ascender
- Styles for `%`
4 variants - + - + - + - +
percent = 'dots', VSAM = 1
percent = 'dots', VSAO = 1
Percent % with rectangular dots
percent = 'rings-segmented-slash', VSAM = 2
percent = 'rings-segmented-slash', VSAO = 2
Percent % with rings and segmented slash (default)
percent = 'rings-continuous-slash', VSAM = 3
percent = 'rings-continuous-slash', VSAO = 3
Percent % with rings and continuous bar
percent = 'rings-continuous-slash-also-connected', VSAM = 4
percent = 'rings-continuous-slash-also-connected', VSAO = 4
Percent % with rings and continuous bar and the slash in % is also connected to the top-left ring
- Styles for `|`, `¦`
2 variants - + - +
bar = 'natural-slope', VSAN = 1
bar = 'natural-slope', VSAP = 1
Bar punctuations (|) has a natural slope under italics and oblique (default)
bar = 'force-upright', VSAN = 2
bar = 'force-upright', VSAP = 2
Bar punctuations (|) is forced upright under italics and oblique
- Styles for `?`
3 variants - + - + - +
question = 'smooth', VSAO = 1
question = 'smooth', VSAQ = 1
Smooth question mark (?) (default)
question = 'corner', VSAO = 2
question = 'corner', VSAQ = 2
Question mark (?) with a corner at middle
question = 'corner-flat-hooked', VSAO = 3
question = 'corner-flat-hooked', VSAQ = 3
Question mark (?) with a corner at middle and flat hook
- Styles for `¶`
2 variants - + - +
pilcrow = 'high', VSAP = 1
pilcrow = 'high', VSAR = 1
Higher pilcrow sign (default)
pilcrow = 'low', VSAP = 2
pilcrow = 'low', VSAR = 2
Lower pilcrow sign
- Styles for `∂` (Partial derivative symbol)
2 variants - + - +
partial-derivative = 'straight-bar', VSAQ = 1
partial-derivative = 'straight-bar', VSAS = 1
The upper bar of the partial derivative symbol is straight
partial-derivative = 'curly-bar', VSAQ = 2
partial-derivative = 'curly-bar', VSAS = 2
The upper bar of the partial derivative symbol is curly (default)
- Styles for `µ` (Micro sign)
13 variants - + - + - + - + - + - + - + - + - + - + - + - + - +
micro-sign = 'toothed-serifless', VSAR = 1
micro-sign = 'toothed-serifless', VSAT = 1
Micro Sign (µ) with toothed shape; without serifs (default for Sans Upright)
micro-sign = 'toothed-bottom-right-serifed', VSAR = 2
micro-sign = 'toothed-bottom-right-serifed', VSAT = 2
Micro Sign (µ) with toothed shape, and serif at bottom-right
micro-sign = 'toothed-motion-serifed', VSAR = 3
micro-sign = 'toothed-motion-serifed', VSAT = 3
Micro Sign (µ) with toothed shape, and motion serifs at top-left and bottom-right
micro-sign = 'toothed-serifed', VSAR = 4
micro-sign = 'toothed-serifed', VSAT = 4
Micro Sign (µ) with toothed shape, and serifs (default for Slab Upright)
micro-sign = 'tailed-serifless', VSAR = 5
micro-sign = 'tailed-serifless', VSAT = 5
Micro Sign (µ) with tailed shape; without serifs (default for Sans Italic)
micro-sign = 'tailed-motion-serifed', VSAR = 6
micro-sign = 'tailed-motion-serifed', VSAT = 6
Micro Sign (µ) with tailed shape, and motion serifs at top-left and bottom-right (default for Slab Italic)
micro-sign = 'tailed-serifed', VSAR = 7
micro-sign = 'tailed-serifed', VSAT = 7
Micro Sign (µ) with tailed shape, and serifs
micro-sign = 'toothless-corner-serifless', VSAR = 8
micro-sign = 'toothless-corner-serifless', VSAT = 8
Micro Sign (µ) with toothless (corner bottom-right) shape; without serifs
micro-sign = 'toothless-corner-motion-serifed', VSAR = 9
micro-sign = 'toothless-corner-motion-serifed', VSAT = 9
Micro Sign (µ) with toothless (corner bottom-right) shape, and motion serifs at top-left and bottom-right
micro-sign = 'toothless-corner-serifed', VSAR = 10
micro-sign = 'toothless-corner-serifed', VSAT = 10
Micro Sign (µ) with toothless (corner bottom-right) shape, and serifs
micro-sign = 'toothless-rounded-serifless', VSAR = 11
micro-sign = 'toothless-rounded-serifless', VSAT = 11
Micro Sign (µ) with toothless (rounded) shape; without serifs
micro-sign = 'toothless-rounded-motion-serifed', VSAR = 12
micro-sign = 'toothless-rounded-motion-serifed', VSAT = 12
Micro Sign (µ) with toothless (rounded) shape, and motion serifs at top-left and bottom-right
micro-sign = 'toothless-rounded-serifed', VSAR = 13
micro-sign = 'toothless-rounded-serifed', VSAT = 13
Micro Sign (µ) with toothless (rounded) shape, and serifs
- Styles for `<=`, `>=` (Less-equal and Greater-equal ligations) diff --git a/doc/cv-influences.md b/doc/cv-influences.md index ac8400152..d92bc50e3 100644 --- a/doc/cv-influences.md +++ b/doc/cv-influences.md @@ -5,979 +5,995 @@ - `cv01`: - A (`U+0041`), À (`U+00C0`), Á (`U+00C1`),  (`U+00C2`), à (`U+00C3`), Ä (`U+00C4`), Å (`U+00C5`), Æ (`U+00C6`), Ā (`U+0100`), Ă (`U+0102`), Ą (`U+0104`), Ǎ (`U+01CD`), Ǟ (`U+01DE`), Ǡ (`U+01E0`), Ǣ (`U+01E2`), Ǻ (`U+01FA`), Ǽ (`U+01FC`), Ȁ (`U+0200`), Ȃ (`U+0202`), Ȧ (`U+0226`), Ⱥ (`U+023A`), Ά (`U+0386`), Α (`U+0391`), А (`U+0410`), Ӑ (`U+04D0`), Ӓ (`U+04D2`), Ӕ (`U+04D4`), ᴀ (`U+1D00`), ᴁ (`U+1D01`), ᴬ (`U+1D2C`), ᴭ (`U+1D2D`), Ḁ (`U+1E00`), Ạ (`U+1EA0`), Ả (`U+1EA2`), Ấ (`U+1EA4`), Ầ (`U+1EA6`), Ẩ (`U+1EA8`), Ẫ (`U+1EAA`), Ậ (`U+1EAC`), Ắ (`U+1EAE`), Ằ (`U+1EB0`), Ẳ (`U+1EB2`), Ẵ (`U+1EB4`), Ặ (`U+1EB6`), Ἀ (`U+1F08`), Ἁ (`U+1F09`), Ἂ (`U+1F0A`), Ἃ (`U+1F0B`), Ἄ (`U+1F0C`), Ἅ (`U+1F0D`), Ἆ (`U+1F0E`), Ἇ (`U+1F0F`), ᾈ (`U+1F88`), ᾉ (`U+1F89`), ᾊ (`U+1F8A`), ᾋ (`U+1F8B`), ᾌ (`U+1F8C`), ᾍ (`U+1F8D`), ᾎ (`U+1F8E`), ᾏ (`U+1F8F`), Ᾰ (`U+1FB8`), Ᾱ (`U+1FB9`), Ὰ (`U+1FBA`), Ά (`U+1FBB`), ᾼ (`U+1FBC`), ₳ (`U+20B3`), Å (`U+212B`), ℻ (`U+213B`), ⅍ (`U+214D`), ␆ (`U+2406`), ␕ (`U+2415`), ␘ (`U+2418`), Ⓐ (`U+24B6`), Ɐ (`U+2C6F`), Ꙗ (`U+A656`), Ꜳ (`U+A732`), Ꜵ (`U+A734`), Ꜷ (`U+A736`), Ꞻ (`U+A7BA`), 𐞀 (`U+10780`), 𜳖 (`U+1CCD6`), 𝐀 (`U+1D400`), 𝐴 (`U+1D434`), 𝑨 (`U+1D468`), 𝖠 (`U+1D5A0`), 𝗔 (`U+1D5D4`), 𝘈 (`U+1D608`), 𝘼 (`U+1D63C`), 𝙰 (`U+1D670`), 𝚨 (`U+1D6A8`), 𝛢 (`U+1D6E2`), 𝜜 (`U+1D71C`), 𝝖 (`U+1D756`), 𝞐 (`U+1D790`), 🂡 (`U+1F0A1`), 🂱 (`U+1F0B1`), 🃁 (`U+1F0C1`), 🃑 (`U+1F0D1`), 🄐 (`U+1F110`), 🄰 (`U+1F130`), 🅐 (`U+1F150`), 🅰 (`U+1F170`), 🆌 (`U+1F18C`), 🆍 (`U+1F18D`), 🆎 (`U+1F18E`), 🇦 (`U+1F1E6`) + 1 (`U+0031`), ¹ (`U+00B9`), ¼ (`U+00BC`), ½ (`U+00BD`), ₁ (`U+2081`), ⅐ (`U+2150`), ⅑ (`U+2151`), ⅒ (`U+2152`), ⅓ (`U+2153`), ⅕ (`U+2155`), ⅙ (`U+2159`), ⅛ (`U+215B`), ⅟ (`U+215F`), ⏨ (`U+23E8`), ␑ (`U+2411`), ① (`U+2460`), ⑩ (`U+2469`), ⑪ (`U+246A`), ⑫ (`U+246B`), ⑬ (`U+246C`), ⑭ (`U+246D`), ⑮ (`U+246E`), ⑯ (`U+246F`), ⑰ (`U+2470`), ⑱ (`U+2471`), ⑲ (`U+2472`), ⑴ (`U+2474`), ⑽ (`U+247D`), ⑾ (`U+247E`), ⑿ (`U+247F`), ⒀ (`U+2480`), ⒁ (`U+2481`), ⒂ (`U+2482`), ⒃ (`U+2483`), ⒄ (`U+2484`), ⒅ (`U+2485`), ⒆ (`U+2486`), ⒈ (`U+2488`), ⒑ (`U+2491`), ⒒ (`U+2492`), ⒓ (`U+2493`), ⒔ (`U+2494`), ⒕ (`U+2495`), ⒖ (`U+2496`), ⒗ (`U+2497`), ⒘ (`U+2498`), ⒙ (`U+2499`), ⒚ (`U+249A`), ⓫ (`U+24EB`), ⓬ (`U+24EC`), ⓭ (`U+24ED`), ⓮ (`U+24EE`), ⓯ (`U+24EF`), ⓰ (`U+24F0`), ⓱ (`U+24F1`), ⓲ (`U+24F2`), ⓳ (`U+24F3`), ⓵ (`U+24F5`), ⓾ (`U+24FE`), ❶ (`U+2776`), ❿ (`U+277F`), ➀ (`U+2780`), ➉ (`U+2789`), ➊ (`U+278A`), ➓ (`U+2793`), ㉑ (`U+3251`), ㉛ (`U+325B`), ㊶ (`U+32B6`), 𜳱 (`U+1CCF1`), 𝟏 (`U+1D7CF`), 𝟣 (`U+1D7E3`), 𝟭 (`U+1D7ED`), 𝟷 (`U+1D7F7`), 🂪 (`U+1F0AA`), 🂺 (`U+1F0BA`), 🃊 (`U+1F0CA`), 🃚 (`U+1F0DA`), 🄂 (`U+1F102`), 🆠 (`U+1F1A0`), 🆡 (`U+1F1A1`), 🆤 (`U+1F1A4`) - `cv02`: - B (`U+0042`), Ɓ (`U+0181`), Ƀ (`U+0243`), ʙ (`U+0299`), Β (`U+0392`), В (`U+0412`), в (`U+0432`), ฿ (`U+0E3F`), ᴃ (`U+1D03`), ᴮ (`U+1D2E`), ᴯ (`U+1D2F`), Ḃ (`U+1E02`), Ḅ (`U+1E04`), Ḇ (`U+1E06`), ₿ (`U+20BF`), ␇ (`U+2407`), ␈ (`U+2408`), ␗ (`U+2417`), ␚ (`U+241A`), Ⓑ (`U+24B7`), ⷡ (`U+2DE1`), Ꞵ (`U+A7B4`),  (`U+FFFC`), 𐞄 (`U+10784`), 𜳗 (`U+1CCD7`), 𝐁 (`U+1D401`), 𝐵 (`U+1D435`), 𝑩 (`U+1D469`), 𝖡 (`U+1D5A1`), 𝗕 (`U+1D5D5`), 𝘉 (`U+1D609`), 𝘽 (`U+1D63D`), 𝙱 (`U+1D671`), 𝚩 (`U+1D6A9`), 𝛣 (`U+1D6E3`), 𝜝 (`U+1D71D`), 𝝗 (`U+1D757`), 𝞑 (`U+1D791`), 𞀲 (`U+1E032`), 𞁓 (`U+1E053`), 🄑 (`U+1F111`), 🄱 (`U+1F131`), 🅑 (`U+1F151`), 🅱 (`U+1F171`), 🆎 (`U+1F18E`), 🇧 (`U+1F1E7`) + 2 (`U+0032`), ² (`U+00B2`), ½ (`U+00BD`), ƻ (`U+01BB`), ₂ (`U+2082`), ⅔ (`U+2154`), ⅖ (`U+2156`), ↊ (`U+218A`), ␒ (`U+2412`), ② (`U+2461`), ⑫ (`U+246B`), ⑳ (`U+2473`), ⑵ (`U+2475`), ⑿ (`U+247F`), ⒇ (`U+2487`), ⒉ (`U+2489`), ⒓ (`U+2493`), ⒛ (`U+249B`), ⓬ (`U+24EC`), ⓴ (`U+24F4`), ⓶ (`U+24F6`), ❷ (`U+2777`), ➁ (`U+2781`), ➋ (`U+278B`), ㉑ (`U+3251`), ㉒ (`U+3252`), ㉓ (`U+3253`), ㉔ (`U+3254`), ㉕ (`U+3255`), ㉖ (`U+3256`), ㉗ (`U+3257`), ㉘ (`U+3258`), ㉙ (`U+3259`), ㉜ (`U+325C`), ㊷ (`U+32B7`), 𜳲 (`U+1CCF2`), 𝟐 (`U+1D7D0`), 𝟤 (`U+1D7E4`), 𝟮 (`U+1D7EE`), 𝟸 (`U+1D7F8`), 🂢 (`U+1F0A2`), 🂲 (`U+1F0B2`), 🃂 (`U+1F0C2`), 🃒 (`U+1F0D2`), 🄃 (`U+1F103`), 🆜 (`U+1F19C`), 🆝 (`U+1F19D`), 🆢 (`U+1F1A2`), 🆤 (`U+1F1A4`) - `cv03`: - C (`U+0043`), © (`U+00A9`), Ç (`U+00C7`), Ć (`U+0106`), Ĉ (`U+0108`), Ċ (`U+010A`), Č (`U+010C`), Ɔ (`U+0186`), Ƈ (`U+0187`), Ȼ (`U+023B`), Ϲ (`U+03F9`), Ͻ (`U+03FD`), Ͼ (`U+03FE`), Ͽ (`U+03FF`), С (`U+0421`), Ҁ (`U+0480`), Ҫ (`U+04AA`), Ҽ (`U+04BC`), Ҿ (`U+04BE`), Ԍ (`U+050C`), ᴄ (`U+1D04`), ᴐ (`U+1D10`), Ḉ (`U+1E08`), ₡ (`U+20A1`), ₵ (`U+20B5`), ℃ (`U+2103`), Ⅽ (`U+216D`), Ↄ (`U+2183`), ↅ (`U+2185`), ␆ (`U+2406`), ␍ (`U+240D`), ␑ (`U+2411`), ␒ (`U+2412`), ␓ (`U+2413`), ␔ (`U+2414`), ␘ (`U+2418`), ␛ (`U+241B`), Ⓒ (`U+24B8`), Ꜿ (`U+A73E`), Ꞓ (`U+A792`), Ꞔ (`U+A7C4`), ꟲ (`U+A7F2`),  (`U+E0A3`), 𜳘 (`U+1CCD8`), 𝐂 (`U+1D402`), 𝐶 (`U+1D436`), 𝑪 (`U+1D46A`), 𝖢 (`U+1D5A2`), 𝗖 (`U+1D5D6`), 𝘊 (`U+1D60A`), 𝘾 (`U+1D63E`), 𝙲 (`U+1D672`), 🂬 (`U+1F0AC`), 🂼 (`U+1F0BC`), 🃌 (`U+1F0CC`), 🃜 (`U+1F0DC`), 🄒 (`U+1F112`), 🄫 (`U+1F12B`), 🄭 (`U+1F12D`), 🄯 (`U+1F12F`), 🄲 (`U+1F132`), 🅏 (`U+1F14F`), 🅒 (`U+1F152`), 🅪 (`U+1F16A`), 🅭 (`U+1F16D`), 🅮 (`U+1F16E`), 🅲 (`U+1F172`), 🆋 (`U+1F18B`), 🆏 (`U+1F18F`), 🆑 (`U+1F191`), 🆒 (`U+1F192`), 🆜 (`U+1F19C`), 🆦 (`U+1F1A6`), 🇨 (`U+1F1E8`) + 3 (`U+0033`), ³ (`U+00B3`), ¾ (`U+00BE`), ₃ (`U+2083`), ⅓ (`U+2153`), ⅔ (`U+2154`), ⅗ (`U+2157`), ⅜ (`U+215C`), ↉ (`U+2189`), ↋ (`U+218B`), ∛ (`U+221B`), ␓ (`U+2413`), ③ (`U+2462`), ⑬ (`U+246C`), ⑶ (`U+2476`), ⒀ (`U+2480`), ⒊ (`U+248A`), ⒔ (`U+2494`), ⓭ (`U+24ED`), ⓷ (`U+24F7`), ❸ (`U+2778`), ➂ (`U+2782`), ➌ (`U+278C`), ㉓ (`U+3253`), ㉚ (`U+325A`), ㉛ (`U+325B`), ㉜ (`U+325C`), ㉝ (`U+325D`), ㉞ (`U+325E`), ㉟ (`U+325F`), ㊱ (`U+32B1`), ㊲ (`U+32B2`), ㊳ (`U+32B3`), ㊴ (`U+32B4`), ㊸ (`U+32B8`), 𜳳 (`U+1CCF3`), 𝟑 (`U+1D7D1`), 𝟥 (`U+1D7E5`), 𝟯 (`U+1D7EF`), 𝟹 (`U+1D7F9`), 🂣 (`U+1F0A3`), 🂳 (`U+1F0B3`), 🃃 (`U+1F0C3`), 🃓 (`U+1F0D3`), 🄄 (`U+1F104`), 🆛 (`U+1F19B`) - `cv04`: - D (`U+0044`), Ð (`U+00D0`), Ď (`U+010E`), Đ (`U+0110`), Ɖ (`U+0189`), Ɗ (`U+018A`), DŽ (`U+01C4`), Dž (`U+01C5`), DZ (`U+01F1`), Dz (`U+01F2`), ᴅ (`U+1D05`), ᴆ (`U+1D06`), ᴰ (`U+1D30`), Ḋ (`U+1E0A`), Ḍ (`U+1E0C`), Ḏ (`U+1E0E`), Ḑ (`U+1E10`), Ḓ (`U+1E12`), ₯ (`U+20AF`), Ⅾ (`U+216E`), ↁ (`U+2181`), ↇ (`U+2187`), ␐ (`U+2410`), ␑ (`U+2411`), ␒ (`U+2412`), ␓ (`U+2413`), ␔ (`U+2414`), ␡ (`U+2421`), Ⓓ (`U+24B9`), Ꟈ (`U+A7C7`), 𜳙 (`U+1CCD9`), 𝐃 (`U+1D403`), 𝐷 (`U+1D437`), 𝑫 (`U+1D46B`), 𝖣 (`U+1D5A3`), 𝗗 (`U+1D5D7`), 𝘋 (`U+1D60B`), 𝘿 (`U+1D63F`), 𝙳 (`U+1D673`), 🄓 (`U+1F113`), 🄭 (`U+1F12D`), 🄳 (`U+1F133`), 🅌 (`U+1F14C`), 🅓 (`U+1F153`), 🅫 (`U+1F16B`), 🅳 (`U+1F173`), 🆐 (`U+1F190`), 🆔 (`U+1F194`), 🆛 (`U+1F19B`), 🆜 (`U+1F19C`), 🆧 (`U+1F1A7`), 🆫 (`U+1F1AB`), 🆬 (`U+1F1AC`), 🇩 (`U+1F1E9`) + 4 (`U+0034`), ¼ (`U+00BC`), ¾ (`U+00BE`), ⁴ (`U+2074`), ₄ (`U+2084`), ⅘ (`U+2158`), ∜ (`U+221C`), ␔ (`U+2414`), ④ (`U+2463`), ⑭ (`U+246D`), ⑷ (`U+2477`), ⒁ (`U+2481`), ⒋ (`U+248B`), ⒕ (`U+2495`), ⓮ (`U+24EE`), ⓸ (`U+24F8`), ❹ (`U+2779`), ➃ (`U+2783`), ➍ (`U+278D`), ㉔ (`U+3254`), ㉞ (`U+325E`), ㊵ (`U+32B5`), ㊶ (`U+32B6`), ㊷ (`U+32B7`), ㊸ (`U+32B8`), ㊹ (`U+32B9`), ㊺ (`U+32BA`), ㊻ (`U+32BB`), ㊼ (`U+32BC`), ㊽ (`U+32BD`), ㊾ (`U+32BE`), 𜳴 (`U+1CCF4`), 𝟒 (`U+1D7D2`), 𝟦 (`U+1D7E6`), 𝟰 (`U+1D7F0`), 𝟺 (`U+1D7FA`), 🂤 (`U+1F0A4`), 🂴 (`U+1F0B4`), 🃄 (`U+1F0C4`), 🃔 (`U+1F0D4`), 🄅 (`U+1F105`), 🆞 (`U+1F19E`) - `cv05`: - E (`U+0045`), Æ (`U+00C6`), È (`U+00C8`), É (`U+00C9`), Ê (`U+00CA`), Ë (`U+00CB`), Ē (`U+0112`), Ĕ (`U+0114`), Ė (`U+0116`), Ę (`U+0118`), Ě (`U+011A`), Œ (`U+0152`), Ǝ (`U+018E`), Ǣ (`U+01E2`), Ǽ (`U+01FC`), Ȅ (`U+0204`), Ȇ (`U+0206`), Ȩ (`U+0228`), Ɇ (`U+0246`), ɶ (`U+0276`), Έ (`U+0388`), Ε (`U+0395`), Ѐ (`U+0400`), Ё (`U+0401`), Е (`U+0415`), Ӕ (`U+04D4`), Ӗ (`U+04D6`), Ԙ (`U+0518`), ᴁ (`U+1D01`), ᴇ (`U+1D07`), ᴭ (`U+1D2D`), ᴱ (`U+1D31`), ᴲ (`U+1D32`), Ḕ (`U+1E14`), Ḗ (`U+1E16`), Ḙ (`U+1E18`), Ḛ (`U+1E1A`), Ḝ (`U+1E1C`), Ẹ (`U+1EB8`), Ẻ (`U+1EBA`), Ẽ (`U+1EBC`), Ế (`U+1EBE`), Ề (`U+1EC0`), Ể (`U+1EC2`), Ễ (`U+1EC4`), Ệ (`U+1EC6`), Ἐ (`U+1F18`), Ἑ (`U+1F19`), Ἒ (`U+1F1A`), Ἓ (`U+1F1B`), Ἔ (`U+1F1C`), Ἕ (`U+1F1D`), Ὲ (`U+1FC8`), Έ (`U+1FC9`), ℡ (`U+2121`), ␃ (`U+2403`), ␄ (`U+2404`), ␅ (`U+2405`), ␇ (`U+2407`), ␐ (`U+2410`), ␗ (`U+2417`), ␙ (`U+2419`), ␛ (`U+241B`), ␡ (`U+2421`), Ⓔ (`U+24BA`), ⱻ (`U+2C7B`), 𐞣 (`U+107A3`), 𜳚 (`U+1CCDA`), 𝐄 (`U+1D404`), 𝐸 (`U+1D438`), 𝑬 (`U+1D46C`), 𝖤 (`U+1D5A4`), 𝗘 (`U+1D5D8`), 𝘌 (`U+1D60C`), 𝙀 (`U+1D640`), 𝙴 (`U+1D674`), 𝚬 (`U+1D6AC`), 𝛦 (`U+1D6E6`), 𝜠 (`U+1D720`), 𝝚 (`U+1D75A`), 𝞔 (`U+1D794`), 🄔 (`U+1F114`), 🄴 (`U+1F134`), 🅔 (`U+1F154`), 🅴 (`U+1F174`), 🆓 (`U+1F193`), 🆕 (`U+1F195`), 🆨 (`U+1F1A8`), 🆩 (`U+1F1A9`), 🇪 (`U+1F1EA`) + 5 (`U+0035`), Ƽ (`U+01BC`), ƽ (`U+01BD`), ⁵ (`U+2075`), ₅ (`U+2085`), ⅕ (`U+2155`), ⅖ (`U+2156`), ⅗ (`U+2157`), ⅘ (`U+2158`), ⅚ (`U+215A`), ⅝ (`U+215D`), ⑤ (`U+2464`), ⑮ (`U+246E`), ⑸ (`U+2478`), ⒂ (`U+2482`), ⒌ (`U+248C`), ⒖ (`U+2496`), ⓯ (`U+24EF`), ⓹ (`U+24F9`), ❺ (`U+277A`), ➄ (`U+2784`), ➎ (`U+278E`), ㉕ (`U+3255`), ㉟ (`U+325F`), ㊺ (`U+32BA`), ㊿ (`U+32BF`), 𜳵 (`U+1CCF5`), 𝟓 (`U+1D7D3`), 𝟧 (`U+1D7E7`), 𝟱 (`U+1D7F1`), 𝟻 (`U+1D7FB`), 🂥 (`U+1F0A5`), 🂵 (`U+1F0B5`), 🃅 (`U+1F0C5`), 🃕 (`U+1F0D5`), 🄆 (`U+1F106`), 🆠 (`U+1F1A0`) - `cv06`: - F (`U+0046`), Ƒ (`U+0191`), Ḟ (`U+1E1E`), ₣ (`U+20A3`), ℉ (`U+2109`), Ⅎ (`U+2132`), ℻ (`U+213B`), ⅎ (`U+214E`), ␊ (`U+240A`), ␌ (`U+240C`), ␜ (`U+241C`), Ⓕ (`U+24BB`), ꜰ (`U+A730`), Ꞙ (`U+A798`), ꟳ (`U+A7F3`), ꟻ (`U+A7FB`), 𜳛 (`U+1CCDB`), 𝐅 (`U+1D405`), 𝐹 (`U+1D439`), 𝑭 (`U+1D46D`), 𝖥 (`U+1D5A5`), 𝗙 (`U+1D5D9`), 𝘍 (`U+1D60D`), 𝙁 (`U+1D641`), 𝙵 (`U+1D675`), 🄕 (`U+1F115`), 🄵 (`U+1F135`), 🅕 (`U+1F155`), 🅵 (`U+1F175`), 🆓 (`U+1F193`), 🇫 (`U+1F1EB`) + 6 (`U+0036`), ⁶ (`U+2076`), ₆ (`U+2086`), ⅙ (`U+2159`), ⅚ (`U+215A`), ⑥ (`U+2465`), ⑯ (`U+246F`), ⑹ (`U+2479`), ⒃ (`U+2483`), ⒍ (`U+248D`), ⒗ (`U+2497`), ⓰ (`U+24F0`), ⓺ (`U+24FA`), ❻ (`U+277B`), ➅ (`U+2785`), ➏ (`U+278F`), ㉖ (`U+3256`), ㊱ (`U+32B1`), ㊻ (`U+32BB`), 𜳶 (`U+1CCF6`), 𝟔 (`U+1D7D4`), 𝟨 (`U+1D7E8`), 𝟲 (`U+1D7F2`), 𝟼 (`U+1D7FC`), 🂦 (`U+1F0A6`), 🂶 (`U+1F0B6`), 🃆 (`U+1F0C6`), 🃖 (`U+1F0D6`), 🄇 (`U+1F107`), 🆣 (`U+1F1A3`) - `cv07`: - G (`U+0047`), Ĝ (`U+011C`), Ğ (`U+011E`), Ġ (`U+0120`), Ģ (`U+0122`), Ɠ (`U+0193`), Ǥ (`U+01E4`), Ǧ (`U+01E6`), Ǵ (`U+01F4`), ɢ (`U+0262`), ʛ (`U+029B`), ᴳ (`U+1D33`), ᷛ (`U+1DDB`), Ḡ (`U+1E20`), ₲ (`U+20B2`), ⅁ (`U+2141`), ␝ (`U+241D`), Ⓖ (`U+24BC`), Ꞡ (`U+A7A0`), 𐞒 (`U+10792`), 𐞔 (`U+10794`), 𜳜 (`U+1CCDC`), 𝐆 (`U+1D406`), 𝐺 (`U+1D43A`), 𝑮 (`U+1D46E`), 𝖦 (`U+1D5A6`), 𝗚 (`U+1D5DA`), 𝘎 (`U+1D60E`), 𝙂 (`U+1D642`), 𝙶 (`U+1D676`), 𝼂 (`U+1DF02`), 🄖 (`U+1F116`), 🄶 (`U+1F136`), 🅖 (`U+1F156`), 🅶 (`U+1F176`), 🆖 (`U+1F196`), 🇬 (`U+1F1EC`) + 7 (`U+0037`), ⁷ (`U+2077`), ₇ (`U+2087`), ⅐ (`U+2150`), ⅞ (`U+215E`), ⑦ (`U+2466`), ⑰ (`U+2470`), ⑺ (`U+247A`), ⒄ (`U+2484`), ⒎ (`U+248E`), ⒘ (`U+2498`), ⓱ (`U+24F1`), ⓻ (`U+24FB`), ❼ (`U+277C`), ➆ (`U+2786`), ➐ (`U+2790`), ㉗ (`U+3257`), ㊲ (`U+32B2`), ㊼ (`U+32BC`), 𜳷 (`U+1CCF7`), 𝟕 (`U+1D7D5`), 𝟩 (`U+1D7E9`), 𝟳 (`U+1D7F3`), 𝟽 (`U+1D7FD`), 🂧 (`U+1F0A7`), 🂷 (`U+1F0B7`), 🃇 (`U+1F0C7`), 🃗 (`U+1F0D7`), 🄈 (`U+1F108`), 🆡 (`U+1F1A1`) - `cv08`: - H (`U+0048`), Ĥ (`U+0124`), Ħ (`U+0126`), Ƕ (`U+01F6`), Ȟ (`U+021E`), ʜ (`U+029C`), Ͱ (`U+0370`), ͱ (`U+0371`), Ή (`U+0389`), Η (`U+0397`), Њ (`U+040A`), Н (`U+041D`), Ң (`U+04A2`), Ҥ (`U+04A4`), Һ (`U+04BA`), Ӈ (`U+04C7`), Ӊ (`U+04C9`), Ԋ (`U+050A`), Ԣ (`U+0522`), Ԧ (`U+0526`), Ԩ (`U+0528`), ᴴ (`U+1D34`), Ḣ (`U+1E22`), Ḥ (`U+1E24`), Ḧ (`U+1E26`), Ḩ (`U+1E28`), Ḫ (`U+1E2A`), Ἠ (`U+1F28`), Ἡ (`U+1F29`), Ἢ (`U+1F2A`), Ἣ (`U+1F2B`), Ἤ (`U+1F2C`), Ἥ (`U+1F2D`), Ἦ (`U+1F2E`), Ἧ (`U+1F2F`), ᾘ (`U+1F98`), ᾙ (`U+1F99`), ᾚ (`U+1F9A`), ᾛ (`U+1F9B`), ᾜ (`U+1F9C`), ᾝ (`U+1F9D`), ᾞ (`U+1F9E`), ᾟ (`U+1F9F`), Ὴ (`U+1FCA`), Ή (`U+1FCB`), ῌ (`U+1FCC`), ␁ (`U+2401`), ␉ (`U+2409`), Ⓗ (`U+24BD`), Ⱨ (`U+2C67`), Ⱶ (`U+2C75`), ⱶ (`U+2C76`), Ꚕ (`U+A694`), Ꜧ (`U+A726`), Ɥ (`U+A78D`), Ɦ (`U+A7AA`), Ꟶ (`U+A7F5`), ꟶ (`U+A7F6`), ꟸ (`U+A7F8`), 𐞖 (`U+10796`), 𜳝 (`U+1CCDD`), 𝐇 (`U+1D407`), 𝐻 (`U+1D43B`), 𝑯 (`U+1D46F`), 𝖧 (`U+1D5A7`), 𝗛 (`U+1D5DB`), 𝘏 (`U+1D60F`), 𝙃 (`U+1D643`), 𝙷 (`U+1D677`), 𝚮 (`U+1D6AE`), 𝛨 (`U+1D6E8`), 𝜢 (`U+1D722`), 𝝜 (`U+1D75C`), 𝞖 (`U+1D796`), 🄗 (`U+1F117`), 🄷 (`U+1F137`), 🅊 (`U+1F14A`), 🅗 (`U+1F157`), 🅷 (`U+1F177`), 🆦 (`U+1F1A6`), 🆧 (`U+1F1A7`), 🆨 (`U+1F1A8`), 🆪 (`U+1F1AA`), 🆫 (`U+1F1AB`), 🇭 (`U+1F1ED`) + 8 (`U+0038`), ⁸ (`U+2078`), ₈ (`U+2088`), ⅛ (`U+215B`), ⅜ (`U+215C`), ⅝ (`U+215D`), ⅞ (`U+215E`), ⑧ (`U+2467`), ⑱ (`U+2471`), ⑻ (`U+247B`), ⒅ (`U+2485`), ⒏ (`U+248F`), ⒙ (`U+2499`), ⓲ (`U+24F2`), ⓼ (`U+24FC`), ❽ (`U+277D`), ➇ (`U+2787`), ➑ (`U+2791`), ㉘ (`U+3258`), ㊳ (`U+32B3`), ㊽ (`U+32BD`), 𜳸 (`U+1CCF8`), 𝟖 (`U+1D7D6`), 𝟪 (`U+1D7EA`), 𝟴 (`U+1D7F4`), 𝟾 (`U+1D7FE`), 🂨 (`U+1F0A8`), 🂸 (`U+1F0B8`), 🃈 (`U+1F0C8`), 🃘 (`U+1F0D8`), 🄉 (`U+1F109`), 🆟 (`U+1F19F`) - `cv09`: - I (`U+0049`), Ì (`U+00CC`), Í (`U+00CD`), Î (`U+00CE`), Ï (`U+00CF`), Ĩ (`U+0128`), Ī (`U+012A`), Ĭ (`U+012C`), Į (`U+012E`), İ (`U+0130`), IJ (`U+0132`), Ɨ (`U+0197`), Ǐ (`U+01CF`), Ȉ (`U+0208`), Ȋ (`U+020A`), Ί (`U+038A`), Ι (`U+0399`), Ϊ (`U+03AA`), І (`U+0406`), Ї (`U+0407`), Ӏ (`U+04C0`), ᴵ (`U+1D35`), Ḭ (`U+1E2C`), Ḯ (`U+1E2E`), Ỉ (`U+1EC8`), Ị (`U+1ECA`), Ἰ (`U+1F38`), Ἱ (`U+1F39`), Ἲ (`U+1F3A`), Ἳ (`U+1F3B`), Ἴ (`U+1F3C`), Ἵ (`U+1F3D`), Ἶ (`U+1F3E`), Ἷ (`U+1F3F`), Ῐ (`U+1FD8`), Ῑ (`U+1FD9`), Ὶ (`U+1FDA`), Ί (`U+1FDB`), Ⅰ (`U+2160`), Ⅱ (`U+2161`), Ⅲ (`U+2162`), Ⅳ (`U+2163`), Ⅵ (`U+2165`), Ⅶ (`U+2166`), Ⅷ (`U+2167`), Ⅸ (`U+2168`), Ⅺ (`U+216A`), Ⅻ (`U+216B`), ␏ (`U+240F`), Ⓘ (`U+24BE`), Ꞽ (`U+A7BC`), ꟷ (`U+A7F7`), ꟾ (`U+A7FE`), 𜳞 (`U+1CCDE`), 𝐈 (`U+1D408`), 𝐼 (`U+1D43C`), 𝑰 (`U+1D470`), 𝖨 (`U+1D5A8`), 𝗜 (`U+1D5DC`), 𝘐 (`U+1D610`), 𝙄 (`U+1D644`), 𝙸 (`U+1D678`), 𝚰 (`U+1D6B0`), 𝛪 (`U+1D6EA`), 𝜤 (`U+1D724`), 𝝞 (`U+1D75E`), 𝞘 (`U+1D798`), 🃡 (`U+1F0E1`), 🃢 (`U+1F0E2`), 🃣 (`U+1F0E3`), 🃤 (`U+1F0E4`), 🃦 (`U+1F0E6`), 🃧 (`U+1F0E7`), 🃨 (`U+1F0E8`), 🃩 (`U+1F0E9`), 🃫 (`U+1F0EB`), 🃬 (`U+1F0EC`), 🃭 (`U+1F0ED`), 🃮 (`U+1F0EE`), 🃰 (`U+1F0F0`), 🃱 (`U+1F0F1`), 🃲 (`U+1F0F2`), 🃳 (`U+1F0F3`), 🃵 (`U+1F0F5`), 🄘 (`U+1F118`), 🄸 (`U+1F138`), 🅘 (`U+1F158`), 🅸 (`U+1F178`), 🆋 (`U+1F18B`), 🆔 (`U+1F194`), 🆨 (`U+1F1A8`), 🇮 (`U+1F1EE`) + 9 (`U+0039`), ⁹ (`U+2079`), ₉ (`U+2089`), ⅑ (`U+2151`), ⑨ (`U+2468`), ⑲ (`U+2472`), ⑼ (`U+247C`), ⒆ (`U+2486`), ⒐ (`U+2490`), ⒚ (`U+249A`), ⓳ (`U+24F3`), ⓽ (`U+24FD`), ❾ (`U+277E`), ➈ (`U+2788`), ➒ (`U+2792`), ㉙ (`U+3259`), ㊴ (`U+32B4`), ㊾ (`U+32BE`), 𜳹 (`U+1CCF9`), 𝟗 (`U+1D7D7`), 𝟫 (`U+1D7EB`), 𝟵 (`U+1D7F5`), 𝟿 (`U+1D7FF`), 🂩 (`U+1F0A9`), 🂹 (`U+1F0B9`), 🃉 (`U+1F0C9`), 🃙 (`U+1F0D9`), 🄊 (`U+1F10A`) - `cv10`: - J (`U+004A`), IJ (`U+0132`), Ĵ (`U+0134`), LJ (`U+01C7`), NJ (`U+01CA`), Ɉ (`U+0248`), Ϳ (`U+037F`), Ј (`U+0408`), ᴊ (`U+1D0A`), ᴶ (`U+1D36`), Ⓙ (`U+24BF`), Ʝ (`U+A7B2`),  (`U+FFFC`), 𜳟 (`U+1CCDF`), 𝐉 (`U+1D409`), 𝐽 (`U+1D43D`), 𝑱 (`U+1D471`), 𝖩 (`U+1D5A9`), 𝗝 (`U+1D5DD`), 𝘑 (`U+1D611`), 𝙅 (`U+1D645`), 𝙹 (`U+1D679`), 🂫 (`U+1F0AB`), 🂻 (`U+1F0BB`), 🃋 (`U+1F0CB`), 🃛 (`U+1F0DB`), 🄙 (`U+1F119`), 🄹 (`U+1F139`), 🅙 (`U+1F159`), 🅹 (`U+1F179`), 🆐 (`U+1F190`), 🇯 (`U+1F1EF`) + 0 (`U+0030`), ⁰ (`U+2070`), ₀ (`U+2080`), ⅒ (`U+2152`), ↉ (`U+2189`), ⍬ (`U+236C`), ⏨ (`U+23E8`), ⑩ (`U+2469`), ⑳ (`U+2473`), ⑽ (`U+247D`), ⒇ (`U+2487`), ⒑ (`U+2491`), ⒛ (`U+249B`), ⓪ (`U+24EA`), ⓴ (`U+24F4`), ⓾ (`U+24FE`), ⓿ (`U+24FF`), ❿ (`U+277F`), ➉ (`U+2789`), ➓ (`U+2793`), ㉚ (`U+325A`), ㊵ (`U+32B5`), ㊿ (`U+32BF`), 𜳰 (`U+1CCF0`), 𝟎 (`U+1D7CE`), 𝟢 (`U+1D7E2`), 𝟬 (`U+1D7EC`), 𝟶 (`U+1D7F6`), 🂪 (`U+1F0AA`), 🂺 (`U+1F0BA`), 🃊 (`U+1F0CA`), 🃚 (`U+1F0DA`), 🃠 (`U+1F0E0`), 🄀 (`U+1F100`), 🄁 (`U+1F101`), 🄋 (`U+1F10B`), 🄌 (`U+1F10C`), 🄍 (`U+1F10D`), 🆣 (`U+1F1A3`), 🆤 (`U+1F1A4`) - `cv11`: - K (`U+004B`), Ķ (`U+0136`), Ƙ (`U+0198`), Ǩ (`U+01E8`), Κ (`U+039A`), Ϗ (`U+03CF`), ᴋ (`U+1D0B`), ᴷ (`U+1D37`), Ḱ (`U+1E30`), Ḳ (`U+1E32`), Ḵ (`U+1E34`), ₭ (`U+20AD`), K (`U+212A`), ␆ (`U+2406`), ␕ (`U+2415`), Ⓚ (`U+24C0`), Ⱪ (`U+2C69`), Ꝁ (`U+A740`), Ꝃ (`U+A742`), Ꝅ (`U+A744`), Ꞣ (`U+A7A2`), Ʞ (`U+A7B0`), 𜳠 (`U+1CCE0`), 𝐊 (`U+1D40A`), 𝐾 (`U+1D43E`), 𝑲 (`U+1D472`), 𝖪 (`U+1D5AA`), 𝗞 (`U+1D5DE`), 𝘒 (`U+1D612`), 𝙆 (`U+1D646`), 𝙺 (`U+1D67A`), 𝚱 (`U+1D6B1`), 𝛫 (`U+1D6EB`), 𝜥 (`U+1D725`), 𝝟 (`U+1D75F`), 𝞙 (`U+1D799`), 𝼐 (`U+1DF10`), 🂮 (`U+1F0AE`), 🂾 (`U+1F0BE`), 🃎 (`U+1F0CE`), 🃞 (`U+1F0DE`), 🄚 (`U+1F11A`), 🄺 (`U+1F13A`), 🅚 (`U+1F15A`), 🅺 (`U+1F17A`), 🆗 (`U+1F197`), 🆝 (`U+1F19D`), 🆞 (`U+1F19E`), 🆟 (`U+1F19F`), 🇰 (`U+1F1F0`) + A (`U+0041`), À (`U+00C0`), Á (`U+00C1`),  (`U+00C2`), à (`U+00C3`), Ä (`U+00C4`), Å (`U+00C5`), Æ (`U+00C6`), Ā (`U+0100`), Ă (`U+0102`), Ą (`U+0104`), Ǎ (`U+01CD`), Ǟ (`U+01DE`), Ǡ (`U+01E0`), Ǣ (`U+01E2`), Ǻ (`U+01FA`), Ǽ (`U+01FC`), Ȁ (`U+0200`), Ȃ (`U+0202`), Ȧ (`U+0226`), Ⱥ (`U+023A`), Ά (`U+0386`), Α (`U+0391`), А (`U+0410`), Ӑ (`U+04D0`), Ӓ (`U+04D2`), Ӕ (`U+04D4`), ᴀ (`U+1D00`), ᴁ (`U+1D01`), ᴬ (`U+1D2C`), ᴭ (`U+1D2D`), Ḁ (`U+1E00`), Ạ (`U+1EA0`), Ả (`U+1EA2`), Ấ (`U+1EA4`), Ầ (`U+1EA6`), Ẩ (`U+1EA8`), Ẫ (`U+1EAA`), Ậ (`U+1EAC`), Ắ (`U+1EAE`), Ằ (`U+1EB0`), Ẳ (`U+1EB2`), Ẵ (`U+1EB4`), Ặ (`U+1EB6`), Ἀ (`U+1F08`), Ἁ (`U+1F09`), Ἂ (`U+1F0A`), Ἃ (`U+1F0B`), Ἄ (`U+1F0C`), Ἅ (`U+1F0D`), Ἆ (`U+1F0E`), Ἇ (`U+1F0F`), ᾈ (`U+1F88`), ᾉ (`U+1F89`), ᾊ (`U+1F8A`), ᾋ (`U+1F8B`), ᾌ (`U+1F8C`), ᾍ (`U+1F8D`), ᾎ (`U+1F8E`), ᾏ (`U+1F8F`), Ᾰ (`U+1FB8`), Ᾱ (`U+1FB9`), Ὰ (`U+1FBA`), Ά (`U+1FBB`), ᾼ (`U+1FBC`), ₳ (`U+20B3`), Å (`U+212B`), ℻ (`U+213B`), ⅍ (`U+214D`), ␆ (`U+2406`), ␕ (`U+2415`), ␘ (`U+2418`), Ⓐ (`U+24B6`), Ɐ (`U+2C6F`), Ꙗ (`U+A656`), Ꜳ (`U+A732`), Ꜵ (`U+A734`), Ꜷ (`U+A736`), Ꞻ (`U+A7BA`), 𐞀 (`U+10780`), 𜳖 (`U+1CCD6`), 𝐀 (`U+1D400`), 𝐴 (`U+1D434`), 𝑨 (`U+1D468`), 𝖠 (`U+1D5A0`), 𝗔 (`U+1D5D4`), 𝘈 (`U+1D608`), 𝘼 (`U+1D63C`), 𝙰 (`U+1D670`), 𝚨 (`U+1D6A8`), 𝛢 (`U+1D6E2`), 𝜜 (`U+1D71C`), 𝝖 (`U+1D756`), 𝞐 (`U+1D790`), 🂡 (`U+1F0A1`), 🂱 (`U+1F0B1`), 🃁 (`U+1F0C1`), 🃑 (`U+1F0D1`), 🄐 (`U+1F110`), 🄰 (`U+1F130`), 🅐 (`U+1F150`), 🅰 (`U+1F170`), 🆌 (`U+1F18C`), 🆍 (`U+1F18D`), 🆎 (`U+1F18E`), 🇦 (`U+1F1E6`) - `cv12`: - L (`U+004C`), £ (`U+00A3`), Ĺ (`U+0139`), Ļ (`U+013B`), Ľ (`U+013D`), Ŀ (`U+013F`), Ł (`U+0141`), LJ (`U+01C7`), Lj (`U+01C8`), Ƚ (`U+023D`), ʟ (`U+029F`), ᴌ (`U+1D0C`), ᴸ (`U+1D38`), ᶫ (`U+1DAB`), ᷞ (`U+1DDE`), Ḷ (`U+1E36`), Ḹ (`U+1E38`), Ḻ (`U+1E3A`), Ḽ (`U+1E3C`), Ỻ (`U+1EFA`), ₤ (`U+20A4`), ℡ (`U+2121`), ⅂ (`U+2142`), ⅃ (`U+2143`), Ⅼ (`U+216C`), ␀ (`U+2400`), ␇ (`U+2407`), ␊ (`U+240A`), ␐ (`U+2410`), ␡ (`U+2421`), ␤ (`U+2424`), Ⓛ (`U+24C1`), Ⱡ (`U+2C60`), Ɫ (`U+2C62`), Ꝉ (`U+A748`), Ꞁ (`U+A780`), Ɬ (`U+A7AD`),  (`U+E0A1`), 𐞜 (`U+1079C`), 𜳡 (`U+1CCE1`), 𝐋 (`U+1D40B`), 𝐿 (`U+1D43F`), 𝑳 (`U+1D473`), 𝖫 (`U+1D5AB`), 𝗟 (`U+1D5DF`), 𝘓 (`U+1D613`), 𝙇 (`U+1D647`), 𝙻 (`U+1D67B`), 𝼄 (`U+1DF04`), 🄛 (`U+1F11B`), 🄻 (`U+1F13B`), 🅛 (`U+1F15B`), 🅻 (`U+1F17B`), 🆑 (`U+1F191`), 🆒 (`U+1F192`), 🆩 (`U+1F1A9`), 🇱 (`U+1F1F1`) + B (`U+0042`), Ɓ (`U+0181`), Ƀ (`U+0243`), ʙ (`U+0299`), Β (`U+0392`), В (`U+0412`), ฿ (`U+0E3F`), ᴃ (`U+1D03`), ᴮ (`U+1D2E`), ᴯ (`U+1D2F`), Ḃ (`U+1E02`), Ḅ (`U+1E04`), Ḇ (`U+1E06`), ₿ (`U+20BF`), ␇ (`U+2407`), ␈ (`U+2408`), ␗ (`U+2417`), ␚ (`U+241A`), Ⓑ (`U+24B7`), Ꞵ (`U+A7B4`),  (`U+FFFC`), 𐞄 (`U+10784`), 𜳗 (`U+1CCD7`), 𝐁 (`U+1D401`), 𝐵 (`U+1D435`), 𝑩 (`U+1D469`), 𝖡 (`U+1D5A1`), 𝗕 (`U+1D5D5`), 𝘉 (`U+1D609`), 𝘽 (`U+1D63D`), 𝙱 (`U+1D671`), 𝚩 (`U+1D6A9`), 𝛣 (`U+1D6E3`), 𝜝 (`U+1D71D`), 𝝗 (`U+1D757`), 𝞑 (`U+1D791`), 🄑 (`U+1F111`), 🄱 (`U+1F131`), 🅑 (`U+1F151`), 🅱 (`U+1F171`), 🆎 (`U+1F18E`), 🇧 (`U+1F1E7`) - `cv13`: - M (`U+004D`), Μ (`U+039C`), М (`U+041C`), Ӎ (`U+04CD`), ᴍ (`U+1D0D`), ᴹ (`U+1D39`), ᷟ (`U+1DDF`), Ḿ (`U+1E3E`), Ṁ (`U+1E40`), Ṃ (`U+1E42`), ℠ (`U+2120`), ™ (`U+2122`), Ⅿ (`U+216F`), ␙ (`U+2419`), Ⓜ (`U+24C2`), Ɱ (`U+2C6E`), Ꙧ (`U+A666`), ꟽ (`U+A7FD`), 𜳢 (`U+1CCE2`), 𝐌 (`U+1D40C`), 𝑀 (`U+1D440`), 𝑴 (`U+1D474`), 𝖬 (`U+1D5AC`), 𝗠 (`U+1D5E0`), 𝘔 (`U+1D614`), 𝙈 (`U+1D648`), 𝙼 (`U+1D67C`), 𝚳 (`U+1D6B3`), 𝛭 (`U+1D6ED`), 𝜧 (`U+1D727`), 𝝡 (`U+1D761`), 𝞛 (`U+1D79B`), 🄜 (`U+1F11C`), 🄼 (`U+1F13C`), 🅋 (`U+1F14B`), 🅜 (`U+1F15C`), 🅪 (`U+1F16A`), 🅫 (`U+1F16B`), 🅬 (`U+1F16C`), 🅼 (`U+1F17C`), 🆭 (`U+1F1AD`), 🇲 (`U+1F1F2`) + C (`U+0043`), © (`U+00A9`), Ç (`U+00C7`), Ć (`U+0106`), Ĉ (`U+0108`), Ċ (`U+010A`), Č (`U+010C`), Ɔ (`U+0186`), Ƈ (`U+0187`), Ȼ (`U+023B`), Ϲ (`U+03F9`), Ͻ (`U+03FD`), Ͼ (`U+03FE`), Ͽ (`U+03FF`), С (`U+0421`), Ҁ (`U+0480`), Ҫ (`U+04AA`), Ҽ (`U+04BC`), Ҿ (`U+04BE`), Ԍ (`U+050C`), ᴄ (`U+1D04`), ᴐ (`U+1D10`), Ḉ (`U+1E08`), ₡ (`U+20A1`), ₵ (`U+20B5`), ℃ (`U+2103`), Ⅽ (`U+216D`), Ↄ (`U+2183`), ↅ (`U+2185`), ␆ (`U+2406`), ␍ (`U+240D`), ␑ (`U+2411`), ␒ (`U+2412`), ␓ (`U+2413`), ␔ (`U+2414`), ␘ (`U+2418`), ␛ (`U+241B`), Ⓒ (`U+24B8`), Ꜿ (`U+A73E`), Ꞓ (`U+A792`), Ꞔ (`U+A7C4`), ꟲ (`U+A7F2`),  (`U+E0A3`), 𜳘 (`U+1CCD8`), 𝐂 (`U+1D402`), 𝐶 (`U+1D436`), 𝑪 (`U+1D46A`), 𝖢 (`U+1D5A2`), 𝗖 (`U+1D5D6`), 𝘊 (`U+1D60A`), 𝘾 (`U+1D63E`), 𝙲 (`U+1D672`), 🂬 (`U+1F0AC`), 🂼 (`U+1F0BC`), 🃌 (`U+1F0CC`), 🃜 (`U+1F0DC`), 🄒 (`U+1F112`), 🄫 (`U+1F12B`), 🄭 (`U+1F12D`), 🄯 (`U+1F12F`), 🄲 (`U+1F132`), 🅏 (`U+1F14F`), 🅒 (`U+1F152`), 🅪 (`U+1F16A`), 🅭 (`U+1F16D`), 🅮 (`U+1F16E`), 🅲 (`U+1F172`), 🆋 (`U+1F18B`), 🆏 (`U+1F18F`), 🆑 (`U+1F191`), 🆒 (`U+1F192`), 🆜 (`U+1F19C`), 🆦 (`U+1F1A6`), 🇨 (`U+1F1E8`) - `cv14`: - N (`U+004E`), Ñ (`U+00D1`), Ń (`U+0143`), Ņ (`U+0145`), Ň (`U+0147`), Ŋ (`U+014A`), Ɲ (`U+019D`), NJ (`U+01CA`), Nj (`U+01CB`), Ǹ (`U+01F8`), ɴ (`U+0274`), Ν (`U+039D`), ᴎ (`U+1D0E`), ᴺ (`U+1D3A`), ᴻ (`U+1D3B`), ᶰ (`U+1DB0`), ᷡ (`U+1DE1`), Ṅ (`U+1E44`), Ṇ (`U+1E46`), Ṉ (`U+1E48`), Ṋ (`U+1E4A`), ₦ (`U+20A6`), № (`U+2116`), ␀ (`U+2400`), ␅ (`U+2405`), ␕ (`U+2415`), ␖ (`U+2416`), ␘ (`U+2418`), ␤ (`U+2424`), Ⓝ (`U+24C3`), Ꞑ (`U+A790`), Ꞥ (`U+A7A4`),  (`U+E0A1`),  (`U+E0A3`), 𜳣 (`U+1CCE3`), 𝐍 (`U+1D40D`), 𝑁 (`U+1D441`), 𝑵 (`U+1D475`), 𝖭 (`U+1D5AD`), 𝗡 (`U+1D5E1`), 𝘕 (`U+1D615`), 𝙉 (`U+1D649`), 𝙽 (`U+1D67D`), 𝚴 (`U+1D6B4`), 𝛮 (`U+1D6EE`), 𝜨 (`U+1D728`), 𝝢 (`U+1D762`), 𝞜 (`U+1D79C`), 🄝 (`U+1F11D`), 🄽 (`U+1F13D`), 🅝 (`U+1F15D`), 🅽 (`U+1F17D`), 🆕 (`U+1F195`), 🆖 (`U+1F196`), 🆜 (`U+1F19C`), 🇳 (`U+1F1F3`) + D (`U+0044`), Ð (`U+00D0`), Ď (`U+010E`), Đ (`U+0110`), Ɖ (`U+0189`), Ɗ (`U+018A`), DŽ (`U+01C4`), Dž (`U+01C5`), DZ (`U+01F1`), Dz (`U+01F2`), ᴅ (`U+1D05`), ᴆ (`U+1D06`), ᴰ (`U+1D30`), Ḋ (`U+1E0A`), Ḍ (`U+1E0C`), Ḏ (`U+1E0E`), Ḑ (`U+1E10`), Ḓ (`U+1E12`), ₯ (`U+20AF`), Ⅾ (`U+216E`), ↁ (`U+2181`), ↇ (`U+2187`), ␐ (`U+2410`), ␑ (`U+2411`), ␒ (`U+2412`), ␓ (`U+2413`), ␔ (`U+2414`), ␡ (`U+2421`), Ⓓ (`U+24B9`), Ꟈ (`U+A7C7`), 𜳙 (`U+1CCD9`), 𝐃 (`U+1D403`), 𝐷 (`U+1D437`), 𝑫 (`U+1D46B`), 𝖣 (`U+1D5A3`), 𝗗 (`U+1D5D7`), 𝘋 (`U+1D60B`), 𝘿 (`U+1D63F`), 𝙳 (`U+1D673`), 🄓 (`U+1F113`), 🄭 (`U+1F12D`), 🄳 (`U+1F133`), 🅌 (`U+1F14C`), 🅓 (`U+1F153`), 🅫 (`U+1F16B`), 🅳 (`U+1F173`), 🆐 (`U+1F190`), 🆔 (`U+1F194`), 🆛 (`U+1F19B`), 🆜 (`U+1F19C`), 🆧 (`U+1F1A7`), 🆫 (`U+1F1AB`), 🆬 (`U+1F1AC`), 🇩 (`U+1F1E9`) - `cv15`: - P (`U+0050`), Ƥ (`U+01A4`), Ρ (`U+03A1`), Р (`U+0420`), Ҏ (`U+048E`), Ԗ (`U+0516`), ᴘ (`U+1D18`), ᴩ (`U+1D29`), ᴾ (`U+1D3E`), Ṕ (`U+1E54`), Ṗ (`U+1E56`), Ῥ (`U+1FEC`), ₧ (`U+20A7`), ₱ (`U+20B1`), ₽ (`U+20BD`), ℗ (`U+2117`), ␠ (`U+2420`), Ⓟ (`U+24C5`), Ᵽ (`U+2C63`), Ꝑ (`U+A750`), ꟼ (`U+A7FC`), 𜳥 (`U+1CCE5`), 𝐏 (`U+1D40F`), 𝑃 (`U+1D443`), 𝑷 (`U+1D477`), 𝖯 (`U+1D5AF`), 𝗣 (`U+1D5E3`), 𝘗 (`U+1D617`), 𝙋 (`U+1D64B`), 𝙿 (`U+1D67F`), 𝚸 (`U+1D6B8`), 𝛲 (`U+1D6F2`), 𝜬 (`U+1D72C`), 𝝦 (`U+1D766`), 𝞠 (`U+1D7A0`), 🄟 (`U+1F11F`), 🄿 (`U+1F13F`), 🅎 (`U+1F14E`), 🅟 (`U+1F15F`), 🅿 (`U+1F17F`), 🆊 (`U+1F18A`), 🆌 (`U+1F18C`), 🆙 (`U+1F199`), 🆣 (`U+1F1A3`), 🆤 (`U+1F1A4`), 🇵 (`U+1F1F5`) + E (`U+0045`), Æ (`U+00C6`), È (`U+00C8`), É (`U+00C9`), Ê (`U+00CA`), Ë (`U+00CB`), Ē (`U+0112`), Ĕ (`U+0114`), Ė (`U+0116`), Ę (`U+0118`), Ě (`U+011A`), Œ (`U+0152`), Ǝ (`U+018E`), Ǣ (`U+01E2`), Ǽ (`U+01FC`), Ȅ (`U+0204`), Ȇ (`U+0206`), Ȩ (`U+0228`), Ɇ (`U+0246`), ɶ (`U+0276`), Έ (`U+0388`), Ε (`U+0395`), Ѐ (`U+0400`), Ё (`U+0401`), Е (`U+0415`), Ӕ (`U+04D4`), Ӗ (`U+04D6`), Ԙ (`U+0518`), ᴁ (`U+1D01`), ᴇ (`U+1D07`), ᴭ (`U+1D2D`), ᴱ (`U+1D31`), ᴲ (`U+1D32`), Ḕ (`U+1E14`), Ḗ (`U+1E16`), Ḙ (`U+1E18`), Ḛ (`U+1E1A`), Ḝ (`U+1E1C`), Ẹ (`U+1EB8`), Ẻ (`U+1EBA`), Ẽ (`U+1EBC`), Ế (`U+1EBE`), Ề (`U+1EC0`), Ể (`U+1EC2`), Ễ (`U+1EC4`), Ệ (`U+1EC6`), Ἐ (`U+1F18`), Ἑ (`U+1F19`), Ἒ (`U+1F1A`), Ἓ (`U+1F1B`), Ἔ (`U+1F1C`), Ἕ (`U+1F1D`), Ὲ (`U+1FC8`), Έ (`U+1FC9`), ℡ (`U+2121`), ␃ (`U+2403`), ␄ (`U+2404`), ␅ (`U+2405`), ␇ (`U+2407`), ␐ (`U+2410`), ␗ (`U+2417`), ␙ (`U+2419`), ␛ (`U+241B`), ␡ (`U+2421`), Ⓔ (`U+24BA`), ⱻ (`U+2C7B`), 𐞣 (`U+107A3`), 𜳚 (`U+1CCDA`), 𝐄 (`U+1D404`), 𝐸 (`U+1D438`), 𝑬 (`U+1D46C`), 𝖤 (`U+1D5A4`), 𝗘 (`U+1D5D8`), 𝘌 (`U+1D60C`), 𝙀 (`U+1D640`), 𝙴 (`U+1D674`), 𝚬 (`U+1D6AC`), 𝛦 (`U+1D6E6`), 𝜠 (`U+1D720`), 𝝚 (`U+1D75A`), 𝞔 (`U+1D794`), 🄔 (`U+1F114`), 🄴 (`U+1F134`), 🅔 (`U+1F154`), 🅴 (`U+1F174`), 🆓 (`U+1F193`), 🆕 (`U+1F195`), 🆨 (`U+1F1A8`), 🆩 (`U+1F1A9`), 🇪 (`U+1F1EA`) - `cv16`: - Q (`U+0051`), Ԛ (`U+051A`), ℺ (`U+213A`), ␅ (`U+2405`), Ⓠ (`U+24C6`), ꞯ (`U+A7AF`), ꟴ (`U+A7F4`), 𜳦 (`U+1CCE6`), 𝐐 (`U+1D410`), 𝑄 (`U+1D444`), 𝑸 (`U+1D478`), 𝖰 (`U+1D5B0`), 𝗤 (`U+1D5E4`), 𝘘 (`U+1D618`), 𝙌 (`U+1D64C`), 𝚀 (`U+1D680`), 🂭 (`U+1F0AD`), 🂽 (`U+1F0BD`), 🃍 (`U+1F0CD`), 🃝 (`U+1F0DD`), 🄠 (`U+1F120`), 🅀 (`U+1F140`), 🅠 (`U+1F160`), 🆀 (`U+1F180`), 🇶 (`U+1F1F6`) + F (`U+0046`), Ƒ (`U+0191`), Ḟ (`U+1E1E`), ₣ (`U+20A3`), ℉ (`U+2109`), Ⅎ (`U+2132`), ℻ (`U+213B`), ⅎ (`U+214E`), ␊ (`U+240A`), ␌ (`U+240C`), ␜ (`U+241C`), Ⓕ (`U+24BB`), ꜰ (`U+A730`), Ꞙ (`U+A798`), ꟳ (`U+A7F3`), ꟻ (`U+A7FB`), 𜳛 (`U+1CCDB`), 𝐅 (`U+1D405`), 𝐹 (`U+1D439`), 𝑭 (`U+1D46D`), 𝖥 (`U+1D5A5`), 𝗙 (`U+1D5D9`), 𝘍 (`U+1D60D`), 𝙁 (`U+1D641`), 𝙵 (`U+1D675`), 🄕 (`U+1F115`), 🄵 (`U+1F135`), 🅕 (`U+1F155`), 🅵 (`U+1F175`), 🆓 (`U+1F193`), 🇫 (`U+1F1EB`) - `cv17`: - R (`U+0052`), ® (`U+00AE`), Ŕ (`U+0154`), Ŗ (`U+0156`), Ř (`U+0158`), Ʀ (`U+01A6`), Ȑ (`U+0210`), Ȓ (`U+0212`), Ɍ (`U+024C`), ʀ (`U+0280`), ʁ (`U+0281`), ʶ (`U+02B6`), ᴙ (`U+1D19`), ᴚ (`U+1D1A`), ᴿ (`U+1D3F`), ᷢ (`U+1DE2`), ᷣ (`U+1DE3`), Ṙ (`U+1E58`), Ṛ (`U+1E5A`), Ṝ (`U+1E5C`), Ṟ (`U+1E5E`), ₨ (`U+20A8`), ₹ (`U+20B9`), ␍ (`U+240D`), ␞ (`U+241E`), Ⓡ (`U+24C7`), Ɽ (`U+2C64`), Ꝛ (`U+A75A`), ꝛ (`U+A75B`), Ꞧ (`U+A7A6`), ꭆ (`U+AB46`), 𐞪 (`U+107AA`), 𜳧 (`U+1CCE7`), 𝐑 (`U+1D411`), 𝑅 (`U+1D445`), 𝑹 (`U+1D479`), 𝖱 (`U+1D5B1`), 𝗥 (`U+1D5E5`), 𝘙 (`U+1D619`), 𝙍 (`U+1D64D`), 𝚁 (`U+1D681`), 🄡 (`U+1F121`), 🄬 (`U+1F12C`), 🅁 (`U+1F141`), 🅡 (`U+1F161`), 🅬 (`U+1F16C`), 🆁 (`U+1F181`), 🆓 (`U+1F193`), 🆜 (`U+1F19C`), 🆧 (`U+1F1A7`), 🆨 (`U+1F1A8`), 🇷 (`U+1F1F7`) + G (`U+0047`), Ĝ (`U+011C`), Ğ (`U+011E`), Ġ (`U+0120`), Ģ (`U+0122`), Ɠ (`U+0193`), Ǥ (`U+01E4`), Ǧ (`U+01E6`), Ǵ (`U+01F4`), ɢ (`U+0262`), ʛ (`U+029B`), ᴳ (`U+1D33`), ᷛ (`U+1DDB`), Ḡ (`U+1E20`), ₲ (`U+20B2`), ⅁ (`U+2141`), ␝ (`U+241D`), Ⓖ (`U+24BC`), Ꞡ (`U+A7A0`), 𐞒 (`U+10792`), 𐞔 (`U+10794`), 𜳜 (`U+1CCDC`), 𝐆 (`U+1D406`), 𝐺 (`U+1D43A`), 𝑮 (`U+1D46E`), 𝖦 (`U+1D5A6`), 𝗚 (`U+1D5DA`), 𝘎 (`U+1D60E`), 𝙂 (`U+1D642`), 𝙶 (`U+1D676`), 𝼂 (`U+1DF02`), 🄖 (`U+1F116`), 🄶 (`U+1F136`), 🅖 (`U+1F156`), 🅶 (`U+1F176`), 🆖 (`U+1F196`), 🇬 (`U+1F1EC`) - `cv18`: - $ (`U+0024`), S (`U+0053`), Ś (`U+015A`), Ŝ (`U+015C`), Ş (`U+015E`), Š (`U+0160`), Ƨ (`U+01A7`), Ș (`U+0218`), Ѕ (`U+0405`), Ṡ (`U+1E60`), Ṣ (`U+1E62`), Ṥ (`U+1E64`), Ṧ (`U+1E66`), Ṩ (`U+1E68`), ₴ (`U+20B4`), ℠ (`U+2120`), ⅍ (`U+214D`), ␁ (`U+2401`), ␂ (`U+2402`), ␈ (`U+2408`), ␎ (`U+240E`), ␏ (`U+240F`), ␖ (`U+2416`), ␚ (`U+241A`), ␛ (`U+241B`), ␜ (`U+241C`), ␝ (`U+241D`), ␞ (`U+241E`), ␟ (`U+241F`), ␠ (`U+2420`), Ⓢ (`U+24C8`), Ȿ (`U+2C7E`), Ꙅ (`U+A644`), Ꚃ (`U+A682`), ꜱ (`U+A731`), Ꞩ (`U+A7A8`), Ʂ (`U+A7C5`), Ꟊ (`U+A7C9`), 𜳨 (`U+1CCE8`), 𝐒 (`U+1D412`), 𝑆 (`U+1D446`), 𝑺 (`U+1D47A`), 𝖲 (`U+1D5B2`), 𝗦 (`U+1D5E6`), 𝘚 (`U+1D61A`), 𝙎 (`U+1D64E`), 𝚂 (`U+1D682`), 🄏 (`U+1F10F`), 🄢 (`U+1F122`), 🄪 (`U+1F12A`), 🅂 (`U+1F142`), 🅌 (`U+1F14C`), 🅍 (`U+1F14D`), 🅢 (`U+1F162`), 🆂 (`U+1F182`), 🆍 (`U+1F18D`), 🆘 (`U+1F198`), 🆚 (`U+1F19A`), 🆜 (`U+1F19C`), 🆨 (`U+1F1A8`), 🆩 (`U+1F1A9`), 🆪 (`U+1F1AA`), 🇸 (`U+1F1F8`) + H (`U+0048`), Ĥ (`U+0124`), Ħ (`U+0126`), Ƕ (`U+01F6`), Ȟ (`U+021E`), ʜ (`U+029C`), Ͱ (`U+0370`), ͱ (`U+0371`), Ή (`U+0389`), Η (`U+0397`), Њ (`U+040A`), Н (`U+041D`), Ң (`U+04A2`), Ҥ (`U+04A4`), Һ (`U+04BA`), Ӈ (`U+04C7`), Ӊ (`U+04C9`), Ԋ (`U+050A`), Ԣ (`U+0522`), Ԧ (`U+0526`), Ԩ (`U+0528`), ᴴ (`U+1D34`), Ḣ (`U+1E22`), Ḥ (`U+1E24`), Ḧ (`U+1E26`), Ḩ (`U+1E28`), Ḫ (`U+1E2A`), Ἠ (`U+1F28`), Ἡ (`U+1F29`), Ἢ (`U+1F2A`), Ἣ (`U+1F2B`), Ἤ (`U+1F2C`), Ἥ (`U+1F2D`), Ἦ (`U+1F2E`), Ἧ (`U+1F2F`), ᾘ (`U+1F98`), ᾙ (`U+1F99`), ᾚ (`U+1F9A`), ᾛ (`U+1F9B`), ᾜ (`U+1F9C`), ᾝ (`U+1F9D`), ᾞ (`U+1F9E`), ᾟ (`U+1F9F`), Ὴ (`U+1FCA`), Ή (`U+1FCB`), ῌ (`U+1FCC`), ␁ (`U+2401`), ␉ (`U+2409`), Ⓗ (`U+24BD`), Ⱨ (`U+2C67`), Ⱶ (`U+2C75`), ⱶ (`U+2C76`), Ꚕ (`U+A694`), Ꜧ (`U+A726`), Ɥ (`U+A78D`), Ɦ (`U+A7AA`), Ꟶ (`U+A7F5`), ꟶ (`U+A7F6`), ꟸ (`U+A7F8`), 𐞖 (`U+10796`), 𜳝 (`U+1CCDD`), 𝐇 (`U+1D407`), 𝐻 (`U+1D43B`), 𝑯 (`U+1D46F`), 𝖧 (`U+1D5A7`), 𝗛 (`U+1D5DB`), 𝘏 (`U+1D60F`), 𝙃 (`U+1D643`), 𝙷 (`U+1D677`), 𝚮 (`U+1D6AE`), 𝛨 (`U+1D6E8`), 𝜢 (`U+1D722`), 𝝜 (`U+1D75C`), 𝞖 (`U+1D796`), 🄗 (`U+1F117`), 🄷 (`U+1F137`), 🅊 (`U+1F14A`), 🅗 (`U+1F157`), 🅷 (`U+1F177`), 🆦 (`U+1F1A6`), 🆧 (`U+1F1A7`), 🆨 (`U+1F1A8`), 🆪 (`U+1F1AA`), 🆫 (`U+1F1AB`), 🇭 (`U+1F1ED`) - `cv19`: - T (`U+0054`), Ţ (`U+0162`), Ť (`U+0164`), Ŧ (`U+0166`), Ƭ (`U+01AC`), Ʈ (`U+01AE`), Ț (`U+021A`), Ⱦ (`U+023E`), Τ (`U+03A4`), Т (`U+0422`), т (`U+0442`), Ҭ (`U+04AC`), ҭ (`U+04AD`), Ҵ (`U+04B4`), ҵ (`U+04B5`), Ԏ (`U+050E`), ԏ (`U+050F`), ᲄ (`U+1C84`), ᴛ (`U+1D1B`), ᵀ (`U+1D40`), Ṫ (`U+1E6A`), Ṭ (`U+1E6C`), Ṯ (`U+1E6E`), Ṱ (`U+1E70`), ₮ (`U+20AE`), ₸ (`U+20B8`), ℡ (`U+2121`), ™ (`U+2122`), ␂ (`U+2402`), ␃ (`U+2403`), ␄ (`U+2404`), ␉ (`U+2409`), ␋ (`U+240B`), ␗ (`U+2417`), Ⓣ (`U+24C9`), ⷮ (`U+2DEE`), ⷵ (`U+2DF5`), Ꚋ (`U+A68A`), ꚋ (`U+A68B`), Ꚍ (`U+A68C`), ꚍ (`U+A68D`), Ꚓ (`U+A692`), ꚓ (`U+A693`), Ʇ (`U+A7B1`), 𜳩 (`U+1CCE9`), 𝐓 (`U+1D413`), 𝑇 (`U+1D447`), 𝑻 (`U+1D47B`), 𝖳 (`U+1D5B3`), 𝗧 (`U+1D5E7`), 𝘛 (`U+1D61B`), 𝙏 (`U+1D64F`), 𝚃 (`U+1D683`), 𝚻 (`U+1D6BB`), 𝛵 (`U+1D6F5`), 𝜯 (`U+1D72F`), 𝝩 (`U+1D769`), 𝞣 (`U+1D7A3`), 𞁀 (`U+1E040`), 🄣 (`U+1F123`), 🅃 (`U+1F143`), 🅣 (`U+1F163`), 🆃 (`U+1F183`), 🇹 (`U+1F1F9`) + I (`U+0049`), Ì (`U+00CC`), Í (`U+00CD`), Î (`U+00CE`), Ï (`U+00CF`), Ĩ (`U+0128`), Ī (`U+012A`), Ĭ (`U+012C`), Į (`U+012E`), İ (`U+0130`), IJ (`U+0132`), Ɨ (`U+0197`), Ǐ (`U+01CF`), Ȉ (`U+0208`), Ȋ (`U+020A`), Ί (`U+038A`), Ι (`U+0399`), Ϊ (`U+03AA`), І (`U+0406`), Ї (`U+0407`), Ӏ (`U+04C0`), ᴵ (`U+1D35`), Ḭ (`U+1E2C`), Ḯ (`U+1E2E`), Ỉ (`U+1EC8`), Ị (`U+1ECA`), Ἰ (`U+1F38`), Ἱ (`U+1F39`), Ἲ (`U+1F3A`), Ἳ (`U+1F3B`), Ἴ (`U+1F3C`), Ἵ (`U+1F3D`), Ἶ (`U+1F3E`), Ἷ (`U+1F3F`), Ῐ (`U+1FD8`), Ῑ (`U+1FD9`), Ὶ (`U+1FDA`), Ί (`U+1FDB`), Ⅰ (`U+2160`), Ⅱ (`U+2161`), Ⅲ (`U+2162`), Ⅳ (`U+2163`), Ⅵ (`U+2165`), Ⅶ (`U+2166`), Ⅷ (`U+2167`), Ⅸ (`U+2168`), Ⅺ (`U+216A`), Ⅻ (`U+216B`), ␏ (`U+240F`), Ⓘ (`U+24BE`), Ꞽ (`U+A7BC`), ꟷ (`U+A7F7`), ꟾ (`U+A7FE`), 𜳞 (`U+1CCDE`), 𝐈 (`U+1D408`), 𝐼 (`U+1D43C`), 𝑰 (`U+1D470`), 𝖨 (`U+1D5A8`), 𝗜 (`U+1D5DC`), 𝘐 (`U+1D610`), 𝙄 (`U+1D644`), 𝙸 (`U+1D678`), 𝚰 (`U+1D6B0`), 𝛪 (`U+1D6EA`), 𝜤 (`U+1D724`), 𝝞 (`U+1D75E`), 𝞘 (`U+1D798`), 🃡 (`U+1F0E1`), 🃢 (`U+1F0E2`), 🃣 (`U+1F0E3`), 🃤 (`U+1F0E4`), 🃦 (`U+1F0E6`), 🃧 (`U+1F0E7`), 🃨 (`U+1F0E8`), 🃩 (`U+1F0E9`), 🃫 (`U+1F0EB`), 🃬 (`U+1F0EC`), 🃭 (`U+1F0ED`), 🃮 (`U+1F0EE`), 🃰 (`U+1F0F0`), 🃱 (`U+1F0F1`), 🃲 (`U+1F0F2`), 🃳 (`U+1F0F3`), 🃵 (`U+1F0F5`), 🄘 (`U+1F118`), 🄸 (`U+1F138`), 🅘 (`U+1F158`), 🅸 (`U+1F178`), 🆋 (`U+1F18B`), 🆔 (`U+1F194`), 🆨 (`U+1F1A8`), 🇮 (`U+1F1EE`) - `cv20`: - U (`U+0055`), Ù (`U+00D9`), Ú (`U+00DA`), Û (`U+00DB`), Ü (`U+00DC`), Ũ (`U+0168`), Ū (`U+016A`), Ŭ (`U+016C`), Ů (`U+016E`), Ű (`U+0170`), Ų (`U+0172`), Ư (`U+01AF`), Ǔ (`U+01D3`), Ǖ (`U+01D5`), Ǘ (`U+01D7`), Ǚ (`U+01D9`), Ǜ (`U+01DB`), Ȕ (`U+0214`), Ȗ (`U+0216`), Ʉ (`U+0244`), ᴜ (`U+1D1C`), ᵁ (`U+1D41`), ᵾ (`U+1D7E`), ᶸ (`U+1DB8`), Ṳ (`U+1E72`), Ṵ (`U+1E74`), Ṷ (`U+1E76`), Ṹ (`U+1E78`), Ṻ (`U+1E7A`), Ụ (`U+1EE4`), Ủ (`U+1EE6`), Ứ (`U+1EE8`), Ừ (`U+1EEA`), Ử (`U+1EEC`), Ữ (`U+1EEE`), Ự (`U+1EF0`), ␀ (`U+2400`), ␚ (`U+241A`), ␟ (`U+241F`), Ⓤ (`U+24CA`), Ꜷ (`U+A736`), Ꞹ (`U+A7B8`), Ꞿ (`U+A7BE`), 𜳪 (`U+1CCEA`), 𝐔 (`U+1D414`), 𝑈 (`U+1D448`), 𝑼 (`U+1D47C`), 𝖴 (`U+1D5B4`), 𝗨 (`U+1D5E8`), 𝘜 (`U+1D61C`), 𝙐 (`U+1D650`), 𝚄 (`U+1D684`), 🄤 (`U+1F124`), 🅄 (`U+1F144`), 🅤 (`U+1F164`), 🆄 (`U+1F184`), 🆙 (`U+1F199`), 🆫 (`U+1F1AB`), 🇺 (`U+1F1FA`) + J (`U+004A`), IJ (`U+0132`), Ĵ (`U+0134`), LJ (`U+01C7`), NJ (`U+01CA`), Ɉ (`U+0248`), Ϳ (`U+037F`), Ј (`U+0408`), ᴊ (`U+1D0A`), ᴶ (`U+1D36`), Ⓙ (`U+24BF`), Ʝ (`U+A7B2`),  (`U+FFFC`), 𜳟 (`U+1CCDF`), 𝐉 (`U+1D409`), 𝐽 (`U+1D43D`), 𝑱 (`U+1D471`), 𝖩 (`U+1D5A9`), 𝗝 (`U+1D5DD`), 𝘑 (`U+1D611`), 𝙅 (`U+1D645`), 𝙹 (`U+1D679`), 🂫 (`U+1F0AB`), 🂻 (`U+1F0BB`), 🃋 (`U+1F0CB`), 🃛 (`U+1F0DB`), 🄙 (`U+1F119`), 🄹 (`U+1F139`), 🅙 (`U+1F159`), 🅹 (`U+1F179`), 🆐 (`U+1F190`), 🇯 (`U+1F1EF`) - `cv21`: - V (`U+0056`), Ʋ (`U+01B2`), Ʌ (`U+0245`), Ѵ (`U+0474`), Ѷ (`U+0476`), ᴠ (`U+1D20`), Ṽ (`U+1E7C`), Ṿ (`U+1E7E`), Ⅳ (`U+2163`), Ⅴ (`U+2164`), Ⅵ (`U+2165`), Ⅶ (`U+2166`), Ⅷ (`U+2167`), ␋ (`U+240B`), Ⓥ (`U+24CB`), ⱽ (`U+2C7D`), Ꙋ (`U+A64A`), Ꙟ (`U+A65E`), 𜳫 (`U+1CCEB`), 𝐕 (`U+1D415`), 𝑉 (`U+1D449`), 𝑽 (`U+1D47D`), 𝖵 (`U+1D5B5`), 𝗩 (`U+1D5E9`), 𝘝 (`U+1D61D`), 𝙑 (`U+1D651`), 𝚅 (`U+1D685`), 🃤 (`U+1F0E4`), 🃥 (`U+1F0E5`), 🃦 (`U+1F0E6`), 🃧 (`U+1F0E7`), 🃨 (`U+1F0E8`), 🃮 (`U+1F0EE`), 🃯 (`U+1F0EF`), 🃰 (`U+1F0F0`), 🃱 (`U+1F0F1`), 🃲 (`U+1F0F2`), 🄥 (`U+1F125`), 🅅 (`U+1F145`), 🅊 (`U+1F14A`), 🅋 (`U+1F14B`), 🅎 (`U+1F14E`), 🅥 (`U+1F165`), 🆅 (`U+1F185`), 🆚 (`U+1F19A`), 🆪 (`U+1F1AA`), 🆬 (`U+1F1AC`), 🇻 (`U+1F1FB`) + K (`U+004B`), Ķ (`U+0136`), Ƙ (`U+0198`), Ǩ (`U+01E8`), Κ (`U+039A`), Ϗ (`U+03CF`), ᴋ (`U+1D0B`), ᴷ (`U+1D37`), Ḱ (`U+1E30`), Ḳ (`U+1E32`), Ḵ (`U+1E34`), ₭ (`U+20AD`), K (`U+212A`), ␆ (`U+2406`), ␕ (`U+2415`), Ⓚ (`U+24C0`), Ⱪ (`U+2C69`), Ꝁ (`U+A740`), Ꝃ (`U+A742`), Ꝅ (`U+A744`), Ꞣ (`U+A7A2`), Ʞ (`U+A7B0`), 𜳠 (`U+1CCE0`), 𝐊 (`U+1D40A`), 𝐾 (`U+1D43E`), 𝑲 (`U+1D472`), 𝖪 (`U+1D5AA`), 𝗞 (`U+1D5DE`), 𝘒 (`U+1D612`), 𝙆 (`U+1D646`), 𝙺 (`U+1D67A`), 𝚱 (`U+1D6B1`), 𝛫 (`U+1D6EB`), 𝜥 (`U+1D725`), 𝝟 (`U+1D75F`), 𝞙 (`U+1D799`), 𝼐 (`U+1DF10`), 🂮 (`U+1F0AE`), 🂾 (`U+1F0BE`), 🃎 (`U+1F0CE`), 🃞 (`U+1F0DE`), 🄚 (`U+1F11A`), 🄺 (`U+1F13A`), 🅚 (`U+1F15A`), 🅺 (`U+1F17A`), 🆗 (`U+1F197`), 🆝 (`U+1F19D`), 🆞 (`U+1F19E`), 🆟 (`U+1F19F`), 🇰 (`U+1F1F0`) - `cv22`: - W (`U+0057`), Ŵ (`U+0174`), Ԝ (`U+051C`), ᴡ (`U+1D21`), ᵂ (`U+1D42`), Ẁ (`U+1E80`), Ẃ (`U+1E82`), Ẅ (`U+1E84`), Ẇ (`U+1E86`), Ẉ (`U+1E88`), ₩ (`U+20A9`), Ⓦ (`U+24CC`), Ⱳ (`U+2C72`), 𜳬 (`U+1CCEC`), 𝐖 (`U+1D416`), 𝑊 (`U+1D44A`), 𝑾 (`U+1D47E`), 𝖶 (`U+1D5B6`), 𝗪 (`U+1D5EA`), 𝘞 (`U+1D61E`), 𝙒 (`U+1D652`), 𝚆 (`U+1D686`), 🄦 (`U+1F126`), 🄮 (`U+1F12E`), 🅆 (`U+1F146`), 🅏 (`U+1F14F`), 🅦 (`U+1F166`), 🆆 (`U+1F186`), 🆏 (`U+1F18F`), 🆕 (`U+1F195`), 🇼 (`U+1F1FC`) + L (`U+004C`), £ (`U+00A3`), Ĺ (`U+0139`), Ļ (`U+013B`), Ľ (`U+013D`), Ŀ (`U+013F`), Ł (`U+0141`), LJ (`U+01C7`), Lj (`U+01C8`), Ƚ (`U+023D`), ʟ (`U+029F`), ᴌ (`U+1D0C`), ᴸ (`U+1D38`), ᶫ (`U+1DAB`), ᷞ (`U+1DDE`), Ḷ (`U+1E36`), Ḹ (`U+1E38`), Ḻ (`U+1E3A`), Ḽ (`U+1E3C`), Ỻ (`U+1EFA`), ₤ (`U+20A4`), ℡ (`U+2121`), ⅂ (`U+2142`), ⅃ (`U+2143`), Ⅼ (`U+216C`), ␀ (`U+2400`), ␇ (`U+2407`), ␊ (`U+240A`), ␐ (`U+2410`), ␡ (`U+2421`), ␤ (`U+2424`), Ⓛ (`U+24C1`), Ⱡ (`U+2C60`), Ɫ (`U+2C62`), Ꝉ (`U+A748`), Ꞁ (`U+A780`), Ɬ (`U+A7AD`),  (`U+E0A1`), 𐞜 (`U+1079C`), 𜳡 (`U+1CCE1`), 𝐋 (`U+1D40B`), 𝐿 (`U+1D43F`), 𝑳 (`U+1D473`), 𝖫 (`U+1D5AB`), 𝗟 (`U+1D5DF`), 𝘓 (`U+1D613`), 𝙇 (`U+1D647`), 𝙻 (`U+1D67B`), 𝼄 (`U+1DF04`), 🄛 (`U+1F11B`), 🄻 (`U+1F13B`), 🅛 (`U+1F15B`), 🅻 (`U+1F17B`), 🆑 (`U+1F191`), 🆒 (`U+1F192`), 🆩 (`U+1F1A9`), 🇱 (`U+1F1F1`) - `cv23`: - X (`U+0058`), Χ (`U+03A7`), Х (`U+0425`), Ҳ (`U+04B2`), Ӽ (`U+04FC`), Ӿ (`U+04FE`), Ԕ (`U+0514`), Ԗ (`U+0516`), Ẋ (`U+1E8A`), Ẍ (`U+1E8C`), ℻ (`U+213B`), Ⅸ (`U+2168`), Ⅹ (`U+2169`), Ⅺ (`U+216A`), Ⅻ (`U+216B`), ␂ (`U+2402`), ␃ (`U+2403`), Ⓧ (`U+24CD`), Ꭓ (`U+A7B3`), 𜳭 (`U+1CCED`), 𝐗 (`U+1D417`), 𝑋 (`U+1D44B`), 𝑿 (`U+1D47F`), 𝖷 (`U+1D5B7`), 𝗫 (`U+1D5EB`), 𝘟 (`U+1D61F`), 𝙓 (`U+1D653`), 𝚇 (`U+1D687`), 𝚾 (`U+1D6BE`), 𝛸 (`U+1D6F8`), 𝜲 (`U+1D732`), 𝝬 (`U+1D76C`), 𝞦 (`U+1D7A6`), 🃩 (`U+1F0E9`), 🃪 (`U+1F0EA`), 🃫 (`U+1F0EB`), 🃬 (`U+1F0EC`), 🃭 (`U+1F0ED`), 🃮 (`U+1F0EE`), 🃯 (`U+1F0EF`), 🃰 (`U+1F0F0`), 🃱 (`U+1F0F1`), 🃲 (`U+1F0F2`), 🃳 (`U+1F0F3`), 🃴 (`U+1F0F4`), 🃵 (`U+1F0F5`), 🄧 (`U+1F127`), 🅇 (`U+1F147`), 🅧 (`U+1F167`), 🆇 (`U+1F187`), 🇽 (`U+1F1FD`) + M (`U+004D`), Μ (`U+039C`), М (`U+041C`), Ӎ (`U+04CD`), ᴍ (`U+1D0D`), ᴹ (`U+1D39`), ᷟ (`U+1DDF`), Ḿ (`U+1E3E`), Ṁ (`U+1E40`), Ṃ (`U+1E42`), ℠ (`U+2120`), ™ (`U+2122`), Ⅿ (`U+216F`), ␙ (`U+2419`), Ⓜ (`U+24C2`), Ɱ (`U+2C6E`), Ꙧ (`U+A666`), ꟽ (`U+A7FD`), 𜳢 (`U+1CCE2`), 𝐌 (`U+1D40C`), 𝑀 (`U+1D440`), 𝑴 (`U+1D474`), 𝖬 (`U+1D5AC`), 𝗠 (`U+1D5E0`), 𝘔 (`U+1D614`), 𝙈 (`U+1D648`), 𝙼 (`U+1D67C`), 𝚳 (`U+1D6B3`), 𝛭 (`U+1D6ED`), 𝜧 (`U+1D727`), 𝝡 (`U+1D761`), 𝞛 (`U+1D79B`), 🄜 (`U+1F11C`), 🄼 (`U+1F13C`), 🅋 (`U+1F14B`), 🅜 (`U+1F15C`), 🅪 (`U+1F16A`), 🅫 (`U+1F16B`), 🅬 (`U+1F16C`), 🅼 (`U+1F17C`), 🆭 (`U+1F1AD`), 🇲 (`U+1F1F2`) - `cv24`: - Y (`U+0059`), ¥ (`U+00A5`), Ý (`U+00DD`), Ŷ (`U+0176`), Ÿ (`U+0178`), Ƴ (`U+01B3`), Ȳ (`U+0232`), Ɏ (`U+024E`), ʏ (`U+028F`), Ύ (`U+038E`), Υ (`U+03A5`), Ϋ (`U+03AB`), ϒ (`U+03D2`), ϓ (`U+03D3`), ϔ (`U+03D4`), Ẏ (`U+1E8E`), Ỳ (`U+1EF2`), Ỵ (`U+1EF4`), Ỷ (`U+1EF6`), Ỹ (`U+1EF8`), Ỿ (`U+1EFE`), Ὑ (`U+1F59`), Ὓ (`U+1F5B`), Ὕ (`U+1F5D`), Ὗ (`U+1F5F`), Ῠ (`U+1FE8`), Ῡ (`U+1FE9`), Ὺ (`U+1FEA`), Ύ (`U+1FEB`), ⅄ (`U+2144`), ␖ (`U+2416`), Ⓨ (`U+24CE`), 𐞲 (`U+107B2`), 𜳮 (`U+1CCEE`), 𝐘 (`U+1D418`), 𝑌 (`U+1D44C`), 𝒀 (`U+1D480`), 𝖸 (`U+1D5B8`), 𝗬 (`U+1D5EC`), 𝘠 (`U+1D620`), 𝙔 (`U+1D654`), 𝚈 (`U+1D688`), 𝚼 (`U+1D6BC`), 𝛶 (`U+1D6F6`), 𝜰 (`U+1D730`), 𝝪 (`U+1D76A`), 𝞤 (`U+1D7A4`), 🄨 (`U+1F128`), 🅈 (`U+1F148`), 🅨 (`U+1F168`), 🆈 (`U+1F188`), 🇾 (`U+1F1FE`) + N (`U+004E`), Ñ (`U+00D1`), Ń (`U+0143`), Ņ (`U+0145`), Ň (`U+0147`), Ŋ (`U+014A`), Ɲ (`U+019D`), NJ (`U+01CA`), Nj (`U+01CB`), Ǹ (`U+01F8`), ɴ (`U+0274`), Ν (`U+039D`), ᴎ (`U+1D0E`), ᴺ (`U+1D3A`), ᴻ (`U+1D3B`), ᶰ (`U+1DB0`), ᷡ (`U+1DE1`), Ṅ (`U+1E44`), Ṇ (`U+1E46`), Ṉ (`U+1E48`), Ṋ (`U+1E4A`), ₦ (`U+20A6`), № (`U+2116`), ␀ (`U+2400`), ␅ (`U+2405`), ␕ (`U+2415`), ␖ (`U+2416`), ␘ (`U+2418`), ␤ (`U+2424`), Ⓝ (`U+24C3`), Ꞑ (`U+A790`), Ꞥ (`U+A7A4`),  (`U+E0A1`),  (`U+E0A3`), 𜳣 (`U+1CCE3`), 𝐍 (`U+1D40D`), 𝑁 (`U+1D441`), 𝑵 (`U+1D475`), 𝖭 (`U+1D5AD`), 𝗡 (`U+1D5E1`), 𝘕 (`U+1D615`), 𝙉 (`U+1D649`), 𝙽 (`U+1D67D`), 𝚴 (`U+1D6B4`), 𝛮 (`U+1D6EE`), 𝜨 (`U+1D728`), 𝝢 (`U+1D762`), 𝞜 (`U+1D79C`), 🄝 (`U+1F11D`), 🄽 (`U+1F13D`), 🅝 (`U+1F15D`), 🅽 (`U+1F17D`), 🆕 (`U+1F195`), 🆖 (`U+1F196`), 🆜 (`U+1F19C`), 🇳 (`U+1F1F3`) - `cv25`: - Z (`U+005A`), Ź (`U+0179`), Ż (`U+017B`), Ž (`U+017D`), Ƶ (`U+01B5`), Ʒ (`U+01B7`), Ƹ (`U+01B8`), DŽ (`U+01C4`), Ǯ (`U+01EE`), DZ (`U+01F1`), Ȥ (`U+0224`), Ζ (`U+0396`), Ӡ (`U+04E0`), ᴢ (`U+1D22`), ᴣ (`U+1D23`), Ẑ (`U+1E90`), Ẓ (`U+1E92`), Ẕ (`U+1E94`), Ⓩ (`U+24CF`), Ⱬ (`U+2C6B`), Ɀ (`U+2C7F`), Ꙁ (`U+A640`), Ꙃ (`U+A642`), Ᶎ (`U+A7C6`), 𜳯 (`U+1CCEF`), 𝐙 (`U+1D419`), 𝑍 (`U+1D44D`), 𝒁 (`U+1D481`), 𝖹 (`U+1D5B9`), 𝗭 (`U+1D5ED`), 𝘡 (`U+1D621`), 𝙕 (`U+1D655`), 𝚉 (`U+1D689`), 𝚭 (`U+1D6AD`), 𝛧 (`U+1D6E7`), 𝜡 (`U+1D721`), 𝝛 (`U+1D75B`), 𝞕 (`U+1D795`), 🄩 (`U+1F129`), 🅉 (`U+1F149`), 🅩 (`U+1F169`), 🆉 (`U+1F189`), 🇿 (`U+1F1FF`) + P (`U+0050`), Ƥ (`U+01A4`), Ρ (`U+03A1`), Р (`U+0420`), Ҏ (`U+048E`), Ԗ (`U+0516`), ᴘ (`U+1D18`), ᴩ (`U+1D29`), ᴾ (`U+1D3E`), Ṕ (`U+1E54`), Ṗ (`U+1E56`), Ῥ (`U+1FEC`), ₧ (`U+20A7`), ₱ (`U+20B1`), ₽ (`U+20BD`), ℗ (`U+2117`), ␠ (`U+2420`), Ⓟ (`U+24C5`), Ᵽ (`U+2C63`), Ꝑ (`U+A750`), ꟼ (`U+A7FC`), 𜳥 (`U+1CCE5`), 𝐏 (`U+1D40F`), 𝑃 (`U+1D443`), 𝑷 (`U+1D477`), 𝖯 (`U+1D5AF`), 𝗣 (`U+1D5E3`), 𝘗 (`U+1D617`), 𝙋 (`U+1D64B`), 𝙿 (`U+1D67F`), 𝚸 (`U+1D6B8`), 𝛲 (`U+1D6F2`), 𝜬 (`U+1D72C`), 𝝦 (`U+1D766`), 𝞠 (`U+1D7A0`), 🄟 (`U+1F11F`), 🄿 (`U+1F13F`), 🅎 (`U+1F14E`), 🅟 (`U+1F15F`), 🅿 (`U+1F17F`), 🆊 (`U+1F18A`), 🆌 (`U+1F18C`), 🆙 (`U+1F199`), 🆣 (`U+1F1A3`), 🆤 (`U+1F1A4`), 🇵 (`U+1F1F5`) - `cv26`: - a (`U+0061`), ª (`U+00AA`), à (`U+00E0`), á (`U+00E1`), â (`U+00E2`), ã (`U+00E3`), ä (`U+00E4`), å (`U+00E5`), æ (`U+00E6`), ā (`U+0101`), ă (`U+0103`), ą (`U+0105`), ǎ (`U+01CE`), ǟ (`U+01DF`), ǡ (`U+01E1`), ǣ (`U+01E3`), ǻ (`U+01FB`), ǽ (`U+01FD`), ȁ (`U+0201`), ȃ (`U+0203`), ȧ (`U+0227`), ɐ (`U+0250`), ɑ (`U+0251`), ɒ (`U+0252`), ͣ (`U+0363`), а (`U+0430`), ӑ (`U+04D1`), ӓ (`U+04D3`), ӕ (`U+04D5`), ᴂ (`U+1D02`), ᵃ (`U+1D43`), ᵄ (`U+1D44`), ᵅ (`U+1D45`), ᵆ (`U+1D46`), ᶏ (`U+1D8F`), ᶛ (`U+1D9B`), ᷔ (`U+1DD4`), ᷕ (`U+1DD5`), ᷧ (`U+1DE7`), ᷲ (`U+1DF2`), ḁ (`U+1E01`), ẚ (`U+1E9A`), ạ (`U+1EA1`), ả (`U+1EA3`), ấ (`U+1EA5`), ầ (`U+1EA7`), ẩ (`U+1EA9`), ẫ (`U+1EAB`), ậ (`U+1EAD`), ắ (`U+1EAF`), ằ (`U+1EB1`), ẳ (`U+1EB3`), ẵ (`U+1EB5`), ặ (`U+1EB7`), ₐ (`U+2090`), ℀ (`U+2100`), ℁ (`U+2101`), ⒜ (`U+249C`), ⓐ (`U+24D0`), ⱥ (`U+2C65`), Ɑ (`U+2C6D`), Ɒ (`U+2C70`), ⷶ (`U+2DF6`), ⷼ (`U+2DFC`), ꙗ (`U+A657`), ꜳ (`U+A733`), ꜵ (`U+A735`), ꜷ (`U+A737`), Ꞛ (`U+A79A`), ꞛ (`U+A79B`), ꞻ (`U+A7BB`), ꬰ (`U+AB30`), ꬱ (`U+AB31`), ꭤ (`U+AB64`), 𐞃 (`U+10783`), 𝐚 (`U+1D41A`), 𝑎 (`U+1D44E`), 𝒂 (`U+1D482`), 𝖺 (`U+1D5BA`), 𝗮 (`U+1D5EE`), 𝘢 (`U+1D622`), 𝙖 (`U+1D656`), 𝚊 (`U+1D68A`), 𞀰 (`U+1E030`), 𞁑 (`U+1E051`) + Q (`U+0051`), Ԛ (`U+051A`), ℺ (`U+213A`), ␅ (`U+2405`), Ⓠ (`U+24C6`), ꞯ (`U+A7AF`), ꟴ (`U+A7F4`), 𜳦 (`U+1CCE6`), 𝐐 (`U+1D410`), 𝑄 (`U+1D444`), 𝑸 (`U+1D478`), 𝖰 (`U+1D5B0`), 𝗤 (`U+1D5E4`), 𝘘 (`U+1D618`), 𝙌 (`U+1D64C`), 𝚀 (`U+1D680`), 🂭 (`U+1F0AD`), 🂽 (`U+1F0BD`), 🃍 (`U+1F0CD`), 🃝 (`U+1F0DD`), 🄠 (`U+1F120`), 🅀 (`U+1F140`), 🅠 (`U+1F160`), 🆀 (`U+1F180`), 🇶 (`U+1F1F6`) - `cv27`: - b (`U+0062`), ƀ (`U+0180`), ƃ (`U+0183`), ɓ (`U+0253`), ᵇ (`U+1D47`), ᵬ (`U+1D6C`), ᶀ (`U+1D80`), ᷨ (`U+1DE8`), ḃ (`U+1E03`), ḅ (`U+1E05`), ḇ (`U+1E07`), ␢ (`U+2422`), ⒝ (`U+249D`), ⓑ (`U+24D1`), 𐞅 (`U+10785`), 𝐛 (`U+1D41B`), 𝑏 (`U+1D44F`), 𝒃 (`U+1D483`), 𝖻 (`U+1D5BB`), 𝗯 (`U+1D5EF`), 𝘣 (`U+1D623`), 𝙗 (`U+1D657`), 𝚋 (`U+1D68B`) + R (`U+0052`), ® (`U+00AE`), Ŕ (`U+0154`), Ŗ (`U+0156`), Ř (`U+0158`), Ʀ (`U+01A6`), Ȑ (`U+0210`), Ȓ (`U+0212`), Ɍ (`U+024C`), ʀ (`U+0280`), ʁ (`U+0281`), ʶ (`U+02B6`), ᴙ (`U+1D19`), ᴚ (`U+1D1A`), ᴿ (`U+1D3F`), ᷢ (`U+1DE2`), ᷣ (`U+1DE3`), Ṙ (`U+1E58`), Ṛ (`U+1E5A`), Ṝ (`U+1E5C`), Ṟ (`U+1E5E`), ₨ (`U+20A8`), ₹ (`U+20B9`), ␍ (`U+240D`), ␞ (`U+241E`), Ⓡ (`U+24C7`), Ɽ (`U+2C64`), Ꝛ (`U+A75A`), ꝛ (`U+A75B`), Ꞧ (`U+A7A6`), ꭆ (`U+AB46`), 𐞪 (`U+107AA`), 𜳧 (`U+1CCE7`), 𝐑 (`U+1D411`), 𝑅 (`U+1D445`), 𝑹 (`U+1D479`), 𝖱 (`U+1D5B1`), 𝗥 (`U+1D5E5`), 𝘙 (`U+1D619`), 𝙍 (`U+1D64D`), 𝚁 (`U+1D681`), 🄡 (`U+1F121`), 🄬 (`U+1F12C`), 🅁 (`U+1F141`), 🅡 (`U+1F161`), 🅬 (`U+1F16C`), 🆁 (`U+1F181`), 🆓 (`U+1F193`), 🆜 (`U+1F19C`), 🆧 (`U+1F1A7`), 🆨 (`U+1F1A8`), 🇷 (`U+1F1F7`) - `cv28`: - c (`U+0063`), ¢ (`U+00A2`), ç (`U+00E7`), ć (`U+0107`), ĉ (`U+0109`), ċ (`U+010B`), č (`U+010D`), ƈ (`U+0188`), ȼ (`U+023C`), ɔ (`U+0254`), ɕ (`U+0255`), ʗ (`U+0297`), ʨ (`U+02A8`), ͨ (`U+0368`), с (`U+0441`), ҁ (`U+0481`), ҫ (`U+04AB`), ҽ (`U+04BD`), ҿ (`U+04BF`), ԍ (`U+050D`), ᲃ (`U+1C83`), ᴒ (`U+1D12`), ᵓ (`U+1D53`), ᶗ (`U+1D97`), ᶜ (`U+1D9C`), ᶝ (`U+1D9D`), ᷗ (`U+1DD7`), ḉ (`U+1E09`), ⃀ (`U+20C0`), ℀ (`U+2100`), ℅ (`U+2105`), ℆ (`U+2106`), ⅽ (`U+217D`), ↄ (`U+2184`), ⒞ (`U+249E`), ⓒ (`U+24D2`), ⷭ (`U+2DED`), ⷵ (`U+2DF5`), ꜿ (`U+A73F`), ꞓ (`U+A793`), ꞔ (`U+A794`), ꬿ (`U+AB3F`), ꭢ (`U+AB62`), 𐞫 (`U+107AB`), 𝐜 (`U+1D41C`), 𝑐 (`U+1D450`), 𝒄 (`U+1D484`), 𝖼 (`U+1D5BC`), 𝗰 (`U+1D5F0`), 𝘤 (`U+1D624`), 𝙘 (`U+1D658`), 𝚌 (`U+1D68C`), 𝼝 (`U+1DF1D`), 𞀿 (`U+1E03F`), 𞁞 (`U+1E05E`), 𞁫 (`U+1E06B`) + $ (`U+0024`), S (`U+0053`), Ś (`U+015A`), Ŝ (`U+015C`), Ş (`U+015E`), Š (`U+0160`), Ƨ (`U+01A7`), Ș (`U+0218`), Ѕ (`U+0405`), Ṡ (`U+1E60`), Ṣ (`U+1E62`), Ṥ (`U+1E64`), Ṧ (`U+1E66`), Ṩ (`U+1E68`), ₴ (`U+20B4`), ℠ (`U+2120`), ⅍ (`U+214D`), ␁ (`U+2401`), ␂ (`U+2402`), ␈ (`U+2408`), ␎ (`U+240E`), ␏ (`U+240F`), ␖ (`U+2416`), ␚ (`U+241A`), ␛ (`U+241B`), ␜ (`U+241C`), ␝ (`U+241D`), ␞ (`U+241E`), ␟ (`U+241F`), ␠ (`U+2420`), Ⓢ (`U+24C8`), Ȿ (`U+2C7E`), Ꙅ (`U+A644`), Ꚃ (`U+A682`), ꜱ (`U+A731`), Ꞩ (`U+A7A8`), Ʂ (`U+A7C5`), Ꟊ (`U+A7C9`), 𜳨 (`U+1CCE8`), 𝐒 (`U+1D412`), 𝑆 (`U+1D446`), 𝑺 (`U+1D47A`), 𝖲 (`U+1D5B2`), 𝗦 (`U+1D5E6`), 𝘚 (`U+1D61A`), 𝙎 (`U+1D64E`), 𝚂 (`U+1D682`), 🄏 (`U+1F10F`), 🄢 (`U+1F122`), 🄪 (`U+1F12A`), 🅂 (`U+1F142`), 🅌 (`U+1F14C`), 🅍 (`U+1F14D`), 🅢 (`U+1F162`), 🆂 (`U+1F182`), 🆍 (`U+1F18D`), 🆘 (`U+1F198`), 🆚 (`U+1F19A`), 🆜 (`U+1F19C`), 🆨 (`U+1F1A8`), 🆩 (`U+1F1A9`), 🆪 (`U+1F1AA`), 🇸 (`U+1F1F8`) - `cv29`: - d (`U+0064`), ď (`U+010F`), đ (`U+0111`), ƌ (`U+018C`), dž (`U+01C6`), dz (`U+01F3`), ȡ (`U+0221`), ɖ (`U+0256`), ɗ (`U+0257`), ʣ (`U+02A3`), ʤ (`U+02A4`), ʥ (`U+02A5`), ͩ (`U+0369`), ԁ (`U+0501`), ԃ (`U+0503`), ᵈ (`U+1D48`), ᵭ (`U+1D6D`), ᶁ (`U+1D81`), ᶑ (`U+1D91`), ḋ (`U+1E0B`), ḍ (`U+1E0D`), ḏ (`U+1E0F`), ḑ (`U+1E11`), ḓ (`U+1E13`), ₫ (`U+20AB`), ⅾ (`U+217E`), ≝ (`U+225D`), ⒟ (`U+249F`), ⓓ (`U+24D3`), ꟈ (`U+A7C8`), ꭦ (`U+AB66`), 𐞇 (`U+10787`), 𐞈 (`U+10788`), 𐞉 (`U+10789`), 𐞊 (`U+1078A`), 𐞋 (`U+1078B`), 𐞌 (`U+1078C`), 𐞍 (`U+1078D`), 𝐝 (`U+1D41D`), 𝑑 (`U+1D451`), 𝒅 (`U+1D485`), 𝖽 (`U+1D5BD`), 𝗱 (`U+1D5F1`), 𝘥 (`U+1D625`), 𝙙 (`U+1D659`), 𝚍 (`U+1D68D`), 𝼒 (`U+1DF12`), 🆥 (`U+1F1A5`) + T (`U+0054`), Ţ (`U+0162`), Ť (`U+0164`), Ŧ (`U+0166`), Ƭ (`U+01AC`), Ʈ (`U+01AE`), Ț (`U+021A`), Ⱦ (`U+023E`), Τ (`U+03A4`), Т (`U+0422`), т (`U+0442`), Ҭ (`U+04AC`), ҭ (`U+04AD`), Ҵ (`U+04B4`), ҵ (`U+04B5`), Ԏ (`U+050E`), ԏ (`U+050F`), ᲄ (`U+1C84`), ᴛ (`U+1D1B`), ᵀ (`U+1D40`), Ṫ (`U+1E6A`), Ṭ (`U+1E6C`), Ṯ (`U+1E6E`), Ṱ (`U+1E70`), ₮ (`U+20AE`), ₸ (`U+20B8`), ℡ (`U+2121`), ™ (`U+2122`), ␂ (`U+2402`), ␃ (`U+2403`), ␄ (`U+2404`), ␉ (`U+2409`), ␋ (`U+240B`), ␗ (`U+2417`), Ⓣ (`U+24C9`), ⷮ (`U+2DEE`), ⷵ (`U+2DF5`), Ꚋ (`U+A68A`), ꚋ (`U+A68B`), Ꚍ (`U+A68C`), ꚍ (`U+A68D`), Ꚓ (`U+A692`), ꚓ (`U+A693`), Ʇ (`U+A7B1`), 𜳩 (`U+1CCE9`), 𝐓 (`U+1D413`), 𝑇 (`U+1D447`), 𝑻 (`U+1D47B`), 𝖳 (`U+1D5B3`), 𝗧 (`U+1D5E7`), 𝘛 (`U+1D61B`), 𝙏 (`U+1D64F`), 𝚃 (`U+1D683`), 𝚻 (`U+1D6BB`), 𝛵 (`U+1D6F5`), 𝜯 (`U+1D72F`), 𝝩 (`U+1D769`), 𝞣 (`U+1D7A3`), 𞁀 (`U+1E040`), 🄣 (`U+1F123`), 🅃 (`U+1F143`), 🅣 (`U+1F163`), 🆃 (`U+1F183`), 🇹 (`U+1F1F9`) - `cv30`: - e (`U+0065`), æ (`U+00E6`), è (`U+00E8`), é (`U+00E9`), ê (`U+00EA`), ë (`U+00EB`), ē (`U+0113`), ĕ (`U+0115`), ė (`U+0117`), ę (`U+0119`), ě (`U+011B`), œ (`U+0153`), Ə (`U+018F`), ǝ (`U+01DD`), ǣ (`U+01E3`), ǽ (`U+01FD`), ȅ (`U+0205`), ȇ (`U+0207`), ȩ (`U+0229`), ɇ (`U+0247`), ɘ (`U+0258`), ə (`U+0259`), ɚ (`U+025A`), ͤ (`U+0364`), е (`U+0435`), ѐ (`U+0450`), ё (`U+0451`), Ҽ (`U+04BC`), ҽ (`U+04BD`), Ҿ (`U+04BE`), ҿ (`U+04BF`), ӕ (`U+04D5`), ӗ (`U+04D7`), Ә (`U+04D8`), ә (`U+04D9`), Ӛ (`U+04DA`), ӛ (`U+04DB`), ԙ (`U+0519`), ᴂ (`U+1D02`), ᴔ (`U+1D14`), ᵆ (`U+1D46`), ᵉ (`U+1D49`), ᵊ (`U+1D4A`), ᵫ (`U+1D6B`), ᶒ (`U+1D92`), ᶕ (`U+1D95`), ᷔ (`U+1DD4`), ᷪ (`U+1DEA`), ḕ (`U+1E15`), ḗ (`U+1E17`), ḙ (`U+1E19`), ḛ (`U+1E1B`), ḝ (`U+1E1D`), ẹ (`U+1EB9`), ẻ (`U+1EBB`), ẽ (`U+1EBD`), ế (`U+1EBF`), ề (`U+1EC1`), ể (`U+1EC3`), ễ (`U+1EC5`), ệ (`U+1EC7`), ₑ (`U+2091`), ₔ (`U+2094`), ≝ (`U+225D`), ⒠ (`U+24A0`), ⓔ (`U+24D4`), ⱸ (`U+2C78`), ⷷ (`U+2DF7`), ꟹ (`U+A7F9`), ꬱ (`U+AB31`), ꬳ (`U+AB33`), ꭀ (`U+AB40`), ꭁ (`U+AB41`), ꭂ (`U+AB42`), ꭡ (`U+AB61`), ꭢ (`U+AB62`), 𐞃 (`U+10783`), 𐞎 (`U+1078E`), 𝐞 (`U+1D41E`), 𝑒 (`U+1D452`), 𝒆 (`U+1D486`), 𝖾 (`U+1D5BE`), 𝗲 (`U+1D5F2`), 𝘦 (`U+1D626`), 𝙚 (`U+1D65A`), 𝚎 (`U+1D68E`), 𞀵 (`U+1E035`), 𞁋 (`U+1E04B`), 𞁖 (`U+1E056`) + U (`U+0055`), Ù (`U+00D9`), Ú (`U+00DA`), Û (`U+00DB`), Ü (`U+00DC`), Ũ (`U+0168`), Ū (`U+016A`), Ŭ (`U+016C`), Ů (`U+016E`), Ű (`U+0170`), Ų (`U+0172`), Ư (`U+01AF`), Ǔ (`U+01D3`), Ǖ (`U+01D5`), Ǘ (`U+01D7`), Ǚ (`U+01D9`), Ǜ (`U+01DB`), Ȕ (`U+0214`), Ȗ (`U+0216`), Ʉ (`U+0244`), ᴜ (`U+1D1C`), ᵁ (`U+1D41`), ᵾ (`U+1D7E`), ᶸ (`U+1DB8`), Ṳ (`U+1E72`), Ṵ (`U+1E74`), Ṷ (`U+1E76`), Ṹ (`U+1E78`), Ṻ (`U+1E7A`), Ụ (`U+1EE4`), Ủ (`U+1EE6`), Ứ (`U+1EE8`), Ừ (`U+1EEA`), Ử (`U+1EEC`), Ữ (`U+1EEE`), Ự (`U+1EF0`), ␀ (`U+2400`), ␚ (`U+241A`), ␟ (`U+241F`), Ⓤ (`U+24CA`), Ꜷ (`U+A736`), Ꞹ (`U+A7B8`), Ꞿ (`U+A7BE`), 𜳪 (`U+1CCEA`), 𝐔 (`U+1D414`), 𝑈 (`U+1D448`), 𝑼 (`U+1D47C`), 𝖴 (`U+1D5B4`), 𝗨 (`U+1D5E8`), 𝘜 (`U+1D61C`), 𝙐 (`U+1D650`), 𝚄 (`U+1D684`), 🄤 (`U+1F124`), 🅄 (`U+1F144`), 🅤 (`U+1F164`), 🆄 (`U+1F184`), 🆙 (`U+1F199`), 🆫 (`U+1F1AB`), 🇺 (`U+1F1FA`) - `cv31`: - f (`U+0066`), ƒ (`U+0192`), ʩ (`U+02A9`), ᵮ (`U+1D6E`), ᶂ (`U+1D82`), ᶠ (`U+1DA0`), ᷫ (`U+1DEB`), ḟ (`U+1E1F`), ≝ (`U+225D`), ⒡ (`U+24A1`), ⓕ (`U+24D5`), ꞙ (`U+A799`), ꬵ (`U+AB35`), ff (`U+FB00`), fi (`U+FB01`), fl (`U+FB02`), ffi (`U+FB03`), ffl (`U+FB04`), 𐞐 (`U+10790`), 𝐟 (`U+1D41F`), 𝑓 (`U+1D453`), 𝒇 (`U+1D487`), 𝖿 (`U+1D5BF`), 𝗳 (`U+1D5F3`), 𝘧 (`U+1D627`), 𝙛 (`U+1D65B`), 𝚏 (`U+1D68F`) + V (`U+0056`), Ʋ (`U+01B2`), Ʌ (`U+0245`), Ѵ (`U+0474`), Ѷ (`U+0476`), ᴠ (`U+1D20`), Ṽ (`U+1E7C`), Ṿ (`U+1E7E`), Ⅳ (`U+2163`), Ⅴ (`U+2164`), Ⅵ (`U+2165`), Ⅶ (`U+2166`), Ⅷ (`U+2167`), ␋ (`U+240B`), Ⓥ (`U+24CB`), ⱽ (`U+2C7D`), Ꙋ (`U+A64A`), Ꙟ (`U+A65E`), 𜳫 (`U+1CCEB`), 𝐕 (`U+1D415`), 𝑉 (`U+1D449`), 𝑽 (`U+1D47D`), 𝖵 (`U+1D5B5`), 𝗩 (`U+1D5E9`), 𝘝 (`U+1D61D`), 𝙑 (`U+1D651`), 𝚅 (`U+1D685`), 🃤 (`U+1F0E4`), 🃥 (`U+1F0E5`), 🃦 (`U+1F0E6`), 🃧 (`U+1F0E7`), 🃨 (`U+1F0E8`), 🃮 (`U+1F0EE`), 🃯 (`U+1F0EF`), 🃰 (`U+1F0F0`), 🃱 (`U+1F0F1`), 🃲 (`U+1F0F2`), 🄥 (`U+1F125`), 🅅 (`U+1F145`), 🅊 (`U+1F14A`), 🅋 (`U+1F14B`), 🅎 (`U+1F14E`), 🅥 (`U+1F165`), 🆅 (`U+1F185`), 🆚 (`U+1F19A`), 🆪 (`U+1F1AA`), 🆬 (`U+1F1AC`), 🇻 (`U+1F1FB`) - `cv32`: - g (`U+0067`), ĝ (`U+011D`), ğ (`U+011F`), ġ (`U+0121`), ģ (`U+0123`), ǥ (`U+01E5`), ǧ (`U+01E7`), ǵ (`U+01F5`), ɠ (`U+0260`), ɡ (`U+0261`), ᵍ (`U+1D4D`), ᵷ (`U+1D77`), ᶃ (`U+1D83`), ᶢ (`U+1DA2`), ᷚ (`U+1DDA`), ḡ (`U+1E21`), ⒢ (`U+24A2`), ⓖ (`U+24D6`), ꞡ (`U+A7A1`), Ɡ (`U+A7AC`), ꬶ (`U+AB36`), 𐞓 (`U+10793`), 𝐠 (`U+1D420`), 𝑔 (`U+1D454`), 𝒈 (`U+1D488`), 𝗀 (`U+1D5C0`), 𝗴 (`U+1D5F4`), 𝘨 (`U+1D628`), 𝙜 (`U+1D65C`), 𝚐 (`U+1D690`), 𝼁 (`U+1DF01`) + W (`U+0057`), Ŵ (`U+0174`), Ԝ (`U+051C`), ᴡ (`U+1D21`), ᵂ (`U+1D42`), Ẁ (`U+1E80`), Ẃ (`U+1E82`), Ẅ (`U+1E84`), Ẇ (`U+1E86`), Ẉ (`U+1E88`), ₩ (`U+20A9`), Ⓦ (`U+24CC`), Ⱳ (`U+2C72`), 𜳬 (`U+1CCEC`), 𝐖 (`U+1D416`), 𝑊 (`U+1D44A`), 𝑾 (`U+1D47E`), 𝖶 (`U+1D5B6`), 𝗪 (`U+1D5EA`), 𝘞 (`U+1D61E`), 𝙒 (`U+1D652`), 𝚆 (`U+1D686`), 🄦 (`U+1F126`), 🄮 (`U+1F12E`), 🅆 (`U+1F146`), 🅏 (`U+1F14F`), 🅦 (`U+1F166`), 🆆 (`U+1F186`), 🆏 (`U+1F18F`), 🆕 (`U+1F195`), 🇼 (`U+1F1FC`) - `cv33`: - h (`U+0068`), ĥ (`U+0125`), ħ (`U+0127`), ƕ (`U+0195`), ȟ (`U+021F`), ɦ (`U+0266`), ɧ (`U+0267`), ʰ (`U+02B0`), ʱ (`U+02B1`), ͪ (`U+036A`), ђ (`U+0452`), ћ (`U+045B`), һ (`U+04BB`), ԧ (`U+0527`), ᵺ (`U+1D7A`), ḣ (`U+1E23`), ḥ (`U+1E25`), ḧ (`U+1E27`), ḩ (`U+1E29`), ḫ (`U+1E2B`), ẖ (`U+1E96`), ₕ (`U+2095`), ℎ (`U+210E`), ℏ (`U+210F`), ⒣ (`U+24A3`), ⓗ (`U+24D7`), ⱨ (`U+2C68`), ꚕ (`U+A695`), ꜧ (`U+A727`), ꞕ (`U+A795`), ꭜ (`U+AB5C`), 𐞕 (`U+10795`), 𐞗 (`U+10797`), 𝐡 (`U+1D421`), 𝒉 (`U+1D489`), 𝗁 (`U+1D5C1`), 𝗵 (`U+1D5F5`), 𝘩 (`U+1D629`), 𝙝 (`U+1D65D`), 𝚑 (`U+1D691`) + X (`U+0058`), Χ (`U+03A7`), Х (`U+0425`), Ҳ (`U+04B2`), Ӽ (`U+04FC`), Ӿ (`U+04FE`), Ԕ (`U+0514`), Ԗ (`U+0516`), Ẋ (`U+1E8A`), Ẍ (`U+1E8C`), ℻ (`U+213B`), Ⅸ (`U+2168`), Ⅹ (`U+2169`), Ⅺ (`U+216A`), Ⅻ (`U+216B`), ␂ (`U+2402`), ␃ (`U+2403`), Ⓧ (`U+24CD`), Ꭓ (`U+A7B3`), 𜳭 (`U+1CCED`), 𝐗 (`U+1D417`), 𝑋 (`U+1D44B`), 𝑿 (`U+1D47F`), 𝖷 (`U+1D5B7`), 𝗫 (`U+1D5EB`), 𝘟 (`U+1D61F`), 𝙓 (`U+1D653`), 𝚇 (`U+1D687`), 𝚾 (`U+1D6BE`), 𝛸 (`U+1D6F8`), 𝜲 (`U+1D732`), 𝝬 (`U+1D76C`), 𝞦 (`U+1D7A6`), 🃩 (`U+1F0E9`), 🃪 (`U+1F0EA`), 🃫 (`U+1F0EB`), 🃬 (`U+1F0EC`), 🃭 (`U+1F0ED`), 🃮 (`U+1F0EE`), 🃯 (`U+1F0EF`), 🃰 (`U+1F0F0`), 🃱 (`U+1F0F1`), 🃲 (`U+1F0F2`), 🃳 (`U+1F0F3`), 🃴 (`U+1F0F4`), 🃵 (`U+1F0F5`), 🄧 (`U+1F127`), 🅇 (`U+1F147`), 🅧 (`U+1F167`), 🆇 (`U+1F187`), 🇽 (`U+1F1FD`) - `cv34`: - i (`U+0069`), ì (`U+00EC`), í (`U+00ED`), î (`U+00EE`), ï (`U+00EF`), ĩ (`U+0129`), ī (`U+012B`), ĭ (`U+012D`), į (`U+012F`), ı (`U+0131`), ij (`U+0133`), ǐ (`U+01D0`), ȉ (`U+0209`), ȋ (`U+020B`), ɨ (`U+0268`), ͥ (`U+0365`), і (`U+0456`), ї (`U+0457`), ᴉ (`U+1D09`), ᵎ (`U+1D4E`), ᵢ (`U+1D62`), ᶖ (`U+1D96`), ᶤ (`U+1DA4`), ḭ (`U+1E2D`), ḯ (`U+1E2F`), ỉ (`U+1EC9`), ị (`U+1ECB`), ⁱ (`U+2071`), ⅰ (`U+2170`), ⅱ (`U+2171`), ⅲ (`U+2172`), ⅳ (`U+2173`), ⅵ (`U+2175`), ⅶ (`U+2176`), ⅷ (`U+2177`), ⅸ (`U+2178`), ⅺ (`U+217A`), ⅻ (`U+217B`), ⒤ (`U+24A4`), ⓘ (`U+24D8`), ꙶ (`U+A676`), ꞽ (`U+A7BD`), fi (`U+FB01`), ffi (`U+FB03`), 𝐢 (`U+1D422`), 𝑖 (`U+1D456`), 𝒊 (`U+1D48A`), 𝗂 (`U+1D5C2`), 𝗶 (`U+1D5F6`), 𝘪 (`U+1D62A`), 𝙞 (`U+1D65E`), 𝚒 (`U+1D692`), 𝚤 (`U+1D6A4`), 𝼚 (`U+1DF1A`), 𞁌 (`U+1E04C`), 𞁨 (`U+1E068`), 𞂏 (`U+1E08F`) + Y (`U+0059`), ¥ (`U+00A5`), Ý (`U+00DD`), Ŷ (`U+0176`), Ÿ (`U+0178`), Ƴ (`U+01B3`), Ȳ (`U+0232`), Ɏ (`U+024E`), ʏ (`U+028F`), Ύ (`U+038E`), Υ (`U+03A5`), Ϋ (`U+03AB`), ϒ (`U+03D2`), ϓ (`U+03D3`), ϔ (`U+03D4`), Ẏ (`U+1E8E`), Ỳ (`U+1EF2`), Ỵ (`U+1EF4`), Ỷ (`U+1EF6`), Ỹ (`U+1EF8`), Ỿ (`U+1EFE`), Ὑ (`U+1F59`), Ὓ (`U+1F5B`), Ὕ (`U+1F5D`), Ὗ (`U+1F5F`), Ῠ (`U+1FE8`), Ῡ (`U+1FE9`), Ὺ (`U+1FEA`), Ύ (`U+1FEB`), ⅄ (`U+2144`), ␖ (`U+2416`), Ⓨ (`U+24CE`), 𐞲 (`U+107B2`), 𜳮 (`U+1CCEE`), 𝐘 (`U+1D418`), 𝑌 (`U+1D44C`), 𝒀 (`U+1D480`), 𝖸 (`U+1D5B8`), 𝗬 (`U+1D5EC`), 𝘠 (`U+1D620`), 𝙔 (`U+1D654`), 𝚈 (`U+1D688`), 𝚼 (`U+1D6BC`), 𝛶 (`U+1D6F6`), 𝜰 (`U+1D730`), 𝝪 (`U+1D76A`), 𝞤 (`U+1D7A4`), 🄨 (`U+1F128`), 🅈 (`U+1F148`), 🅨 (`U+1F168`), 🆈 (`U+1F188`), 🇾 (`U+1F1FE`) - `cv35`: - j (`U+006A`), ij (`U+0133`), ĵ (`U+0135`), Lj (`U+01C8`), lj (`U+01C9`), Nj (`U+01CB`), nj (`U+01CC`), ǰ (`U+01F0`), ȷ (`U+0237`), ɉ (`U+0249`), ɟ (`U+025F`), ʄ (`U+0284`), ʝ (`U+029D`), ʲ (`U+02B2`), ϳ (`U+03F3`), ј (`U+0458`), ᶡ (`U+1DA1`), ᶨ (`U+1DA8`), ⒥ (`U+24A5`), ⓙ (`U+24D9`), ⱼ (`U+2C7C`), 𐞘 (`U+10798`), 𝐣 (`U+1D423`), 𝑗 (`U+1D457`), 𝒋 (`U+1D48B`), 𝗃 (`U+1D5C3`), 𝗷 (`U+1D5F7`), 𝘫 (`U+1D62B`), 𝙟 (`U+1D65F`), 𝚓 (`U+1D693`), 𝚥 (`U+1D6A5`), 𞁍 (`U+1E04D`) + Z (`U+005A`), Ź (`U+0179`), Ż (`U+017B`), Ž (`U+017D`), Ƶ (`U+01B5`), Ʒ (`U+01B7`), Ƹ (`U+01B8`), DŽ (`U+01C4`), Ǯ (`U+01EE`), DZ (`U+01F1`), Ȥ (`U+0224`), Ζ (`U+0396`), Ӡ (`U+04E0`), ᴢ (`U+1D22`), ᴣ (`U+1D23`), Ẑ (`U+1E90`), Ẓ (`U+1E92`), Ẕ (`U+1E94`), Ⓩ (`U+24CF`), Ⱬ (`U+2C6B`), Ɀ (`U+2C7F`), Ꙁ (`U+A640`), Ꙃ (`U+A642`), Ᶎ (`U+A7C6`), 𜳯 (`U+1CCEF`), 𝐙 (`U+1D419`), 𝑍 (`U+1D44D`), 𝒁 (`U+1D481`), 𝖹 (`U+1D5B9`), 𝗭 (`U+1D5ED`), 𝘡 (`U+1D621`), 𝙕 (`U+1D655`), 𝚉 (`U+1D689`), 𝚭 (`U+1D6AD`), 𝛧 (`U+1D6E7`), 𝜡 (`U+1D721`), 𝝛 (`U+1D75B`), 𝞕 (`U+1D795`), 🄩 (`U+1F129`), 🅉 (`U+1F149`), 🅩 (`U+1F169`), 🆉 (`U+1F189`), 🇿 (`U+1F1FF`) - `cv36`: - k (`U+006B`), ķ (`U+0137`), ĸ (`U+0138`), ƙ (`U+0199`), ǩ (`U+01E9`), ʞ (`U+029E`), κ (`U+03BA`), ᵏ (`U+1D4F`), ᶄ (`U+1D84`), ᷜ (`U+1DDC`), ḱ (`U+1E31`), ḳ (`U+1E33`), ḵ (`U+1E35`), ₖ (`U+2096`), ⒦ (`U+24A6`), ⓚ (`U+24DA`), ⱪ (`U+2C6A`), ꝁ (`U+A741`), ꝃ (`U+A743`), ꝅ (`U+A745`), ꞣ (`U+A7A3`), 𝐤 (`U+1D424`), 𝑘 (`U+1D458`), 𝒌 (`U+1D48C`), 𝗄 (`U+1D5C4`), 𝗸 (`U+1D5F8`), 𝘬 (`U+1D62C`), 𝙠 (`U+1D660`), 𝚔 (`U+1D694`), 𝛋 (`U+1D6CB`), 𝜅 (`U+1D705`), 𝜿 (`U+1D73F`), 𝝹 (`U+1D779`), 𝞳 (`U+1D7B3`), 𝼃 (`U+1DF03`) + a (`U+0061`), ª (`U+00AA`), à (`U+00E0`), á (`U+00E1`), â (`U+00E2`), ã (`U+00E3`), ä (`U+00E4`), å (`U+00E5`), æ (`U+00E6`), ā (`U+0101`), ă (`U+0103`), ą (`U+0105`), ǎ (`U+01CE`), ǟ (`U+01DF`), ǡ (`U+01E1`), ǣ (`U+01E3`), ǻ (`U+01FB`), ǽ (`U+01FD`), ȁ (`U+0201`), ȃ (`U+0203`), ȧ (`U+0227`), ɐ (`U+0250`), ɑ (`U+0251`), ɒ (`U+0252`), ͣ (`U+0363`), ᴂ (`U+1D02`), ᵃ (`U+1D43`), ᵄ (`U+1D44`), ᵅ (`U+1D45`), ᵆ (`U+1D46`), ᶏ (`U+1D8F`), ᶛ (`U+1D9B`), ᷔ (`U+1DD4`), ᷕ (`U+1DD5`), ᷧ (`U+1DE7`), ᷲ (`U+1DF2`), ḁ (`U+1E01`), ẚ (`U+1E9A`), ạ (`U+1EA1`), ả (`U+1EA3`), ấ (`U+1EA5`), ầ (`U+1EA7`), ẩ (`U+1EA9`), ẫ (`U+1EAB`), ậ (`U+1EAD`), ắ (`U+1EAF`), ằ (`U+1EB1`), ẳ (`U+1EB3`), ẵ (`U+1EB5`), ặ (`U+1EB7`), ₐ (`U+2090`), ℀ (`U+2100`), ℁ (`U+2101`), ⒜ (`U+249C`), ⓐ (`U+24D0`), ⱥ (`U+2C65`), Ɑ (`U+2C6D`), Ɒ (`U+2C70`), ꜳ (`U+A733`), ꜵ (`U+A735`), ꜷ (`U+A737`), Ꞛ (`U+A79A`), ꞛ (`U+A79B`), ꞻ (`U+A7BB`), ꬰ (`U+AB30`), ꬱ (`U+AB31`), ꭤ (`U+AB64`), 𐞃 (`U+10783`), 𝐚 (`U+1D41A`), 𝑎 (`U+1D44E`), 𝒂 (`U+1D482`), 𝖺 (`U+1D5BA`), 𝗮 (`U+1D5EE`), 𝘢 (`U+1D622`), 𝙖 (`U+1D656`), 𝚊 (`U+1D68A`) - `cv37`: - l (`U+006C`), ĺ (`U+013A`), ļ (`U+013C`), ľ (`U+013E`), ŀ (`U+0140`), ł (`U+0142`), ƚ (`U+019A`), lj (`U+01C9`), ȴ (`U+0234`), ɫ (`U+026B`), ɬ (`U+026C`), ɭ (`U+026D`), ɮ (`U+026E`), ʪ (`U+02AA`), ʫ (`U+02AB`), ˡ (`U+02E1`), ӏ (`U+04CF`), ᶅ (`U+1D85`), ᶩ (`U+1DA9`), ᶪ (`U+1DAA`), ᷝ (`U+1DDD`), ᷬ (`U+1DEC`), ḷ (`U+1E37`), ḹ (`U+1E39`), ḻ (`U+1E3B`), ḽ (`U+1E3D`), ỻ (`U+1EFB`), ₗ (`U+2097`), ⅼ (`U+217C`), ⒧ (`U+24A7`), ⓛ (`U+24DB`), ⱡ (`U+2C61`), ꝉ (`U+A749`), ꞁ (`U+A781`), ꞎ (`U+A78E`), ꬷ (`U+AB37`), ꬸ (`U+AB38`), ꬹ (`U+AB39`), ꭝ (`U+AB5D`), ꭞ (`U+AB5E`), fl (`U+FB02`), ffl (`U+FB04`), 𐞙 (`U+10799`), 𐞚 (`U+1079A`), 𐞛 (`U+1079B`), 𐞝 (`U+1079D`), 𐞞 (`U+1079E`), 𐞟 (`U+1079F`), 𝐥 (`U+1D425`), 𝑙 (`U+1D459`), 𝒍 (`U+1D48D`), 𝗅 (`U+1D5C5`), 𝗹 (`U+1D5F9`), 𝘭 (`U+1D62D`), 𝙡 (`U+1D661`), 𝚕 (`U+1D695`), 𝼅 (`U+1DF05`), 𝼓 (`U+1DF13`), 𞁐 (`U+1E050`) + b (`U+0062`), ƀ (`U+0180`), ƃ (`U+0183`), ɓ (`U+0253`), ᵇ (`U+1D47`), ᵬ (`U+1D6C`), ᶀ (`U+1D80`), ᷨ (`U+1DE8`), ḃ (`U+1E03`), ḅ (`U+1E05`), ḇ (`U+1E07`), ␢ (`U+2422`), ⒝ (`U+249D`), ⓑ (`U+24D1`), 𐞅 (`U+10785`), 𝐛 (`U+1D41B`), 𝑏 (`U+1D44F`), 𝒃 (`U+1D483`), 𝖻 (`U+1D5BB`), 𝗯 (`U+1D5EF`), 𝘣 (`U+1D623`), 𝙗 (`U+1D657`), 𝚋 (`U+1D68B`) - `cv38`: - m (`U+006D`), ɱ (`U+0271`), ͫ (`U+036B`), ᵐ (`U+1D50`), ᵯ (`U+1D6F`), ᶆ (`U+1D86`), ᶬ (`U+1DAC`), ḿ (`U+1E3F`), ṁ (`U+1E41`), ṃ (`U+1E43`), ₘ (`U+2098`), ₥ (`U+20A5`), ⅿ (`U+217F`), ≞ (`U+225E`), ⒨ (`U+24A8`), ⓜ (`U+24DC`), ꬺ (`U+AB3A`), 𝐦 (`U+1D426`), 𝑚 (`U+1D45A`), 𝒎 (`U+1D48E`), 𝗆 (`U+1D5C6`), 𝗺 (`U+1D5FA`), 𝘮 (`U+1D62E`), 𝙢 (`U+1D662`), 𝚖 (`U+1D696`) + c (`U+0063`), ¢ (`U+00A2`), ç (`U+00E7`), ć (`U+0107`), ĉ (`U+0109`), ċ (`U+010B`), č (`U+010D`), ƈ (`U+0188`), ȼ (`U+023C`), ɔ (`U+0254`), ɕ (`U+0255`), ʗ (`U+0297`), ʨ (`U+02A8`), ͨ (`U+0368`), с (`U+0441`), ҁ (`U+0481`), ҫ (`U+04AB`), ҽ (`U+04BD`), ҿ (`U+04BF`), ԍ (`U+050D`), ᲃ (`U+1C83`), ᴒ (`U+1D12`), ᵓ (`U+1D53`), ᶗ (`U+1D97`), ᶜ (`U+1D9C`), ᶝ (`U+1D9D`), ᷗ (`U+1DD7`), ḉ (`U+1E09`), ⃀ (`U+20C0`), ℀ (`U+2100`), ℅ (`U+2105`), ℆ (`U+2106`), ⅽ (`U+217D`), ↄ (`U+2184`), ⒞ (`U+249E`), ⓒ (`U+24D2`), ⷭ (`U+2DED`), ⷵ (`U+2DF5`), ꜿ (`U+A73F`), ꞓ (`U+A793`), ꞔ (`U+A794`), ꬿ (`U+AB3F`), ꭢ (`U+AB62`), 𐞫 (`U+107AB`), 𝐜 (`U+1D41C`), 𝑐 (`U+1D450`), 𝒄 (`U+1D484`), 𝖼 (`U+1D5BC`), 𝗰 (`U+1D5F0`), 𝘤 (`U+1D624`), 𝙘 (`U+1D658`), 𝚌 (`U+1D68C`), 𝼝 (`U+1DF1D`), 𞀿 (`U+1E03F`), 𞁞 (`U+1E05E`), 𞁫 (`U+1E06B`) - `cv39`: - n (`U+006E`), ñ (`U+00F1`), ń (`U+0144`), ņ (`U+0146`), ň (`U+0148`), ʼn (`U+0149`), ŋ (`U+014B`), ƞ (`U+019E`), nj (`U+01CC`), ǹ (`U+01F9`), Ƞ (`U+0220`), ȵ (`U+0235`), ɲ (`U+0272`), ɳ (`U+0273`), ʩ (`U+02A9`), ή (`U+03AE`), η (`U+03B7`), ᫍ (`U+1ACD`), ᵑ (`U+1D51`), ᵰ (`U+1D70`), ᶇ (`U+1D87`), ᶮ (`U+1DAE`), ᶯ (`U+1DAF`), ᷠ (`U+1DE0`), ṅ (`U+1E45`), ṇ (`U+1E47`), ṉ (`U+1E49`), ṋ (`U+1E4B`), ἠ (`U+1F20`), ἡ (`U+1F21`), ἢ (`U+1F22`), ἣ (`U+1F23`), ἤ (`U+1F24`), ἥ (`U+1F25`), ἦ (`U+1F26`), ἧ (`U+1F27`), ὴ (`U+1F74`), ή (`U+1F75`), ᾐ (`U+1F90`), ᾑ (`U+1F91`), ᾒ (`U+1F92`), ᾓ (`U+1F93`), ᾔ (`U+1F94`), ᾕ (`U+1F95`), ᾖ (`U+1F96`), ᾗ (`U+1F97`), ῂ (`U+1FC2`), ῃ (`U+1FC3`), ῄ (`U+1FC4`), ῆ (`U+1FC6`), ῇ (`U+1FC7`), ⁿ (`U+207F`), ₙ (`U+2099`), ⒩ (`U+24A9`), ⓝ (`U+24DD`), Ꞃ (`U+A782`), ꞃ (`U+A783`), ꞑ (`U+A791`), ꞥ (`U+A7A5`), ꬻ (`U+AB3B`), ꬼ (`U+AB3C`), 𐞐 (`U+10790`), 𝐧 (`U+1D427`), 𝑛 (`U+1D45B`), 𝒏 (`U+1D48F`), 𝗇 (`U+1D5C7`), 𝗻 (`U+1D5FB`), 𝘯 (`U+1D62F`), 𝙣 (`U+1D663`), 𝚗 (`U+1D697`), 𝛈 (`U+1D6C8`), 𝜂 (`U+1D702`), 𝜼 (`U+1D73C`), 𝝶 (`U+1D776`), 𝞰 (`U+1D7B0`), 𝼇 (`U+1DF07`), 𝼔 (`U+1DF14`) + d (`U+0064`), ď (`U+010F`), đ (`U+0111`), ƌ (`U+018C`), dž (`U+01C6`), dz (`U+01F3`), ȡ (`U+0221`), ɖ (`U+0256`), ɗ (`U+0257`), ʣ (`U+02A3`), ʤ (`U+02A4`), ʥ (`U+02A5`), ͩ (`U+0369`), ԁ (`U+0501`), ԃ (`U+0503`), ᵈ (`U+1D48`), ᵭ (`U+1D6D`), ᶁ (`U+1D81`), ᶑ (`U+1D91`), ḋ (`U+1E0B`), ḍ (`U+1E0D`), ḏ (`U+1E0F`), ḑ (`U+1E11`), ḓ (`U+1E13`), ₫ (`U+20AB`), ⅾ (`U+217E`), ≝ (`U+225D`), ⒟ (`U+249F`), ⓓ (`U+24D3`), ꟈ (`U+A7C8`), ꭦ (`U+AB66`), 𐞇 (`U+10787`), 𐞈 (`U+10788`), 𐞉 (`U+10789`), 𐞊 (`U+1078A`), 𐞋 (`U+1078B`), 𐞌 (`U+1078C`), 𐞍 (`U+1078D`), 𝐝 (`U+1D41D`), 𝑑 (`U+1D451`), 𝒅 (`U+1D485`), 𝖽 (`U+1D5BD`), 𝗱 (`U+1D5F1`), 𝘥 (`U+1D625`), 𝙙 (`U+1D659`), 𝚍 (`U+1D68D`), 𝼒 (`U+1DF12`), 🆥 (`U+1F1A5`) - `cv40`: - p (`U+0070`), ƥ (`U+01A5`), ᵖ (`U+1D56`), ᵱ (`U+1D71`), ᵽ (`U+1D7D`), ᶈ (`U+1D88`), ᷮ (`U+1DEE`), ṕ (`U+1E55`), ṗ (`U+1E57`), ₚ (`U+209A`), ⒫ (`U+24AB`), ⓟ (`U+24DF`), ꝑ (`U+A751`), 𝐩 (`U+1D429`), 𝑝 (`U+1D45D`), 𝒑 (`U+1D491`), 𝗉 (`U+1D5C9`), 𝗽 (`U+1D5FD`), 𝘱 (`U+1D631`), 𝙥 (`U+1D665`), 𝚙 (`U+1D699`) + e (`U+0065`), æ (`U+00E6`), è (`U+00E8`), é (`U+00E9`), ê (`U+00EA`), ë (`U+00EB`), ē (`U+0113`), ĕ (`U+0115`), ė (`U+0117`), ę (`U+0119`), ě (`U+011B`), œ (`U+0153`), Ə (`U+018F`), ǝ (`U+01DD`), ǣ (`U+01E3`), ǽ (`U+01FD`), ȅ (`U+0205`), ȇ (`U+0207`), ȩ (`U+0229`), ɇ (`U+0247`), ɘ (`U+0258`), ə (`U+0259`), ɚ (`U+025A`), ͤ (`U+0364`), е (`U+0435`), ѐ (`U+0450`), ё (`U+0451`), Ҽ (`U+04BC`), ҽ (`U+04BD`), Ҿ (`U+04BE`), ҿ (`U+04BF`), ӕ (`U+04D5`), ӗ (`U+04D7`), Ә (`U+04D8`), ә (`U+04D9`), Ӛ (`U+04DA`), ӛ (`U+04DB`), ԙ (`U+0519`), ᴂ (`U+1D02`), ᴔ (`U+1D14`), ᵆ (`U+1D46`), ᵉ (`U+1D49`), ᵊ (`U+1D4A`), ᵫ (`U+1D6B`), ᶒ (`U+1D92`), ᶕ (`U+1D95`), ᷔ (`U+1DD4`), ᷪ (`U+1DEA`), ḕ (`U+1E15`), ḗ (`U+1E17`), ḙ (`U+1E19`), ḛ (`U+1E1B`), ḝ (`U+1E1D`), ẹ (`U+1EB9`), ẻ (`U+1EBB`), ẽ (`U+1EBD`), ế (`U+1EBF`), ề (`U+1EC1`), ể (`U+1EC3`), ễ (`U+1EC5`), ệ (`U+1EC7`), ₑ (`U+2091`), ₔ (`U+2094`), ≝ (`U+225D`), ⒠ (`U+24A0`), ⓔ (`U+24D4`), ⱸ (`U+2C78`), ⷷ (`U+2DF7`), ꟹ (`U+A7F9`), ꬱ (`U+AB31`), ꬳ (`U+AB33`), ꭀ (`U+AB40`), ꭁ (`U+AB41`), ꭂ (`U+AB42`), ꭡ (`U+AB61`), ꭢ (`U+AB62`), 𐞃 (`U+10783`), 𐞎 (`U+1078E`), 𝐞 (`U+1D41E`), 𝑒 (`U+1D452`), 𝒆 (`U+1D486`), 𝖾 (`U+1D5BE`), 𝗲 (`U+1D5F2`), 𝘦 (`U+1D626`), 𝙚 (`U+1D65A`), 𝚎 (`U+1D68E`), 𞀵 (`U+1E035`), 𞁋 (`U+1E04B`), 𞁖 (`U+1E056`) - `cv41`: - q (`U+0071`), Ƣ (`U+01A2`), ƣ (`U+01A3`), Ɋ (`U+024A`), ɋ (`U+024B`), ʠ (`U+02A0`), ԛ (`U+051B`), ⒬ (`U+24AC`), ⓠ (`U+24E0`), 𐞥 (`U+107A5`), 𝐪 (`U+1D42A`), 𝑞 (`U+1D45E`), 𝒒 (`U+1D492`), 𝗊 (`U+1D5CA`), 𝗾 (`U+1D5FE`), 𝘲 (`U+1D632`), 𝙦 (`U+1D666`), 𝚚 (`U+1D69A`) + f (`U+0066`), ƒ (`U+0192`), ʩ (`U+02A9`), ᵮ (`U+1D6E`), ᶂ (`U+1D82`), ᶠ (`U+1DA0`), ᷫ (`U+1DEB`), ḟ (`U+1E1F`), ≝ (`U+225D`), ⒡ (`U+24A1`), ⓕ (`U+24D5`), ꞙ (`U+A799`), ꬵ (`U+AB35`), ff (`U+FB00`), fi (`U+FB01`), fl (`U+FB02`), ffi (`U+FB03`), ffl (`U+FB04`), 𐞐 (`U+10790`), 𝐟 (`U+1D41F`), 𝑓 (`U+1D453`), 𝒇 (`U+1D487`), 𝖿 (`U+1D5BF`), 𝗳 (`U+1D5F3`), 𝘧 (`U+1D627`), 𝙛 (`U+1D65B`), 𝚏 (`U+1D68F`) - `cv42`: - r (`U+0072`), ŕ (`U+0155`), ŗ (`U+0157`), ř (`U+0159`), ȑ (`U+0211`), ȓ (`U+0213`), ɍ (`U+024D`), ɹ (`U+0279`), ɺ (`U+027A`), ɻ (`U+027B`), ɼ (`U+027C`), ɽ (`U+027D`), ɾ (`U+027E`), ʳ (`U+02B3`), ʴ (`U+02B4`), ʵ (`U+02B5`), ͬ (`U+036C`), ᵣ (`U+1D63`), ᵲ (`U+1D72`), ᵳ (`U+1D73`), ᶉ (`U+1D89`), ᷊ (`U+1DCA`), ṙ (`U+1E59`), ṛ (`U+1E5B`), ṝ (`U+1E5D`), ṟ (`U+1E5F`), ⒭ (`U+24AD`), ⓡ (`U+24E1`), ⱹ (`U+2C79`), Ꝼ (`U+A77B`), ꝼ (`U+A77C`), Ꞅ (`U+A784`), ꞅ (`U+A785`), ꞧ (`U+A7A7`), ꭨ (`U+AB68`), 𐞦 (`U+107A6`), 𐞧 (`U+107A7`), 𐞨 (`U+107A8`), 𐞩 (`U+107A9`), 𝐫 (`U+1D42B`), 𝑟 (`U+1D45F`), 𝒓 (`U+1D493`), 𝗋 (`U+1D5CB`), 𝗿 (`U+1D5FF`), 𝘳 (`U+1D633`), 𝙧 (`U+1D667`), 𝚛 (`U+1D69B`), 𝼈 (`U+1DF08`), 𝼕 (`U+1DF15`), 𝼖 (`U+1DF16`) + g (`U+0067`), ĝ (`U+011D`), ğ (`U+011F`), ġ (`U+0121`), ģ (`U+0123`), ǥ (`U+01E5`), ǧ (`U+01E7`), ǵ (`U+01F5`), ɠ (`U+0260`), ɡ (`U+0261`), ᵍ (`U+1D4D`), ᵷ (`U+1D77`), ᶃ (`U+1D83`), ᶢ (`U+1DA2`), ᷚ (`U+1DDA`), ḡ (`U+1E21`), ⒢ (`U+24A2`), ⓖ (`U+24D6`), ꞡ (`U+A7A1`), Ɡ (`U+A7AC`), ꬶ (`U+AB36`), 𐞓 (`U+10793`), 𝐠 (`U+1D420`), 𝑔 (`U+1D454`), 𝒈 (`U+1D488`), 𝗀 (`U+1D5C0`), 𝗴 (`U+1D5F4`), 𝘨 (`U+1D628`), 𝙜 (`U+1D65C`), 𝚐 (`U+1D690`), 𝼁 (`U+1DF01`) - `cv43`: - s (`U+0073`), ś (`U+015B`), ŝ (`U+015D`), ş (`U+015F`), š (`U+0161`), ƨ (`U+01A8`), ƾ (`U+01BE`), ș (`U+0219`), ȿ (`U+023F`), ʂ (`U+0282`), ʦ (`U+02A6`), ʪ (`U+02AA`), ˢ (`U+02E2`), ѕ (`U+0455`), ᵴ (`U+1D74`), ᶊ (`U+1D8A`), ᶳ (`U+1DB3`), ᷤ (`U+1DE4`), ṡ (`U+1E61`), ṣ (`U+1E63`), ṥ (`U+1E65`), ṧ (`U+1E67`), ṩ (`U+1E69`), ₛ (`U+209B`), ₨ (`U+20A8`), ℁ (`U+2101`), ⒮ (`U+24AE`), ⓢ (`U+24E2`), ꙅ (`U+A645`), ꚃ (`U+A683`), ꞩ (`U+A7A9`), ꟊ (`U+A7CA`), ꭧ (`U+AB67`), st (`U+FB06`), 𐞙 (`U+10799`), 𐞬 (`U+107AC`), 𐞭 (`U+107AD`), 𐞺 (`U+107BA`), 𝐬 (`U+1D42C`), 𝑠 (`U+1D460`), 𝒔 (`U+1D494`), 𝗌 (`U+1D5CC`), 𝘀 (`U+1D600`), 𝘴 (`U+1D634`), 𝙨 (`U+1D668`), 𝚜 (`U+1D69C`), 𝼞 (`U+1DF1E`), 𞁩 (`U+1E069`) + h (`U+0068`), ĥ (`U+0125`), ħ (`U+0127`), ƕ (`U+0195`), ȟ (`U+021F`), ɦ (`U+0266`), ɧ (`U+0267`), ʰ (`U+02B0`), ʱ (`U+02B1`), ͪ (`U+036A`), ђ (`U+0452`), ћ (`U+045B`), һ (`U+04BB`), ԧ (`U+0527`), ᵺ (`U+1D7A`), ḣ (`U+1E23`), ḥ (`U+1E25`), ḧ (`U+1E27`), ḩ (`U+1E29`), ḫ (`U+1E2B`), ẖ (`U+1E96`), ₕ (`U+2095`), ℎ (`U+210E`), ℏ (`U+210F`), ⒣ (`U+24A3`), ⓗ (`U+24D7`), ⱨ (`U+2C68`), ꚕ (`U+A695`), ꜧ (`U+A727`), ꞕ (`U+A795`), ꭜ (`U+AB5C`), 𐞕 (`U+10795`), 𐞗 (`U+10797`), 𝐡 (`U+1D421`), 𝒉 (`U+1D489`), 𝗁 (`U+1D5C1`), 𝗵 (`U+1D5F5`), 𝘩 (`U+1D629`), 𝙝 (`U+1D65D`), 𝚑 (`U+1D691`) - `cv44`: - t (`U+0074`), ţ (`U+0163`), ť (`U+0165`), ŧ (`U+0167`), ƫ (`U+01AB`), ƭ (`U+01AD`), ƾ (`U+01BE`), ț (`U+021B`), ȶ (`U+0236`), ʇ (`U+0287`), ʈ (`U+0288`), ʦ (`U+02A6`), ʧ (`U+02A7`), ʨ (`U+02A8`), ͭ (`U+036D`), ᵗ (`U+1D57`), ᵵ (`U+1D75`), ᵺ (`U+1D7A`), ᶵ (`U+1DB5`), ṫ (`U+1E6B`), ṭ (`U+1E6D`), ṯ (`U+1E6F`), ṱ (`U+1E71`), ẗ (`U+1E97`), ₜ (`U+209C`), ₧ (`U+20A7`), ⒯ (`U+24AF`), ⓣ (`U+24E3`), ⱦ (`U+2C66`), ꭧ (`U+AB67`), ſt (`U+FB05`), st (`U+FB06`), 𐞫 (`U+107AB`), 𐞬 (`U+107AC`), 𐞭 (`U+107AD`), 𐞮 (`U+107AE`), 𐞯 (`U+107AF`), 𝐭 (`U+1D42D`), 𝑡 (`U+1D461`), 𝒕 (`U+1D495`), 𝗍 (`U+1D5CD`), 𝘁 (`U+1D601`), 𝘵 (`U+1D635`), 𝙩 (`U+1D669`), 𝚝 (`U+1D69D`), 𝼉 (`U+1DF09`), 𝼗 (`U+1DF17`) + i (`U+0069`), ì (`U+00EC`), í (`U+00ED`), î (`U+00EE`), ï (`U+00EF`), ĩ (`U+0129`), ī (`U+012B`), ĭ (`U+012D`), į (`U+012F`), ı (`U+0131`), ij (`U+0133`), ǐ (`U+01D0`), ȉ (`U+0209`), ȋ (`U+020B`), ɨ (`U+0268`), ͥ (`U+0365`), і (`U+0456`), ї (`U+0457`), ᴉ (`U+1D09`), ᵎ (`U+1D4E`), ᵢ (`U+1D62`), ᶖ (`U+1D96`), ᶤ (`U+1DA4`), ḭ (`U+1E2D`), ḯ (`U+1E2F`), ỉ (`U+1EC9`), ị (`U+1ECB`), ⁱ (`U+2071`), ⅰ (`U+2170`), ⅱ (`U+2171`), ⅲ (`U+2172`), ⅳ (`U+2173`), ⅵ (`U+2175`), ⅶ (`U+2176`), ⅷ (`U+2177`), ⅸ (`U+2178`), ⅺ (`U+217A`), ⅻ (`U+217B`), ⒤ (`U+24A4`), ⓘ (`U+24D8`), ꙶ (`U+A676`), ꞽ (`U+A7BD`), fi (`U+FB01`), ffi (`U+FB03`), 𝐢 (`U+1D422`), 𝑖 (`U+1D456`), 𝒊 (`U+1D48A`), 𝗂 (`U+1D5C2`), 𝗶 (`U+1D5F6`), 𝘪 (`U+1D62A`), 𝙞 (`U+1D65E`), 𝚒 (`U+1D692`), 𝚤 (`U+1D6A4`), 𝼚 (`U+1DF1A`), 𞁌 (`U+1E04C`), 𞁨 (`U+1E068`), 𞂏 (`U+1E08F`) - `cv45`: - u (`U+0075`), ù (`U+00F9`), ú (`U+00FA`), û (`U+00FB`), ü (`U+00FC`), ũ (`U+0169`), ū (`U+016B`), ŭ (`U+016D`), ů (`U+016F`), ű (`U+0171`), ų (`U+0173`), Ɯ (`U+019C`), ư (`U+01B0`), ǔ (`U+01D4`), ǖ (`U+01D6`), ǘ (`U+01D8`), ǚ (`U+01DA`), ǜ (`U+01DC`), ȕ (`U+0215`), ȗ (`U+0217`), ɥ (`U+0265`), ɯ (`U+026F`), ɰ (`U+0270`), ʉ (`U+0289`), ʮ (`U+02AE`), ʯ (`U+02AF`), ͧ (`U+0367`), ᴝ (`U+1D1D`), ᴞ (`U+1D1E`), ᴟ (`U+1D1F`), ᵘ (`U+1D58`), ᵙ (`U+1D59`), ᵚ (`U+1D5A`), ᵤ (`U+1D64`), ᵫ (`U+1D6B`), ᶙ (`U+1D99`), ᶣ (`U+1DA3`), ᶭ (`U+1DAD`), ᶶ (`U+1DB6`), ᷰ (`U+1DF0`), ᷴ (`U+1DF4`), ṳ (`U+1E73`), ṵ (`U+1E75`), ṷ (`U+1E77`), ṹ (`U+1E79`), ṻ (`U+1E7B`), ụ (`U+1EE5`), ủ (`U+1EE7`), ứ (`U+1EE9`), ừ (`U+1EEB`), ử (`U+1EED`), ữ (`U+1EEF`), ự (`U+1EF1`), ℆ (`U+2106`), ⒰ (`U+24B0`), ⓤ (`U+24E4`), ꜷ (`U+A737`), Ꞟ (`U+A79E`), ꞟ (`U+A79F`), ꞹ (`U+A7B9`), ꞿ (`U+A7BF`), ꭎ (`U+AB4E`), ꭏ (`U+AB4F`), ꭒ (`U+AB52`), ꭟ (`U+AB5F`), ꭣ (`U+AB63`), 𝐮 (`U+1D42E`), 𝑢 (`U+1D462`), 𝒖 (`U+1D496`), 𝗎 (`U+1D5CE`), 𝘂 (`U+1D602`), 𝘶 (`U+1D636`), 𝙪 (`U+1D66A`), 𝚞 (`U+1D69E`) + j (`U+006A`), ij (`U+0133`), ĵ (`U+0135`), Lj (`U+01C8`), lj (`U+01C9`), Nj (`U+01CB`), nj (`U+01CC`), ǰ (`U+01F0`), ȷ (`U+0237`), ɉ (`U+0249`), ɟ (`U+025F`), ʄ (`U+0284`), ʝ (`U+029D`), ʲ (`U+02B2`), ϳ (`U+03F3`), ј (`U+0458`), ᶡ (`U+1DA1`), ᶨ (`U+1DA8`), ⒥ (`U+24A5`), ⓙ (`U+24D9`), ⱼ (`U+2C7C`), 𐞘 (`U+10798`), 𝐣 (`U+1D423`), 𝑗 (`U+1D457`), 𝒋 (`U+1D48B`), 𝗃 (`U+1D5C3`), 𝗷 (`U+1D5F7`), 𝘫 (`U+1D62B`), 𝙟 (`U+1D65F`), 𝚓 (`U+1D693`), 𝚥 (`U+1D6A5`), 𞁍 (`U+1E04D`) - `cv46`: - v (`U+0076`), ʋ (`U+028B`), ʌ (`U+028C`), ͮ (`U+036E`), ѵ (`U+0475`), ѷ (`U+0477`), ᲈ (`U+1C88`), ᵛ (`U+1D5B`), ᵥ (`U+1D65`), ᶌ (`U+1D8C`), ᶹ (`U+1DB9`), ᶺ (`U+1DBA`), ṽ (`U+1E7D`), ṿ (`U+1E7F`), ⅳ (`U+2173`), ⅴ (`U+2174`), ⅵ (`U+2175`), ⅶ (`U+2176`), ⅷ (`U+2177`), ⒱ (`U+24B1`), ⓥ (`U+24E5`), ⱱ (`U+2C71`), ⱴ (`U+2C74`), ꙟ (`U+A65F`), 𐞰 (`U+107B0`), 𝐯 (`U+1D42F`), 𝑣 (`U+1D463`), 𝒗 (`U+1D497`), 𝗏 (`U+1D5CF`), 𝘃 (`U+1D603`), 𝘷 (`U+1D637`), 𝙫 (`U+1D66B`), 𝚟 (`U+1D69F`) + k (`U+006B`), ķ (`U+0137`), ĸ (`U+0138`), ƙ (`U+0199`), ǩ (`U+01E9`), ʞ (`U+029E`), κ (`U+03BA`), ᵏ (`U+1D4F`), ᶄ (`U+1D84`), ᷜ (`U+1DDC`), ḱ (`U+1E31`), ḳ (`U+1E33`), ḵ (`U+1E35`), ₖ (`U+2096`), ⒦ (`U+24A6`), ⓚ (`U+24DA`), ⱪ (`U+2C6A`), ꝁ (`U+A741`), ꝃ (`U+A743`), ꝅ (`U+A745`), ꞣ (`U+A7A3`), 𝐤 (`U+1D424`), 𝑘 (`U+1D458`), 𝒌 (`U+1D48C`), 𝗄 (`U+1D5C4`), 𝗸 (`U+1D5F8`), 𝘬 (`U+1D62C`), 𝙠 (`U+1D660`), 𝚔 (`U+1D694`), 𝛋 (`U+1D6CB`), 𝜅 (`U+1D705`), 𝜿 (`U+1D73F`), 𝝹 (`U+1D779`), 𝞳 (`U+1D7B3`), 𝼃 (`U+1DF03`) - `cv47`: - w (`U+0077`), ŵ (`U+0175`), ʍ (`U+028D`), ʬ (`U+02AC`), ʷ (`U+02B7`), ԝ (`U+051D`), ᪿ (`U+1ABF`), ᫀ (`U+1AC0`), ᷱ (`U+1DF1`), ẁ (`U+1E81`), ẃ (`U+1E83`), ẅ (`U+1E85`), ẇ (`U+1E87`), ẉ (`U+1E89`), ẘ (`U+1E98`), ⒲ (`U+24B2`), ⓦ (`U+24E6`), ⱳ (`U+2C73`), ꭩ (`U+AB69`), 𝐰 (`U+1D430`), 𝑤 (`U+1D464`), 𝒘 (`U+1D498`), 𝗐 (`U+1D5D0`), 𝘄 (`U+1D604`), 𝘸 (`U+1D638`), 𝙬 (`U+1D66C`), 𝚠 (`U+1D6A0`) + l (`U+006C`), ĺ (`U+013A`), ļ (`U+013C`), ľ (`U+013E`), ŀ (`U+0140`), ł (`U+0142`), ƚ (`U+019A`), lj (`U+01C9`), ȴ (`U+0234`), ɫ (`U+026B`), ɬ (`U+026C`), ɭ (`U+026D`), ɮ (`U+026E`), ʪ (`U+02AA`), ʫ (`U+02AB`), ˡ (`U+02E1`), ӏ (`U+04CF`), ᶅ (`U+1D85`), ᶩ (`U+1DA9`), ᶪ (`U+1DAA`), ᷝ (`U+1DDD`), ᷬ (`U+1DEC`), ḷ (`U+1E37`), ḹ (`U+1E39`), ḻ (`U+1E3B`), ḽ (`U+1E3D`), ỻ (`U+1EFB`), ₗ (`U+2097`), ⅼ (`U+217C`), ⒧ (`U+24A7`), ⓛ (`U+24DB`), ⱡ (`U+2C61`), ꝉ (`U+A749`), ꞁ (`U+A781`), ꞎ (`U+A78E`), ꬷ (`U+AB37`), ꬸ (`U+AB38`), ꬹ (`U+AB39`), ꭝ (`U+AB5D`), ꭞ (`U+AB5E`), fl (`U+FB02`), ffl (`U+FB04`), 𐞙 (`U+10799`), 𐞚 (`U+1079A`), 𐞛 (`U+1079B`), 𐞝 (`U+1079D`), 𐞞 (`U+1079E`), 𐞟 (`U+1079F`), 𝐥 (`U+1D425`), 𝑙 (`U+1D459`), 𝒍 (`U+1D48D`), 𝗅 (`U+1D5C5`), 𝗹 (`U+1D5F9`), 𝘭 (`U+1D62D`), 𝙡 (`U+1D661`), 𝚕 (`U+1D695`), 𝼅 (`U+1DF05`), 𝼓 (`U+1DF13`), 𞁐 (`U+1E050`) - `cv48`: - x (`U+0078`), ˣ (`U+02E3`), ͯ (`U+036F`), х (`U+0445`), ҳ (`U+04B3`), ӽ (`U+04FD`), ӿ (`U+04FF`), ԕ (`U+0515`), ԗ (`U+0517`), ᶍ (`U+1D8D`), ẋ (`U+1E8B`), ẍ (`U+1E8D`), ₓ (`U+2093`), ⅸ (`U+2178`), ⅹ (`U+2179`), ⅺ (`U+217A`), ⅻ (`U+217B`), ⒳ (`U+24B3`), ⓧ (`U+24E7`), ⷯ (`U+2DEF`), ꭓ (`U+AB53`), 𝐱 (`U+1D431`), 𝑥 (`U+1D465`), 𝒙 (`U+1D499`), 𝗑 (`U+1D5D1`), 𝘅 (`U+1D605`), 𝘹 (`U+1D639`), 𝙭 (`U+1D66D`), 𝚡 (`U+1D6A1`), 𞁃 (`U+1E043`), 𞁡 (`U+1E061`) + m (`U+006D`), ɱ (`U+0271`), ͫ (`U+036B`), ᵐ (`U+1D50`), ᵯ (`U+1D6F`), ᶆ (`U+1D86`), ᶬ (`U+1DAC`), ḿ (`U+1E3F`), ṁ (`U+1E41`), ṃ (`U+1E43`), ₘ (`U+2098`), ₥ (`U+20A5`), ⅿ (`U+217F`), ≞ (`U+225E`), ⒨ (`U+24A8`), ⓜ (`U+24DC`), ꬺ (`U+AB3A`), 𝐦 (`U+1D426`), 𝑚 (`U+1D45A`), 𝒎 (`U+1D48E`), 𝗆 (`U+1D5C6`), 𝗺 (`U+1D5FA`), 𝘮 (`U+1D62E`), 𝙢 (`U+1D662`), 𝚖 (`U+1D696`) - `cv49`: - y (`U+0079`), ý (`U+00FD`), ÿ (`U+00FF`), ŷ (`U+0177`), ƴ (`U+01B4`), ȳ (`U+0233`), ɏ (`U+024F`), ʎ (`U+028E`), ʸ (`U+02B8`), ẏ (`U+1E8F`), ẙ (`U+1E99`), ỳ (`U+1EF3`), ỵ (`U+1EF5`), ỷ (`U+1EF7`), ỹ (`U+1EF9`), ỿ (`U+1EFF`), ⒴ (`U+24B4`), ⓨ (`U+24E8`), 𐞠 (`U+107A0`), 𐞡 (`U+107A1`), 𝐲 (`U+1D432`), 𝑦 (`U+1D466`), 𝒚 (`U+1D49A`), 𝗒 (`U+1D5D2`), 𝘆 (`U+1D606`), 𝘺 (`U+1D63A`), 𝙮 (`U+1D66E`), 𝚢 (`U+1D6A2`), 𝼆 (`U+1DF06`) + n (`U+006E`), ñ (`U+00F1`), ń (`U+0144`), ņ (`U+0146`), ň (`U+0148`), ʼn (`U+0149`), ŋ (`U+014B`), ƞ (`U+019E`), nj (`U+01CC`), ǹ (`U+01F9`), Ƞ (`U+0220`), ȵ (`U+0235`), ɲ (`U+0272`), ɳ (`U+0273`), ʩ (`U+02A9`), ή (`U+03AE`), η (`U+03B7`), ᫍ (`U+1ACD`), ᵑ (`U+1D51`), ᵰ (`U+1D70`), ᶇ (`U+1D87`), ᶮ (`U+1DAE`), ᶯ (`U+1DAF`), ᷠ (`U+1DE0`), ṅ (`U+1E45`), ṇ (`U+1E47`), ṉ (`U+1E49`), ṋ (`U+1E4B`), ἠ (`U+1F20`), ἡ (`U+1F21`), ἢ (`U+1F22`), ἣ (`U+1F23`), ἤ (`U+1F24`), ἥ (`U+1F25`), ἦ (`U+1F26`), ἧ (`U+1F27`), ὴ (`U+1F74`), ή (`U+1F75`), ᾐ (`U+1F90`), ᾑ (`U+1F91`), ᾒ (`U+1F92`), ᾓ (`U+1F93`), ᾔ (`U+1F94`), ᾕ (`U+1F95`), ᾖ (`U+1F96`), ᾗ (`U+1F97`), ῂ (`U+1FC2`), ῃ (`U+1FC3`), ῄ (`U+1FC4`), ῆ (`U+1FC6`), ῇ (`U+1FC7`), ⁿ (`U+207F`), ₙ (`U+2099`), ⒩ (`U+24A9`), ⓝ (`U+24DD`), Ꞃ (`U+A782`), ꞃ (`U+A783`), ꞑ (`U+A791`), ꞥ (`U+A7A5`), ꬻ (`U+AB3B`), ꬼ (`U+AB3C`), 𐞐 (`U+10790`), 𝐧 (`U+1D427`), 𝑛 (`U+1D45B`), 𝒏 (`U+1D48F`), 𝗇 (`U+1D5C7`), 𝗻 (`U+1D5FB`), 𝘯 (`U+1D62F`), 𝙣 (`U+1D663`), 𝚗 (`U+1D697`), 𝛈 (`U+1D6C8`), 𝜂 (`U+1D702`), 𝜼 (`U+1D73C`), 𝝶 (`U+1D776`), 𝞰 (`U+1D7B0`), 𝼇 (`U+1DF07`), 𝼔 (`U+1DF14`) - `cv50`: - z (`U+007A`), ź (`U+017A`), ż (`U+017C`), ž (`U+017E`), ƶ (`U+01B6`), ƹ (`U+01B9`), ƺ (`U+01BA`), Dž (`U+01C5`), dž (`U+01C6`), ǯ (`U+01EF`), Dz (`U+01F2`), dz (`U+01F3`), ȥ (`U+0225`), ɀ (`U+0240`), ʐ (`U+0290`), ʑ (`U+0291`), ʒ (`U+0292`), ʓ (`U+0293`), ʣ (`U+02A3`), ʤ (`U+02A4`), ʥ (`U+02A5`), ʫ (`U+02AB`), ӡ (`U+04E1`), ᵶ (`U+1D76`), ᶎ (`U+1D8E`), ᶚ (`U+1D9A`), ᶻ (`U+1DBB`), ᶼ (`U+1DBC`), ᶽ (`U+1DBD`), ᶾ (`U+1DBE`), ᷦ (`U+1DE6`), ẑ (`U+1E91`), ẓ (`U+1E93`), ẕ (`U+1E95`), ⒵ (`U+24B5`), ⓩ (`U+24E9`), ⱬ (`U+2C6C`), ꙁ (`U+A641`), ꙃ (`U+A643`), ꭦ (`U+AB66`), 𐞇 (`U+10787`), 𐞈 (`U+10788`), 𐞉 (`U+10789`), 𐞊 (`U+1078A`), 𐞚 (`U+1079A`), 𝐳 (`U+1D433`), 𝑧 (`U+1D467`), 𝒛 (`U+1D49B`), 𝗓 (`U+1D5D3`), 𝘇 (`U+1D607`), 𝘻 (`U+1D63B`), 𝙯 (`U+1D66F`), 𝚣 (`U+1D6A3`), 𝼒 (`U+1DF12`), 𝼘 (`U+1DF18`), 🄮 (`U+1F12E`) + p (`U+0070`), ƥ (`U+01A5`), ᵖ (`U+1D56`), ᵱ (`U+1D71`), ᵽ (`U+1D7D`), ᶈ (`U+1D88`), ᷮ (`U+1DEE`), ṕ (`U+1E55`), ṗ (`U+1E57`), ₚ (`U+209A`), ⒫ (`U+24AB`), ⓟ (`U+24DF`), ꝑ (`U+A751`), 𝐩 (`U+1D429`), 𝑝 (`U+1D45D`), 𝒑 (`U+1D491`), 𝗉 (`U+1D5C9`), 𝗽 (`U+1D5FD`), 𝘱 (`U+1D631`), 𝙥 (`U+1D665`), 𝚙 (`U+1D699`) - `cv51`: - ſ (`U+017F`), ᷥ (`U+1DE5`), ẛ (`U+1E9B`), ẜ (`U+1E9C`), ẝ (`U+1E9D`), ſt (`U+FB05`) + q (`U+0071`), Ƣ (`U+01A2`), ƣ (`U+01A3`), Ɋ (`U+024A`), ɋ (`U+024B`), ʠ (`U+02A0`), ԛ (`U+051B`), ⒬ (`U+24AC`), ⓠ (`U+24E0`), 𐞥 (`U+107A5`), 𝐪 (`U+1D42A`), 𝑞 (`U+1D45E`), 𝒒 (`U+1D492`), 𝗊 (`U+1D5CA`), 𝗾 (`U+1D5FE`), 𝘲 (`U+1D632`), 𝙦 (`U+1D666`), 𝚚 (`U+1D69A`) - `cv52`: - ß (`U+00DF`) + r (`U+0072`), ŕ (`U+0155`), ŗ (`U+0157`), ř (`U+0159`), ȑ (`U+0211`), ȓ (`U+0213`), ɍ (`U+024D`), ɹ (`U+0279`), ɺ (`U+027A`), ɻ (`U+027B`), ɼ (`U+027C`), ɽ (`U+027D`), ɾ (`U+027E`), ʳ (`U+02B3`), ʴ (`U+02B4`), ʵ (`U+02B5`), ͬ (`U+036C`), ᵣ (`U+1D63`), ᵲ (`U+1D72`), ᵳ (`U+1D73`), ᶉ (`U+1D89`), ᷊ (`U+1DCA`), ṙ (`U+1E59`), ṛ (`U+1E5B`), ṝ (`U+1E5D`), ṟ (`U+1E5F`), ⒭ (`U+24AD`), ⓡ (`U+24E1`), ⱹ (`U+2C79`), Ꝼ (`U+A77B`), ꝼ (`U+A77C`), Ꞅ (`U+A784`), ꞅ (`U+A785`), ꞧ (`U+A7A7`), ꭨ (`U+AB68`), 𐞦 (`U+107A6`), 𐞧 (`U+107A7`), 𐞨 (`U+107A8`), 𐞩 (`U+107A9`), 𝐫 (`U+1D42B`), 𝑟 (`U+1D45F`), 𝒓 (`U+1D493`), 𝗋 (`U+1D5CB`), 𝗿 (`U+1D5FF`), 𝘳 (`U+1D633`), 𝙧 (`U+1D667`), 𝚛 (`U+1D69B`), 𝼈 (`U+1DF08`), 𝼕 (`U+1DF15`), 𝼖 (`U+1DF16`) - `cv53`: - ð (`U+00F0`), ᶞ (`U+1D9E`), ᷘ (`U+1DD8`), ᷙ (`U+1DD9`), ꝺ (`U+A77A`) + s (`U+0073`), ś (`U+015B`), ŝ (`U+015D`), ş (`U+015F`), š (`U+0161`), ƨ (`U+01A8`), ƾ (`U+01BE`), ș (`U+0219`), ȿ (`U+023F`), ʂ (`U+0282`), ʦ (`U+02A6`), ʪ (`U+02AA`), ˢ (`U+02E2`), ѕ (`U+0455`), ᵴ (`U+1D74`), ᶊ (`U+1D8A`), ᶳ (`U+1DB3`), ᷤ (`U+1DE4`), ṡ (`U+1E61`), ṣ (`U+1E63`), ṥ (`U+1E65`), ṧ (`U+1E67`), ṩ (`U+1E69`), ₛ (`U+209B`), ₨ (`U+20A8`), ℁ (`U+2101`), ⒮ (`U+24AE`), ⓢ (`U+24E2`), ꙅ (`U+A645`), ꚃ (`U+A683`), ꞩ (`U+A7A9`), ꟊ (`U+A7CA`), ꭧ (`U+AB67`), st (`U+FB06`), 𐞙 (`U+10799`), 𐞬 (`U+107AC`), 𐞭 (`U+107AD`), 𐞺 (`U+107BA`), 𝐬 (`U+1D42C`), 𝑠 (`U+1D460`), 𝒔 (`U+1D494`), 𝗌 (`U+1D5CC`), 𝘀 (`U+1D600`), 𝘴 (`U+1D634`), 𝙨 (`U+1D668`), 𝚜 (`U+1D69C`), 𝼞 (`U+1DF1E`), 𞁩 (`U+1E069`) - `cv54`: - þ (`U+00FE`), ƿ (`U+01BF`), ꝥ (`U+A765`), ꝧ (`U+A767`) + t (`U+0074`), ţ (`U+0163`), ť (`U+0165`), ŧ (`U+0167`), ƫ (`U+01AB`), ƭ (`U+01AD`), ƾ (`U+01BE`), ț (`U+021B`), ȶ (`U+0236`), ʇ (`U+0287`), ʈ (`U+0288`), ʦ (`U+02A6`), ʧ (`U+02A7`), ʨ (`U+02A8`), ͭ (`U+036D`), ᵗ (`U+1D57`), ᵵ (`U+1D75`), ᵺ (`U+1D7A`), ᶵ (`U+1DB5`), ṫ (`U+1E6B`), ṭ (`U+1E6D`), ṯ (`U+1E6F`), ṱ (`U+1E71`), ẗ (`U+1E97`), ₜ (`U+209C`), ₧ (`U+20A7`), ⒯ (`U+24AF`), ⓣ (`U+24E3`), ⱦ (`U+2C66`), ꭧ (`U+AB67`), ſt (`U+FB05`), st (`U+FB06`), 𐞫 (`U+107AB`), 𐞬 (`U+107AC`), 𐞭 (`U+107AD`), 𐞮 (`U+107AE`), 𐞯 (`U+107AF`), 𝐭 (`U+1D42D`), 𝑡 (`U+1D461`), 𝒕 (`U+1D495`), 𝗍 (`U+1D5CD`), 𝘁 (`U+1D601`), 𝘵 (`U+1D635`), 𝙩 (`U+1D669`), 𝚝 (`U+1D69D`), 𝼉 (`U+1DF09`), 𝼗 (`U+1DF17`) - `cv55`: - ά (`U+03AC`), α (`U+03B1`), ἀ (`U+1F00`), ἁ (`U+1F01`), ἂ (`U+1F02`), ἃ (`U+1F03`), ἄ (`U+1F04`), ἅ (`U+1F05`), ἆ (`U+1F06`), ἇ (`U+1F07`), ὰ (`U+1F70`), ά (`U+1F71`), ᾀ (`U+1F80`), ᾁ (`U+1F81`), ᾂ (`U+1F82`), ᾃ (`U+1F83`), ᾄ (`U+1F84`), ᾅ (`U+1F85`), ᾆ (`U+1F86`), ᾇ (`U+1F87`), ᾰ (`U+1FB0`), ᾱ (`U+1FB1`), ᾲ (`U+1FB2`), ᾳ (`U+1FB3`), ᾴ (`U+1FB4`), ᾶ (`U+1FB6`), ᾷ (`U+1FB7`), ⍶ (`U+2376`), ⍺ (`U+237A`), 𝛂 (`U+1D6C2`), 𝛼 (`U+1D6FC`), 𝜶 (`U+1D736`), 𝝰 (`U+1D770`), 𝞪 (`U+1D7AA`) + u (`U+0075`), ù (`U+00F9`), ú (`U+00FA`), û (`U+00FB`), ü (`U+00FC`), ũ (`U+0169`), ū (`U+016B`), ŭ (`U+016D`), ů (`U+016F`), ű (`U+0171`), ų (`U+0173`), Ɯ (`U+019C`), ư (`U+01B0`), ǔ (`U+01D4`), ǖ (`U+01D6`), ǘ (`U+01D8`), ǚ (`U+01DA`), ǜ (`U+01DC`), ȕ (`U+0215`), ȗ (`U+0217`), ɥ (`U+0265`), ɯ (`U+026F`), ɰ (`U+0270`), ʉ (`U+0289`), ʮ (`U+02AE`), ʯ (`U+02AF`), ͧ (`U+0367`), ᴝ (`U+1D1D`), ᴞ (`U+1D1E`), ᴟ (`U+1D1F`), ᵘ (`U+1D58`), ᵙ (`U+1D59`), ᵚ (`U+1D5A`), ᵤ (`U+1D64`), ᵫ (`U+1D6B`), ᶙ (`U+1D99`), ᶣ (`U+1DA3`), ᶭ (`U+1DAD`), ᶶ (`U+1DB6`), ᷰ (`U+1DF0`), ᷴ (`U+1DF4`), ṳ (`U+1E73`), ṵ (`U+1E75`), ṷ (`U+1E77`), ṹ (`U+1E79`), ṻ (`U+1E7B`), ụ (`U+1EE5`), ủ (`U+1EE7`), ứ (`U+1EE9`), ừ (`U+1EEB`), ử (`U+1EED`), ữ (`U+1EEF`), ự (`U+1EF1`), ℆ (`U+2106`), ⒰ (`U+24B0`), ⓤ (`U+24E4`), ꜷ (`U+A737`), Ꞟ (`U+A79E`), ꞟ (`U+A79F`), ꞹ (`U+A7B9`), ꞿ (`U+A7BF`), ꭎ (`U+AB4E`), ꭏ (`U+AB4F`), ꭒ (`U+AB52`), ꭟ (`U+AB5F`), ꭣ (`U+AB63`), 𝐮 (`U+1D42E`), 𝑢 (`U+1D462`), 𝒖 (`U+1D496`), 𝗎 (`U+1D5CE`), 𝘂 (`U+1D602`), 𝘶 (`U+1D636`), 𝙪 (`U+1D66A`), 𝚞 (`U+1D69E`) - `cv56`: - Γ (`U+0393`), Ϝ (`U+03DC`), ϝ (`U+03DD`), Ѓ (`U+0403`), Г (`U+0413`), г (`U+0433`), ѓ (`U+0453`), Ґ (`U+0490`), ґ (`U+0491`), Ғ (`U+0492`), ғ (`U+0493`), Ҕ (`U+0494`), ҕ (`U+0495`), Ҥ (`U+04A4`), ҥ (`U+04A5`), Ӷ (`U+04F6`), ӷ (`U+04F7`), Ӻ (`U+04FA`), ӻ (`U+04FB`), ᴦ (`U+1D26`), ⷢ (`U+2DE2`), Ꙣ (`U+A662`), ꙣ (`U+A663`), Ꙥ (`U+A664`), ꙥ (`U+A665`), Ꙧ (`U+A666`), ꙧ (`U+A667`), 𝚪 (`U+1D6AA`), 𝛤 (`U+1D6E4`), 𝜞 (`U+1D71E`), 𝝘 (`U+1D758`), 𝞒 (`U+1D792`), 𝟊 (`U+1D7CA`), 𝟋 (`U+1D7CB`), 𞀳 (`U+1E033`), 𞁔 (`U+1E054`), 𞁧 (`U+1E067`) + v (`U+0076`), ʋ (`U+028B`), ʌ (`U+028C`), ͮ (`U+036E`), ѵ (`U+0475`), ѷ (`U+0477`), ᲈ (`U+1C88`), ᵛ (`U+1D5B`), ᵥ (`U+1D65`), ᶌ (`U+1D8C`), ᶹ (`U+1DB9`), ᶺ (`U+1DBA`), ṽ (`U+1E7D`), ṿ (`U+1E7F`), ⅳ (`U+2173`), ⅴ (`U+2174`), ⅵ (`U+2175`), ⅶ (`U+2176`), ⅷ (`U+2177`), ⒱ (`U+24B1`), ⓥ (`U+24E5`), ⱱ (`U+2C71`), ⱴ (`U+2C74`), ꙟ (`U+A65F`), 𐞰 (`U+107B0`), 𝐯 (`U+1D42F`), 𝑣 (`U+1D463`), 𝒗 (`U+1D497`), 𝗏 (`U+1D5CF`), 𝘃 (`U+1D603`), 𝘷 (`U+1D637`), 𝙫 (`U+1D66B`), 𝚟 (`U+1D69F`) - `cv57`: - Δ (`U+0394`), ∆ (`U+2206`), ∇ (`U+2207`), ⍋ (`U+234B`), ⍍ (`U+234D`), ⍒ (`U+2352`), ⍔ (`U+2354`), ⍙ (`U+2359`), ⍢ (`U+2362`), ⍫ (`U+236B`), Ꙙ (`U+A658`), ꙙ (`U+A659`), Ꙝ (`U+A65C`), ꙝ (`U+A65D`), 𝚫 (`U+1D6AB`), 𝛁 (`U+1D6C1`), 𝛥 (`U+1D6E5`), 𝛻 (`U+1D6FB`), 𝜟 (`U+1D71F`), 𝜵 (`U+1D735`), 𝝙 (`U+1D759`), 𝝯 (`U+1D76F`), 𝞓 (`U+1D793`), 𝞩 (`U+1D7A9`) + w (`U+0077`), ŵ (`U+0175`), ʍ (`U+028D`), ʬ (`U+02AC`), ʷ (`U+02B7`), ԝ (`U+051D`), ᪿ (`U+1ABF`), ᫀ (`U+1AC0`), ᷱ (`U+1DF1`), ẁ (`U+1E81`), ẃ (`U+1E83`), ẅ (`U+1E85`), ẇ (`U+1E87`), ẉ (`U+1E89`), ẘ (`U+1E98`), ⒲ (`U+24B2`), ⓦ (`U+24E6`), ⱳ (`U+2C73`), ꭩ (`U+AB69`), 𝐰 (`U+1D430`), 𝑤 (`U+1D464`), 𝒘 (`U+1D498`), 𝗐 (`U+1D5D0`), 𝘄 (`U+1D604`), 𝘸 (`U+1D638`), 𝙬 (`U+1D66C`), 𝚠 (`U+1D6A0`) - `cv58`: - ƍ (`U+018D`), δ (`U+03B4`), ᵟ (`U+1D5F`), ẟ (`U+1E9F`), 𝛅 (`U+1D6C5`), 𝛿 (`U+1D6FF`), 𝜹 (`U+1D739`), 𝝳 (`U+1D773`), 𝞭 (`U+1D7AD`) + x (`U+0078`), ˣ (`U+02E3`), ͯ (`U+036F`), х (`U+0445`), ҳ (`U+04B3`), ӽ (`U+04FD`), ӿ (`U+04FF`), ԕ (`U+0515`), ԗ (`U+0517`), ᶍ (`U+1D8D`), ẋ (`U+1E8B`), ẍ (`U+1E8D`), ₓ (`U+2093`), ⅸ (`U+2178`), ⅹ (`U+2179`), ⅺ (`U+217A`), ⅻ (`U+217B`), ⒳ (`U+24B3`), ⓧ (`U+24E7`), ⷯ (`U+2DEF`), ꭓ (`U+AB53`), 𝐱 (`U+1D431`), 𝑥 (`U+1D465`), 𝒙 (`U+1D499`), 𝗑 (`U+1D5D1`), 𝘅 (`U+1D605`), 𝘹 (`U+1D639`), 𝙭 (`U+1D66D`), 𝚡 (`U+1D6A1`), 𞁃 (`U+1E043`), 𞁡 (`U+1E061`) - `cv59`: - Ɩ (`U+0196`), ɩ (`U+0269`), ΐ (`U+0390`), ί (`U+03AF`), ι (`U+03B9`), ϊ (`U+03CA`), ᵼ (`U+1D7C`), ᶥ (`U+1DA5`), ἰ (`U+1F30`), ἱ (`U+1F31`), ἲ (`U+1F32`), ἳ (`U+1F33`), ἴ (`U+1F34`), ἵ (`U+1F35`), ἶ (`U+1F36`), ἷ (`U+1F37`), ὶ (`U+1F76`), ί (`U+1F77`), ῐ (`U+1FD0`), ῑ (`U+1FD1`), ῒ (`U+1FD2`), ΐ (`U+1FD3`), ῖ (`U+1FD6`), ῗ (`U+1FD7`), ℩ (`U+2129`), ⍳ (`U+2373`), ⍸ (`U+2378`), Ꙇ (`U+A646`), ꙇ (`U+A647`), 𝛊 (`U+1D6CA`), 𝜄 (`U+1D704`), 𝜾 (`U+1D73E`), 𝝸 (`U+1D778`), 𝞲 (`U+1D7B2`) + y (`U+0079`), ý (`U+00FD`), ÿ (`U+00FF`), ŷ (`U+0177`), ƴ (`U+01B4`), ȳ (`U+0233`), ɏ (`U+024F`), ʎ (`U+028E`), ʸ (`U+02B8`), ẏ (`U+1E8F`), ẙ (`U+1E99`), ỳ (`U+1EF3`), ỵ (`U+1EF5`), ỷ (`U+1EF7`), ỹ (`U+1EF9`), ỿ (`U+1EFF`), ⒴ (`U+24B4`), ⓨ (`U+24E8`), 𐞠 (`U+107A0`), 𐞡 (`U+107A1`), 𝐲 (`U+1D432`), 𝑦 (`U+1D466`), 𝒚 (`U+1D49A`), 𝗒 (`U+1D5D2`), 𝘆 (`U+1D606`), 𝘺 (`U+1D63A`), 𝙮 (`U+1D66E`), 𝚢 (`U+1D6A2`), 𝼆 (`U+1DF06`) - `cv60`: - Λ (`U+039B`), Ѧ (`U+0466`), ѧ (`U+0467`), Ѩ (`U+0468`), ѩ (`U+0469`), ᴧ (`U+1D27`), ⷽ (`U+2DFD`), 𝚲 (`U+1D6B2`), 𝛬 (`U+1D6EC`), 𝜦 (`U+1D726`), 𝝠 (`U+1D760`), 𝞚 (`U+1D79A`) + z (`U+007A`), ź (`U+017A`), ż (`U+017C`), ž (`U+017E`), ƶ (`U+01B6`), ƹ (`U+01B9`), ƺ (`U+01BA`), Dž (`U+01C5`), dž (`U+01C6`), ǯ (`U+01EF`), Dz (`U+01F2`), dz (`U+01F3`), ȥ (`U+0225`), ɀ (`U+0240`), ʐ (`U+0290`), ʑ (`U+0291`), ʒ (`U+0292`), ʓ (`U+0293`), ʣ (`U+02A3`), ʤ (`U+02A4`), ʥ (`U+02A5`), ʫ (`U+02AB`), ӡ (`U+04E1`), ᵶ (`U+1D76`), ᶎ (`U+1D8E`), ᶚ (`U+1D9A`), ᶻ (`U+1DBB`), ᶼ (`U+1DBC`), ᶽ (`U+1DBD`), ᶾ (`U+1DBE`), ᷦ (`U+1DE6`), ẑ (`U+1E91`), ẓ (`U+1E93`), ẕ (`U+1E95`), ⒵ (`U+24B5`), ⓩ (`U+24E9`), ⱬ (`U+2C6C`), ꙁ (`U+A641`), ꙃ (`U+A643`), ꭦ (`U+AB66`), 𐞇 (`U+10787`), 𐞈 (`U+10788`), 𐞉 (`U+10789`), 𐞊 (`U+1078A`), 𐞚 (`U+1079A`), 𝐳 (`U+1D433`), 𝑧 (`U+1D467`), 𝒛 (`U+1D49B`), 𝗓 (`U+1D5D3`), 𝘇 (`U+1D607`), 𝘻 (`U+1D63B`), 𝙯 (`U+1D66F`), 𝚣 (`U+1D6A3`), 𝼒 (`U+1DF12`), 𝼘 (`U+1DF18`), 🄮 (`U+1F12E`) - `cv61`: - ƛ (`U+019B`), λ (`U+03BB`), 𝛌 (`U+1D6CC`), 𝜆 (`U+1D706`), 𝝀 (`U+1D740`), 𝝺 (`U+1D77A`), 𝞴 (`U+1D7B4`) + ẞ (`U+1E9E`) - `cv62`: - μ (`U+03BC`), 𝛍 (`U+1D6CD`), 𝜇 (`U+1D707`), 𝝁 (`U+1D741`), 𝝻 (`U+1D77B`), 𝞵 (`U+1D7B5`) + ſ (`U+017F`), ᷥ (`U+1DE5`), ẛ (`U+1E9B`), ẜ (`U+1E9C`), ẝ (`U+1E9D`), ſt (`U+FB05`) - `cv63`: - ξ (`U+03BE`), 𝛏 (`U+1D6CF`), 𝜉 (`U+1D709`), 𝝃 (`U+1D743`), 𝝽 (`U+1D77D`), 𝞷 (`U+1D7B7`) + ß (`U+00DF`) - `cv64`: - π (`U+03C0`), 𝛑 (`U+1D6D1`), 𝜋 (`U+1D70B`), 𝝅 (`U+1D745`), 𝝿 (`U+1D77F`), 𝞹 (`U+1D7B9`) + ð (`U+00F0`), ᶞ (`U+1D9E`), ᷘ (`U+1DD8`), ᷙ (`U+1DD9`), ꝺ (`U+A77A`) - `cv65`: - τ (`U+03C4`), Ꚍ (`U+A68C`), ꚍ (`U+A68D`), 𝛕 (`U+1D6D5`), 𝜏 (`U+1D70F`), 𝝉 (`U+1D749`), 𝞃 (`U+1D783`), 𝞽 (`U+1D7BD`) + Þ (`U+00DE`), Ƿ (`U+01F7`), Ꝥ (`U+A764`), Ꝧ (`U+A766`) - `cv66`: - χ (`U+03C7`), ᵡ (`U+1D61`), ᵪ (`U+1D6A`), 𝛘 (`U+1D6D8`), 𝜒 (`U+1D712`), 𝝌 (`U+1D74C`), 𝞆 (`U+1D786`), 𝟀 (`U+1D7C0`) + þ (`U+00FE`), ƿ (`U+01BF`), ꝥ (`U+A765`), ꝧ (`U+A767`) - `cv67`: - Ж (`U+0416`), Җ (`U+0496`), Ӂ (`U+04C1`), Ӝ (`U+04DC`), Ԫ (`U+052A`), Ꚅ (`U+A684`) + ά (`U+03AC`), α (`U+03B1`), ἀ (`U+1F00`), ἁ (`U+1F01`), ἂ (`U+1F02`), ἃ (`U+1F03`), ἄ (`U+1F04`), ἅ (`U+1F05`), ἆ (`U+1F06`), ἇ (`U+1F07`), ὰ (`U+1F70`), ά (`U+1F71`), ᾀ (`U+1F80`), ᾁ (`U+1F81`), ᾂ (`U+1F82`), ᾃ (`U+1F83`), ᾄ (`U+1F84`), ᾅ (`U+1F85`), ᾆ (`U+1F86`), ᾇ (`U+1F87`), ᾰ (`U+1FB0`), ᾱ (`U+1FB1`), ᾲ (`U+1FB2`), ᾳ (`U+1FB3`), ᾴ (`U+1FB4`), ᾶ (`U+1FB6`), ᾷ (`U+1FB7`), ⍶ (`U+2376`), ⍺ (`U+237A`), 𝛂 (`U+1D6C2`), 𝛼 (`U+1D6FC`), 𝜶 (`U+1D736`), 𝝰 (`U+1D770`), 𝞪 (`U+1D7AA`) - `cv68`: - ж (`U+0436`), җ (`U+0497`), ӂ (`U+04C2`), ӝ (`U+04DD`), ԫ (`U+052B`), ⷤ (`U+2DE4`), ꚅ (`U+A685`), 𞀶 (`U+1E036`), 𞁗 (`U+1E057`) + Γ (`U+0393`), Ϝ (`U+03DC`), ϝ (`U+03DD`), Ѓ (`U+0403`), Г (`U+0413`), г (`U+0433`), ѓ (`U+0453`), Ґ (`U+0490`), ґ (`U+0491`), Ғ (`U+0492`), ғ (`U+0493`), Ҕ (`U+0494`), ҕ (`U+0495`), Ҥ (`U+04A4`), ҥ (`U+04A5`), Ӷ (`U+04F6`), ӷ (`U+04F7`), Ӻ (`U+04FA`), ӻ (`U+04FB`), ᴦ (`U+1D26`), ⷢ (`U+2DE2`), Ꙣ (`U+A662`), ꙣ (`U+A663`), Ꙥ (`U+A664`), ꙥ (`U+A665`), Ꙧ (`U+A666`), ꙧ (`U+A667`), 𝚪 (`U+1D6AA`), 𝛤 (`U+1D6E4`), 𝜞 (`U+1D71E`), 𝝘 (`U+1D758`), 𝞒 (`U+1D792`), 𝟊 (`U+1D7CA`), 𝟋 (`U+1D7CB`), 𞀳 (`U+1E033`), 𞁔 (`U+1E054`), 𞁧 (`U+1E067`) - `cv69`: - Ɛ (`U+0190`), Ȝ (`U+021C`), З (`U+0417`), Ѯ (`U+046E`), Ҙ (`U+0498`), Ӟ (`U+04DE`), Ԅ (`U+0504`), Ԇ (`U+0506`), Ԑ (`U+0510`), ℇ (`U+2107`), Ꚅ (`U+A684`), Ꚉ (`U+A688`), Ɜ (`U+A7AB`) + Δ (`U+0394`), ∆ (`U+2206`), ∇ (`U+2207`), ⍋ (`U+234B`), ⍍ (`U+234D`), ⍒ (`U+2352`), ⍔ (`U+2354`), ⍙ (`U+2359`), ⍢ (`U+2362`), ⍫ (`U+236B`), Ꙙ (`U+A658`), ꙙ (`U+A659`), Ꙝ (`U+A65C`), ꙝ (`U+A65D`), 𝚫 (`U+1D6AB`), 𝛁 (`U+1D6C1`), 𝛥 (`U+1D6E5`), 𝛻 (`U+1D6FB`), 𝜟 (`U+1D71F`), 𝜵 (`U+1D735`), 𝝙 (`U+1D759`), 𝝯 (`U+1D76F`), 𝞓 (`U+1D793`), 𝞩 (`U+1D7A9`) - `cv70`: - ȝ (`U+021D`), ɛ (`U+025B`), ɜ (`U+025C`), ɝ (`U+025D`), з (`U+0437`), ѯ (`U+046F`), ҙ (`U+0499`), ӟ (`U+04DF`), ԅ (`U+0505`), ԇ (`U+0507`), ԑ (`U+0511`), ᴈ (`U+1D08`), ᵋ (`U+1D4B`), ᵌ (`U+1D4C`), ᶓ (`U+1D93`), ᶔ (`U+1D94`), ᶟ (`U+1D9F`), ⷥ (`U+2DE5`), ꚅ (`U+A685`), ꚉ (`U+A689`), 𞀷 (`U+1E037`), 𞁊 (`U+1E04A`), 𞁘 (`U+1E058`) + ƍ (`U+018D`), δ (`U+03B4`), ᵟ (`U+1D5F`), ẟ (`U+1E9F`), 𝛅 (`U+1D6C5`), 𝛿 (`U+1D6FF`), 𝜹 (`U+1D739`), 𝝳 (`U+1D773`), 𝞭 (`U+1D7AD`) - `cv71`: - Ќ (`U+040C`), К (`U+041A`), Қ (`U+049A`), Ҝ (`U+049C`), Ҟ (`U+049E`), Ҡ (`U+04A0`), Ӄ (`U+04C3`), Ԟ (`U+051E`) + Ɩ (`U+0196`), ɩ (`U+0269`), ΐ (`U+0390`), ί (`U+03AF`), ι (`U+03B9`), ϊ (`U+03CA`), ᵼ (`U+1D7C`), ᶥ (`U+1DA5`), ἰ (`U+1F30`), ἱ (`U+1F31`), ἲ (`U+1F32`), ἳ (`U+1F33`), ἴ (`U+1F34`), ἵ (`U+1F35`), ἶ (`U+1F36`), ἷ (`U+1F37`), ὶ (`U+1F76`), ί (`U+1F77`), ῐ (`U+1FD0`), ῑ (`U+1FD1`), ῒ (`U+1FD2`), ΐ (`U+1FD3`), ῖ (`U+1FD6`), ῗ (`U+1FD7`), ℩ (`U+2129`), ⍳ (`U+2373`), ⍸ (`U+2378`), Ꙇ (`U+A646`), ꙇ (`U+A647`), 𝛊 (`U+1D6CA`), 𝜄 (`U+1D704`), 𝜾 (`U+1D73E`), 𝝸 (`U+1D778`), 𝞲 (`U+1D7B2`) - `cv72`: - к (`U+043A`), ќ (`U+045C`), қ (`U+049B`), ҝ (`U+049D`), ҟ (`U+049F`), ҡ (`U+04A1`), ӄ (`U+04C4`), ԟ (`U+051F`), ⷦ (`U+2DE6`), 𞀹 (`U+1E039`), 𞁚 (`U+1E05A`) + Λ (`U+039B`), Ѧ (`U+0466`), ѧ (`U+0467`), Ѩ (`U+0468`), ѩ (`U+0469`), ᴧ (`U+1D27`), ⷽ (`U+2DFD`), 𝚲 (`U+1D6B2`), 𝛬 (`U+1D6EC`), 𝜦 (`U+1D726`), 𝝠 (`U+1D760`), 𝞚 (`U+1D79A`) - `cv73`: - л (`U+043B`), ԡ (`U+0521`), ⷧ (`U+2DE7`), ꙥ (`U+A665`), 𞀺 (`U+1E03A`), 𞁛 (`U+1E05B`) + ƛ (`U+019B`), λ (`U+03BB`), 𝛌 (`U+1D6CC`), 𝜆 (`U+1D706`), 𝝀 (`U+1D740`), 𝝺 (`U+1D77A`), 𝞴 (`U+1D7B4`) - `cv74`: - м (`U+043C`), ӎ (`U+04CE`), ⷨ (`U+2DE8`), ꙧ (`U+A667`), 𞀻 (`U+1E03B`) + μ (`U+03BC`), 𝛍 (`U+1D6CD`), 𝜇 (`U+1D707`), 𝝁 (`U+1D741`), 𝝻 (`U+1D77B`), 𝞵 (`U+1D7B5`) - `cv75`: - н (`U+043D`), њ (`U+045A`), ң (`U+04A3`), ҥ (`U+04A5`), ӈ (`U+04C8`), ӊ (`U+04CA`), ԋ (`U+050B`), ԣ (`U+0523`), ԩ (`U+0529`), ᵸ (`U+1D78`), ⷩ (`U+2DE9`) + ξ (`U+03BE`), 𝛏 (`U+1D6CF`), 𝜉 (`U+1D709`), 𝝃 (`U+1D743`), 𝝽 (`U+1D77D`), 𝞷 (`U+1D7B7`) - `cv76`: - р (`U+0440`), ҏ (`U+048F`), ԗ (`U+0517`), ⷬ (`U+2DEC`), 𞀾 (`U+1E03E`) + π (`U+03C0`), 𝛑 (`U+1D6D1`), 𝜋 (`U+1D70B`), 𝝅 (`U+1D745`), 𝝿 (`U+1D77F`), 𝞹 (`U+1D7B9`) - `cv77`: - Ў (`U+040E`), У (`U+0423`), Ү (`U+04AE`), Ұ (`U+04B0`), Ӯ (`U+04EE`), Ӱ (`U+04F0`), Ӳ (`U+04F2`) + τ (`U+03C4`), Ꚍ (`U+A68C`), ꚍ (`U+A68D`), 𝛕 (`U+1D6D5`), 𝜏 (`U+1D70F`), 𝝉 (`U+1D749`), 𝞃 (`U+1D783`), 𝞽 (`U+1D7BD`) - `cv78`: - у (`U+0443`), ў (`U+045E`), Ѹ (`U+0478`), ѹ (`U+0479`), ү (`U+04AF`), ұ (`U+04B1`), ӯ (`U+04EF`), ӱ (`U+04F1`), ӳ (`U+04F3`), ꙷ (`U+A677`), 𞁁 (`U+1E041`), 𞁏 (`U+1E04F`), 𞁟 (`U+1E05F`), 𞁭 (`U+1E06D`) + χ (`U+03C7`), ᵡ (`U+1D61`), ᵪ (`U+1D6A`), 𝛘 (`U+1D6D8`), 𝜒 (`U+1D712`), 𝝌 (`U+1D74C`), 𝞆 (`U+1D786`), 𝟀 (`U+1D7C0`) - `cv79`: - ф (`U+0444`), ꚞ (`U+A69E`), 𞁂 (`U+1E042`), 𞁠 (`U+1E060`) + а (`U+0430`), ӑ (`U+04D1`), ӓ (`U+04D3`), ӕ (`U+04D5`), ⷶ (`U+2DF6`), ⷼ (`U+2DFC`), ꙗ (`U+A657`), 𞀰 (`U+1E030`), 𞁑 (`U+1E051`) - `cv80`: - ч (`U+0447`), ҹ (`U+04B9`), ӵ (`U+04F5`), ⷱ (`U+2DF1`), ꚇ (`U+A687`), ꚓ (`U+A693`), 𞁅 (`U+1E045`), 𞁣 (`U+1E063`) + в (`U+0432`), ⷡ (`U+2DE1`), 𞀲 (`U+1E032`), 𞁓 (`U+1E053`) - `cv81`: - ƅ (`U+0185`), ъ (`U+044A`), ь (`U+044C`), љ (`U+0459`), њ (`U+045A`), ѣ (`U+0463`), ҍ (`U+048D`), ᲆ (`U+1C86`), ᲇ (`U+1C87`), ⷺ (`U+2DFA`), ꙏ (`U+A64F`), ꙓ (`U+A653`), ꙸ (`U+A678`), ꙺ (`U+A67A`), ꚜ (`U+A69C`), ꚝ (`U+A69D`), ꭠ (`U+AB60`), 𞁥 (`U+1E065`) + Ж (`U+0416`), Җ (`U+0496`), Ӂ (`U+04C1`), Ӝ (`U+04DC`), Ԫ (`U+052A`), Ꚅ (`U+A684`) - `cv82`: - ы (`U+044B`), ӹ (`U+04F9`), ꙑ (`U+A651`), ꙕ (`U+A655`), ꙹ (`U+A679`), 𞁇 (`U+1E047`), 𞁦 (`U+1E066`), 𞁬 (`U+1E06C`) + ж (`U+0436`), җ (`U+0497`), ӂ (`U+04C2`), ӝ (`U+04DD`), ԫ (`U+052B`), ⷤ (`U+2DE4`), ꚅ (`U+A685`), 𞀶 (`U+1E036`), 𞁗 (`U+1E057`) - `cv83`: - Я (`U+042F`), Ԙ (`U+0518`) + Ɛ (`U+0190`), Ȝ (`U+021C`), З (`U+0417`), Ѯ (`U+046E`), Ҙ (`U+0498`), Ӟ (`U+04DE`), Ԅ (`U+0504`), Ԇ (`U+0506`), Ԑ (`U+0510`), ℇ (`U+2107`), Ꚅ (`U+A684`), Ꚉ (`U+A688`), Ɜ (`U+A7AB`) - `cv84`: - я (`U+044F`), ԙ (`U+0519`) + ȝ (`U+021D`), ɛ (`U+025B`), ɜ (`U+025C`), ɝ (`U+025D`), з (`U+0437`), ѯ (`U+046F`), ҙ (`U+0499`), ӟ (`U+04DF`), ԅ (`U+0505`), ԇ (`U+0507`), ԑ (`U+0511`), ᴈ (`U+1D08`), ᵋ (`U+1D4B`), ᵌ (`U+1D4C`), ᶓ (`U+1D93`), ᶔ (`U+1D94`), ᶟ (`U+1D9F`), ⷥ (`U+2DE5`), ꚅ (`U+A685`), ꚉ (`U+A689`), 𞀷 (`U+1E037`), 𞁊 (`U+1E04A`), 𞁘 (`U+1E058`) - `cv85`: - 0 (`U+0030`), ⁰ (`U+2070`), ₀ (`U+2080`), ⅒ (`U+2152`), ↉ (`U+2189`), ⍬ (`U+236C`), ⏨ (`U+23E8`), ⑩ (`U+2469`), ⑳ (`U+2473`), ⑽ (`U+247D`), ⒇ (`U+2487`), ⒑ (`U+2491`), ⒛ (`U+249B`), ⓪ (`U+24EA`), ⓴ (`U+24F4`), ⓾ (`U+24FE`), ⓿ (`U+24FF`), ❿ (`U+277F`), ➉ (`U+2789`), ➓ (`U+2793`), ㉚ (`U+325A`), ㊵ (`U+32B5`), ㊿ (`U+32BF`), 𜳰 (`U+1CCF0`), 𝟎 (`U+1D7CE`), 𝟢 (`U+1D7E2`), 𝟬 (`U+1D7EC`), 𝟶 (`U+1D7F6`), 🂪 (`U+1F0AA`), 🂺 (`U+1F0BA`), 🃊 (`U+1F0CA`), 🃚 (`U+1F0DA`), 🃠 (`U+1F0E0`), 🄀 (`U+1F100`), 🄁 (`U+1F101`), 🄋 (`U+1F10B`), 🄌 (`U+1F10C`), 🄍 (`U+1F10D`), 🆣 (`U+1F1A3`), 🆤 (`U+1F1A4`) + Ќ (`U+040C`), К (`U+041A`), Қ (`U+049A`), Ҝ (`U+049C`), Ҟ (`U+049E`), Ҡ (`U+04A0`), Ӄ (`U+04C3`), Ԟ (`U+051E`) - `cv86`: - 1 (`U+0031`), ¹ (`U+00B9`), ¼ (`U+00BC`), ½ (`U+00BD`), ₁ (`U+2081`), ⅐ (`U+2150`), ⅑ (`U+2151`), ⅒ (`U+2152`), ⅓ (`U+2153`), ⅕ (`U+2155`), ⅙ (`U+2159`), ⅛ (`U+215B`), ⅟ (`U+215F`), ⏨ (`U+23E8`), ␑ (`U+2411`), ① (`U+2460`), ⑩ (`U+2469`), ⑪ (`U+246A`), ⑫ (`U+246B`), ⑬ (`U+246C`), ⑭ (`U+246D`), ⑮ (`U+246E`), ⑯ (`U+246F`), ⑰ (`U+2470`), ⑱ (`U+2471`), ⑲ (`U+2472`), ⑴ (`U+2474`), ⑽ (`U+247D`), ⑾ (`U+247E`), ⑿ (`U+247F`), ⒀ (`U+2480`), ⒁ (`U+2481`), ⒂ (`U+2482`), ⒃ (`U+2483`), ⒄ (`U+2484`), ⒅ (`U+2485`), ⒆ (`U+2486`), ⒈ (`U+2488`), ⒑ (`U+2491`), ⒒ (`U+2492`), ⒓ (`U+2493`), ⒔ (`U+2494`), ⒕ (`U+2495`), ⒖ (`U+2496`), ⒗ (`U+2497`), ⒘ (`U+2498`), ⒙ (`U+2499`), ⒚ (`U+249A`), ⓫ (`U+24EB`), ⓬ (`U+24EC`), ⓭ (`U+24ED`), ⓮ (`U+24EE`), ⓯ (`U+24EF`), ⓰ (`U+24F0`), ⓱ (`U+24F1`), ⓲ (`U+24F2`), ⓳ (`U+24F3`), ⓵ (`U+24F5`), ⓾ (`U+24FE`), ❶ (`U+2776`), ❿ (`U+277F`), ➀ (`U+2780`), ➉ (`U+2789`), ➊ (`U+278A`), ➓ (`U+2793`), ㉑ (`U+3251`), ㉛ (`U+325B`), ㊶ (`U+32B6`), 𜳱 (`U+1CCF1`), 𝟏 (`U+1D7CF`), 𝟣 (`U+1D7E3`), 𝟭 (`U+1D7ED`), 𝟷 (`U+1D7F7`), 🂪 (`U+1F0AA`), 🂺 (`U+1F0BA`), 🃊 (`U+1F0CA`), 🃚 (`U+1F0DA`), 🄂 (`U+1F102`), 🆠 (`U+1F1A0`), 🆡 (`U+1F1A1`), 🆤 (`U+1F1A4`) + к (`U+043A`), ќ (`U+045C`), қ (`U+049B`), ҝ (`U+049D`), ҟ (`U+049F`), ҡ (`U+04A1`), ӄ (`U+04C4`), ԟ (`U+051F`), ⷦ (`U+2DE6`), 𞀹 (`U+1E039`), 𞁚 (`U+1E05A`) - `cv87`: - 2 (`U+0032`), ² (`U+00B2`), ½ (`U+00BD`), ƻ (`U+01BB`), ₂ (`U+2082`), ⅔ (`U+2154`), ⅖ (`U+2156`), ↊ (`U+218A`), ␒ (`U+2412`), ② (`U+2461`), ⑫ (`U+246B`), ⑳ (`U+2473`), ⑵ (`U+2475`), ⑿ (`U+247F`), ⒇ (`U+2487`), ⒉ (`U+2489`), ⒓ (`U+2493`), ⒛ (`U+249B`), ⓬ (`U+24EC`), ⓴ (`U+24F4`), ⓶ (`U+24F6`), ❷ (`U+2777`), ➁ (`U+2781`), ➋ (`U+278B`), ㉑ (`U+3251`), ㉒ (`U+3252`), ㉓ (`U+3253`), ㉔ (`U+3254`), ㉕ (`U+3255`), ㉖ (`U+3256`), ㉗ (`U+3257`), ㉘ (`U+3258`), ㉙ (`U+3259`), ㉜ (`U+325C`), ㊷ (`U+32B7`), 𜳲 (`U+1CCF2`), 𝟐 (`U+1D7D0`), 𝟤 (`U+1D7E4`), 𝟮 (`U+1D7EE`), 𝟸 (`U+1D7F8`), 🂢 (`U+1F0A2`), 🂲 (`U+1F0B2`), 🃂 (`U+1F0C2`), 🃒 (`U+1F0D2`), 🄃 (`U+1F103`), 🆜 (`U+1F19C`), 🆝 (`U+1F19D`), 🆢 (`U+1F1A2`), 🆤 (`U+1F1A4`) + л (`U+043B`), ԡ (`U+0521`), ⷧ (`U+2DE7`), ꙥ (`U+A665`), 𞀺 (`U+1E03A`), 𞁛 (`U+1E05B`) - `cv88`: - 3 (`U+0033`), ³ (`U+00B3`), ¾ (`U+00BE`), ₃ (`U+2083`), ⅓ (`U+2153`), ⅔ (`U+2154`), ⅗ (`U+2157`), ⅜ (`U+215C`), ↉ (`U+2189`), ↋ (`U+218B`), ∛ (`U+221B`), ␓ (`U+2413`), ③ (`U+2462`), ⑬ (`U+246C`), ⑶ (`U+2476`), ⒀ (`U+2480`), ⒊ (`U+248A`), ⒔ (`U+2494`), ⓭ (`U+24ED`), ⓷ (`U+24F7`), ❸ (`U+2778`), ➂ (`U+2782`), ➌ (`U+278C`), ㉓ (`U+3253`), ㉚ (`U+325A`), ㉛ (`U+325B`), ㉜ (`U+325C`), ㉝ (`U+325D`), ㉞ (`U+325E`), ㉟ (`U+325F`), ㊱ (`U+32B1`), ㊲ (`U+32B2`), ㊳ (`U+32B3`), ㊴ (`U+32B4`), ㊸ (`U+32B8`), 𜳳 (`U+1CCF3`), 𝟑 (`U+1D7D1`), 𝟥 (`U+1D7E5`), 𝟯 (`U+1D7EF`), 𝟹 (`U+1D7F9`), 🂣 (`U+1F0A3`), 🂳 (`U+1F0B3`), 🃃 (`U+1F0C3`), 🃓 (`U+1F0D3`), 🄄 (`U+1F104`), 🆛 (`U+1F19B`) + м (`U+043C`), ӎ (`U+04CE`), ⷨ (`U+2DE8`), ꙧ (`U+A667`), 𞀻 (`U+1E03B`) - `cv89`: - 4 (`U+0034`), ¼ (`U+00BC`), ¾ (`U+00BE`), ⁴ (`U+2074`), ₄ (`U+2084`), ⅘ (`U+2158`), ∜ (`U+221C`), ␔ (`U+2414`), ④ (`U+2463`), ⑭ (`U+246D`), ⑷ (`U+2477`), ⒁ (`U+2481`), ⒋ (`U+248B`), ⒕ (`U+2495`), ⓮ (`U+24EE`), ⓸ (`U+24F8`), ❹ (`U+2779`), ➃ (`U+2783`), ➍ (`U+278D`), ㉔ (`U+3254`), ㉞ (`U+325E`), ㊵ (`U+32B5`), ㊶ (`U+32B6`), ㊷ (`U+32B7`), ㊸ (`U+32B8`), ㊹ (`U+32B9`), ㊺ (`U+32BA`), ㊻ (`U+32BB`), ㊼ (`U+32BC`), ㊽ (`U+32BD`), ㊾ (`U+32BE`), 𜳴 (`U+1CCF4`), 𝟒 (`U+1D7D2`), 𝟦 (`U+1D7E6`), 𝟰 (`U+1D7F0`), 𝟺 (`U+1D7FA`), 🂤 (`U+1F0A4`), 🂴 (`U+1F0B4`), 🃄 (`U+1F0C4`), 🃔 (`U+1F0D4`), 🄅 (`U+1F105`), 🆞 (`U+1F19E`) + н (`U+043D`), њ (`U+045A`), ң (`U+04A3`), ҥ (`U+04A5`), ӈ (`U+04C8`), ӊ (`U+04CA`), ԋ (`U+050B`), ԣ (`U+0523`), ԩ (`U+0529`), ᵸ (`U+1D78`), ⷩ (`U+2DE9`) - `cv90`: - 5 (`U+0035`), Ƽ (`U+01BC`), ƽ (`U+01BD`), ⁵ (`U+2075`), ₅ (`U+2085`), ⅕ (`U+2155`), ⅖ (`U+2156`), ⅗ (`U+2157`), ⅘ (`U+2158`), ⅚ (`U+215A`), ⅝ (`U+215D`), ⑤ (`U+2464`), ⑮ (`U+246E`), ⑸ (`U+2478`), ⒂ (`U+2482`), ⒌ (`U+248C`), ⒖ (`U+2496`), ⓯ (`U+24EF`), ⓹ (`U+24F9`), ❺ (`U+277A`), ➄ (`U+2784`), ➎ (`U+278E`), ㉕ (`U+3255`), ㉟ (`U+325F`), ㊺ (`U+32BA`), ㊿ (`U+32BF`), 𜳵 (`U+1CCF5`), 𝟓 (`U+1D7D3`), 𝟧 (`U+1D7E7`), 𝟱 (`U+1D7F1`), 𝟻 (`U+1D7FB`), 🂥 (`U+1F0A5`), 🂵 (`U+1F0B5`), 🃅 (`U+1F0C5`), 🃕 (`U+1F0D5`), 🄆 (`U+1F106`), 🆠 (`U+1F1A0`) + р (`U+0440`), ҏ (`U+048F`), ԗ (`U+0517`), ⷬ (`U+2DEC`), 𞀾 (`U+1E03E`) - `cv91`: - 6 (`U+0036`), ⁶ (`U+2076`), ₆ (`U+2086`), ⅙ (`U+2159`), ⅚ (`U+215A`), ⑥ (`U+2465`), ⑯ (`U+246F`), ⑹ (`U+2479`), ⒃ (`U+2483`), ⒍ (`U+248D`), ⒗ (`U+2497`), ⓰ (`U+24F0`), ⓺ (`U+24FA`), ❻ (`U+277B`), ➅ (`U+2785`), ➏ (`U+278F`), ㉖ (`U+3256`), ㊱ (`U+32B1`), ㊻ (`U+32BB`), 𜳶 (`U+1CCF6`), 𝟔 (`U+1D7D4`), 𝟨 (`U+1D7E8`), 𝟲 (`U+1D7F2`), 𝟼 (`U+1D7FC`), 🂦 (`U+1F0A6`), 🂶 (`U+1F0B6`), 🃆 (`U+1F0C6`), 🃖 (`U+1F0D6`), 🄇 (`U+1F107`), 🆣 (`U+1F1A3`) + Ў (`U+040E`), У (`U+0423`), Ү (`U+04AE`), Ұ (`U+04B0`), Ӯ (`U+04EE`), Ӱ (`U+04F0`), Ӳ (`U+04F2`) - `cv92`: - 7 (`U+0037`), ⁷ (`U+2077`), ₇ (`U+2087`), ⅐ (`U+2150`), ⅞ (`U+215E`), ⑦ (`U+2466`), ⑰ (`U+2470`), ⑺ (`U+247A`), ⒄ (`U+2484`), ⒎ (`U+248E`), ⒘ (`U+2498`), ⓱ (`U+24F1`), ⓻ (`U+24FB`), ❼ (`U+277C`), ➆ (`U+2786`), ➐ (`U+2790`), ㉗ (`U+3257`), ㊲ (`U+32B2`), ㊼ (`U+32BC`), 𜳷 (`U+1CCF7`), 𝟕 (`U+1D7D5`), 𝟩 (`U+1D7E9`), 𝟳 (`U+1D7F3`), 𝟽 (`U+1D7FD`), 🂧 (`U+1F0A7`), 🂷 (`U+1F0B7`), 🃇 (`U+1F0C7`), 🃗 (`U+1F0D7`), 🄈 (`U+1F108`), 🆡 (`U+1F1A1`) + у (`U+0443`), ў (`U+045E`), Ѹ (`U+0478`), ѹ (`U+0479`), ү (`U+04AF`), ұ (`U+04B1`), ӯ (`U+04EF`), ӱ (`U+04F1`), ӳ (`U+04F3`), ꙷ (`U+A677`), 𞁁 (`U+1E041`), 𞁏 (`U+1E04F`), 𞁟 (`U+1E05F`), 𞁭 (`U+1E06D`) - `cv93`: - 8 (`U+0038`), ⁸ (`U+2078`), ₈ (`U+2088`), ⅛ (`U+215B`), ⅜ (`U+215C`), ⅝ (`U+215D`), ⅞ (`U+215E`), ⑧ (`U+2467`), ⑱ (`U+2471`), ⑻ (`U+247B`), ⒅ (`U+2485`), ⒏ (`U+248F`), ⒙ (`U+2499`), ⓲ (`U+24F2`), ⓼ (`U+24FC`), ❽ (`U+277D`), ➇ (`U+2787`), ➑ (`U+2791`), ㉘ (`U+3258`), ㊳ (`U+32B3`), ㊽ (`U+32BD`), 𜳸 (`U+1CCF8`), 𝟖 (`U+1D7D6`), 𝟪 (`U+1D7EA`), 𝟴 (`U+1D7F4`), 𝟾 (`U+1D7FE`), 🂨 (`U+1F0A8`), 🂸 (`U+1F0B8`), 🃈 (`U+1F0C8`), 🃘 (`U+1F0D8`), 🄉 (`U+1F109`), 🆟 (`U+1F19F`) + ф (`U+0444`), ꚞ (`U+A69E`), 𞁂 (`U+1E042`), 𞁠 (`U+1E060`) - `cv94`: - 9 (`U+0039`), ⁹ (`U+2079`), ₉ (`U+2089`), ⅑ (`U+2151`), ⑨ (`U+2468`), ⑲ (`U+2472`), ⑼ (`U+247C`), ⒆ (`U+2486`), ⒐ (`U+2490`), ⒚ (`U+249A`), ⓳ (`U+24F3`), ⓽ (`U+24FD`), ❾ (`U+277E`), ➈ (`U+2788`), ➒ (`U+2792`), ㉙ (`U+3259`), ㊴ (`U+32B4`), ㊾ (`U+32BE`), 𜳹 (`U+1CCF9`), 𝟗 (`U+1D7D7`), 𝟫 (`U+1D7EB`), 𝟵 (`U+1D7F5`), 𝟿 (`U+1D7FF`), 🂩 (`U+1F0A9`), 🂹 (`U+1F0B9`), 🃉 (`U+1F0C9`), 🃙 (`U+1F0D9`), 🄊 (`U+1F10A`) + ч (`U+0447`), ҹ (`U+04B9`), ӵ (`U+04F5`), ⷱ (`U+2DF1`), ꚇ (`U+A687`), ꚓ (`U+A693`), 𞁅 (`U+1E045`), 𞁣 (`U+1E063`) - `cv95`: - i (`U+0069`), j (`U+006A`), į (`U+012F`), ij (`U+0133`), Lj (`U+01C8`), lj (`U+01C9`), Nj (`U+01CB`), nj (`U+01CC`), ɉ (`U+0249`), ɨ (`U+0268`), ʝ (`U+029D`), ʲ (`U+02B2`), ͥ (`U+0365`), ϳ (`U+03F3`), і (`U+0456`), ј (`U+0458`), ᴉ (`U+1D09`), ᵎ (`U+1D4E`), ᵢ (`U+1D62`), ᶖ (`U+1D96`), ᶤ (`U+1DA4`), ᶨ (`U+1DA8`), ḭ (`U+1E2D`), ị (`U+1ECB`), ⁱ (`U+2071`), ⅰ (`U+2170`), ⅱ (`U+2171`), ⅲ (`U+2172`), ⅳ (`U+2173`), ⅵ (`U+2175`), ⅶ (`U+2176`), ⅷ (`U+2177`), ⅸ (`U+2178`), ⅺ (`U+217A`), ⅻ (`U+217B`), ⒤ (`U+24A4`), ⒥ (`U+24A5`), ⓘ (`U+24D8`), ⓙ (`U+24D9`), ⱼ (`U+2C7C`), 𝐢 (`U+1D422`), 𝐣 (`U+1D423`), 𝑖 (`U+1D456`), 𝑗 (`U+1D457`), 𝒊 (`U+1D48A`), 𝒋 (`U+1D48B`), 𝗂 (`U+1D5C2`), 𝗃 (`U+1D5C3`), 𝗶 (`U+1D5F6`), 𝗷 (`U+1D5F7`), 𝘪 (`U+1D62A`), 𝘫 (`U+1D62B`), 𝙞 (`U+1D65E`), 𝙟 (`U+1D65F`), 𝚒 (`U+1D692`), 𝚓 (`U+1D693`), 𝼚 (`U+1DF1A`), 𞁌 (`U+1E04C`), 𞁍 (`U+1E04D`), 𞁨 (`U+1E068`), 𞂏 (`U+1E08F`) + ƅ (`U+0185`), ъ (`U+044A`), ь (`U+044C`), љ (`U+0459`), њ (`U+045A`), ѣ (`U+0463`), ҍ (`U+048D`), ᲆ (`U+1C86`), ᲇ (`U+1C87`), ⷺ (`U+2DFA`), ꙏ (`U+A64F`), ꙓ (`U+A653`), ꙸ (`U+A678`), ꙺ (`U+A67A`), ꚜ (`U+A69C`), ꚝ (`U+A69D`), ꭠ (`U+AB60`), 𞁥 (`U+1E065`) - `cv96`: - ¨ (`U+00A8`), Ä (`U+00C4`), Ë (`U+00CB`), Ï (`U+00CF`), Ö (`U+00D6`), Ü (`U+00DC`), ä (`U+00E4`), ë (`U+00EB`), ï (`U+00EF`), ö (`U+00F6`), ü (`U+00FC`), ÿ (`U+00FF`), Ċ (`U+010A`), ċ (`U+010B`), ď (`U+010F`), Ė (`U+0116`), ė (`U+0117`), Ġ (`U+0120`), ġ (`U+0121`), Ģ (`U+0122`), ģ (`U+0123`), İ (`U+0130`), Ķ (`U+0136`), ķ (`U+0137`), Ļ (`U+013B`), ļ (`U+013C`), Ľ (`U+013D`), ľ (`U+013E`), Ņ (`U+0145`), ņ (`U+0146`), Ŗ (`U+0156`), ŗ (`U+0157`), ť (`U+0165`), Ÿ (`U+0178`), Ż (`U+017B`), ż (`U+017C`), Ơ (`U+01A0`), ơ (`U+01A1`), Ư (`U+01AF`), ư (`U+01B0`), Ǖ (`U+01D5`), ǖ (`U+01D6`), Ǘ (`U+01D7`), ǘ (`U+01D8`), Ǚ (`U+01D9`), ǚ (`U+01DA`), Ǜ (`U+01DB`), ǜ (`U+01DC`), Ǟ (`U+01DE`), ǟ (`U+01DF`), Ǡ (`U+01E0`), ǡ (`U+01E1`), Ș (`U+0218`), ș (`U+0219`), Ț (`U+021A`), ț (`U+021B`), Ȧ (`U+0226`), ȧ (`U+0227`), Ȫ (`U+022A`), ȫ (`U+022B`), Ȯ (`U+022E`), ȯ (`U+022F`), Ȱ (`U+0230`), ȱ (`U+0231`), ʘ (`U+0298`), ˙ (`U+02D9`), ̇ (`U+0307`), ̈ (`U+0308`), ̐ (`U+0310`), ̒ (`U+0312`), ̓ (`U+0313`), ̔ (`U+0314`), ̕ (`U+0315`), ̛ (`U+031B`), ̣ (`U+0323`), ̤ (`U+0324`), ̦ (`U+0326`), ̓ (`U+0343`), ̈́ (`U+0344`), ͋ (`U+034B`), ͒ (`U+0352`), ͘ (`U+0358`), ͼ (`U+037C`), ͽ (`U+037D`), ΅ (`U+0385`), ΐ (`U+0390`), Ϊ (`U+03AA`), Ϋ (`U+03AB`), ΰ (`U+03B0`), ϊ (`U+03CA`), ϋ (`U+03CB`), ϔ (`U+03D4`), Ͼ (`U+03FE`), Ͽ (`U+03FF`), Ё (`U+0401`), Ї (`U+0407`), ё (`U+0451`), ї (`U+0457`), Ѽ (`U+047C`), ѽ (`U+047D`), ҅ (`U+0485`), ҆ (`U+0486`), Ӓ (`U+04D2`), ӓ (`U+04D3`), Ӛ (`U+04DA`), ӛ (`U+04DB`), Ӝ (`U+04DC`), ӝ (`U+04DD`), Ӟ (`U+04DE`), ӟ (`U+04DF`), Ӥ (`U+04E4`), ӥ (`U+04E5`), Ӧ (`U+04E6`), ӧ (`U+04E7`), Ӫ (`U+04EA`), ӫ (`U+04EB`), Ӭ (`U+04EC`), ӭ (`U+04ED`), Ӱ (`U+04F0`), ӱ (`U+04F1`), Ӵ (`U+04F4`), ӵ (`U+04F5`), Ӹ (`U+04F8`), ӹ (`U+04F9`), ᪱ (`U+1AB1`), ᪴ (`U+1AB4`), ᴞ (`U+1D1E`), ᷲ (`U+1DF2`), ᷳ (`U+1DF3`), ᷴ (`U+1DF4`), ᷸ (`U+1DF8`), ᷺ (`U+1DFA`), Ḃ (`U+1E02`), ḃ (`U+1E03`), Ḅ (`U+1E04`), ḅ (`U+1E05`), Ḋ (`U+1E0A`), ḋ (`U+1E0B`), Ḍ (`U+1E0C`), ḍ (`U+1E0D`), Ḑ (`U+1E10`), ḑ (`U+1E11`), Ḟ (`U+1E1E`), ḟ (`U+1E1F`), Ḣ (`U+1E22`), ḣ (`U+1E23`), Ḥ (`U+1E24`), ḥ (`U+1E25`), Ḧ (`U+1E26`), ḧ (`U+1E27`), Ḯ (`U+1E2E`), ḯ (`U+1E2F`), Ḳ (`U+1E32`), ḳ (`U+1E33`), Ḷ (`U+1E36`), ḷ (`U+1E37`), Ḹ (`U+1E38`), ḹ (`U+1E39`), Ṁ (`U+1E40`), ṁ (`U+1E41`), Ṃ (`U+1E42`), ṃ (`U+1E43`), Ṅ (`U+1E44`), ṅ (`U+1E45`), Ṇ (`U+1E46`), ṇ (`U+1E47`), Ṏ (`U+1E4E`), ṏ (`U+1E4F`), Ṗ (`U+1E56`), ṗ (`U+1E57`), Ṙ (`U+1E58`), ṙ (`U+1E59`), Ṛ (`U+1E5A`), ṛ (`U+1E5B`), Ṝ (`U+1E5C`), ṝ (`U+1E5D`), Ṡ (`U+1E60`), ṡ (`U+1E61`), Ṣ (`U+1E62`), ṣ (`U+1E63`), Ṥ (`U+1E64`), ṥ (`U+1E65`), Ṧ (`U+1E66`), ṧ (`U+1E67`), Ṩ (`U+1E68`), ṩ (`U+1E69`), Ṫ (`U+1E6A`), ṫ (`U+1E6B`), Ṭ (`U+1E6C`), ṭ (`U+1E6D`), Ṳ (`U+1E72`), ṳ (`U+1E73`), Ṻ (`U+1E7A`), ṻ (`U+1E7B`), Ṿ (`U+1E7E`), ṿ (`U+1E7F`), Ẅ (`U+1E84`), ẅ (`U+1E85`), Ẇ (`U+1E86`), ẇ (`U+1E87`), Ẉ (`U+1E88`), ẉ (`U+1E89`), Ẋ (`U+1E8A`), ẋ (`U+1E8B`), Ẍ (`U+1E8C`), ẍ (`U+1E8D`), Ẏ (`U+1E8E`), ẏ (`U+1E8F`), Ẓ (`U+1E92`), ẓ (`U+1E93`), ẗ (`U+1E97`), ẛ (`U+1E9B`), Ạ (`U+1EA0`), ạ (`U+1EA1`), Ậ (`U+1EAC`), ậ (`U+1EAD`), Ặ (`U+1EB6`), ặ (`U+1EB7`), Ẹ (`U+1EB8`), ẹ (`U+1EB9`), Ệ (`U+1EC6`), ệ (`U+1EC7`), Ị (`U+1ECA`), ị (`U+1ECB`), Ọ (`U+1ECC`), ọ (`U+1ECD`), Ộ (`U+1ED8`), ộ (`U+1ED9`), Ớ (`U+1EDA`), ớ (`U+1EDB`), Ờ (`U+1EDC`), ờ (`U+1EDD`), Ở (`U+1EDE`), ở (`U+1EDF`), Ỡ (`U+1EE0`), ỡ (`U+1EE1`), Ợ (`U+1EE2`), ợ (`U+1EE3`), Ụ (`U+1EE4`), ụ (`U+1EE5`), Ứ (`U+1EE8`), ứ (`U+1EE9`), Ừ (`U+1EEA`), ừ (`U+1EEB`), Ử (`U+1EEC`), ử (`U+1EED`), Ữ (`U+1EEE`), ữ (`U+1EEF`), Ự (`U+1EF0`), ự (`U+1EF1`), Ỵ (`U+1EF4`), ỵ (`U+1EF5`), ἀ (`U+1F00`), ἁ (`U+1F01`), ἂ (`U+1F02`), ἃ (`U+1F03`), ἄ (`U+1F04`), ἅ (`U+1F05`), ἆ (`U+1F06`), ἇ (`U+1F07`), Ἀ (`U+1F08`), Ἁ (`U+1F09`), Ἂ (`U+1F0A`), Ἃ (`U+1F0B`), Ἄ (`U+1F0C`), Ἅ (`U+1F0D`), Ἆ (`U+1F0E`), Ἇ (`U+1F0F`), ἐ (`U+1F10`), ἑ (`U+1F11`), ἒ (`U+1F12`), ἓ (`U+1F13`), ἔ (`U+1F14`), ἕ (`U+1F15`), Ἐ (`U+1F18`), Ἑ (`U+1F19`), Ἒ (`U+1F1A`), Ἓ (`U+1F1B`), Ἔ (`U+1F1C`), Ἕ (`U+1F1D`), ἠ (`U+1F20`), ἡ (`U+1F21`), ἢ (`U+1F22`), ἣ (`U+1F23`), ἤ (`U+1F24`), ἥ (`U+1F25`), ἦ (`U+1F26`), ἧ (`U+1F27`), Ἠ (`U+1F28`), Ἡ (`U+1F29`), Ἢ (`U+1F2A`), Ἣ (`U+1F2B`), Ἤ (`U+1F2C`), Ἥ (`U+1F2D`), Ἦ (`U+1F2E`), Ἧ (`U+1F2F`), ἰ (`U+1F30`), ἱ (`U+1F31`), ἲ (`U+1F32`), ἳ (`U+1F33`), ἴ (`U+1F34`), ἵ (`U+1F35`), ἶ (`U+1F36`), ἷ (`U+1F37`), Ἰ (`U+1F38`), Ἱ (`U+1F39`), Ἲ (`U+1F3A`), Ἳ (`U+1F3B`), Ἴ (`U+1F3C`), Ἵ (`U+1F3D`), Ἶ (`U+1F3E`), Ἷ (`U+1F3F`), ὀ (`U+1F40`), ὁ (`U+1F41`), ὂ (`U+1F42`), ὃ (`U+1F43`), ὄ (`U+1F44`), ὅ (`U+1F45`), Ὀ (`U+1F48`), Ὁ (`U+1F49`), Ὂ (`U+1F4A`), Ὃ (`U+1F4B`), Ὄ (`U+1F4C`), Ὅ (`U+1F4D`), ὐ (`U+1F50`), ὑ (`U+1F51`), ὒ (`U+1F52`), ὓ (`U+1F53`), ὔ (`U+1F54`), ὕ (`U+1F55`), ὖ (`U+1F56`), ὗ (`U+1F57`), Ὑ (`U+1F59`), Ὓ (`U+1F5B`), Ὕ (`U+1F5D`), Ὗ (`U+1F5F`), ὠ (`U+1F60`), ὡ (`U+1F61`), ὢ (`U+1F62`), ὣ (`U+1F63`), ὤ (`U+1F64`), ὥ (`U+1F65`), ὦ (`U+1F66`), ὧ (`U+1F67`), Ὠ (`U+1F68`), Ὡ (`U+1F69`), Ὢ (`U+1F6A`), Ὣ (`U+1F6B`), Ὤ (`U+1F6C`), Ὥ (`U+1F6D`), Ὦ (`U+1F6E`), Ὧ (`U+1F6F`), ᾀ (`U+1F80`), ᾁ (`U+1F81`), ᾂ (`U+1F82`), ᾃ (`U+1F83`), ᾄ (`U+1F84`), ᾅ (`U+1F85`), ᾆ (`U+1F86`), ᾇ (`U+1F87`), ᾈ (`U+1F88`), ᾉ (`U+1F89`), ᾊ (`U+1F8A`), ᾋ (`U+1F8B`), ᾌ (`U+1F8C`), ᾍ (`U+1F8D`), ᾎ (`U+1F8E`), ᾏ (`U+1F8F`), ᾐ (`U+1F90`), ᾑ (`U+1F91`), ᾒ (`U+1F92`), ᾓ (`U+1F93`), ᾔ (`U+1F94`), ᾕ (`U+1F95`), ᾖ (`U+1F96`), ᾗ (`U+1F97`), ᾘ (`U+1F98`), ᾙ (`U+1F99`), ᾚ (`U+1F9A`), ᾛ (`U+1F9B`), ᾜ (`U+1F9C`), ᾝ (`U+1F9D`), ᾞ (`U+1F9E`), ᾟ (`U+1F9F`), ᾠ (`U+1FA0`), ᾡ (`U+1FA1`), ᾢ (`U+1FA2`), ᾣ (`U+1FA3`), ᾤ (`U+1FA4`), ᾥ (`U+1FA5`), ᾦ (`U+1FA6`), ᾧ (`U+1FA7`), ᾨ (`U+1FA8`), ᾩ (`U+1FA9`), ᾪ (`U+1FAA`), ᾫ (`U+1FAB`), ᾬ (`U+1FAC`), ᾭ (`U+1FAD`), ᾮ (`U+1FAE`), ᾯ (`U+1FAF`), ᾽ (`U+1FBD`), ᾿ (`U+1FBF`), ῁ (`U+1FC1`), ῍ (`U+1FCD`), ῎ (`U+1FCE`), ῏ (`U+1FCF`), ῒ (`U+1FD2`), ΐ (`U+1FD3`), ῗ (`U+1FD7`), ῝ (`U+1FDD`), ῞ (`U+1FDE`), ῟ (`U+1FDF`), ῢ (`U+1FE2`), ΰ (`U+1FE3`), ῤ (`U+1FE4`), ῥ (`U+1FE5`), ῧ (`U+1FE7`), Ῥ (`U+1FEC`), ῭ (`U+1FED`), ΅ (`U+1FEE`), ῾ (`U+1FFE`), ⃛ (`U+20DB`), ⃜ (`U+20DC`), ⃨ (`U+20E8`), ⍡ (`U+2361`), ⍢ (`U+2362`), ⍣ (`U+2363`), ⍤ (`U+2364`), ⍥ (`U+2365`), ⍨ (`U+2368`), ⍩ (`U+2369`), ⸚ (`U+2E1A`), ⹈ (`U+2E48`), Ꙩ (`U+A668`), ꙩ (`U+A669`), Ꙫ (`U+A66A`), ꙫ (`U+A66B`), Ꙭ (`U+A66C`), ꙭ (`U+A66D`), ꙮ (`U+A66E`), ꙶ (`U+A676`), ꜗ (`U+A717`), ꜘ (`U+A718`), ꜙ (`U+A719`), Ꜿ (`U+A73E`), ꜿ (`U+A73F`), 𐞵 (`U+107B5`) + ы (`U+044B`), ӹ (`U+04F9`), ꙑ (`U+A651`), ꙕ (`U+A655`), ꙹ (`U+A679`), 𞁇 (`U+1E047`), 𞁦 (`U+1E066`), 𞁬 (`U+1E06C`) - `cv97`: - \! (`U+0021`), ' (`U+0027`), , (`U+002C`), \. (`U+002E`), : (`U+003A`), ; (`U+003B`), ? (`U+003F`), \` (`U+0060`), ¡ (`U+00A1`), · (`U+00B7`), ¿ (`U+00BF`), ÷ (`U+00F7`), Ŀ (`U+013F`), ŀ (`U+0140`), ʼn (`U+0149`), ǃ (`U+01C3`), ʻ (`U+02BB`), ʼ (`U+02BC`), ʽ (`U+02BD`), ˮ (`U+02EE`), ˸ (`U+02F8`), ; (`U+037E`), · (`U+0387`), ჻ (`U+10FB`), ‘ (`U+2018`), ’ (`U+2019`), ‚ (`U+201A`), ‛ (`U+201B`), “ (`U+201C`), ” (`U+201D`), „ (`U+201E`), ‟ (`U+201F`), ․ (`U+2024`), ‥ (`U+2025`), … (`U+2026`), ‧ (`U+2027`), ※ (`U+203B`), ‼ (`U+203C`), ‽ (`U+203D`), ⁇ (`U+2047`), ⁈ (`U+2048`), ⁉ (`U+2049`), ⁏ (`U+204F`), ⁒ (`U+2052`), ⁖ (`U+2056`), ⁘ (`U+2058`), ⁙ (`U+2059`), ⁚ (`U+205A`), ⁛ (`U+205B`), ⁜ (`U+205C`), ⁝ (`U+205D`), ⁞ (`U+205E`), ∔ (`U+2214`), ∴ (`U+2234`), ∵ (`U+2235`), ∶ (`U+2236`), ∷ (`U+2237`), ∸ (`U+2238`), ∹ (`U+2239`), ∺ (`U+223A`), ∻ (`U+223B`), ≐ (`U+2250`), ≑ (`U+2251`), ≒ (`U+2252`), ≓ (`U+2253`), ≔ (`U+2254`), ≕ (`U+2255`), ≟ (`U+225F`), ⊍ (`U+228D`), ⊙ (`U+2299`), ⊡ (`U+22A1`), ⋅ (`U+22C5`), ⋇ (`U+22C7`), ⋖ (`U+22D6`), ⋗ (`U+22D7`), ⋮ (`U+22EE`), ⋯ (`U+22EF`), ⋰ (`U+22F0`), ⋱ (`U+22F1`), ⋵ (`U+22F5`), ⌹ (`U+2339`), ⍠ (`U+2360`), ⍪ (`U+236A`), ⍮ (`U+236E`), ⍰ (`U+2370`), ⍿ (`U+237F`), ␦ (`U+2426`), ⒈ (`U+2488`), ⒉ (`U+2489`), ⒊ (`U+248A`), ⒋ (`U+248B`), ⒌ (`U+248C`), ⒍ (`U+248D`), ⒎ (`U+248E`), ⒏ (`U+248F`), ⒐ (`U+2490`), ⒑ (`U+2491`), ⒒ (`U+2492`), ⒓ (`U+2493`), ⒔ (`U+2494`), ⒕ (`U+2495`), ⒖ (`U+2496`), ⒗ (`U+2497`), ⒘ (`U+2498`), ⒙ (`U+2499`), ⒚ (`U+249A`), ⒛ (`U+249B`), ⟓ (`U+27D3`), ⟔ (`U+27D4`), ⦙ (`U+2999`), ⦼ (`U+29BC`), ⧴ (`U+29F4`), ⨀ (`U+2A00`), ⨒ (`U+2A12`), ⨓ (`U+2A13`), ⨔ (`U+2A14`), ⨕ (`U+2A15`), ⨥ (`U+2A25`), ⨪ (`U+2A2A`), ⨫ (`U+2A2B`), ⨬ (`U+2A2C`), ⨰ (`U+2A30`), ⨸ (`U+2A38`), ⩀ (`U+2A40`), ⩦ (`U+2A66`), ⩧ (`U+2A67`), ⩪ (`U+2A6A`), ⩫ (`U+2A6B`), ⩭ (`U+2A6D`), ⩿ (`U+2A7F`), ⪀ (`U+2A80`), ⪗ (`U+2A97`), ⪘ (`U+2A98`), ⪽ (`U+2ABD`), ⪾ (`U+2ABE`), ⫶ (`U+2AF6`), ⸓ (`U+2E13`), ⸘ (`U+2E18`), ⸞ (`U+2E1E`), ⸟ (`U+2E1F`), ⸪ (`U+2E2A`), ⸫ (`U+2E2B`), ⸬ (`U+2E2C`), ⸭ (`U+2E2D`), ⸮ (`U+2E2E`), ⸱ (`U+2E31`), ⸲ (`U+2E32`), ⸳ (`U+2E33`), ⸴ (`U+2E34`), ⸵ (`U+2E35`), ⹁ (`U+2E41`), ⹂ (`U+2E42`), ⹉ (`U+2E49`), ⹊ (`U+2E4A`), ꜝ (`U+A71D`), ꜞ (`U+A71E`), ꜟ (`U+A71F`), ꞉ (`U+A789`), ꞏ (`U+A78F`), � (`U+FFFD`), 𐞹 (`U+107B9`), 𝼊 (`U+1DF0A`), 🄀 (`U+1F100`), 🄁 (`U+1F101`), 🄂 (`U+1F102`), 🄃 (`U+1F103`), 🄄 (`U+1F104`), 🄅 (`U+1F105`), 🄆 (`U+1F106`), 🄇 (`U+1F107`), 🄈 (`U+1F108`), 🄉 (`U+1F109`), 🄊 (`U+1F10A`), 🆙 (`U+1F199`), 🆠 (`U+1F1A0`), 🆡 (`U+1F1A1`), 🆢 (`U+1F1A2`), 🯄 (`U+1FBC4`) + Ə (`U+018F`), Є (`U+0404`), Э (`U+042D`), Ѥ (`U+0464`), Ә (`U+04D8`), Ӛ (`U+04DA`), Ӭ (`U+04EC`), € (`U+20AC`), ℈ (`U+2108`) - `cv98`: - ~ (`U+007E`) + ə (`U+0259`), ɚ (`U+025A`), э (`U+044D`), є (`U+0454`), ѥ (`U+0465`), ә (`U+04D9`), ӛ (`U+04DB`), ӭ (`U+04ED`), ᵊ (`U+1D4A`), ᶕ (`U+1D95`), ᷪ (`U+1DEA`), ₔ (`U+2094`), ꙴ (`U+A674`), ꚟ (`U+A69F`), 𞁈 (`U+1E048`), 𞁋 (`U+1E04B`) - `cv99`: - \* (`U+002A`), ͙ (`U+0359`), ⁂ (`U+2042`), ⁎ (`U+204E`), ⁑ (`U+2051`), ⁕ (`U+2055`), ⃰ (`U+20F0`), ∗ (`U+2217`), ⊛ (`U+229B`), ⧆ (`U+29C6`), ⩮ (`U+2A6E`) + Я (`U+042F`), Ԙ (`U+0518`) + +- `VAAA`: + + я (`U+044F`), ԙ (`U+0519`) + +- `VDAA`: + + i (`U+0069`), j (`U+006A`), į (`U+012F`), ij (`U+0133`), Lj (`U+01C8`), lj (`U+01C9`), Nj (`U+01CB`), nj (`U+01CC`), ɉ (`U+0249`), ɨ (`U+0268`), ʝ (`U+029D`), ʲ (`U+02B2`), ͥ (`U+0365`), ϳ (`U+03F3`), і (`U+0456`), ј (`U+0458`), ᴉ (`U+1D09`), ᵎ (`U+1D4E`), ᵢ (`U+1D62`), ᶖ (`U+1D96`), ᶤ (`U+1DA4`), ᶨ (`U+1DA8`), ḭ (`U+1E2D`), ị (`U+1ECB`), ⁱ (`U+2071`), ⅰ (`U+2170`), ⅱ (`U+2171`), ⅲ (`U+2172`), ⅳ (`U+2173`), ⅵ (`U+2175`), ⅶ (`U+2176`), ⅷ (`U+2177`), ⅸ (`U+2178`), ⅺ (`U+217A`), ⅻ (`U+217B`), ⒤ (`U+24A4`), ⒥ (`U+24A5`), ⓘ (`U+24D8`), ⓙ (`U+24D9`), ⱼ (`U+2C7C`), 𝐢 (`U+1D422`), 𝐣 (`U+1D423`), 𝑖 (`U+1D456`), 𝑗 (`U+1D457`), 𝒊 (`U+1D48A`), 𝒋 (`U+1D48B`), 𝗂 (`U+1D5C2`), 𝗃 (`U+1D5C3`), 𝗶 (`U+1D5F6`), 𝗷 (`U+1D5F7`), 𝘪 (`U+1D62A`), 𝘫 (`U+1D62B`), 𝙞 (`U+1D65E`), 𝙟 (`U+1D65F`), 𝚒 (`U+1D692`), 𝚓 (`U+1D693`), 𝼚 (`U+1DF1A`), 𞁌 (`U+1E04C`), 𞁍 (`U+1E04D`), 𞁨 (`U+1E068`), 𞂏 (`U+1E08F`) + +- `VDAB`: + + ¨ (`U+00A8`), Ä (`U+00C4`), Ë (`U+00CB`), Ï (`U+00CF`), Ö (`U+00D6`), Ü (`U+00DC`), ä (`U+00E4`), ë (`U+00EB`), ï (`U+00EF`), ö (`U+00F6`), ü (`U+00FC`), ÿ (`U+00FF`), Ċ (`U+010A`), ċ (`U+010B`), ď (`U+010F`), Ė (`U+0116`), ė (`U+0117`), Ġ (`U+0120`), ġ (`U+0121`), Ģ (`U+0122`), ģ (`U+0123`), İ (`U+0130`), Ķ (`U+0136`), ķ (`U+0137`), Ļ (`U+013B`), ļ (`U+013C`), Ľ (`U+013D`), ľ (`U+013E`), Ņ (`U+0145`), ņ (`U+0146`), Ŗ (`U+0156`), ŗ (`U+0157`), ť (`U+0165`), Ÿ (`U+0178`), Ż (`U+017B`), ż (`U+017C`), Ơ (`U+01A0`), ơ (`U+01A1`), Ư (`U+01AF`), ư (`U+01B0`), Ǖ (`U+01D5`), ǖ (`U+01D6`), Ǘ (`U+01D7`), ǘ (`U+01D8`), Ǚ (`U+01D9`), ǚ (`U+01DA`), Ǜ (`U+01DB`), ǜ (`U+01DC`), Ǟ (`U+01DE`), ǟ (`U+01DF`), Ǡ (`U+01E0`), ǡ (`U+01E1`), Ș (`U+0218`), ș (`U+0219`), Ț (`U+021A`), ț (`U+021B`), Ȧ (`U+0226`), ȧ (`U+0227`), Ȫ (`U+022A`), ȫ (`U+022B`), Ȯ (`U+022E`), ȯ (`U+022F`), Ȱ (`U+0230`), ȱ (`U+0231`), ʘ (`U+0298`), ˙ (`U+02D9`), ̇ (`U+0307`), ̈ (`U+0308`), ̐ (`U+0310`), ̒ (`U+0312`), ̓ (`U+0313`), ̔ (`U+0314`), ̕ (`U+0315`), ̛ (`U+031B`), ̣ (`U+0323`), ̤ (`U+0324`), ̦ (`U+0326`), ̓ (`U+0343`), ̈́ (`U+0344`), ͋ (`U+034B`), ͒ (`U+0352`), ͘ (`U+0358`), ͼ (`U+037C`), ͽ (`U+037D`), ΅ (`U+0385`), ΐ (`U+0390`), Ϊ (`U+03AA`), Ϋ (`U+03AB`), ΰ (`U+03B0`), ϊ (`U+03CA`), ϋ (`U+03CB`), ϔ (`U+03D4`), Ͼ (`U+03FE`), Ͽ (`U+03FF`), Ё (`U+0401`), Ї (`U+0407`), ё (`U+0451`), ї (`U+0457`), Ѽ (`U+047C`), ѽ (`U+047D`), ҅ (`U+0485`), ҆ (`U+0486`), Ӓ (`U+04D2`), ӓ (`U+04D3`), Ӛ (`U+04DA`), ӛ (`U+04DB`), Ӝ (`U+04DC`), ӝ (`U+04DD`), Ӟ (`U+04DE`), ӟ (`U+04DF`), Ӥ (`U+04E4`), ӥ (`U+04E5`), Ӧ (`U+04E6`), ӧ (`U+04E7`), Ӫ (`U+04EA`), ӫ (`U+04EB`), Ӭ (`U+04EC`), ӭ (`U+04ED`), Ӱ (`U+04F0`), ӱ (`U+04F1`), Ӵ (`U+04F4`), ӵ (`U+04F5`), Ӹ (`U+04F8`), ӹ (`U+04F9`), ᪱ (`U+1AB1`), ᪴ (`U+1AB4`), ᴞ (`U+1D1E`), ᷲ (`U+1DF2`), ᷳ (`U+1DF3`), ᷴ (`U+1DF4`), ᷸ (`U+1DF8`), ᷺ (`U+1DFA`), Ḃ (`U+1E02`), ḃ (`U+1E03`), Ḅ (`U+1E04`), ḅ (`U+1E05`), Ḋ (`U+1E0A`), ḋ (`U+1E0B`), Ḍ (`U+1E0C`), ḍ (`U+1E0D`), Ḑ (`U+1E10`), ḑ (`U+1E11`), Ḟ (`U+1E1E`), ḟ (`U+1E1F`), Ḣ (`U+1E22`), ḣ (`U+1E23`), Ḥ (`U+1E24`), ḥ (`U+1E25`), Ḧ (`U+1E26`), ḧ (`U+1E27`), Ḯ (`U+1E2E`), ḯ (`U+1E2F`), Ḳ (`U+1E32`), ḳ (`U+1E33`), Ḷ (`U+1E36`), ḷ (`U+1E37`), Ḹ (`U+1E38`), ḹ (`U+1E39`), Ṁ (`U+1E40`), ṁ (`U+1E41`), Ṃ (`U+1E42`), ṃ (`U+1E43`), Ṅ (`U+1E44`), ṅ (`U+1E45`), Ṇ (`U+1E46`), ṇ (`U+1E47`), Ṏ (`U+1E4E`), ṏ (`U+1E4F`), Ṗ (`U+1E56`), ṗ (`U+1E57`), Ṙ (`U+1E58`), ṙ (`U+1E59`), Ṛ (`U+1E5A`), ṛ (`U+1E5B`), Ṝ (`U+1E5C`), ṝ (`U+1E5D`), Ṡ (`U+1E60`), ṡ (`U+1E61`), Ṣ (`U+1E62`), ṣ (`U+1E63`), Ṥ (`U+1E64`), ṥ (`U+1E65`), Ṧ (`U+1E66`), ṧ (`U+1E67`), Ṩ (`U+1E68`), ṩ (`U+1E69`), Ṫ (`U+1E6A`), ṫ (`U+1E6B`), Ṭ (`U+1E6C`), ṭ (`U+1E6D`), Ṳ (`U+1E72`), ṳ (`U+1E73`), Ṻ (`U+1E7A`), ṻ (`U+1E7B`), Ṿ (`U+1E7E`), ṿ (`U+1E7F`), Ẅ (`U+1E84`), ẅ (`U+1E85`), Ẇ (`U+1E86`), ẇ (`U+1E87`), Ẉ (`U+1E88`), ẉ (`U+1E89`), Ẋ (`U+1E8A`), ẋ (`U+1E8B`), Ẍ (`U+1E8C`), ẍ (`U+1E8D`), Ẏ (`U+1E8E`), ẏ (`U+1E8F`), Ẓ (`U+1E92`), ẓ (`U+1E93`), ẗ (`U+1E97`), ẛ (`U+1E9B`), Ạ (`U+1EA0`), ạ (`U+1EA1`), Ậ (`U+1EAC`), ậ (`U+1EAD`), Ặ (`U+1EB6`), ặ (`U+1EB7`), Ẹ (`U+1EB8`), ẹ (`U+1EB9`), Ệ (`U+1EC6`), ệ (`U+1EC7`), Ị (`U+1ECA`), ị (`U+1ECB`), Ọ (`U+1ECC`), ọ (`U+1ECD`), Ộ (`U+1ED8`), ộ (`U+1ED9`), Ớ (`U+1EDA`), ớ (`U+1EDB`), Ờ (`U+1EDC`), ờ (`U+1EDD`), Ở (`U+1EDE`), ở (`U+1EDF`), Ỡ (`U+1EE0`), ỡ (`U+1EE1`), Ợ (`U+1EE2`), ợ (`U+1EE3`), Ụ (`U+1EE4`), ụ (`U+1EE5`), Ứ (`U+1EE8`), ứ (`U+1EE9`), Ừ (`U+1EEA`), ừ (`U+1EEB`), Ử (`U+1EEC`), ử (`U+1EED`), Ữ (`U+1EEE`), ữ (`U+1EEF`), Ự (`U+1EF0`), ự (`U+1EF1`), Ỵ (`U+1EF4`), ỵ (`U+1EF5`), ἀ (`U+1F00`), ἁ (`U+1F01`), ἂ (`U+1F02`), ἃ (`U+1F03`), ἄ (`U+1F04`), ἅ (`U+1F05`), ἆ (`U+1F06`), ἇ (`U+1F07`), Ἀ (`U+1F08`), Ἁ (`U+1F09`), Ἂ (`U+1F0A`), Ἃ (`U+1F0B`), Ἄ (`U+1F0C`), Ἅ (`U+1F0D`), Ἆ (`U+1F0E`), Ἇ (`U+1F0F`), ἐ (`U+1F10`), ἑ (`U+1F11`), ἒ (`U+1F12`), ἓ (`U+1F13`), ἔ (`U+1F14`), ἕ (`U+1F15`), Ἐ (`U+1F18`), Ἑ (`U+1F19`), Ἒ (`U+1F1A`), Ἓ (`U+1F1B`), Ἔ (`U+1F1C`), Ἕ (`U+1F1D`), ἠ (`U+1F20`), ἡ (`U+1F21`), ἢ (`U+1F22`), ἣ (`U+1F23`), ἤ (`U+1F24`), ἥ (`U+1F25`), ἦ (`U+1F26`), ἧ (`U+1F27`), Ἠ (`U+1F28`), Ἡ (`U+1F29`), Ἢ (`U+1F2A`), Ἣ (`U+1F2B`), Ἤ (`U+1F2C`), Ἥ (`U+1F2D`), Ἦ (`U+1F2E`), Ἧ (`U+1F2F`), ἰ (`U+1F30`), ἱ (`U+1F31`), ἲ (`U+1F32`), ἳ (`U+1F33`), ἴ (`U+1F34`), ἵ (`U+1F35`), ἶ (`U+1F36`), ἷ (`U+1F37`), Ἰ (`U+1F38`), Ἱ (`U+1F39`), Ἲ (`U+1F3A`), Ἳ (`U+1F3B`), Ἴ (`U+1F3C`), Ἵ (`U+1F3D`), Ἶ (`U+1F3E`), Ἷ (`U+1F3F`), ὀ (`U+1F40`), ὁ (`U+1F41`), ὂ (`U+1F42`), ὃ (`U+1F43`), ὄ (`U+1F44`), ὅ (`U+1F45`), Ὀ (`U+1F48`), Ὁ (`U+1F49`), Ὂ (`U+1F4A`), Ὃ (`U+1F4B`), Ὄ (`U+1F4C`), Ὅ (`U+1F4D`), ὐ (`U+1F50`), ὑ (`U+1F51`), ὒ (`U+1F52`), ὓ (`U+1F53`), ὔ (`U+1F54`), ὕ (`U+1F55`), ὖ (`U+1F56`), ὗ (`U+1F57`), Ὑ (`U+1F59`), Ὓ (`U+1F5B`), Ὕ (`U+1F5D`), Ὗ (`U+1F5F`), ὠ (`U+1F60`), ὡ (`U+1F61`), ὢ (`U+1F62`), ὣ (`U+1F63`), ὤ (`U+1F64`), ὥ (`U+1F65`), ὦ (`U+1F66`), ὧ (`U+1F67`), Ὠ (`U+1F68`), Ὡ (`U+1F69`), Ὢ (`U+1F6A`), Ὣ (`U+1F6B`), Ὤ (`U+1F6C`), Ὥ (`U+1F6D`), Ὦ (`U+1F6E`), Ὧ (`U+1F6F`), ᾀ (`U+1F80`), ᾁ (`U+1F81`), ᾂ (`U+1F82`), ᾃ (`U+1F83`), ᾄ (`U+1F84`), ᾅ (`U+1F85`), ᾆ (`U+1F86`), ᾇ (`U+1F87`), ᾈ (`U+1F88`), ᾉ (`U+1F89`), ᾊ (`U+1F8A`), ᾋ (`U+1F8B`), ᾌ (`U+1F8C`), ᾍ (`U+1F8D`), ᾎ (`U+1F8E`), ᾏ (`U+1F8F`), ᾐ (`U+1F90`), ᾑ (`U+1F91`), ᾒ (`U+1F92`), ᾓ (`U+1F93`), ᾔ (`U+1F94`), ᾕ (`U+1F95`), ᾖ (`U+1F96`), ᾗ (`U+1F97`), ᾘ (`U+1F98`), ᾙ (`U+1F99`), ᾚ (`U+1F9A`), ᾛ (`U+1F9B`), ᾜ (`U+1F9C`), ᾝ (`U+1F9D`), ᾞ (`U+1F9E`), ᾟ (`U+1F9F`), ᾠ (`U+1FA0`), ᾡ (`U+1FA1`), ᾢ (`U+1FA2`), ᾣ (`U+1FA3`), ᾤ (`U+1FA4`), ᾥ (`U+1FA5`), ᾦ (`U+1FA6`), ᾧ (`U+1FA7`), ᾨ (`U+1FA8`), ᾩ (`U+1FA9`), ᾪ (`U+1FAA`), ᾫ (`U+1FAB`), ᾬ (`U+1FAC`), ᾭ (`U+1FAD`), ᾮ (`U+1FAE`), ᾯ (`U+1FAF`), ᾽ (`U+1FBD`), ᾿ (`U+1FBF`), ῁ (`U+1FC1`), ῍ (`U+1FCD`), ῎ (`U+1FCE`), ῏ (`U+1FCF`), ῒ (`U+1FD2`), ΐ (`U+1FD3`), ῗ (`U+1FD7`), ῝ (`U+1FDD`), ῞ (`U+1FDE`), ῟ (`U+1FDF`), ῢ (`U+1FE2`), ΰ (`U+1FE3`), ῤ (`U+1FE4`), ῥ (`U+1FE5`), ῧ (`U+1FE7`), Ῥ (`U+1FEC`), ῭ (`U+1FED`), ΅ (`U+1FEE`), ῾ (`U+1FFE`), ⃛ (`U+20DB`), ⃜ (`U+20DC`), ⃨ (`U+20E8`), ⍡ (`U+2361`), ⍢ (`U+2362`), ⍣ (`U+2363`), ⍤ (`U+2364`), ⍥ (`U+2365`), ⍨ (`U+2368`), ⍩ (`U+2369`), ⸚ (`U+2E1A`), ⹈ (`U+2E48`), Ꙩ (`U+A668`), ꙩ (`U+A669`), Ꙫ (`U+A66A`), ꙫ (`U+A66B`), Ꙭ (`U+A66C`), ꙭ (`U+A66D`), ꙮ (`U+A66E`), ꙶ (`U+A676`), ꜗ (`U+A717`), ꜘ (`U+A718`), ꜙ (`U+A719`), Ꜿ (`U+A73E`), ꜿ (`U+A73F`), 𐞵 (`U+107B5`) + +- `VDAC`: + + \! (`U+0021`), ' (`U+0027`), , (`U+002C`), \. (`U+002E`), : (`U+003A`), ; (`U+003B`), ? (`U+003F`), \` (`U+0060`), ¡ (`U+00A1`), · (`U+00B7`), ¿ (`U+00BF`), ÷ (`U+00F7`), Ŀ (`U+013F`), ŀ (`U+0140`), ʼn (`U+0149`), ǃ (`U+01C3`), ʻ (`U+02BB`), ʼ (`U+02BC`), ʽ (`U+02BD`), ˮ (`U+02EE`), ˸ (`U+02F8`), ; (`U+037E`), · (`U+0387`), ჻ (`U+10FB`), ‘ (`U+2018`), ’ (`U+2019`), ‚ (`U+201A`), ‛ (`U+201B`), “ (`U+201C`), ” (`U+201D`), „ (`U+201E`), ‟ (`U+201F`), ․ (`U+2024`), ‥ (`U+2025`), … (`U+2026`), ‧ (`U+2027`), ※ (`U+203B`), ‼ (`U+203C`), ‽ (`U+203D`), ⁇ (`U+2047`), ⁈ (`U+2048`), ⁉ (`U+2049`), ⁏ (`U+204F`), ⁒ (`U+2052`), ⁖ (`U+2056`), ⁘ (`U+2058`), ⁙ (`U+2059`), ⁚ (`U+205A`), ⁛ (`U+205B`), ⁜ (`U+205C`), ⁝ (`U+205D`), ⁞ (`U+205E`), ∔ (`U+2214`), ∴ (`U+2234`), ∵ (`U+2235`), ∶ (`U+2236`), ∷ (`U+2237`), ∸ (`U+2238`), ∹ (`U+2239`), ∺ (`U+223A`), ∻ (`U+223B`), ≐ (`U+2250`), ≑ (`U+2251`), ≒ (`U+2252`), ≓ (`U+2253`), ≔ (`U+2254`), ≕ (`U+2255`), ≟ (`U+225F`), ⊍ (`U+228D`), ⊙ (`U+2299`), ⊡ (`U+22A1`), ⋅ (`U+22C5`), ⋇ (`U+22C7`), ⋖ (`U+22D6`), ⋗ (`U+22D7`), ⋮ (`U+22EE`), ⋯ (`U+22EF`), ⋰ (`U+22F0`), ⋱ (`U+22F1`), ⋵ (`U+22F5`), ⌹ (`U+2339`), ⍠ (`U+2360`), ⍪ (`U+236A`), ⍮ (`U+236E`), ⍰ (`U+2370`), ⍿ (`U+237F`), ␦ (`U+2426`), ⒈ (`U+2488`), ⒉ (`U+2489`), ⒊ (`U+248A`), ⒋ (`U+248B`), ⒌ (`U+248C`), ⒍ (`U+248D`), ⒎ (`U+248E`), ⒏ (`U+248F`), ⒐ (`U+2490`), ⒑ (`U+2491`), ⒒ (`U+2492`), ⒓ (`U+2493`), ⒔ (`U+2494`), ⒕ (`U+2495`), ⒖ (`U+2496`), ⒗ (`U+2497`), ⒘ (`U+2498`), ⒙ (`U+2499`), ⒚ (`U+249A`), ⒛ (`U+249B`), ⟓ (`U+27D3`), ⟔ (`U+27D4`), ⦙ (`U+2999`), ⦼ (`U+29BC`), ⧴ (`U+29F4`), ⨀ (`U+2A00`), ⨒ (`U+2A12`), ⨓ (`U+2A13`), ⨔ (`U+2A14`), ⨕ (`U+2A15`), ⨥ (`U+2A25`), ⨪ (`U+2A2A`), ⨫ (`U+2A2B`), ⨬ (`U+2A2C`), ⨰ (`U+2A30`), ⨸ (`U+2A38`), ⩀ (`U+2A40`), ⩦ (`U+2A66`), ⩧ (`U+2A67`), ⩪ (`U+2A6A`), ⩫ (`U+2A6B`), ⩭ (`U+2A6D`), ⩿ (`U+2A7F`), ⪀ (`U+2A80`), ⪗ (`U+2A97`), ⪘ (`U+2A98`), ⪽ (`U+2ABD`), ⪾ (`U+2ABE`), ⫶ (`U+2AF6`), ⸓ (`U+2E13`), ⸘ (`U+2E18`), ⸞ (`U+2E1E`), ⸟ (`U+2E1F`), ⸪ (`U+2E2A`), ⸫ (`U+2E2B`), ⸬ (`U+2E2C`), ⸭ (`U+2E2D`), ⸮ (`U+2E2E`), ⸱ (`U+2E31`), ⸲ (`U+2E32`), ⸳ (`U+2E33`), ⸴ (`U+2E34`), ⸵ (`U+2E35`), ⹁ (`U+2E41`), ⹂ (`U+2E42`), ⹉ (`U+2E49`), ⹊ (`U+2E4A`), ꜝ (`U+A71D`), ꜞ (`U+A71E`), ꜟ (`U+A71F`), ꞉ (`U+A789`), ꞏ (`U+A78F`), � (`U+FFFD`), 𐞹 (`U+107B9`), 𝼊 (`U+1DF0A`), 🄀 (`U+1F100`), 🄁 (`U+1F101`), 🄂 (`U+1F102`), 🄃 (`U+1F103`), 🄄 (`U+1F104`), 🄅 (`U+1F105`), 🄆 (`U+1F106`), 🄇 (`U+1F107`), 🄈 (`U+1F108`), 🄉 (`U+1F109`), 🄊 (`U+1F10A`), 🆙 (`U+1F199`), 🆠 (`U+1F1A0`), 🆡 (`U+1F1A1`), 🆢 (`U+1F1A2`), 🯄 (`U+1FBC4`) + +- `VDAD`: + + ⠁ (`U+2801`), ⠂ (`U+2802`), ⠃ (`U+2803`), ⠄ (`U+2804`), ⠅ (`U+2805`), ⠆ (`U+2806`), ⠇ (`U+2807`), ⠈ (`U+2808`), ⠉ (`U+2809`), ⠊ (`U+280A`), ⠋ (`U+280B`), ⠌ (`U+280C`), ⠍ (`U+280D`), ⠎ (`U+280E`), ⠏ (`U+280F`), ⠐ (`U+2810`), ⠑ (`U+2811`), ⠒ (`U+2812`), ⠓ (`U+2813`), ⠔ (`U+2814`), ⠕ (`U+2815`), ⠖ (`U+2816`), ⠗ (`U+2817`), ⠘ (`U+2818`), ⠙ (`U+2819`), ⠚ (`U+281A`), ⠛ (`U+281B`), ⠜ (`U+281C`), ⠝ (`U+281D`), ⠞ (`U+281E`), ⠟ (`U+281F`), ⠠ (`U+2820`), ⠡ (`U+2821`), ⠢ (`U+2822`), ⠣ (`U+2823`), ⠤ (`U+2824`), ⠥ (`U+2825`), ⠦ (`U+2826`), ⠧ (`U+2827`), ⠨ (`U+2828`), ⠩ (`U+2829`), ⠪ (`U+282A`), ⠫ (`U+282B`), ⠬ (`U+282C`), ⠭ (`U+282D`), ⠮ (`U+282E`), ⠯ (`U+282F`), ⠰ (`U+2830`), ⠱ (`U+2831`), ⠲ (`U+2832`), ⠳ (`U+2833`), ⠴ (`U+2834`), ⠵ (`U+2835`), ⠶ (`U+2836`), ⠷ (`U+2837`), ⠸ (`U+2838`), ⠹ (`U+2839`), ⠺ (`U+283A`), ⠻ (`U+283B`), ⠼ (`U+283C`), ⠽ (`U+283D`), ⠾ (`U+283E`), ⠿ (`U+283F`), ⡀ (`U+2840`), ⡁ (`U+2841`), ⡂ (`U+2842`), ⡃ (`U+2843`), ⡄ (`U+2844`), ⡅ (`U+2845`), ⡆ (`U+2846`), ⡇ (`U+2847`), ⡈ (`U+2848`), ⡉ (`U+2849`), ⡊ (`U+284A`), ⡋ (`U+284B`), ⡌ (`U+284C`), ⡍ (`U+284D`), ⡎ (`U+284E`), ⡏ (`U+284F`), ⡐ (`U+2850`), ⡑ (`U+2851`), ⡒ (`U+2852`), ⡓ (`U+2853`), ⡔ (`U+2854`), ⡕ (`U+2855`), ⡖ (`U+2856`), ⡗ (`U+2857`), ⡘ (`U+2858`), ⡙ (`U+2859`), ⡚ (`U+285A`), ⡛ (`U+285B`), ⡜ (`U+285C`), ⡝ (`U+285D`), ⡞ (`U+285E`), ⡟ (`U+285F`), ⡠ (`U+2860`), ⡡ (`U+2861`), ⡢ (`U+2862`), ⡣ (`U+2863`), ⡤ (`U+2864`), ⡥ (`U+2865`), ⡦ (`U+2866`), ⡧ (`U+2867`), ⡨ (`U+2868`), ⡩ (`U+2869`), ⡪ (`U+286A`), ⡫ (`U+286B`), ⡬ (`U+286C`), ⡭ (`U+286D`), ⡮ (`U+286E`), ⡯ (`U+286F`), ⡰ (`U+2870`), ⡱ (`U+2871`), ⡲ (`U+2872`), ⡳ (`U+2873`), ⡴ (`U+2874`), ⡵ (`U+2875`), ⡶ (`U+2876`), ⡷ (`U+2877`), ⡸ (`U+2878`), ⡹ (`U+2879`), ⡺ (`U+287A`), ⡻ (`U+287B`), ⡼ (`U+287C`), ⡽ (`U+287D`), ⡾ (`U+287E`), ⡿ (`U+287F`), ⢀ (`U+2880`), ⢁ (`U+2881`), ⢂ (`U+2882`), ⢃ (`U+2883`), ⢄ (`U+2884`), ⢅ (`U+2885`), ⢆ (`U+2886`), ⢇ (`U+2887`), ⢈ (`U+2888`), ⢉ (`U+2889`), ⢊ (`U+288A`), ⢋ (`U+288B`), ⢌ (`U+288C`), ⢍ (`U+288D`), ⢎ (`U+288E`), ⢏ (`U+288F`), ⢐ (`U+2890`), ⢑ (`U+2891`), ⢒ (`U+2892`), ⢓ (`U+2893`), ⢔ (`U+2894`), ⢕ (`U+2895`), ⢖ (`U+2896`), ⢗ (`U+2897`), ⢘ (`U+2898`), ⢙ (`U+2899`), ⢚ (`U+289A`), ⢛ (`U+289B`), ⢜ (`U+289C`), ⢝ (`U+289D`), ⢞ (`U+289E`), ⢟ (`U+289F`), ⢠ (`U+28A0`), ⢡ (`U+28A1`), ⢢ (`U+28A2`), ⢣ (`U+28A3`), ⢤ (`U+28A4`), ⢥ (`U+28A5`), ⢦ (`U+28A6`), ⢧ (`U+28A7`), ⢨ (`U+28A8`), ⢩ (`U+28A9`), ⢪ (`U+28AA`), ⢫ (`U+28AB`), ⢬ (`U+28AC`), ⢭ (`U+28AD`), ⢮ (`U+28AE`), ⢯ (`U+28AF`), ⢰ (`U+28B0`), ⢱ (`U+28B1`), ⢲ (`U+28B2`), ⢳ (`U+28B3`), ⢴ (`U+28B4`), ⢵ (`U+28B5`), ⢶ (`U+28B6`), ⢷ (`U+28B7`), ⢸ (`U+28B8`), ⢹ (`U+28B9`), ⢺ (`U+28BA`), ⢻ (`U+28BB`), ⢼ (`U+28BC`), ⢽ (`U+28BD`), ⢾ (`U+28BE`), ⢿ (`U+28BF`), ⣀ (`U+28C0`), ⣁ (`U+28C1`), ⣂ (`U+28C2`), ⣃ (`U+28C3`), ⣄ (`U+28C4`), ⣅ (`U+28C5`), ⣆ (`U+28C6`), ⣇ (`U+28C7`), ⣈ (`U+28C8`), ⣉ (`U+28C9`), ⣊ (`U+28CA`), ⣋ (`U+28CB`), ⣌ (`U+28CC`), ⣍ (`U+28CD`), ⣎ (`U+28CE`), ⣏ (`U+28CF`), ⣐ (`U+28D0`), ⣑ (`U+28D1`), ⣒ (`U+28D2`), ⣓ (`U+28D3`), ⣔ (`U+28D4`), ⣕ (`U+28D5`), ⣖ (`U+28D6`), ⣗ (`U+28D7`), ⣘ (`U+28D8`), ⣙ (`U+28D9`), ⣚ (`U+28DA`), ⣛ (`U+28DB`), ⣜ (`U+28DC`), ⣝ (`U+28DD`), ⣞ (`U+28DE`), ⣟ (`U+28DF`), ⣠ (`U+28E0`), ⣡ (`U+28E1`), ⣢ (`U+28E2`), ⣣ (`U+28E3`), ⣤ (`U+28E4`), ⣥ (`U+28E5`), ⣦ (`U+28E6`), ⣧ (`U+28E7`), ⣨ (`U+28E8`), ⣩ (`U+28E9`), ⣪ (`U+28EA`), ⣫ (`U+28EB`), ⣬ (`U+28EC`), ⣭ (`U+28ED`), ⣮ (`U+28EE`), ⣯ (`U+28EF`), ⣰ (`U+28F0`), ⣱ (`U+28F1`), ⣲ (`U+28F2`), ⣳ (`U+28F3`), ⣴ (`U+28F4`), ⣵ (`U+28F5`), ⣶ (`U+28F6`), ⣷ (`U+28F7`), ⣸ (`U+28F8`), ⣹ (`U+28F9`), ⣺ (`U+28FA`), ⣻ (`U+28FB`), ⣼ (`U+28FC`), ⣽ (`U+28FD`), ⣾ (`U+28FE`), ⣿ (`U+28FF`) - `VSAA`: - \_ (`U+005F`), ‗ (`U+2017`), ⍽ (`U+237D`), ␣ (`U+2423`) + ~ (`U+007E`) - `VSAB`: - ^ (`U+005E`) + \* (`U+002A`), ͙ (`U+0359`), ⁂ (`U+2042`), ⁎ (`U+204E`), ⁑ (`U+2051`), ⁕ (`U+2055`), ⃰ (`U+20F0`), ∗ (`U+2217`), ⊛ (`U+229B`), ⧆ (`U+29C6`), ⩮ (`U+2A6E`) - `VSAC`: - \` (`U+0060`) + \_ (`U+005F`), ‗ (`U+2017`), ⍽ (`U+237D`), ␣ (`U+2423`) - `VSAD`: - ' (`U+0027`) + ^ (`U+005E`) - `VSAE`: - \( (`U+0028`), \) (`U+0029`), ⁽ (`U+207D`), ⁾ (`U+207E`), ₍ (`U+208D`), ₎ (`U+208E`), ⸨ (`U+2E28`), ⸩ (`U+2E29`) + \` (`U+0060`) - `VSAF`: - \{ (`U+007B`), \} (`U+007D`), ⦃ (`U+2983`), ⦄ (`U+2984`) + ' (`U+0027`) - `VSAG`: - « (`U+00AB`), » (`U+00BB`), ‹ (`U+2039`), › (`U+203A`) + \( (`U+0028`), \) (`U+0029`), ⁽ (`U+207D`), ⁾ (`U+207E`), ₍ (`U+208D`), ₎ (`U+208E`), ⸨ (`U+2E28`), ⸩ (`U+2E29`) - `VSAH`: - \# (`U+0023`), ᫆ (`U+1AC6`) + \{ (`U+007B`), \} (`U+007D`), ⦃ (`U+2983`), ⦄ (`U+2984`) - `VSAI`: - & (`U+0026`), ⅋ (`U+214B`) + « (`U+00AB`), » (`U+00BB`), ‹ (`U+2039`), › (`U+203A`) - `VSAJ`: - @ (`U+0040`) + \# (`U+0023`), ᫆ (`U+1AC6`) - `VSAK`: - $ (`U+0024`), 🄏 (`U+1F10F`) + & (`U+0026`), ⅋ (`U+214B`) - `VSAL`: - ¢ (`U+00A2`) + @ (`U+0040`) - `VSAM`: - % (`U+0025`), ‰ (`U+2030`), ‱ (`U+2031`) + $ (`U+0024`), 🄏 (`U+1F10F`) + +- `VSAN`: + + ¢ (`U+00A2`) - `VSAO`: - ? (`U+003F`), ¿ (`U+00BF`), ‽ (`U+203D`), ⁇ (`U+2047`), ⁈ (`U+2048`), ⁉ (`U+2049`), ≟ (`U+225F`), ⍰ (`U+2370`), ␦ (`U+2426`), ⸘ (`U+2E18`), ⸮ (`U+2E2E`), � (`U+FFFD`), 🯄 (`U+1FBC4`) - -- `VSAP`: - - ¶ (`U+00B6`), ⁋ (`U+204B`) + % (`U+0025`), ‰ (`U+2030`), ‱ (`U+2031`) - `VSAQ`: - ∂ (`U+2202`), 𝛛 (`U+1D6DB`), 𝜕 (`U+1D715`), 𝝏 (`U+1D74F`), 𝞉 (`U+1D789`), 𝟃 (`U+1D7C3`) + ? (`U+003F`), ¿ (`U+00BF`), ‽ (`U+203D`), ⁇ (`U+2047`), ⁈ (`U+2048`), ⁉ (`U+2049`), ≟ (`U+225F`), ⍰ (`U+2370`), ␦ (`U+2426`), ⸘ (`U+2E18`), ⸮ (`U+2E2E`), � (`U+FFFD`), 🯄 (`U+1FBC4`) - `VSAR`: + ¶ (`U+00B6`), ⁋ (`U+204B`) + +- `VSAS`: + + ∂ (`U+2202`), 𝛛 (`U+1D6DB`), 𝜕 (`U+1D715`), 𝝏 (`U+1D74F`), 𝞉 (`U+1D789`), 𝟃 (`U+1D7C3`) + +- `VSAT`: + µ (`U+00B5`) -- `VXAA`: - - Ə (`U+018F`), Є (`U+0404`), Э (`U+042D`), Ѥ (`U+0464`), Ә (`U+04D8`), Ӛ (`U+04DA`), Ӭ (`U+04EC`), € (`U+20AC`), ℈ (`U+2108`) - -- `VXAB`: - - ə (`U+0259`), ɚ (`U+025A`), э (`U+044D`), є (`U+0454`), ѥ (`U+0465`), ә (`U+04D9`), ӛ (`U+04DB`), ӭ (`U+04ED`), ᵊ (`U+1D4A`), ᶕ (`U+1D95`), ᷪ (`U+1DEA`), ₔ (`U+2094`), ꙴ (`U+A674`), ꚟ (`U+A69F`), 𞁈 (`U+1E048`), 𞁋 (`U+1E04B`) - -- `VXAC`: - - ẞ (`U+1E9E`) - -- `VXAD`: - - Þ (`U+00DE`), Ƿ (`U+01F7`), Ꝥ (`U+A764`), Ꝧ (`U+A766`) - -- `VXAE`: - - ⠁ (`U+2801`), ⠂ (`U+2802`), ⠃ (`U+2803`), ⠄ (`U+2804`), ⠅ (`U+2805`), ⠆ (`U+2806`), ⠇ (`U+2807`), ⠈ (`U+2808`), ⠉ (`U+2809`), ⠊ (`U+280A`), ⠋ (`U+280B`), ⠌ (`U+280C`), ⠍ (`U+280D`), ⠎ (`U+280E`), ⠏ (`U+280F`), ⠐ (`U+2810`), ⠑ (`U+2811`), ⠒ (`U+2812`), ⠓ (`U+2813`), ⠔ (`U+2814`), ⠕ (`U+2815`), ⠖ (`U+2816`), ⠗ (`U+2817`), ⠘ (`U+2818`), ⠙ (`U+2819`), ⠚ (`U+281A`), ⠛ (`U+281B`), ⠜ (`U+281C`), ⠝ (`U+281D`), ⠞ (`U+281E`), ⠟ (`U+281F`), ⠠ (`U+2820`), ⠡ (`U+2821`), ⠢ (`U+2822`), ⠣ (`U+2823`), ⠤ (`U+2824`), ⠥ (`U+2825`), ⠦ (`U+2826`), ⠧ (`U+2827`), ⠨ (`U+2828`), ⠩ (`U+2829`), ⠪ (`U+282A`), ⠫ (`U+282B`), ⠬ (`U+282C`), ⠭ (`U+282D`), ⠮ (`U+282E`), ⠯ (`U+282F`), ⠰ (`U+2830`), ⠱ (`U+2831`), ⠲ (`U+2832`), ⠳ (`U+2833`), ⠴ (`U+2834`), ⠵ (`U+2835`), ⠶ (`U+2836`), ⠷ (`U+2837`), ⠸ (`U+2838`), ⠹ (`U+2839`), ⠺ (`U+283A`), ⠻ (`U+283B`), ⠼ (`U+283C`), ⠽ (`U+283D`), ⠾ (`U+283E`), ⠿ (`U+283F`), ⡀ (`U+2840`), ⡁ (`U+2841`), ⡂ (`U+2842`), ⡃ (`U+2843`), ⡄ (`U+2844`), ⡅ (`U+2845`), ⡆ (`U+2846`), ⡇ (`U+2847`), ⡈ (`U+2848`), ⡉ (`U+2849`), ⡊ (`U+284A`), ⡋ (`U+284B`), ⡌ (`U+284C`), ⡍ (`U+284D`), ⡎ (`U+284E`), ⡏ (`U+284F`), ⡐ (`U+2850`), ⡑ (`U+2851`), ⡒ (`U+2852`), ⡓ (`U+2853`), ⡔ (`U+2854`), ⡕ (`U+2855`), ⡖ (`U+2856`), ⡗ (`U+2857`), ⡘ (`U+2858`), ⡙ (`U+2859`), ⡚ (`U+285A`), ⡛ (`U+285B`), ⡜ (`U+285C`), ⡝ (`U+285D`), ⡞ (`U+285E`), ⡟ (`U+285F`), ⡠ (`U+2860`), ⡡ (`U+2861`), ⡢ (`U+2862`), ⡣ (`U+2863`), ⡤ (`U+2864`), ⡥ (`U+2865`), ⡦ (`U+2866`), ⡧ (`U+2867`), ⡨ (`U+2868`), ⡩ (`U+2869`), ⡪ (`U+286A`), ⡫ (`U+286B`), ⡬ (`U+286C`), ⡭ (`U+286D`), ⡮ (`U+286E`), ⡯ (`U+286F`), ⡰ (`U+2870`), ⡱ (`U+2871`), ⡲ (`U+2872`), ⡳ (`U+2873`), ⡴ (`U+2874`), ⡵ (`U+2875`), ⡶ (`U+2876`), ⡷ (`U+2877`), ⡸ (`U+2878`), ⡹ (`U+2879`), ⡺ (`U+287A`), ⡻ (`U+287B`), ⡼ (`U+287C`), ⡽ (`U+287D`), ⡾ (`U+287E`), ⡿ (`U+287F`), ⢀ (`U+2880`), ⢁ (`U+2881`), ⢂ (`U+2882`), ⢃ (`U+2883`), ⢄ (`U+2884`), ⢅ (`U+2885`), ⢆ (`U+2886`), ⢇ (`U+2887`), ⢈ (`U+2888`), ⢉ (`U+2889`), ⢊ (`U+288A`), ⢋ (`U+288B`), ⢌ (`U+288C`), ⢍ (`U+288D`), ⢎ (`U+288E`), ⢏ (`U+288F`), ⢐ (`U+2890`), ⢑ (`U+2891`), ⢒ (`U+2892`), ⢓ (`U+2893`), ⢔ (`U+2894`), ⢕ (`U+2895`), ⢖ (`U+2896`), ⢗ (`U+2897`), ⢘ (`U+2898`), ⢙ (`U+2899`), ⢚ (`U+289A`), ⢛ (`U+289B`), ⢜ (`U+289C`), ⢝ (`U+289D`), ⢞ (`U+289E`), ⢟ (`U+289F`), ⢠ (`U+28A0`), ⢡ (`U+28A1`), ⢢ (`U+28A2`), ⢣ (`U+28A3`), ⢤ (`U+28A4`), ⢥ (`U+28A5`), ⢦ (`U+28A6`), ⢧ (`U+28A7`), ⢨ (`U+28A8`), ⢩ (`U+28A9`), ⢪ (`U+28AA`), ⢫ (`U+28AB`), ⢬ (`U+28AC`), ⢭ (`U+28AD`), ⢮ (`U+28AE`), ⢯ (`U+28AF`), ⢰ (`U+28B0`), ⢱ (`U+28B1`), ⢲ (`U+28B2`), ⢳ (`U+28B3`), ⢴ (`U+28B4`), ⢵ (`U+28B5`), ⢶ (`U+28B6`), ⢷ (`U+28B7`), ⢸ (`U+28B8`), ⢹ (`U+28B9`), ⢺ (`U+28BA`), ⢻ (`U+28BB`), ⢼ (`U+28BC`), ⢽ (`U+28BD`), ⢾ (`U+28BE`), ⢿ (`U+28BF`), ⣀ (`U+28C0`), ⣁ (`U+28C1`), ⣂ (`U+28C2`), ⣃ (`U+28C3`), ⣄ (`U+28C4`), ⣅ (`U+28C5`), ⣆ (`U+28C6`), ⣇ (`U+28C7`), ⣈ (`U+28C8`), ⣉ (`U+28C9`), ⣊ (`U+28CA`), ⣋ (`U+28CB`), ⣌ (`U+28CC`), ⣍ (`U+28CD`), ⣎ (`U+28CE`), ⣏ (`U+28CF`), ⣐ (`U+28D0`), ⣑ (`U+28D1`), ⣒ (`U+28D2`), ⣓ (`U+28D3`), ⣔ (`U+28D4`), ⣕ (`U+28D5`), ⣖ (`U+28D6`), ⣗ (`U+28D7`), ⣘ (`U+28D8`), ⣙ (`U+28D9`), ⣚ (`U+28DA`), ⣛ (`U+28DB`), ⣜ (`U+28DC`), ⣝ (`U+28DD`), ⣞ (`U+28DE`), ⣟ (`U+28DF`), ⣠ (`U+28E0`), ⣡ (`U+28E1`), ⣢ (`U+28E2`), ⣣ (`U+28E3`), ⣤ (`U+28E4`), ⣥ (`U+28E5`), ⣦ (`U+28E6`), ⣧ (`U+28E7`), ⣨ (`U+28E8`), ⣩ (`U+28E9`), ⣪ (`U+28EA`), ⣫ (`U+28EB`), ⣬ (`U+28EC`), ⣭ (`U+28ED`), ⣮ (`U+28EE`), ⣯ (`U+28EF`), ⣰ (`U+28F0`), ⣱ (`U+28F1`), ⣲ (`U+28F2`), ⣳ (`U+28F3`), ⣴ (`U+28F4`), ⣵ (`U+28F5`), ⣶ (`U+28F6`), ⣷ (`U+28F7`), ⣸ (`U+28F8`), ⣹ (`U+28F9`), ⣺ (`U+28FA`), ⣻ (`U+28FB`), ⣼ (`U+28FC`), ⣽ (`U+28FD`), ⣾ (`U+28FE`), ⣿ (`U+28FF`) - ### Italic CV influences - `cv01`: - A (`U+0041`), À (`U+00C0`), Á (`U+00C1`),  (`U+00C2`), à (`U+00C3`), Ä (`U+00C4`), Å (`U+00C5`), Æ (`U+00C6`), Ā (`U+0100`), Ă (`U+0102`), Ą (`U+0104`), Ǎ (`U+01CD`), Ǟ (`U+01DE`), Ǡ (`U+01E0`), Ǣ (`U+01E2`), Ǻ (`U+01FA`), Ǽ (`U+01FC`), Ȁ (`U+0200`), Ȃ (`U+0202`), Ȧ (`U+0226`), Ⱥ (`U+023A`), Ά (`U+0386`), Α (`U+0391`), А (`U+0410`), Ӑ (`U+04D0`), Ӓ (`U+04D2`), Ӕ (`U+04D4`), ᴀ (`U+1D00`), ᴁ (`U+1D01`), ᴬ (`U+1D2C`), ᴭ (`U+1D2D`), Ḁ (`U+1E00`), Ạ (`U+1EA0`), Ả (`U+1EA2`), Ấ (`U+1EA4`), Ầ (`U+1EA6`), Ẩ (`U+1EA8`), Ẫ (`U+1EAA`), Ậ (`U+1EAC`), Ắ (`U+1EAE`), Ằ (`U+1EB0`), Ẳ (`U+1EB2`), Ẵ (`U+1EB4`), Ặ (`U+1EB6`), Ἀ (`U+1F08`), Ἁ (`U+1F09`), Ἂ (`U+1F0A`), Ἃ (`U+1F0B`), Ἄ (`U+1F0C`), Ἅ (`U+1F0D`), Ἆ (`U+1F0E`), Ἇ (`U+1F0F`), ᾈ (`U+1F88`), ᾉ (`U+1F89`), ᾊ (`U+1F8A`), ᾋ (`U+1F8B`), ᾌ (`U+1F8C`), ᾍ (`U+1F8D`), ᾎ (`U+1F8E`), ᾏ (`U+1F8F`), Ᾰ (`U+1FB8`), Ᾱ (`U+1FB9`), Ὰ (`U+1FBA`), Ά (`U+1FBB`), ᾼ (`U+1FBC`), ₳ (`U+20B3`), Å (`U+212B`), ℻ (`U+213B`), ⅍ (`U+214D`), ␆ (`U+2406`), ␕ (`U+2415`), ␘ (`U+2418`), Ⓐ (`U+24B6`), Ɐ (`U+2C6F`), Ꙗ (`U+A656`), Ꜳ (`U+A732`), Ꜵ (`U+A734`), Ꜷ (`U+A736`), Ꞻ (`U+A7BA`), 𐞀 (`U+10780`), 𜳖 (`U+1CCD6`), 𝐀 (`U+1D400`), 𝐴 (`U+1D434`), 𝑨 (`U+1D468`), 𝖠 (`U+1D5A0`), 𝗔 (`U+1D5D4`), 𝘈 (`U+1D608`), 𝘼 (`U+1D63C`), 𝙰 (`U+1D670`), 𝚨 (`U+1D6A8`), 𝛢 (`U+1D6E2`), 𝜜 (`U+1D71C`), 𝝖 (`U+1D756`), 𝞐 (`U+1D790`), 🂡 (`U+1F0A1`), 🂱 (`U+1F0B1`), 🃁 (`U+1F0C1`), 🃑 (`U+1F0D1`), 🄐 (`U+1F110`), 🄰 (`U+1F130`), 🅐 (`U+1F150`), 🅰 (`U+1F170`), 🆌 (`U+1F18C`), 🆍 (`U+1F18D`), 🆎 (`U+1F18E`), 🇦 (`U+1F1E6`) + 1 (`U+0031`), ¹ (`U+00B9`), ¼ (`U+00BC`), ½ (`U+00BD`), ₁ (`U+2081`), ⅐ (`U+2150`), ⅑ (`U+2151`), ⅒ (`U+2152`), ⅓ (`U+2153`), ⅕ (`U+2155`), ⅙ (`U+2159`), ⅛ (`U+215B`), ⅟ (`U+215F`), ⏨ (`U+23E8`), ␑ (`U+2411`), ① (`U+2460`), ⑩ (`U+2469`), ⑪ (`U+246A`), ⑫ (`U+246B`), ⑬ (`U+246C`), ⑭ (`U+246D`), ⑮ (`U+246E`), ⑯ (`U+246F`), ⑰ (`U+2470`), ⑱ (`U+2471`), ⑲ (`U+2472`), ⑴ (`U+2474`), ⑽ (`U+247D`), ⑾ (`U+247E`), ⑿ (`U+247F`), ⒀ (`U+2480`), ⒁ (`U+2481`), ⒂ (`U+2482`), ⒃ (`U+2483`), ⒄ (`U+2484`), ⒅ (`U+2485`), ⒆ (`U+2486`), ⒈ (`U+2488`), ⒑ (`U+2491`), ⒒ (`U+2492`), ⒓ (`U+2493`), ⒔ (`U+2494`), ⒕ (`U+2495`), ⒖ (`U+2496`), ⒗ (`U+2497`), ⒘ (`U+2498`), ⒙ (`U+2499`), ⒚ (`U+249A`), ⓫ (`U+24EB`), ⓬ (`U+24EC`), ⓭ (`U+24ED`), ⓮ (`U+24EE`), ⓯ (`U+24EF`), ⓰ (`U+24F0`), ⓱ (`U+24F1`), ⓲ (`U+24F2`), ⓳ (`U+24F3`), ⓵ (`U+24F5`), ⓾ (`U+24FE`), ❶ (`U+2776`), ❿ (`U+277F`), ➀ (`U+2780`), ➉ (`U+2789`), ➊ (`U+278A`), ➓ (`U+2793`), ㉑ (`U+3251`), ㉛ (`U+325B`), ㊶ (`U+32B6`), 𜳱 (`U+1CCF1`), 𝟏 (`U+1D7CF`), 𝟣 (`U+1D7E3`), 𝟭 (`U+1D7ED`), 𝟷 (`U+1D7F7`), 🂪 (`U+1F0AA`), 🂺 (`U+1F0BA`), 🃊 (`U+1F0CA`), 🃚 (`U+1F0DA`), 🄂 (`U+1F102`), 🆠 (`U+1F1A0`), 🆡 (`U+1F1A1`), 🆤 (`U+1F1A4`) - `cv02`: - B (`U+0042`), Ɓ (`U+0181`), Ƀ (`U+0243`), ʙ (`U+0299`), Β (`U+0392`), В (`U+0412`), ฿ (`U+0E3F`), ᴃ (`U+1D03`), ᴮ (`U+1D2E`), ᴯ (`U+1D2F`), Ḃ (`U+1E02`), Ḅ (`U+1E04`), Ḇ (`U+1E06`), ₿ (`U+20BF`), ␇ (`U+2407`), ␈ (`U+2408`), ␗ (`U+2417`), ␚ (`U+241A`), Ⓑ (`U+24B7`), Ꞵ (`U+A7B4`),  (`U+FFFC`), 𐞄 (`U+10784`), 𜳗 (`U+1CCD7`), 𝐁 (`U+1D401`), 𝐵 (`U+1D435`), 𝑩 (`U+1D469`), 𝖡 (`U+1D5A1`), 𝗕 (`U+1D5D5`), 𝘉 (`U+1D609`), 𝘽 (`U+1D63D`), 𝙱 (`U+1D671`), 𝚩 (`U+1D6A9`), 𝛣 (`U+1D6E3`), 𝜝 (`U+1D71D`), 𝝗 (`U+1D757`), 𝞑 (`U+1D791`), 🄑 (`U+1F111`), 🄱 (`U+1F131`), 🅑 (`U+1F151`), 🅱 (`U+1F171`), 🆎 (`U+1F18E`), 🇧 (`U+1F1E7`) + 2 (`U+0032`), ² (`U+00B2`), ½ (`U+00BD`), ƻ (`U+01BB`), ₂ (`U+2082`), ⅔ (`U+2154`), ⅖ (`U+2156`), ↊ (`U+218A`), ␒ (`U+2412`), ② (`U+2461`), ⑫ (`U+246B`), ⑳ (`U+2473`), ⑵ (`U+2475`), ⑿ (`U+247F`), ⒇ (`U+2487`), ⒉ (`U+2489`), ⒓ (`U+2493`), ⒛ (`U+249B`), ⓬ (`U+24EC`), ⓴ (`U+24F4`), ⓶ (`U+24F6`), ❷ (`U+2777`), ➁ (`U+2781`), ➋ (`U+278B`), ㉑ (`U+3251`), ㉒ (`U+3252`), ㉓ (`U+3253`), ㉔ (`U+3254`), ㉕ (`U+3255`), ㉖ (`U+3256`), ㉗ (`U+3257`), ㉘ (`U+3258`), ㉙ (`U+3259`), ㉜ (`U+325C`), ㊷ (`U+32B7`), 𜳲 (`U+1CCF2`), 𝟐 (`U+1D7D0`), 𝟤 (`U+1D7E4`), 𝟮 (`U+1D7EE`), 𝟸 (`U+1D7F8`), 🂢 (`U+1F0A2`), 🂲 (`U+1F0B2`), 🃂 (`U+1F0C2`), 🃒 (`U+1F0D2`), 🄃 (`U+1F103`), 🆜 (`U+1F19C`), 🆝 (`U+1F19D`), 🆢 (`U+1F1A2`), 🆤 (`U+1F1A4`) - `cv03`: - C (`U+0043`), © (`U+00A9`), Ç (`U+00C7`), Ć (`U+0106`), Ĉ (`U+0108`), Ċ (`U+010A`), Č (`U+010C`), Ɔ (`U+0186`), Ƈ (`U+0187`), Ȼ (`U+023B`), Ϲ (`U+03F9`), Ͻ (`U+03FD`), Ͼ (`U+03FE`), Ͽ (`U+03FF`), С (`U+0421`), Ҁ (`U+0480`), Ҫ (`U+04AA`), Ҽ (`U+04BC`), Ҿ (`U+04BE`), Ԍ (`U+050C`), ᴄ (`U+1D04`), ᴐ (`U+1D10`), Ḉ (`U+1E08`), ₡ (`U+20A1`), ₵ (`U+20B5`), ℃ (`U+2103`), Ⅽ (`U+216D`), Ↄ (`U+2183`), ↅ (`U+2185`), ␆ (`U+2406`), ␍ (`U+240D`), ␑ (`U+2411`), ␒ (`U+2412`), ␓ (`U+2413`), ␔ (`U+2414`), ␘ (`U+2418`), ␛ (`U+241B`), Ⓒ (`U+24B8`), Ꜿ (`U+A73E`), Ꞓ (`U+A792`), Ꞔ (`U+A7C4`), ꟲ (`U+A7F2`),  (`U+E0A3`), 𜳘 (`U+1CCD8`), 𝐂 (`U+1D402`), 𝐶 (`U+1D436`), 𝑪 (`U+1D46A`), 𝖢 (`U+1D5A2`), 𝗖 (`U+1D5D6`), 𝘊 (`U+1D60A`), 𝘾 (`U+1D63E`), 𝙲 (`U+1D672`), 🂬 (`U+1F0AC`), 🂼 (`U+1F0BC`), 🃌 (`U+1F0CC`), 🃜 (`U+1F0DC`), 🄒 (`U+1F112`), 🄫 (`U+1F12B`), 🄭 (`U+1F12D`), 🄯 (`U+1F12F`), 🄲 (`U+1F132`), 🅏 (`U+1F14F`), 🅒 (`U+1F152`), 🅪 (`U+1F16A`), 🅭 (`U+1F16D`), 🅮 (`U+1F16E`), 🅲 (`U+1F172`), 🆋 (`U+1F18B`), 🆏 (`U+1F18F`), 🆑 (`U+1F191`), 🆒 (`U+1F192`), 🆜 (`U+1F19C`), 🆦 (`U+1F1A6`), 🇨 (`U+1F1E8`) + 3 (`U+0033`), ³ (`U+00B3`), ¾ (`U+00BE`), ₃ (`U+2083`), ⅓ (`U+2153`), ⅔ (`U+2154`), ⅗ (`U+2157`), ⅜ (`U+215C`), ↉ (`U+2189`), ↋ (`U+218B`), ∛ (`U+221B`), ␓ (`U+2413`), ③ (`U+2462`), ⑬ (`U+246C`), ⑶ (`U+2476`), ⒀ (`U+2480`), ⒊ (`U+248A`), ⒔ (`U+2494`), ⓭ (`U+24ED`), ⓷ (`U+24F7`), ❸ (`U+2778`), ➂ (`U+2782`), ➌ (`U+278C`), ㉓ (`U+3253`), ㉚ (`U+325A`), ㉛ (`U+325B`), ㉜ (`U+325C`), ㉝ (`U+325D`), ㉞ (`U+325E`), ㉟ (`U+325F`), ㊱ (`U+32B1`), ㊲ (`U+32B2`), ㊳ (`U+32B3`), ㊴ (`U+32B4`), ㊸ (`U+32B8`), 𜳳 (`U+1CCF3`), 𝟑 (`U+1D7D1`), 𝟥 (`U+1D7E5`), 𝟯 (`U+1D7EF`), 𝟹 (`U+1D7F9`), 🂣 (`U+1F0A3`), 🂳 (`U+1F0B3`), 🃃 (`U+1F0C3`), 🃓 (`U+1F0D3`), 🄄 (`U+1F104`), 🆛 (`U+1F19B`) - `cv04`: - D (`U+0044`), Ð (`U+00D0`), Ď (`U+010E`), Đ (`U+0110`), Ɖ (`U+0189`), Ɗ (`U+018A`), DŽ (`U+01C4`), Dž (`U+01C5`), DZ (`U+01F1`), Dz (`U+01F2`), ᴅ (`U+1D05`), ᴆ (`U+1D06`), ᴰ (`U+1D30`), Ḋ (`U+1E0A`), Ḍ (`U+1E0C`), Ḏ (`U+1E0E`), Ḑ (`U+1E10`), Ḓ (`U+1E12`), ₯ (`U+20AF`), Ⅾ (`U+216E`), ↁ (`U+2181`), ↇ (`U+2187`), ␐ (`U+2410`), ␑ (`U+2411`), ␒ (`U+2412`), ␓ (`U+2413`), ␔ (`U+2414`), ␡ (`U+2421`), Ⓓ (`U+24B9`), Ꟈ (`U+A7C7`), 𜳙 (`U+1CCD9`), 𝐃 (`U+1D403`), 𝐷 (`U+1D437`), 𝑫 (`U+1D46B`), 𝖣 (`U+1D5A3`), 𝗗 (`U+1D5D7`), 𝘋 (`U+1D60B`), 𝘿 (`U+1D63F`), 𝙳 (`U+1D673`), 🄓 (`U+1F113`), 🄭 (`U+1F12D`), 🄳 (`U+1F133`), 🅌 (`U+1F14C`), 🅓 (`U+1F153`), 🅫 (`U+1F16B`), 🅳 (`U+1F173`), 🆐 (`U+1F190`), 🆔 (`U+1F194`), 🆛 (`U+1F19B`), 🆜 (`U+1F19C`), 🆧 (`U+1F1A7`), 🆫 (`U+1F1AB`), 🆬 (`U+1F1AC`), 🇩 (`U+1F1E9`) + 4 (`U+0034`), ¼ (`U+00BC`), ¾ (`U+00BE`), ⁴ (`U+2074`), ₄ (`U+2084`), ⅘ (`U+2158`), ∜ (`U+221C`), ␔ (`U+2414`), ④ (`U+2463`), ⑭ (`U+246D`), ⑷ (`U+2477`), ⒁ (`U+2481`), ⒋ (`U+248B`), ⒕ (`U+2495`), ⓮ (`U+24EE`), ⓸ (`U+24F8`), ❹ (`U+2779`), ➃ (`U+2783`), ➍ (`U+278D`), ㉔ (`U+3254`), ㉞ (`U+325E`), ㊵ (`U+32B5`), ㊶ (`U+32B6`), ㊷ (`U+32B7`), ㊸ (`U+32B8`), ㊹ (`U+32B9`), ㊺ (`U+32BA`), ㊻ (`U+32BB`), ㊼ (`U+32BC`), ㊽ (`U+32BD`), ㊾ (`U+32BE`), 𜳴 (`U+1CCF4`), 𝟒 (`U+1D7D2`), 𝟦 (`U+1D7E6`), 𝟰 (`U+1D7F0`), 𝟺 (`U+1D7FA`), 🂤 (`U+1F0A4`), 🂴 (`U+1F0B4`), 🃄 (`U+1F0C4`), 🃔 (`U+1F0D4`), 🄅 (`U+1F105`), 🆞 (`U+1F19E`) - `cv05`: - E (`U+0045`), Æ (`U+00C6`), È (`U+00C8`), É (`U+00C9`), Ê (`U+00CA`), Ë (`U+00CB`), Ē (`U+0112`), Ĕ (`U+0114`), Ė (`U+0116`), Ę (`U+0118`), Ě (`U+011A`), Œ (`U+0152`), Ǝ (`U+018E`), Ǣ (`U+01E2`), Ǽ (`U+01FC`), Ȅ (`U+0204`), Ȇ (`U+0206`), Ȩ (`U+0228`), Ɇ (`U+0246`), ɶ (`U+0276`), Έ (`U+0388`), Ε (`U+0395`), Ѐ (`U+0400`), Ё (`U+0401`), Е (`U+0415`), Ӕ (`U+04D4`), Ӗ (`U+04D6`), Ԙ (`U+0518`), ᴁ (`U+1D01`), ᴇ (`U+1D07`), ᴭ (`U+1D2D`), ᴱ (`U+1D31`), ᴲ (`U+1D32`), Ḕ (`U+1E14`), Ḗ (`U+1E16`), Ḙ (`U+1E18`), Ḛ (`U+1E1A`), Ḝ (`U+1E1C`), Ẹ (`U+1EB8`), Ẻ (`U+1EBA`), Ẽ (`U+1EBC`), Ế (`U+1EBE`), Ề (`U+1EC0`), Ể (`U+1EC2`), Ễ (`U+1EC4`), Ệ (`U+1EC6`), Ἐ (`U+1F18`), Ἑ (`U+1F19`), Ἒ (`U+1F1A`), Ἓ (`U+1F1B`), Ἔ (`U+1F1C`), Ἕ (`U+1F1D`), Ὲ (`U+1FC8`), Έ (`U+1FC9`), ℡ (`U+2121`), ␃ (`U+2403`), ␄ (`U+2404`), ␅ (`U+2405`), ␇ (`U+2407`), ␐ (`U+2410`), ␗ (`U+2417`), ␙ (`U+2419`), ␛ (`U+241B`), ␡ (`U+2421`), Ⓔ (`U+24BA`), ⱻ (`U+2C7B`), 𐞣 (`U+107A3`), 𜳚 (`U+1CCDA`), 𝐄 (`U+1D404`), 𝐸 (`U+1D438`), 𝑬 (`U+1D46C`), 𝖤 (`U+1D5A4`), 𝗘 (`U+1D5D8`), 𝘌 (`U+1D60C`), 𝙀 (`U+1D640`), 𝙴 (`U+1D674`), 𝚬 (`U+1D6AC`), 𝛦 (`U+1D6E6`), 𝜠 (`U+1D720`), 𝝚 (`U+1D75A`), 𝞔 (`U+1D794`), 🄔 (`U+1F114`), 🄴 (`U+1F134`), 🅔 (`U+1F154`), 🅴 (`U+1F174`), 🆓 (`U+1F193`), 🆕 (`U+1F195`), 🆨 (`U+1F1A8`), 🆩 (`U+1F1A9`), 🇪 (`U+1F1EA`) + 5 (`U+0035`), Ƽ (`U+01BC`), ƽ (`U+01BD`), ⁵ (`U+2075`), ₅ (`U+2085`), ⅕ (`U+2155`), ⅖ (`U+2156`), ⅗ (`U+2157`), ⅘ (`U+2158`), ⅚ (`U+215A`), ⅝ (`U+215D`), ⑤ (`U+2464`), ⑮ (`U+246E`), ⑸ (`U+2478`), ⒂ (`U+2482`), ⒌ (`U+248C`), ⒖ (`U+2496`), ⓯ (`U+24EF`), ⓹ (`U+24F9`), ❺ (`U+277A`), ➄ (`U+2784`), ➎ (`U+278E`), ㉕ (`U+3255`), ㉟ (`U+325F`), ㊺ (`U+32BA`), ㊿ (`U+32BF`), 𜳵 (`U+1CCF5`), 𝟓 (`U+1D7D3`), 𝟧 (`U+1D7E7`), 𝟱 (`U+1D7F1`), 𝟻 (`U+1D7FB`), 🂥 (`U+1F0A5`), 🂵 (`U+1F0B5`), 🃅 (`U+1F0C5`), 🃕 (`U+1F0D5`), 🄆 (`U+1F106`), 🆠 (`U+1F1A0`) - `cv06`: - F (`U+0046`), Ƒ (`U+0191`), Ḟ (`U+1E1E`), ₣ (`U+20A3`), ℉ (`U+2109`), Ⅎ (`U+2132`), ℻ (`U+213B`), ⅎ (`U+214E`), ␊ (`U+240A`), ␌ (`U+240C`), ␜ (`U+241C`), Ⓕ (`U+24BB`), ꜰ (`U+A730`), Ꞙ (`U+A798`), ꟳ (`U+A7F3`), ꟻ (`U+A7FB`), 𜳛 (`U+1CCDB`), 𝐅 (`U+1D405`), 𝐹 (`U+1D439`), 𝑭 (`U+1D46D`), 𝖥 (`U+1D5A5`), 𝗙 (`U+1D5D9`), 𝘍 (`U+1D60D`), 𝙁 (`U+1D641`), 𝙵 (`U+1D675`), 🄕 (`U+1F115`), 🄵 (`U+1F135`), 🅕 (`U+1F155`), 🅵 (`U+1F175`), 🆓 (`U+1F193`), 🇫 (`U+1F1EB`) + 6 (`U+0036`), ⁶ (`U+2076`), ₆ (`U+2086`), ⅙ (`U+2159`), ⅚ (`U+215A`), ⑥ (`U+2465`), ⑯ (`U+246F`), ⑹ (`U+2479`), ⒃ (`U+2483`), ⒍ (`U+248D`), ⒗ (`U+2497`), ⓰ (`U+24F0`), ⓺ (`U+24FA`), ❻ (`U+277B`), ➅ (`U+2785`), ➏ (`U+278F`), ㉖ (`U+3256`), ㊱ (`U+32B1`), ㊻ (`U+32BB`), 𜳶 (`U+1CCF6`), 𝟔 (`U+1D7D4`), 𝟨 (`U+1D7E8`), 𝟲 (`U+1D7F2`), 𝟼 (`U+1D7FC`), 🂦 (`U+1F0A6`), 🂶 (`U+1F0B6`), 🃆 (`U+1F0C6`), 🃖 (`U+1F0D6`), 🄇 (`U+1F107`), 🆣 (`U+1F1A3`) - `cv07`: - G (`U+0047`), Ĝ (`U+011C`), Ğ (`U+011E`), Ġ (`U+0120`), Ģ (`U+0122`), Ɠ (`U+0193`), Ǥ (`U+01E4`), Ǧ (`U+01E6`), Ǵ (`U+01F4`), ɢ (`U+0262`), ʛ (`U+029B`), ᴳ (`U+1D33`), ᷛ (`U+1DDB`), Ḡ (`U+1E20`), ₲ (`U+20B2`), ⅁ (`U+2141`), ␝ (`U+241D`), Ⓖ (`U+24BC`), Ꞡ (`U+A7A0`), 𐞒 (`U+10792`), 𐞔 (`U+10794`), 𜳜 (`U+1CCDC`), 𝐆 (`U+1D406`), 𝐺 (`U+1D43A`), 𝑮 (`U+1D46E`), 𝖦 (`U+1D5A6`), 𝗚 (`U+1D5DA`), 𝘎 (`U+1D60E`), 𝙂 (`U+1D642`), 𝙶 (`U+1D676`), 𝼂 (`U+1DF02`), 🄖 (`U+1F116`), 🄶 (`U+1F136`), 🅖 (`U+1F156`), 🅶 (`U+1F176`), 🆖 (`U+1F196`), 🇬 (`U+1F1EC`) + 7 (`U+0037`), ⁷ (`U+2077`), ₇ (`U+2087`), ⅐ (`U+2150`), ⅞ (`U+215E`), ⑦ (`U+2466`), ⑰ (`U+2470`), ⑺ (`U+247A`), ⒄ (`U+2484`), ⒎ (`U+248E`), ⒘ (`U+2498`), ⓱ (`U+24F1`), ⓻ (`U+24FB`), ❼ (`U+277C`), ➆ (`U+2786`), ➐ (`U+2790`), ㉗ (`U+3257`), ㊲ (`U+32B2`), ㊼ (`U+32BC`), 𜳷 (`U+1CCF7`), 𝟕 (`U+1D7D5`), 𝟩 (`U+1D7E9`), 𝟳 (`U+1D7F3`), 𝟽 (`U+1D7FD`), 🂧 (`U+1F0A7`), 🂷 (`U+1F0B7`), 🃇 (`U+1F0C7`), 🃗 (`U+1F0D7`), 🄈 (`U+1F108`), 🆡 (`U+1F1A1`) - `cv08`: - H (`U+0048`), Ĥ (`U+0124`), Ħ (`U+0126`), Ƕ (`U+01F6`), Ȟ (`U+021E`), ʜ (`U+029C`), Ͱ (`U+0370`), ͱ (`U+0371`), Ή (`U+0389`), Η (`U+0397`), Њ (`U+040A`), Н (`U+041D`), Ң (`U+04A2`), Ҥ (`U+04A4`), Һ (`U+04BA`), Ӈ (`U+04C7`), Ӊ (`U+04C9`), Ԋ (`U+050A`), Ԣ (`U+0522`), Ԧ (`U+0526`), Ԩ (`U+0528`), ᴴ (`U+1D34`), Ḣ (`U+1E22`), Ḥ (`U+1E24`), Ḧ (`U+1E26`), Ḩ (`U+1E28`), Ḫ (`U+1E2A`), Ἠ (`U+1F28`), Ἡ (`U+1F29`), Ἢ (`U+1F2A`), Ἣ (`U+1F2B`), Ἤ (`U+1F2C`), Ἥ (`U+1F2D`), Ἦ (`U+1F2E`), Ἧ (`U+1F2F`), ᾘ (`U+1F98`), ᾙ (`U+1F99`), ᾚ (`U+1F9A`), ᾛ (`U+1F9B`), ᾜ (`U+1F9C`), ᾝ (`U+1F9D`), ᾞ (`U+1F9E`), ᾟ (`U+1F9F`), Ὴ (`U+1FCA`), Ή (`U+1FCB`), ῌ (`U+1FCC`), ␁ (`U+2401`), ␉ (`U+2409`), Ⓗ (`U+24BD`), Ⱨ (`U+2C67`), Ⱶ (`U+2C75`), ⱶ (`U+2C76`), Ꚕ (`U+A694`), Ꜧ (`U+A726`), Ɥ (`U+A78D`), Ɦ (`U+A7AA`), Ꟶ (`U+A7F5`), ꟶ (`U+A7F6`), ꟸ (`U+A7F8`), 𐞖 (`U+10796`), 𜳝 (`U+1CCDD`), 𝐇 (`U+1D407`), 𝐻 (`U+1D43B`), 𝑯 (`U+1D46F`), 𝖧 (`U+1D5A7`), 𝗛 (`U+1D5DB`), 𝘏 (`U+1D60F`), 𝙃 (`U+1D643`), 𝙷 (`U+1D677`), 𝚮 (`U+1D6AE`), 𝛨 (`U+1D6E8`), 𝜢 (`U+1D722`), 𝝜 (`U+1D75C`), 𝞖 (`U+1D796`), 🄗 (`U+1F117`), 🄷 (`U+1F137`), 🅊 (`U+1F14A`), 🅗 (`U+1F157`), 🅷 (`U+1F177`), 🆦 (`U+1F1A6`), 🆧 (`U+1F1A7`), 🆨 (`U+1F1A8`), 🆪 (`U+1F1AA`), 🆫 (`U+1F1AB`), 🇭 (`U+1F1ED`) + 8 (`U+0038`), ⁸ (`U+2078`), ₈ (`U+2088`), ⅛ (`U+215B`), ⅜ (`U+215C`), ⅝ (`U+215D`), ⅞ (`U+215E`), ⑧ (`U+2467`), ⑱ (`U+2471`), ⑻ (`U+247B`), ⒅ (`U+2485`), ⒏ (`U+248F`), ⒙ (`U+2499`), ⓲ (`U+24F2`), ⓼ (`U+24FC`), ❽ (`U+277D`), ➇ (`U+2787`), ➑ (`U+2791`), ㉘ (`U+3258`), ㊳ (`U+32B3`), ㊽ (`U+32BD`), 𜳸 (`U+1CCF8`), 𝟖 (`U+1D7D6`), 𝟪 (`U+1D7EA`), 𝟴 (`U+1D7F4`), 𝟾 (`U+1D7FE`), 🂨 (`U+1F0A8`), 🂸 (`U+1F0B8`), 🃈 (`U+1F0C8`), 🃘 (`U+1F0D8`), 🄉 (`U+1F109`), 🆟 (`U+1F19F`) - `cv09`: - I (`U+0049`), Ì (`U+00CC`), Í (`U+00CD`), Î (`U+00CE`), Ï (`U+00CF`), Ĩ (`U+0128`), Ī (`U+012A`), Ĭ (`U+012C`), Į (`U+012E`), İ (`U+0130`), IJ (`U+0132`), Ɨ (`U+0197`), Ǐ (`U+01CF`), Ȉ (`U+0208`), Ȋ (`U+020A`), Ί (`U+038A`), Ι (`U+0399`), Ϊ (`U+03AA`), І (`U+0406`), Ї (`U+0407`), Ӏ (`U+04C0`), ᴵ (`U+1D35`), Ḭ (`U+1E2C`), Ḯ (`U+1E2E`), Ỉ (`U+1EC8`), Ị (`U+1ECA`), Ἰ (`U+1F38`), Ἱ (`U+1F39`), Ἲ (`U+1F3A`), Ἳ (`U+1F3B`), Ἴ (`U+1F3C`), Ἵ (`U+1F3D`), Ἶ (`U+1F3E`), Ἷ (`U+1F3F`), Ῐ (`U+1FD8`), Ῑ (`U+1FD9`), Ὶ (`U+1FDA`), Ί (`U+1FDB`), Ⅰ (`U+2160`), Ⅱ (`U+2161`), Ⅲ (`U+2162`), Ⅳ (`U+2163`), Ⅵ (`U+2165`), Ⅶ (`U+2166`), Ⅷ (`U+2167`), Ⅸ (`U+2168`), Ⅺ (`U+216A`), Ⅻ (`U+216B`), ␏ (`U+240F`), Ⓘ (`U+24BE`), Ꞽ (`U+A7BC`), ꟷ (`U+A7F7`), ꟾ (`U+A7FE`), 𜳞 (`U+1CCDE`), 𝐈 (`U+1D408`), 𝐼 (`U+1D43C`), 𝑰 (`U+1D470`), 𝖨 (`U+1D5A8`), 𝗜 (`U+1D5DC`), 𝘐 (`U+1D610`), 𝙄 (`U+1D644`), 𝙸 (`U+1D678`), 𝚰 (`U+1D6B0`), 𝛪 (`U+1D6EA`), 𝜤 (`U+1D724`), 𝝞 (`U+1D75E`), 𝞘 (`U+1D798`), 🃡 (`U+1F0E1`), 🃢 (`U+1F0E2`), 🃣 (`U+1F0E3`), 🃤 (`U+1F0E4`), 🃦 (`U+1F0E6`), 🃧 (`U+1F0E7`), 🃨 (`U+1F0E8`), 🃩 (`U+1F0E9`), 🃫 (`U+1F0EB`), 🃬 (`U+1F0EC`), 🃭 (`U+1F0ED`), 🃮 (`U+1F0EE`), 🃰 (`U+1F0F0`), 🃱 (`U+1F0F1`), 🃲 (`U+1F0F2`), 🃳 (`U+1F0F3`), 🃵 (`U+1F0F5`), 🄘 (`U+1F118`), 🄸 (`U+1F138`), 🅘 (`U+1F158`), 🅸 (`U+1F178`), 🆋 (`U+1F18B`), 🆔 (`U+1F194`), 🆨 (`U+1F1A8`), 🇮 (`U+1F1EE`) + 9 (`U+0039`), ⁹ (`U+2079`), ₉ (`U+2089`), ⅑ (`U+2151`), ⑨ (`U+2468`), ⑲ (`U+2472`), ⑼ (`U+247C`), ⒆ (`U+2486`), ⒐ (`U+2490`), ⒚ (`U+249A`), ⓳ (`U+24F3`), ⓽ (`U+24FD`), ❾ (`U+277E`), ➈ (`U+2788`), ➒ (`U+2792`), ㉙ (`U+3259`), ㊴ (`U+32B4`), ㊾ (`U+32BE`), 𜳹 (`U+1CCF9`), 𝟗 (`U+1D7D7`), 𝟫 (`U+1D7EB`), 𝟵 (`U+1D7F5`), 𝟿 (`U+1D7FF`), 🂩 (`U+1F0A9`), 🂹 (`U+1F0B9`), 🃉 (`U+1F0C9`), 🃙 (`U+1F0D9`), 🄊 (`U+1F10A`) - `cv10`: - J (`U+004A`), IJ (`U+0132`), Ĵ (`U+0134`), LJ (`U+01C7`), NJ (`U+01CA`), Ɉ (`U+0248`), Ϳ (`U+037F`), Ј (`U+0408`), ᴊ (`U+1D0A`), ᴶ (`U+1D36`), Ⓙ (`U+24BF`), Ʝ (`U+A7B2`),  (`U+FFFC`), 𜳟 (`U+1CCDF`), 𝐉 (`U+1D409`), 𝐽 (`U+1D43D`), 𝑱 (`U+1D471`), 𝖩 (`U+1D5A9`), 𝗝 (`U+1D5DD`), 𝘑 (`U+1D611`), 𝙅 (`U+1D645`), 𝙹 (`U+1D679`), 🂫 (`U+1F0AB`), 🂻 (`U+1F0BB`), 🃋 (`U+1F0CB`), 🃛 (`U+1F0DB`), 🄙 (`U+1F119`), 🄹 (`U+1F139`), 🅙 (`U+1F159`), 🅹 (`U+1F179`), 🆐 (`U+1F190`), 🇯 (`U+1F1EF`) + 0 (`U+0030`), ⁰ (`U+2070`), ₀ (`U+2080`), ⅒ (`U+2152`), ↉ (`U+2189`), ⍬ (`U+236C`), ⏨ (`U+23E8`), ⑩ (`U+2469`), ⑳ (`U+2473`), ⑽ (`U+247D`), ⒇ (`U+2487`), ⒑ (`U+2491`), ⒛ (`U+249B`), ⓪ (`U+24EA`), ⓴ (`U+24F4`), ⓾ (`U+24FE`), ⓿ (`U+24FF`), ❿ (`U+277F`), ➉ (`U+2789`), ➓ (`U+2793`), ㉚ (`U+325A`), ㊵ (`U+32B5`), ㊿ (`U+32BF`), 𜳰 (`U+1CCF0`), 𝟎 (`U+1D7CE`), 𝟢 (`U+1D7E2`), 𝟬 (`U+1D7EC`), 𝟶 (`U+1D7F6`), 🂪 (`U+1F0AA`), 🂺 (`U+1F0BA`), 🃊 (`U+1F0CA`), 🃚 (`U+1F0DA`), 🃠 (`U+1F0E0`), 🄀 (`U+1F100`), 🄁 (`U+1F101`), 🄋 (`U+1F10B`), 🄌 (`U+1F10C`), 🄍 (`U+1F10D`), 🆣 (`U+1F1A3`), 🆤 (`U+1F1A4`) - `cv11`: - K (`U+004B`), Ķ (`U+0136`), Ƙ (`U+0198`), Ǩ (`U+01E8`), Κ (`U+039A`), Ϗ (`U+03CF`), ᴋ (`U+1D0B`), ᴷ (`U+1D37`), Ḱ (`U+1E30`), Ḳ (`U+1E32`), Ḵ (`U+1E34`), ₭ (`U+20AD`), K (`U+212A`), ␆ (`U+2406`), ␕ (`U+2415`), Ⓚ (`U+24C0`), Ⱪ (`U+2C69`), Ꝁ (`U+A740`), Ꝃ (`U+A742`), Ꝅ (`U+A744`), Ꞣ (`U+A7A2`), Ʞ (`U+A7B0`), 𜳠 (`U+1CCE0`), 𝐊 (`U+1D40A`), 𝐾 (`U+1D43E`), 𝑲 (`U+1D472`), 𝖪 (`U+1D5AA`), 𝗞 (`U+1D5DE`), 𝘒 (`U+1D612`), 𝙆 (`U+1D646`), 𝙺 (`U+1D67A`), 𝚱 (`U+1D6B1`), 𝛫 (`U+1D6EB`), 𝜥 (`U+1D725`), 𝝟 (`U+1D75F`), 𝞙 (`U+1D799`), 𝼐 (`U+1DF10`), 🂮 (`U+1F0AE`), 🂾 (`U+1F0BE`), 🃎 (`U+1F0CE`), 🃞 (`U+1F0DE`), 🄚 (`U+1F11A`), 🄺 (`U+1F13A`), 🅚 (`U+1F15A`), 🅺 (`U+1F17A`), 🆗 (`U+1F197`), 🆝 (`U+1F19D`), 🆞 (`U+1F19E`), 🆟 (`U+1F19F`), 🇰 (`U+1F1F0`) + A (`U+0041`), À (`U+00C0`), Á (`U+00C1`),  (`U+00C2`), à (`U+00C3`), Ä (`U+00C4`), Å (`U+00C5`), Æ (`U+00C6`), Ā (`U+0100`), Ă (`U+0102`), Ą (`U+0104`), Ǎ (`U+01CD`), Ǟ (`U+01DE`), Ǡ (`U+01E0`), Ǣ (`U+01E2`), Ǻ (`U+01FA`), Ǽ (`U+01FC`), Ȁ (`U+0200`), Ȃ (`U+0202`), Ȧ (`U+0226`), Ⱥ (`U+023A`), Ά (`U+0386`), Α (`U+0391`), А (`U+0410`), Ӑ (`U+04D0`), Ӓ (`U+04D2`), Ӕ (`U+04D4`), ᴀ (`U+1D00`), ᴁ (`U+1D01`), ᴬ (`U+1D2C`), ᴭ (`U+1D2D`), Ḁ (`U+1E00`), Ạ (`U+1EA0`), Ả (`U+1EA2`), Ấ (`U+1EA4`), Ầ (`U+1EA6`), Ẩ (`U+1EA8`), Ẫ (`U+1EAA`), Ậ (`U+1EAC`), Ắ (`U+1EAE`), Ằ (`U+1EB0`), Ẳ (`U+1EB2`), Ẵ (`U+1EB4`), Ặ (`U+1EB6`), Ἀ (`U+1F08`), Ἁ (`U+1F09`), Ἂ (`U+1F0A`), Ἃ (`U+1F0B`), Ἄ (`U+1F0C`), Ἅ (`U+1F0D`), Ἆ (`U+1F0E`), Ἇ (`U+1F0F`), ᾈ (`U+1F88`), ᾉ (`U+1F89`), ᾊ (`U+1F8A`), ᾋ (`U+1F8B`), ᾌ (`U+1F8C`), ᾍ (`U+1F8D`), ᾎ (`U+1F8E`), ᾏ (`U+1F8F`), Ᾰ (`U+1FB8`), Ᾱ (`U+1FB9`), Ὰ (`U+1FBA`), Ά (`U+1FBB`), ᾼ (`U+1FBC`), ₳ (`U+20B3`), Å (`U+212B`), ℻ (`U+213B`), ⅍ (`U+214D`), ␆ (`U+2406`), ␕ (`U+2415`), ␘ (`U+2418`), Ⓐ (`U+24B6`), Ɐ (`U+2C6F`), Ꙗ (`U+A656`), Ꜳ (`U+A732`), Ꜵ (`U+A734`), Ꜷ (`U+A736`), Ꞻ (`U+A7BA`), 𐞀 (`U+10780`), 𜳖 (`U+1CCD6`), 𝐀 (`U+1D400`), 𝐴 (`U+1D434`), 𝑨 (`U+1D468`), 𝖠 (`U+1D5A0`), 𝗔 (`U+1D5D4`), 𝘈 (`U+1D608`), 𝘼 (`U+1D63C`), 𝙰 (`U+1D670`), 𝚨 (`U+1D6A8`), 𝛢 (`U+1D6E2`), 𝜜 (`U+1D71C`), 𝝖 (`U+1D756`), 𝞐 (`U+1D790`), 🂡 (`U+1F0A1`), 🂱 (`U+1F0B1`), 🃁 (`U+1F0C1`), 🃑 (`U+1F0D1`), 🄐 (`U+1F110`), 🄰 (`U+1F130`), 🅐 (`U+1F150`), 🅰 (`U+1F170`), 🆌 (`U+1F18C`), 🆍 (`U+1F18D`), 🆎 (`U+1F18E`), 🇦 (`U+1F1E6`) - `cv12`: - L (`U+004C`), £ (`U+00A3`), Ĺ (`U+0139`), Ļ (`U+013B`), Ľ (`U+013D`), Ŀ (`U+013F`), Ł (`U+0141`), LJ (`U+01C7`), Lj (`U+01C8`), Ƚ (`U+023D`), ʟ (`U+029F`), ᴌ (`U+1D0C`), ᴸ (`U+1D38`), ᶫ (`U+1DAB`), ᷞ (`U+1DDE`), Ḷ (`U+1E36`), Ḹ (`U+1E38`), Ḻ (`U+1E3A`), Ḽ (`U+1E3C`), Ỻ (`U+1EFA`), ₤ (`U+20A4`), ℡ (`U+2121`), ⅂ (`U+2142`), ⅃ (`U+2143`), Ⅼ (`U+216C`), ␀ (`U+2400`), ␇ (`U+2407`), ␊ (`U+240A`), ␐ (`U+2410`), ␡ (`U+2421`), ␤ (`U+2424`), Ⓛ (`U+24C1`), Ⱡ (`U+2C60`), Ɫ (`U+2C62`), Ꝉ (`U+A748`), Ꞁ (`U+A780`), Ɬ (`U+A7AD`),  (`U+E0A1`), 𐞜 (`U+1079C`), 𜳡 (`U+1CCE1`), 𝐋 (`U+1D40B`), 𝐿 (`U+1D43F`), 𝑳 (`U+1D473`), 𝖫 (`U+1D5AB`), 𝗟 (`U+1D5DF`), 𝘓 (`U+1D613`), 𝙇 (`U+1D647`), 𝙻 (`U+1D67B`), 𝼄 (`U+1DF04`), 🄛 (`U+1F11B`), 🄻 (`U+1F13B`), 🅛 (`U+1F15B`), 🅻 (`U+1F17B`), 🆑 (`U+1F191`), 🆒 (`U+1F192`), 🆩 (`U+1F1A9`), 🇱 (`U+1F1F1`) + B (`U+0042`), Ɓ (`U+0181`), Ƀ (`U+0243`), ʙ (`U+0299`), Β (`U+0392`), В (`U+0412`), ฿ (`U+0E3F`), ᴃ (`U+1D03`), ᴮ (`U+1D2E`), ᴯ (`U+1D2F`), Ḃ (`U+1E02`), Ḅ (`U+1E04`), Ḇ (`U+1E06`), ₿ (`U+20BF`), ␇ (`U+2407`), ␈ (`U+2408`), ␗ (`U+2417`), ␚ (`U+241A`), Ⓑ (`U+24B7`), Ꞵ (`U+A7B4`),  (`U+FFFC`), 𐞄 (`U+10784`), 𜳗 (`U+1CCD7`), 𝐁 (`U+1D401`), 𝐵 (`U+1D435`), 𝑩 (`U+1D469`), 𝖡 (`U+1D5A1`), 𝗕 (`U+1D5D5`), 𝘉 (`U+1D609`), 𝘽 (`U+1D63D`), 𝙱 (`U+1D671`), 𝚩 (`U+1D6A9`), 𝛣 (`U+1D6E3`), 𝜝 (`U+1D71D`), 𝝗 (`U+1D757`), 𝞑 (`U+1D791`), 🄑 (`U+1F111`), 🄱 (`U+1F131`), 🅑 (`U+1F151`), 🅱 (`U+1F171`), 🆎 (`U+1F18E`), 🇧 (`U+1F1E7`) - `cv13`: - M (`U+004D`), Μ (`U+039C`), М (`U+041C`), Ӎ (`U+04CD`), ᴍ (`U+1D0D`), ᴹ (`U+1D39`), ᷟ (`U+1DDF`), Ḿ (`U+1E3E`), Ṁ (`U+1E40`), Ṃ (`U+1E42`), ℠ (`U+2120`), ™ (`U+2122`), Ⅿ (`U+216F`), ␙ (`U+2419`), Ⓜ (`U+24C2`), Ɱ (`U+2C6E`), Ꙧ (`U+A666`), ꟽ (`U+A7FD`), 𜳢 (`U+1CCE2`), 𝐌 (`U+1D40C`), 𝑀 (`U+1D440`), 𝑴 (`U+1D474`), 𝖬 (`U+1D5AC`), 𝗠 (`U+1D5E0`), 𝘔 (`U+1D614`), 𝙈 (`U+1D648`), 𝙼 (`U+1D67C`), 𝚳 (`U+1D6B3`), 𝛭 (`U+1D6ED`), 𝜧 (`U+1D727`), 𝝡 (`U+1D761`), 𝞛 (`U+1D79B`), 🄜 (`U+1F11C`), 🄼 (`U+1F13C`), 🅋 (`U+1F14B`), 🅜 (`U+1F15C`), 🅪 (`U+1F16A`), 🅫 (`U+1F16B`), 🅬 (`U+1F16C`), 🅼 (`U+1F17C`), 🆭 (`U+1F1AD`), 🇲 (`U+1F1F2`) + C (`U+0043`), © (`U+00A9`), Ç (`U+00C7`), Ć (`U+0106`), Ĉ (`U+0108`), Ċ (`U+010A`), Č (`U+010C`), Ɔ (`U+0186`), Ƈ (`U+0187`), Ȼ (`U+023B`), Ϲ (`U+03F9`), Ͻ (`U+03FD`), Ͼ (`U+03FE`), Ͽ (`U+03FF`), С (`U+0421`), Ҁ (`U+0480`), Ҫ (`U+04AA`), Ҽ (`U+04BC`), Ҿ (`U+04BE`), Ԍ (`U+050C`), ᴄ (`U+1D04`), ᴐ (`U+1D10`), Ḉ (`U+1E08`), ₡ (`U+20A1`), ₵ (`U+20B5`), ℃ (`U+2103`), Ⅽ (`U+216D`), Ↄ (`U+2183`), ↅ (`U+2185`), ␆ (`U+2406`), ␍ (`U+240D`), ␑ (`U+2411`), ␒ (`U+2412`), ␓ (`U+2413`), ␔ (`U+2414`), ␘ (`U+2418`), ␛ (`U+241B`), Ⓒ (`U+24B8`), Ꜿ (`U+A73E`), Ꞓ (`U+A792`), Ꞔ (`U+A7C4`), ꟲ (`U+A7F2`),  (`U+E0A3`), 𜳘 (`U+1CCD8`), 𝐂 (`U+1D402`), 𝐶 (`U+1D436`), 𝑪 (`U+1D46A`), 𝖢 (`U+1D5A2`), 𝗖 (`U+1D5D6`), 𝘊 (`U+1D60A`), 𝘾 (`U+1D63E`), 𝙲 (`U+1D672`), 🂬 (`U+1F0AC`), 🂼 (`U+1F0BC`), 🃌 (`U+1F0CC`), 🃜 (`U+1F0DC`), 🄒 (`U+1F112`), 🄫 (`U+1F12B`), 🄭 (`U+1F12D`), 🄯 (`U+1F12F`), 🄲 (`U+1F132`), 🅏 (`U+1F14F`), 🅒 (`U+1F152`), 🅪 (`U+1F16A`), 🅭 (`U+1F16D`), 🅮 (`U+1F16E`), 🅲 (`U+1F172`), 🆋 (`U+1F18B`), 🆏 (`U+1F18F`), 🆑 (`U+1F191`), 🆒 (`U+1F192`), 🆜 (`U+1F19C`), 🆦 (`U+1F1A6`), 🇨 (`U+1F1E8`) - `cv14`: - N (`U+004E`), Ñ (`U+00D1`), Ń (`U+0143`), Ņ (`U+0145`), Ň (`U+0147`), Ŋ (`U+014A`), Ɲ (`U+019D`), NJ (`U+01CA`), Nj (`U+01CB`), Ǹ (`U+01F8`), ɴ (`U+0274`), Ν (`U+039D`), ᴎ (`U+1D0E`), ᴺ (`U+1D3A`), ᴻ (`U+1D3B`), ᶰ (`U+1DB0`), ᷡ (`U+1DE1`), Ṅ (`U+1E44`), Ṇ (`U+1E46`), Ṉ (`U+1E48`), Ṋ (`U+1E4A`), ₦ (`U+20A6`), № (`U+2116`), ␀ (`U+2400`), ␅ (`U+2405`), ␕ (`U+2415`), ␖ (`U+2416`), ␘ (`U+2418`), ␤ (`U+2424`), Ⓝ (`U+24C3`), Ꞑ (`U+A790`), Ꞥ (`U+A7A4`),  (`U+E0A1`),  (`U+E0A3`), 𜳣 (`U+1CCE3`), 𝐍 (`U+1D40D`), 𝑁 (`U+1D441`), 𝑵 (`U+1D475`), 𝖭 (`U+1D5AD`), 𝗡 (`U+1D5E1`), 𝘕 (`U+1D615`), 𝙉 (`U+1D649`), 𝙽 (`U+1D67D`), 𝚴 (`U+1D6B4`), 𝛮 (`U+1D6EE`), 𝜨 (`U+1D728`), 𝝢 (`U+1D762`), 𝞜 (`U+1D79C`), 🄝 (`U+1F11D`), 🄽 (`U+1F13D`), 🅝 (`U+1F15D`), 🅽 (`U+1F17D`), 🆕 (`U+1F195`), 🆖 (`U+1F196`), 🆜 (`U+1F19C`), 🇳 (`U+1F1F3`) + D (`U+0044`), Ð (`U+00D0`), Ď (`U+010E`), Đ (`U+0110`), Ɖ (`U+0189`), Ɗ (`U+018A`), DŽ (`U+01C4`), Dž (`U+01C5`), DZ (`U+01F1`), Dz (`U+01F2`), ᴅ (`U+1D05`), ᴆ (`U+1D06`), ᴰ (`U+1D30`), Ḋ (`U+1E0A`), Ḍ (`U+1E0C`), Ḏ (`U+1E0E`), Ḑ (`U+1E10`), Ḓ (`U+1E12`), ₯ (`U+20AF`), Ⅾ (`U+216E`), ↁ (`U+2181`), ↇ (`U+2187`), ␐ (`U+2410`), ␑ (`U+2411`), ␒ (`U+2412`), ␓ (`U+2413`), ␔ (`U+2414`), ␡ (`U+2421`), Ⓓ (`U+24B9`), Ꟈ (`U+A7C7`), 𜳙 (`U+1CCD9`), 𝐃 (`U+1D403`), 𝐷 (`U+1D437`), 𝑫 (`U+1D46B`), 𝖣 (`U+1D5A3`), 𝗗 (`U+1D5D7`), 𝘋 (`U+1D60B`), 𝘿 (`U+1D63F`), 𝙳 (`U+1D673`), 🄓 (`U+1F113`), 🄭 (`U+1F12D`), 🄳 (`U+1F133`), 🅌 (`U+1F14C`), 🅓 (`U+1F153`), 🅫 (`U+1F16B`), 🅳 (`U+1F173`), 🆐 (`U+1F190`), 🆔 (`U+1F194`), 🆛 (`U+1F19B`), 🆜 (`U+1F19C`), 🆧 (`U+1F1A7`), 🆫 (`U+1F1AB`), 🆬 (`U+1F1AC`), 🇩 (`U+1F1E9`) - `cv15`: - P (`U+0050`), Ƥ (`U+01A4`), Ρ (`U+03A1`), Р (`U+0420`), Ҏ (`U+048E`), Ԗ (`U+0516`), ᴘ (`U+1D18`), ᴩ (`U+1D29`), ᴾ (`U+1D3E`), Ṕ (`U+1E54`), Ṗ (`U+1E56`), Ῥ (`U+1FEC`), ₧ (`U+20A7`), ₱ (`U+20B1`), ₽ (`U+20BD`), ℗ (`U+2117`), ␠ (`U+2420`), Ⓟ (`U+24C5`), Ᵽ (`U+2C63`), Ꝑ (`U+A750`), ꟼ (`U+A7FC`), 𜳥 (`U+1CCE5`), 𝐏 (`U+1D40F`), 𝑃 (`U+1D443`), 𝑷 (`U+1D477`), 𝖯 (`U+1D5AF`), 𝗣 (`U+1D5E3`), 𝘗 (`U+1D617`), 𝙋 (`U+1D64B`), 𝙿 (`U+1D67F`), 𝚸 (`U+1D6B8`), 𝛲 (`U+1D6F2`), 𝜬 (`U+1D72C`), 𝝦 (`U+1D766`), 𝞠 (`U+1D7A0`), 🄟 (`U+1F11F`), 🄿 (`U+1F13F`), 🅎 (`U+1F14E`), 🅟 (`U+1F15F`), 🅿 (`U+1F17F`), 🆊 (`U+1F18A`), 🆌 (`U+1F18C`), 🆙 (`U+1F199`), 🆣 (`U+1F1A3`), 🆤 (`U+1F1A4`), 🇵 (`U+1F1F5`) + E (`U+0045`), Æ (`U+00C6`), È (`U+00C8`), É (`U+00C9`), Ê (`U+00CA`), Ë (`U+00CB`), Ē (`U+0112`), Ĕ (`U+0114`), Ė (`U+0116`), Ę (`U+0118`), Ě (`U+011A`), Œ (`U+0152`), Ǝ (`U+018E`), Ǣ (`U+01E2`), Ǽ (`U+01FC`), Ȅ (`U+0204`), Ȇ (`U+0206`), Ȩ (`U+0228`), Ɇ (`U+0246`), ɶ (`U+0276`), Έ (`U+0388`), Ε (`U+0395`), Ѐ (`U+0400`), Ё (`U+0401`), Е (`U+0415`), Ӕ (`U+04D4`), Ӗ (`U+04D6`), Ԙ (`U+0518`), ᴁ (`U+1D01`), ᴇ (`U+1D07`), ᴭ (`U+1D2D`), ᴱ (`U+1D31`), ᴲ (`U+1D32`), Ḕ (`U+1E14`), Ḗ (`U+1E16`), Ḙ (`U+1E18`), Ḛ (`U+1E1A`), Ḝ (`U+1E1C`), Ẹ (`U+1EB8`), Ẻ (`U+1EBA`), Ẽ (`U+1EBC`), Ế (`U+1EBE`), Ề (`U+1EC0`), Ể (`U+1EC2`), Ễ (`U+1EC4`), Ệ (`U+1EC6`), Ἐ (`U+1F18`), Ἑ (`U+1F19`), Ἒ (`U+1F1A`), Ἓ (`U+1F1B`), Ἔ (`U+1F1C`), Ἕ (`U+1F1D`), Ὲ (`U+1FC8`), Έ (`U+1FC9`), ℡ (`U+2121`), ␃ (`U+2403`), ␄ (`U+2404`), ␅ (`U+2405`), ␇ (`U+2407`), ␐ (`U+2410`), ␗ (`U+2417`), ␙ (`U+2419`), ␛ (`U+241B`), ␡ (`U+2421`), Ⓔ (`U+24BA`), ⱻ (`U+2C7B`), 𐞣 (`U+107A3`), 𜳚 (`U+1CCDA`), 𝐄 (`U+1D404`), 𝐸 (`U+1D438`), 𝑬 (`U+1D46C`), 𝖤 (`U+1D5A4`), 𝗘 (`U+1D5D8`), 𝘌 (`U+1D60C`), 𝙀 (`U+1D640`), 𝙴 (`U+1D674`), 𝚬 (`U+1D6AC`), 𝛦 (`U+1D6E6`), 𝜠 (`U+1D720`), 𝝚 (`U+1D75A`), 𝞔 (`U+1D794`), 🄔 (`U+1F114`), 🄴 (`U+1F134`), 🅔 (`U+1F154`), 🅴 (`U+1F174`), 🆓 (`U+1F193`), 🆕 (`U+1F195`), 🆨 (`U+1F1A8`), 🆩 (`U+1F1A9`), 🇪 (`U+1F1EA`) - `cv16`: - Q (`U+0051`), Ԛ (`U+051A`), ℺ (`U+213A`), ␅ (`U+2405`), Ⓠ (`U+24C6`), ꞯ (`U+A7AF`), ꟴ (`U+A7F4`), 𜳦 (`U+1CCE6`), 𝐐 (`U+1D410`), 𝑄 (`U+1D444`), 𝑸 (`U+1D478`), 𝖰 (`U+1D5B0`), 𝗤 (`U+1D5E4`), 𝘘 (`U+1D618`), 𝙌 (`U+1D64C`), 𝚀 (`U+1D680`), 🂭 (`U+1F0AD`), 🂽 (`U+1F0BD`), 🃍 (`U+1F0CD`), 🃝 (`U+1F0DD`), 🄠 (`U+1F120`), 🅀 (`U+1F140`), 🅠 (`U+1F160`), 🆀 (`U+1F180`), 🇶 (`U+1F1F6`) + F (`U+0046`), Ƒ (`U+0191`), Ḟ (`U+1E1E`), ₣ (`U+20A3`), ℉ (`U+2109`), Ⅎ (`U+2132`), ℻ (`U+213B`), ⅎ (`U+214E`), ␊ (`U+240A`), ␌ (`U+240C`), ␜ (`U+241C`), Ⓕ (`U+24BB`), ꜰ (`U+A730`), Ꞙ (`U+A798`), ꟳ (`U+A7F3`), ꟻ (`U+A7FB`), 𜳛 (`U+1CCDB`), 𝐅 (`U+1D405`), 𝐹 (`U+1D439`), 𝑭 (`U+1D46D`), 𝖥 (`U+1D5A5`), 𝗙 (`U+1D5D9`), 𝘍 (`U+1D60D`), 𝙁 (`U+1D641`), 𝙵 (`U+1D675`), 🄕 (`U+1F115`), 🄵 (`U+1F135`), 🅕 (`U+1F155`), 🅵 (`U+1F175`), 🆓 (`U+1F193`), 🇫 (`U+1F1EB`) - `cv17`: - R (`U+0052`), ® (`U+00AE`), Ŕ (`U+0154`), Ŗ (`U+0156`), Ř (`U+0158`), Ʀ (`U+01A6`), Ȑ (`U+0210`), Ȓ (`U+0212`), Ɍ (`U+024C`), ʀ (`U+0280`), ʁ (`U+0281`), ʶ (`U+02B6`), ᴙ (`U+1D19`), ᴚ (`U+1D1A`), ᴿ (`U+1D3F`), ᷢ (`U+1DE2`), ᷣ (`U+1DE3`), Ṙ (`U+1E58`), Ṛ (`U+1E5A`), Ṝ (`U+1E5C`), Ṟ (`U+1E5E`), ₨ (`U+20A8`), ₹ (`U+20B9`), ␍ (`U+240D`), ␞ (`U+241E`), Ⓡ (`U+24C7`), Ɽ (`U+2C64`), Ꝛ (`U+A75A`), ꝛ (`U+A75B`), Ꞧ (`U+A7A6`), ꭆ (`U+AB46`), 𐞪 (`U+107AA`), 𜳧 (`U+1CCE7`), 𝐑 (`U+1D411`), 𝑅 (`U+1D445`), 𝑹 (`U+1D479`), 𝖱 (`U+1D5B1`), 𝗥 (`U+1D5E5`), 𝘙 (`U+1D619`), 𝙍 (`U+1D64D`), 𝚁 (`U+1D681`), 🄡 (`U+1F121`), 🄬 (`U+1F12C`), 🅁 (`U+1F141`), 🅡 (`U+1F161`), 🅬 (`U+1F16C`), 🆁 (`U+1F181`), 🆓 (`U+1F193`), 🆜 (`U+1F19C`), 🆧 (`U+1F1A7`), 🆨 (`U+1F1A8`), 🇷 (`U+1F1F7`) + G (`U+0047`), Ĝ (`U+011C`), Ğ (`U+011E`), Ġ (`U+0120`), Ģ (`U+0122`), Ɠ (`U+0193`), Ǥ (`U+01E4`), Ǧ (`U+01E6`), Ǵ (`U+01F4`), ɢ (`U+0262`), ʛ (`U+029B`), ᴳ (`U+1D33`), ᷛ (`U+1DDB`), Ḡ (`U+1E20`), ₲ (`U+20B2`), ⅁ (`U+2141`), ␝ (`U+241D`), Ⓖ (`U+24BC`), Ꞡ (`U+A7A0`), 𐞒 (`U+10792`), 𐞔 (`U+10794`), 𜳜 (`U+1CCDC`), 𝐆 (`U+1D406`), 𝐺 (`U+1D43A`), 𝑮 (`U+1D46E`), 𝖦 (`U+1D5A6`), 𝗚 (`U+1D5DA`), 𝘎 (`U+1D60E`), 𝙂 (`U+1D642`), 𝙶 (`U+1D676`), 𝼂 (`U+1DF02`), 🄖 (`U+1F116`), 🄶 (`U+1F136`), 🅖 (`U+1F156`), 🅶 (`U+1F176`), 🆖 (`U+1F196`), 🇬 (`U+1F1EC`) - `cv18`: - $ (`U+0024`), S (`U+0053`), Ś (`U+015A`), Ŝ (`U+015C`), Ş (`U+015E`), Š (`U+0160`), Ƨ (`U+01A7`), Ș (`U+0218`), Ѕ (`U+0405`), Ṡ (`U+1E60`), Ṣ (`U+1E62`), Ṥ (`U+1E64`), Ṧ (`U+1E66`), Ṩ (`U+1E68`), ₴ (`U+20B4`), ℠ (`U+2120`), ⅍ (`U+214D`), ␁ (`U+2401`), ␂ (`U+2402`), ␈ (`U+2408`), ␎ (`U+240E`), ␏ (`U+240F`), ␖ (`U+2416`), ␚ (`U+241A`), ␛ (`U+241B`), ␜ (`U+241C`), ␝ (`U+241D`), ␞ (`U+241E`), ␟ (`U+241F`), ␠ (`U+2420`), Ⓢ (`U+24C8`), Ȿ (`U+2C7E`), Ꙅ (`U+A644`), Ꚃ (`U+A682`), ꜱ (`U+A731`), Ꞩ (`U+A7A8`), Ʂ (`U+A7C5`), Ꟊ (`U+A7C9`), 𜳨 (`U+1CCE8`), 𝐒 (`U+1D412`), 𝑆 (`U+1D446`), 𝑺 (`U+1D47A`), 𝖲 (`U+1D5B2`), 𝗦 (`U+1D5E6`), 𝘚 (`U+1D61A`), 𝙎 (`U+1D64E`), 𝚂 (`U+1D682`), 🄏 (`U+1F10F`), 🄢 (`U+1F122`), 🄪 (`U+1F12A`), 🅂 (`U+1F142`), 🅌 (`U+1F14C`), 🅍 (`U+1F14D`), 🅢 (`U+1F162`), 🆂 (`U+1F182`), 🆍 (`U+1F18D`), 🆘 (`U+1F198`), 🆚 (`U+1F19A`), 🆜 (`U+1F19C`), 🆨 (`U+1F1A8`), 🆩 (`U+1F1A9`), 🆪 (`U+1F1AA`), 🇸 (`U+1F1F8`) + H (`U+0048`), Ĥ (`U+0124`), Ħ (`U+0126`), Ƕ (`U+01F6`), Ȟ (`U+021E`), ʜ (`U+029C`), Ͱ (`U+0370`), ͱ (`U+0371`), Ή (`U+0389`), Η (`U+0397`), Њ (`U+040A`), Н (`U+041D`), Ң (`U+04A2`), Ҥ (`U+04A4`), Һ (`U+04BA`), Ӈ (`U+04C7`), Ӊ (`U+04C9`), Ԋ (`U+050A`), Ԣ (`U+0522`), Ԧ (`U+0526`), Ԩ (`U+0528`), ᴴ (`U+1D34`), Ḣ (`U+1E22`), Ḥ (`U+1E24`), Ḧ (`U+1E26`), Ḩ (`U+1E28`), Ḫ (`U+1E2A`), Ἠ (`U+1F28`), Ἡ (`U+1F29`), Ἢ (`U+1F2A`), Ἣ (`U+1F2B`), Ἤ (`U+1F2C`), Ἥ (`U+1F2D`), Ἦ (`U+1F2E`), Ἧ (`U+1F2F`), ᾘ (`U+1F98`), ᾙ (`U+1F99`), ᾚ (`U+1F9A`), ᾛ (`U+1F9B`), ᾜ (`U+1F9C`), ᾝ (`U+1F9D`), ᾞ (`U+1F9E`), ᾟ (`U+1F9F`), Ὴ (`U+1FCA`), Ή (`U+1FCB`), ῌ (`U+1FCC`), ␁ (`U+2401`), ␉ (`U+2409`), Ⓗ (`U+24BD`), Ⱨ (`U+2C67`), Ⱶ (`U+2C75`), ⱶ (`U+2C76`), Ꚕ (`U+A694`), Ꜧ (`U+A726`), Ɥ (`U+A78D`), Ɦ (`U+A7AA`), Ꟶ (`U+A7F5`), ꟶ (`U+A7F6`), ꟸ (`U+A7F8`), 𐞖 (`U+10796`), 𜳝 (`U+1CCDD`), 𝐇 (`U+1D407`), 𝐻 (`U+1D43B`), 𝑯 (`U+1D46F`), 𝖧 (`U+1D5A7`), 𝗛 (`U+1D5DB`), 𝘏 (`U+1D60F`), 𝙃 (`U+1D643`), 𝙷 (`U+1D677`), 𝚮 (`U+1D6AE`), 𝛨 (`U+1D6E8`), 𝜢 (`U+1D722`), 𝝜 (`U+1D75C`), 𝞖 (`U+1D796`), 🄗 (`U+1F117`), 🄷 (`U+1F137`), 🅊 (`U+1F14A`), 🅗 (`U+1F157`), 🅷 (`U+1F177`), 🆦 (`U+1F1A6`), 🆧 (`U+1F1A7`), 🆨 (`U+1F1A8`), 🆪 (`U+1F1AA`), 🆫 (`U+1F1AB`), 🇭 (`U+1F1ED`) - `cv19`: - T (`U+0054`), Ţ (`U+0162`), Ť (`U+0164`), Ŧ (`U+0166`), Ƭ (`U+01AC`), Ʈ (`U+01AE`), Ț (`U+021A`), Ⱦ (`U+023E`), Τ (`U+03A4`), Т (`U+0422`), Ҭ (`U+04AC`), Ҵ (`U+04B4`), Ԏ (`U+050E`), ᲄ (`U+1C84`), ᴛ (`U+1D1B`), ᵀ (`U+1D40`), Ṫ (`U+1E6A`), Ṭ (`U+1E6C`), Ṯ (`U+1E6E`), Ṱ (`U+1E70`), ₮ (`U+20AE`), ₸ (`U+20B8`), ℡ (`U+2121`), ™ (`U+2122`), ␂ (`U+2402`), ␃ (`U+2403`), ␄ (`U+2404`), ␉ (`U+2409`), ␋ (`U+240B`), ␗ (`U+2417`), Ⓣ (`U+24C9`), Ꚋ (`U+A68A`), Ꚍ (`U+A68C`), ꚍ (`U+A68D`), Ꚓ (`U+A692`), ꚓ (`U+A693`), Ʇ (`U+A7B1`), 𜳩 (`U+1CCE9`), 𝐓 (`U+1D413`), 𝑇 (`U+1D447`), 𝑻 (`U+1D47B`), 𝖳 (`U+1D5B3`), 𝗧 (`U+1D5E7`), 𝘛 (`U+1D61B`), 𝙏 (`U+1D64F`), 𝚃 (`U+1D683`), 𝚻 (`U+1D6BB`), 𝛵 (`U+1D6F5`), 𝜯 (`U+1D72F`), 𝝩 (`U+1D769`), 𝞣 (`U+1D7A3`), 🄣 (`U+1F123`), 🅃 (`U+1F143`), 🅣 (`U+1F163`), 🆃 (`U+1F183`), 🇹 (`U+1F1F9`) + I (`U+0049`), Ì (`U+00CC`), Í (`U+00CD`), Î (`U+00CE`), Ï (`U+00CF`), Ĩ (`U+0128`), Ī (`U+012A`), Ĭ (`U+012C`), Į (`U+012E`), İ (`U+0130`), IJ (`U+0132`), Ɨ (`U+0197`), Ǐ (`U+01CF`), Ȉ (`U+0208`), Ȋ (`U+020A`), Ί (`U+038A`), Ι (`U+0399`), Ϊ (`U+03AA`), І (`U+0406`), Ї (`U+0407`), Ӏ (`U+04C0`), ᴵ (`U+1D35`), Ḭ (`U+1E2C`), Ḯ (`U+1E2E`), Ỉ (`U+1EC8`), Ị (`U+1ECA`), Ἰ (`U+1F38`), Ἱ (`U+1F39`), Ἲ (`U+1F3A`), Ἳ (`U+1F3B`), Ἴ (`U+1F3C`), Ἵ (`U+1F3D`), Ἶ (`U+1F3E`), Ἷ (`U+1F3F`), Ῐ (`U+1FD8`), Ῑ (`U+1FD9`), Ὶ (`U+1FDA`), Ί (`U+1FDB`), Ⅰ (`U+2160`), Ⅱ (`U+2161`), Ⅲ (`U+2162`), Ⅳ (`U+2163`), Ⅵ (`U+2165`), Ⅶ (`U+2166`), Ⅷ (`U+2167`), Ⅸ (`U+2168`), Ⅺ (`U+216A`), Ⅻ (`U+216B`), ␏ (`U+240F`), Ⓘ (`U+24BE`), Ꞽ (`U+A7BC`), ꟷ (`U+A7F7`), ꟾ (`U+A7FE`), 𜳞 (`U+1CCDE`), 𝐈 (`U+1D408`), 𝐼 (`U+1D43C`), 𝑰 (`U+1D470`), 𝖨 (`U+1D5A8`), 𝗜 (`U+1D5DC`), 𝘐 (`U+1D610`), 𝙄 (`U+1D644`), 𝙸 (`U+1D678`), 𝚰 (`U+1D6B0`), 𝛪 (`U+1D6EA`), 𝜤 (`U+1D724`), 𝝞 (`U+1D75E`), 𝞘 (`U+1D798`), 🃡 (`U+1F0E1`), 🃢 (`U+1F0E2`), 🃣 (`U+1F0E3`), 🃤 (`U+1F0E4`), 🃦 (`U+1F0E6`), 🃧 (`U+1F0E7`), 🃨 (`U+1F0E8`), 🃩 (`U+1F0E9`), 🃫 (`U+1F0EB`), 🃬 (`U+1F0EC`), 🃭 (`U+1F0ED`), 🃮 (`U+1F0EE`), 🃰 (`U+1F0F0`), 🃱 (`U+1F0F1`), 🃲 (`U+1F0F2`), 🃳 (`U+1F0F3`), 🃵 (`U+1F0F5`), 🄘 (`U+1F118`), 🄸 (`U+1F138`), 🅘 (`U+1F158`), 🅸 (`U+1F178`), 🆋 (`U+1F18B`), 🆔 (`U+1F194`), 🆨 (`U+1F1A8`), 🇮 (`U+1F1EE`) - `cv20`: - U (`U+0055`), Ù (`U+00D9`), Ú (`U+00DA`), Û (`U+00DB`), Ü (`U+00DC`), Ũ (`U+0168`), Ū (`U+016A`), Ŭ (`U+016C`), Ů (`U+016E`), Ű (`U+0170`), Ų (`U+0172`), Ư (`U+01AF`), Ǔ (`U+01D3`), Ǖ (`U+01D5`), Ǘ (`U+01D7`), Ǚ (`U+01D9`), Ǜ (`U+01DB`), Ȕ (`U+0214`), Ȗ (`U+0216`), Ʉ (`U+0244`), ᴜ (`U+1D1C`), ᵁ (`U+1D41`), ᵾ (`U+1D7E`), ᶸ (`U+1DB8`), Ṳ (`U+1E72`), Ṵ (`U+1E74`), Ṷ (`U+1E76`), Ṹ (`U+1E78`), Ṻ (`U+1E7A`), Ụ (`U+1EE4`), Ủ (`U+1EE6`), Ứ (`U+1EE8`), Ừ (`U+1EEA`), Ử (`U+1EEC`), Ữ (`U+1EEE`), Ự (`U+1EF0`), ␀ (`U+2400`), ␚ (`U+241A`), ␟ (`U+241F`), Ⓤ (`U+24CA`), Ꜷ (`U+A736`), Ꞹ (`U+A7B8`), Ꞿ (`U+A7BE`), 𜳪 (`U+1CCEA`), 𝐔 (`U+1D414`), 𝑈 (`U+1D448`), 𝑼 (`U+1D47C`), 𝖴 (`U+1D5B4`), 𝗨 (`U+1D5E8`), 𝘜 (`U+1D61C`), 𝙐 (`U+1D650`), 𝚄 (`U+1D684`), 🄤 (`U+1F124`), 🅄 (`U+1F144`), 🅤 (`U+1F164`), 🆄 (`U+1F184`), 🆙 (`U+1F199`), 🆫 (`U+1F1AB`), 🇺 (`U+1F1FA`) + J (`U+004A`), IJ (`U+0132`), Ĵ (`U+0134`), LJ (`U+01C7`), NJ (`U+01CA`), Ɉ (`U+0248`), Ϳ (`U+037F`), Ј (`U+0408`), ᴊ (`U+1D0A`), ᴶ (`U+1D36`), Ⓙ (`U+24BF`), Ʝ (`U+A7B2`),  (`U+FFFC`), 𜳟 (`U+1CCDF`), 𝐉 (`U+1D409`), 𝐽 (`U+1D43D`), 𝑱 (`U+1D471`), 𝖩 (`U+1D5A9`), 𝗝 (`U+1D5DD`), 𝘑 (`U+1D611`), 𝙅 (`U+1D645`), 𝙹 (`U+1D679`), 🂫 (`U+1F0AB`), 🂻 (`U+1F0BB`), 🃋 (`U+1F0CB`), 🃛 (`U+1F0DB`), 🄙 (`U+1F119`), 🄹 (`U+1F139`), 🅙 (`U+1F159`), 🅹 (`U+1F179`), 🆐 (`U+1F190`), 🇯 (`U+1F1EF`) - `cv21`: - V (`U+0056`), Ʋ (`U+01B2`), Ʌ (`U+0245`), Ѵ (`U+0474`), Ѷ (`U+0476`), ᴠ (`U+1D20`), Ṽ (`U+1E7C`), Ṿ (`U+1E7E`), Ⅳ (`U+2163`), Ⅴ (`U+2164`), Ⅵ (`U+2165`), Ⅶ (`U+2166`), Ⅷ (`U+2167`), ␋ (`U+240B`), Ⓥ (`U+24CB`), ⱽ (`U+2C7D`), Ꙋ (`U+A64A`), Ꙟ (`U+A65E`), 𜳫 (`U+1CCEB`), 𝐕 (`U+1D415`), 𝑉 (`U+1D449`), 𝑽 (`U+1D47D`), 𝖵 (`U+1D5B5`), 𝗩 (`U+1D5E9`), 𝘝 (`U+1D61D`), 𝙑 (`U+1D651`), 𝚅 (`U+1D685`), 🃤 (`U+1F0E4`), 🃥 (`U+1F0E5`), 🃦 (`U+1F0E6`), 🃧 (`U+1F0E7`), 🃨 (`U+1F0E8`), 🃮 (`U+1F0EE`), 🃯 (`U+1F0EF`), 🃰 (`U+1F0F0`), 🃱 (`U+1F0F1`), 🃲 (`U+1F0F2`), 🄥 (`U+1F125`), 🅅 (`U+1F145`), 🅊 (`U+1F14A`), 🅋 (`U+1F14B`), 🅎 (`U+1F14E`), 🅥 (`U+1F165`), 🆅 (`U+1F185`), 🆚 (`U+1F19A`), 🆪 (`U+1F1AA`), 🆬 (`U+1F1AC`), 🇻 (`U+1F1FB`) + K (`U+004B`), Ķ (`U+0136`), Ƙ (`U+0198`), Ǩ (`U+01E8`), Κ (`U+039A`), Ϗ (`U+03CF`), ᴋ (`U+1D0B`), ᴷ (`U+1D37`), Ḱ (`U+1E30`), Ḳ (`U+1E32`), Ḵ (`U+1E34`), ₭ (`U+20AD`), K (`U+212A`), ␆ (`U+2406`), ␕ (`U+2415`), Ⓚ (`U+24C0`), Ⱪ (`U+2C69`), Ꝁ (`U+A740`), Ꝃ (`U+A742`), Ꝅ (`U+A744`), Ꞣ (`U+A7A2`), Ʞ (`U+A7B0`), 𜳠 (`U+1CCE0`), 𝐊 (`U+1D40A`), 𝐾 (`U+1D43E`), 𝑲 (`U+1D472`), 𝖪 (`U+1D5AA`), 𝗞 (`U+1D5DE`), 𝘒 (`U+1D612`), 𝙆 (`U+1D646`), 𝙺 (`U+1D67A`), 𝚱 (`U+1D6B1`), 𝛫 (`U+1D6EB`), 𝜥 (`U+1D725`), 𝝟 (`U+1D75F`), 𝞙 (`U+1D799`), 𝼐 (`U+1DF10`), 🂮 (`U+1F0AE`), 🂾 (`U+1F0BE`), 🃎 (`U+1F0CE`), 🃞 (`U+1F0DE`), 🄚 (`U+1F11A`), 🄺 (`U+1F13A`), 🅚 (`U+1F15A`), 🅺 (`U+1F17A`), 🆗 (`U+1F197`), 🆝 (`U+1F19D`), 🆞 (`U+1F19E`), 🆟 (`U+1F19F`), 🇰 (`U+1F1F0`) - `cv22`: - W (`U+0057`), Ŵ (`U+0174`), Ԝ (`U+051C`), ᴡ (`U+1D21`), ᵂ (`U+1D42`), Ẁ (`U+1E80`), Ẃ (`U+1E82`), Ẅ (`U+1E84`), Ẇ (`U+1E86`), Ẉ (`U+1E88`), ₩ (`U+20A9`), Ⓦ (`U+24CC`), Ⱳ (`U+2C72`), 𜳬 (`U+1CCEC`), 𝐖 (`U+1D416`), 𝑊 (`U+1D44A`), 𝑾 (`U+1D47E`), 𝖶 (`U+1D5B6`), 𝗪 (`U+1D5EA`), 𝘞 (`U+1D61E`), 𝙒 (`U+1D652`), 𝚆 (`U+1D686`), 🄦 (`U+1F126`), 🄮 (`U+1F12E`), 🅆 (`U+1F146`), 🅏 (`U+1F14F`), 🅦 (`U+1F166`), 🆆 (`U+1F186`), 🆏 (`U+1F18F`), 🆕 (`U+1F195`), 🇼 (`U+1F1FC`) + L (`U+004C`), £ (`U+00A3`), Ĺ (`U+0139`), Ļ (`U+013B`), Ľ (`U+013D`), Ŀ (`U+013F`), Ł (`U+0141`), LJ (`U+01C7`), Lj (`U+01C8`), Ƚ (`U+023D`), ʟ (`U+029F`), ᴌ (`U+1D0C`), ᴸ (`U+1D38`), ᶫ (`U+1DAB`), ᷞ (`U+1DDE`), Ḷ (`U+1E36`), Ḹ (`U+1E38`), Ḻ (`U+1E3A`), Ḽ (`U+1E3C`), Ỻ (`U+1EFA`), ₤ (`U+20A4`), ℡ (`U+2121`), ⅂ (`U+2142`), ⅃ (`U+2143`), Ⅼ (`U+216C`), ␀ (`U+2400`), ␇ (`U+2407`), ␊ (`U+240A`), ␐ (`U+2410`), ␡ (`U+2421`), ␤ (`U+2424`), Ⓛ (`U+24C1`), Ⱡ (`U+2C60`), Ɫ (`U+2C62`), Ꝉ (`U+A748`), Ꞁ (`U+A780`), Ɬ (`U+A7AD`),  (`U+E0A1`), 𐞜 (`U+1079C`), 𜳡 (`U+1CCE1`), 𝐋 (`U+1D40B`), 𝐿 (`U+1D43F`), 𝑳 (`U+1D473`), 𝖫 (`U+1D5AB`), 𝗟 (`U+1D5DF`), 𝘓 (`U+1D613`), 𝙇 (`U+1D647`), 𝙻 (`U+1D67B`), 𝼄 (`U+1DF04`), 🄛 (`U+1F11B`), 🄻 (`U+1F13B`), 🅛 (`U+1F15B`), 🅻 (`U+1F17B`), 🆑 (`U+1F191`), 🆒 (`U+1F192`), 🆩 (`U+1F1A9`), 🇱 (`U+1F1F1`) - `cv23`: - X (`U+0058`), Χ (`U+03A7`), Х (`U+0425`), Ҳ (`U+04B2`), Ӽ (`U+04FC`), Ӿ (`U+04FE`), Ԕ (`U+0514`), Ԗ (`U+0516`), Ẋ (`U+1E8A`), Ẍ (`U+1E8C`), ℻ (`U+213B`), Ⅸ (`U+2168`), Ⅹ (`U+2169`), Ⅺ (`U+216A`), Ⅻ (`U+216B`), ␂ (`U+2402`), ␃ (`U+2403`), Ⓧ (`U+24CD`), Ꭓ (`U+A7B3`), 𜳭 (`U+1CCED`), 𝐗 (`U+1D417`), 𝑋 (`U+1D44B`), 𝑿 (`U+1D47F`), 𝖷 (`U+1D5B7`), 𝗫 (`U+1D5EB`), 𝘟 (`U+1D61F`), 𝙓 (`U+1D653`), 𝚇 (`U+1D687`), 𝚾 (`U+1D6BE`), 𝛸 (`U+1D6F8`), 𝜲 (`U+1D732`), 𝝬 (`U+1D76C`), 𝞦 (`U+1D7A6`), 🃩 (`U+1F0E9`), 🃪 (`U+1F0EA`), 🃫 (`U+1F0EB`), 🃬 (`U+1F0EC`), 🃭 (`U+1F0ED`), 🃮 (`U+1F0EE`), 🃯 (`U+1F0EF`), 🃰 (`U+1F0F0`), 🃱 (`U+1F0F1`), 🃲 (`U+1F0F2`), 🃳 (`U+1F0F3`), 🃴 (`U+1F0F4`), 🃵 (`U+1F0F5`), 🄧 (`U+1F127`), 🅇 (`U+1F147`), 🅧 (`U+1F167`), 🆇 (`U+1F187`), 🇽 (`U+1F1FD`) + M (`U+004D`), Μ (`U+039C`), М (`U+041C`), Ӎ (`U+04CD`), ᴍ (`U+1D0D`), ᴹ (`U+1D39`), ᷟ (`U+1DDF`), Ḿ (`U+1E3E`), Ṁ (`U+1E40`), Ṃ (`U+1E42`), ℠ (`U+2120`), ™ (`U+2122`), Ⅿ (`U+216F`), ␙ (`U+2419`), Ⓜ (`U+24C2`), Ɱ (`U+2C6E`), Ꙧ (`U+A666`), ꟽ (`U+A7FD`), 𜳢 (`U+1CCE2`), 𝐌 (`U+1D40C`), 𝑀 (`U+1D440`), 𝑴 (`U+1D474`), 𝖬 (`U+1D5AC`), 𝗠 (`U+1D5E0`), 𝘔 (`U+1D614`), 𝙈 (`U+1D648`), 𝙼 (`U+1D67C`), 𝚳 (`U+1D6B3`), 𝛭 (`U+1D6ED`), 𝜧 (`U+1D727`), 𝝡 (`U+1D761`), 𝞛 (`U+1D79B`), 🄜 (`U+1F11C`), 🄼 (`U+1F13C`), 🅋 (`U+1F14B`), 🅜 (`U+1F15C`), 🅪 (`U+1F16A`), 🅫 (`U+1F16B`), 🅬 (`U+1F16C`), 🅼 (`U+1F17C`), 🆭 (`U+1F1AD`), 🇲 (`U+1F1F2`) - `cv24`: - Y (`U+0059`), ¥ (`U+00A5`), Ý (`U+00DD`), Ŷ (`U+0176`), Ÿ (`U+0178`), Ƴ (`U+01B3`), Ȳ (`U+0232`), Ɏ (`U+024E`), ʏ (`U+028F`), Ύ (`U+038E`), Υ (`U+03A5`), Ϋ (`U+03AB`), ϒ (`U+03D2`), ϓ (`U+03D3`), ϔ (`U+03D4`), Ẏ (`U+1E8E`), Ỳ (`U+1EF2`), Ỵ (`U+1EF4`), Ỷ (`U+1EF6`), Ỹ (`U+1EF8`), Ỿ (`U+1EFE`), Ὑ (`U+1F59`), Ὓ (`U+1F5B`), Ὕ (`U+1F5D`), Ὗ (`U+1F5F`), Ῠ (`U+1FE8`), Ῡ (`U+1FE9`), Ὺ (`U+1FEA`), Ύ (`U+1FEB`), ⅄ (`U+2144`), ␖ (`U+2416`), Ⓨ (`U+24CE`), 𐞲 (`U+107B2`), 𜳮 (`U+1CCEE`), 𝐘 (`U+1D418`), 𝑌 (`U+1D44C`), 𝒀 (`U+1D480`), 𝖸 (`U+1D5B8`), 𝗬 (`U+1D5EC`), 𝘠 (`U+1D620`), 𝙔 (`U+1D654`), 𝚈 (`U+1D688`), 𝚼 (`U+1D6BC`), 𝛶 (`U+1D6F6`), 𝜰 (`U+1D730`), 𝝪 (`U+1D76A`), 𝞤 (`U+1D7A4`), 🄨 (`U+1F128`), 🅈 (`U+1F148`), 🅨 (`U+1F168`), 🆈 (`U+1F188`), 🇾 (`U+1F1FE`) + N (`U+004E`), Ñ (`U+00D1`), Ń (`U+0143`), Ņ (`U+0145`), Ň (`U+0147`), Ŋ (`U+014A`), Ɲ (`U+019D`), NJ (`U+01CA`), Nj (`U+01CB`), Ǹ (`U+01F8`), ɴ (`U+0274`), Ν (`U+039D`), ᴎ (`U+1D0E`), ᴺ (`U+1D3A`), ᴻ (`U+1D3B`), ᶰ (`U+1DB0`), ᷡ (`U+1DE1`), Ṅ (`U+1E44`), Ṇ (`U+1E46`), Ṉ (`U+1E48`), Ṋ (`U+1E4A`), ₦ (`U+20A6`), № (`U+2116`), ␀ (`U+2400`), ␅ (`U+2405`), ␕ (`U+2415`), ␖ (`U+2416`), ␘ (`U+2418`), ␤ (`U+2424`), Ⓝ (`U+24C3`), Ꞑ (`U+A790`), Ꞥ (`U+A7A4`),  (`U+E0A1`),  (`U+E0A3`), 𜳣 (`U+1CCE3`), 𝐍 (`U+1D40D`), 𝑁 (`U+1D441`), 𝑵 (`U+1D475`), 𝖭 (`U+1D5AD`), 𝗡 (`U+1D5E1`), 𝘕 (`U+1D615`), 𝙉 (`U+1D649`), 𝙽 (`U+1D67D`), 𝚴 (`U+1D6B4`), 𝛮 (`U+1D6EE`), 𝜨 (`U+1D728`), 𝝢 (`U+1D762`), 𝞜 (`U+1D79C`), 🄝 (`U+1F11D`), 🄽 (`U+1F13D`), 🅝 (`U+1F15D`), 🅽 (`U+1F17D`), 🆕 (`U+1F195`), 🆖 (`U+1F196`), 🆜 (`U+1F19C`), 🇳 (`U+1F1F3`) - `cv25`: - Z (`U+005A`), Ź (`U+0179`), Ż (`U+017B`), Ž (`U+017D`), Ƶ (`U+01B5`), Ʒ (`U+01B7`), Ƹ (`U+01B8`), DŽ (`U+01C4`), Ǯ (`U+01EE`), DZ (`U+01F1`), Ȥ (`U+0224`), Ζ (`U+0396`), Ӡ (`U+04E0`), ᴢ (`U+1D22`), ᴣ (`U+1D23`), Ẑ (`U+1E90`), Ẓ (`U+1E92`), Ẕ (`U+1E94`), Ⓩ (`U+24CF`), Ⱬ (`U+2C6B`), Ɀ (`U+2C7F`), Ꙁ (`U+A640`), Ꙃ (`U+A642`), Ᶎ (`U+A7C6`), 𜳯 (`U+1CCEF`), 𝐙 (`U+1D419`), 𝑍 (`U+1D44D`), 𝒁 (`U+1D481`), 𝖹 (`U+1D5B9`), 𝗭 (`U+1D5ED`), 𝘡 (`U+1D621`), 𝙕 (`U+1D655`), 𝚉 (`U+1D689`), 𝚭 (`U+1D6AD`), 𝛧 (`U+1D6E7`), 𝜡 (`U+1D721`), 𝝛 (`U+1D75B`), 𝞕 (`U+1D795`), 🄩 (`U+1F129`), 🅉 (`U+1F149`), 🅩 (`U+1F169`), 🆉 (`U+1F189`), 🇿 (`U+1F1FF`) + P (`U+0050`), Ƥ (`U+01A4`), Ρ (`U+03A1`), Р (`U+0420`), Ҏ (`U+048E`), Ԗ (`U+0516`), ᴘ (`U+1D18`), ᴩ (`U+1D29`), ᴾ (`U+1D3E`), Ṕ (`U+1E54`), Ṗ (`U+1E56`), Ῥ (`U+1FEC`), ₧ (`U+20A7`), ₱ (`U+20B1`), ₽ (`U+20BD`), ℗ (`U+2117`), ␠ (`U+2420`), Ⓟ (`U+24C5`), Ᵽ (`U+2C63`), Ꝑ (`U+A750`), ꟼ (`U+A7FC`), 𜳥 (`U+1CCE5`), 𝐏 (`U+1D40F`), 𝑃 (`U+1D443`), 𝑷 (`U+1D477`), 𝖯 (`U+1D5AF`), 𝗣 (`U+1D5E3`), 𝘗 (`U+1D617`), 𝙋 (`U+1D64B`), 𝙿 (`U+1D67F`), 𝚸 (`U+1D6B8`), 𝛲 (`U+1D6F2`), 𝜬 (`U+1D72C`), 𝝦 (`U+1D766`), 𝞠 (`U+1D7A0`), 🄟 (`U+1F11F`), 🄿 (`U+1F13F`), 🅎 (`U+1F14E`), 🅟 (`U+1F15F`), 🅿 (`U+1F17F`), 🆊 (`U+1F18A`), 🆌 (`U+1F18C`), 🆙 (`U+1F199`), 🆣 (`U+1F1A3`), 🆤 (`U+1F1A4`), 🇵 (`U+1F1F5`) - `cv26`: - a (`U+0061`), ª (`U+00AA`), à (`U+00E0`), á (`U+00E1`), â (`U+00E2`), ã (`U+00E3`), ä (`U+00E4`), å (`U+00E5`), æ (`U+00E6`), ā (`U+0101`), ă (`U+0103`), ą (`U+0105`), ǎ (`U+01CE`), ǟ (`U+01DF`), ǡ (`U+01E1`), ǣ (`U+01E3`), ǻ (`U+01FB`), ǽ (`U+01FD`), ȁ (`U+0201`), ȃ (`U+0203`), ȧ (`U+0227`), ɐ (`U+0250`), ɑ (`U+0251`), ɒ (`U+0252`), ͣ (`U+0363`), а (`U+0430`), ӑ (`U+04D1`), ӓ (`U+04D3`), ӕ (`U+04D5`), ᴂ (`U+1D02`), ᵃ (`U+1D43`), ᵄ (`U+1D44`), ᵅ (`U+1D45`), ᵆ (`U+1D46`), ᶏ (`U+1D8F`), ᶛ (`U+1D9B`), ᷔ (`U+1DD4`), ᷕ (`U+1DD5`), ᷧ (`U+1DE7`), ᷲ (`U+1DF2`), ḁ (`U+1E01`), ẚ (`U+1E9A`), ạ (`U+1EA1`), ả (`U+1EA3`), ấ (`U+1EA5`), ầ (`U+1EA7`), ẩ (`U+1EA9`), ẫ (`U+1EAB`), ậ (`U+1EAD`), ắ (`U+1EAF`), ằ (`U+1EB1`), ẳ (`U+1EB3`), ẵ (`U+1EB5`), ặ (`U+1EB7`), ₐ (`U+2090`), ℀ (`U+2100`), ℁ (`U+2101`), ⒜ (`U+249C`), ⓐ (`U+24D0`), ⱥ (`U+2C65`), Ɑ (`U+2C6D`), Ɒ (`U+2C70`), ⷶ (`U+2DF6`), ⷼ (`U+2DFC`), ꙗ (`U+A657`), ꜳ (`U+A733`), ꜵ (`U+A735`), ꜷ (`U+A737`), Ꞛ (`U+A79A`), ꞛ (`U+A79B`), ꞻ (`U+A7BB`), ꬰ (`U+AB30`), ꬱ (`U+AB31`), ꭤ (`U+AB64`), 𐞃 (`U+10783`), 𝐚 (`U+1D41A`), 𝑎 (`U+1D44E`), 𝒂 (`U+1D482`), 𝖺 (`U+1D5BA`), 𝗮 (`U+1D5EE`), 𝘢 (`U+1D622`), 𝙖 (`U+1D656`), 𝚊 (`U+1D68A`), 𞀰 (`U+1E030`), 𞁑 (`U+1E051`) + Q (`U+0051`), Ԛ (`U+051A`), ℺ (`U+213A`), ␅ (`U+2405`), Ⓠ (`U+24C6`), ꞯ (`U+A7AF`), ꟴ (`U+A7F4`), 𜳦 (`U+1CCE6`), 𝐐 (`U+1D410`), 𝑄 (`U+1D444`), 𝑸 (`U+1D478`), 𝖰 (`U+1D5B0`), 𝗤 (`U+1D5E4`), 𝘘 (`U+1D618`), 𝙌 (`U+1D64C`), 𝚀 (`U+1D680`), 🂭 (`U+1F0AD`), 🂽 (`U+1F0BD`), 🃍 (`U+1F0CD`), 🃝 (`U+1F0DD`), 🄠 (`U+1F120`), 🅀 (`U+1F140`), 🅠 (`U+1F160`), 🆀 (`U+1F180`), 🇶 (`U+1F1F6`) - `cv27`: - b (`U+0062`), ƀ (`U+0180`), ƃ (`U+0183`), ɓ (`U+0253`), ᵇ (`U+1D47`), ᵬ (`U+1D6C`), ᶀ (`U+1D80`), ᷨ (`U+1DE8`), ḃ (`U+1E03`), ḅ (`U+1E05`), ḇ (`U+1E07`), ␢ (`U+2422`), ⒝ (`U+249D`), ⓑ (`U+24D1`), 𐞅 (`U+10785`), 𝐛 (`U+1D41B`), 𝑏 (`U+1D44F`), 𝒃 (`U+1D483`), 𝖻 (`U+1D5BB`), 𝗯 (`U+1D5EF`), 𝘣 (`U+1D623`), 𝙗 (`U+1D657`), 𝚋 (`U+1D68B`) + R (`U+0052`), ® (`U+00AE`), Ŕ (`U+0154`), Ŗ (`U+0156`), Ř (`U+0158`), Ʀ (`U+01A6`), Ȑ (`U+0210`), Ȓ (`U+0212`), Ɍ (`U+024C`), ʀ (`U+0280`), ʁ (`U+0281`), ʶ (`U+02B6`), ᴙ (`U+1D19`), ᴚ (`U+1D1A`), ᴿ (`U+1D3F`), ᷢ (`U+1DE2`), ᷣ (`U+1DE3`), Ṙ (`U+1E58`), Ṛ (`U+1E5A`), Ṝ (`U+1E5C`), Ṟ (`U+1E5E`), ₨ (`U+20A8`), ₹ (`U+20B9`), ␍ (`U+240D`), ␞ (`U+241E`), Ⓡ (`U+24C7`), Ɽ (`U+2C64`), Ꝛ (`U+A75A`), ꝛ (`U+A75B`), Ꞧ (`U+A7A6`), ꭆ (`U+AB46`), 𐞪 (`U+107AA`), 𜳧 (`U+1CCE7`), 𝐑 (`U+1D411`), 𝑅 (`U+1D445`), 𝑹 (`U+1D479`), 𝖱 (`U+1D5B1`), 𝗥 (`U+1D5E5`), 𝘙 (`U+1D619`), 𝙍 (`U+1D64D`), 𝚁 (`U+1D681`), 🄡 (`U+1F121`), 🄬 (`U+1F12C`), 🅁 (`U+1F141`), 🅡 (`U+1F161`), 🅬 (`U+1F16C`), 🆁 (`U+1F181`), 🆓 (`U+1F193`), 🆜 (`U+1F19C`), 🆧 (`U+1F1A7`), 🆨 (`U+1F1A8`), 🇷 (`U+1F1F7`) - `cv28`: - c (`U+0063`), ¢ (`U+00A2`), ç (`U+00E7`), ć (`U+0107`), ĉ (`U+0109`), ċ (`U+010B`), č (`U+010D`), ƈ (`U+0188`), ȼ (`U+023C`), ɔ (`U+0254`), ɕ (`U+0255`), ʗ (`U+0297`), ʨ (`U+02A8`), ͨ (`U+0368`), с (`U+0441`), ҁ (`U+0481`), ҫ (`U+04AB`), ҽ (`U+04BD`), ҿ (`U+04BF`), ԍ (`U+050D`), ᲃ (`U+1C83`), ᴒ (`U+1D12`), ᵓ (`U+1D53`), ᶗ (`U+1D97`), ᶜ (`U+1D9C`), ᶝ (`U+1D9D`), ᷗ (`U+1DD7`), ḉ (`U+1E09`), ⃀ (`U+20C0`), ℀ (`U+2100`), ℅ (`U+2105`), ℆ (`U+2106`), ⅽ (`U+217D`), ↄ (`U+2184`), ⒞ (`U+249E`), ⓒ (`U+24D2`), ⷭ (`U+2DED`), ⷵ (`U+2DF5`), ꜿ (`U+A73F`), ꞓ (`U+A793`), ꞔ (`U+A794`), ꬿ (`U+AB3F`), ꭢ (`U+AB62`), 𐞫 (`U+107AB`), 𝐜 (`U+1D41C`), 𝑐 (`U+1D450`), 𝒄 (`U+1D484`), 𝖼 (`U+1D5BC`), 𝗰 (`U+1D5F0`), 𝘤 (`U+1D624`), 𝙘 (`U+1D658`), 𝚌 (`U+1D68C`), 𝼝 (`U+1DF1D`), 𞀿 (`U+1E03F`), 𞁞 (`U+1E05E`), 𞁫 (`U+1E06B`) + $ (`U+0024`), S (`U+0053`), Ś (`U+015A`), Ŝ (`U+015C`), Ş (`U+015E`), Š (`U+0160`), Ƨ (`U+01A7`), Ș (`U+0218`), Ѕ (`U+0405`), Ṡ (`U+1E60`), Ṣ (`U+1E62`), Ṥ (`U+1E64`), Ṧ (`U+1E66`), Ṩ (`U+1E68`), ₴ (`U+20B4`), ℠ (`U+2120`), ⅍ (`U+214D`), ␁ (`U+2401`), ␂ (`U+2402`), ␈ (`U+2408`), ␎ (`U+240E`), ␏ (`U+240F`), ␖ (`U+2416`), ␚ (`U+241A`), ␛ (`U+241B`), ␜ (`U+241C`), ␝ (`U+241D`), ␞ (`U+241E`), ␟ (`U+241F`), ␠ (`U+2420`), Ⓢ (`U+24C8`), Ȿ (`U+2C7E`), Ꙅ (`U+A644`), Ꚃ (`U+A682`), ꜱ (`U+A731`), Ꞩ (`U+A7A8`), Ʂ (`U+A7C5`), Ꟊ (`U+A7C9`), 𜳨 (`U+1CCE8`), 𝐒 (`U+1D412`), 𝑆 (`U+1D446`), 𝑺 (`U+1D47A`), 𝖲 (`U+1D5B2`), 𝗦 (`U+1D5E6`), 𝘚 (`U+1D61A`), 𝙎 (`U+1D64E`), 𝚂 (`U+1D682`), 🄏 (`U+1F10F`), 🄢 (`U+1F122`), 🄪 (`U+1F12A`), 🅂 (`U+1F142`), 🅌 (`U+1F14C`), 🅍 (`U+1F14D`), 🅢 (`U+1F162`), 🆂 (`U+1F182`), 🆍 (`U+1F18D`), 🆘 (`U+1F198`), 🆚 (`U+1F19A`), 🆜 (`U+1F19C`), 🆨 (`U+1F1A8`), 🆩 (`U+1F1A9`), 🆪 (`U+1F1AA`), 🇸 (`U+1F1F8`) - `cv29`: - d (`U+0064`), ď (`U+010F`), đ (`U+0111`), ƌ (`U+018C`), dž (`U+01C6`), dz (`U+01F3`), ȡ (`U+0221`), ɖ (`U+0256`), ɗ (`U+0257`), ʣ (`U+02A3`), ʤ (`U+02A4`), ʥ (`U+02A5`), ͩ (`U+0369`), ԁ (`U+0501`), ԃ (`U+0503`), ᵈ (`U+1D48`), ᵭ (`U+1D6D`), ᶁ (`U+1D81`), ᶑ (`U+1D91`), ḋ (`U+1E0B`), ḍ (`U+1E0D`), ḏ (`U+1E0F`), ḑ (`U+1E11`), ḓ (`U+1E13`), ₫ (`U+20AB`), ⅾ (`U+217E`), ≝ (`U+225D`), ⒟ (`U+249F`), ⓓ (`U+24D3`), ꟈ (`U+A7C8`), ꭦ (`U+AB66`), 𐞇 (`U+10787`), 𐞈 (`U+10788`), 𐞉 (`U+10789`), 𐞊 (`U+1078A`), 𐞋 (`U+1078B`), 𐞌 (`U+1078C`), 𐞍 (`U+1078D`), 𝐝 (`U+1D41D`), 𝑑 (`U+1D451`), 𝒅 (`U+1D485`), 𝖽 (`U+1D5BD`), 𝗱 (`U+1D5F1`), 𝘥 (`U+1D625`), 𝙙 (`U+1D659`), 𝚍 (`U+1D68D`), 𝼒 (`U+1DF12`), 🆥 (`U+1F1A5`) + T (`U+0054`), Ţ (`U+0162`), Ť (`U+0164`), Ŧ (`U+0166`), Ƭ (`U+01AC`), Ʈ (`U+01AE`), Ț (`U+021A`), Ⱦ (`U+023E`), Τ (`U+03A4`), Т (`U+0422`), Ҭ (`U+04AC`), Ҵ (`U+04B4`), Ԏ (`U+050E`), ᲄ (`U+1C84`), ᴛ (`U+1D1B`), ᵀ (`U+1D40`), Ṫ (`U+1E6A`), Ṭ (`U+1E6C`), Ṯ (`U+1E6E`), Ṱ (`U+1E70`), ₮ (`U+20AE`), ₸ (`U+20B8`), ℡ (`U+2121`), ™ (`U+2122`), ␂ (`U+2402`), ␃ (`U+2403`), ␄ (`U+2404`), ␉ (`U+2409`), ␋ (`U+240B`), ␗ (`U+2417`), Ⓣ (`U+24C9`), Ꚋ (`U+A68A`), Ꚍ (`U+A68C`), ꚍ (`U+A68D`), Ꚓ (`U+A692`), ꚓ (`U+A693`), Ʇ (`U+A7B1`), 𜳩 (`U+1CCE9`), 𝐓 (`U+1D413`), 𝑇 (`U+1D447`), 𝑻 (`U+1D47B`), 𝖳 (`U+1D5B3`), 𝗧 (`U+1D5E7`), 𝘛 (`U+1D61B`), 𝙏 (`U+1D64F`), 𝚃 (`U+1D683`), 𝚻 (`U+1D6BB`), 𝛵 (`U+1D6F5`), 𝜯 (`U+1D72F`), 𝝩 (`U+1D769`), 𝞣 (`U+1D7A3`), 🄣 (`U+1F123`), 🅃 (`U+1F143`), 🅣 (`U+1F163`), 🆃 (`U+1F183`), 🇹 (`U+1F1F9`) - `cv30`: - e (`U+0065`), æ (`U+00E6`), è (`U+00E8`), é (`U+00E9`), ê (`U+00EA`), ë (`U+00EB`), ē (`U+0113`), ĕ (`U+0115`), ė (`U+0117`), ę (`U+0119`), ě (`U+011B`), œ (`U+0153`), Ə (`U+018F`), ǝ (`U+01DD`), ǣ (`U+01E3`), ǽ (`U+01FD`), ȅ (`U+0205`), ȇ (`U+0207`), ȩ (`U+0229`), ɇ (`U+0247`), ɘ (`U+0258`), ə (`U+0259`), ɚ (`U+025A`), ͤ (`U+0364`), е (`U+0435`), ѐ (`U+0450`), ё (`U+0451`), Ҽ (`U+04BC`), ҽ (`U+04BD`), Ҿ (`U+04BE`), ҿ (`U+04BF`), ӕ (`U+04D5`), ӗ (`U+04D7`), Ә (`U+04D8`), ә (`U+04D9`), Ӛ (`U+04DA`), ӛ (`U+04DB`), ԙ (`U+0519`), ᴂ (`U+1D02`), ᴔ (`U+1D14`), ᵆ (`U+1D46`), ᵉ (`U+1D49`), ᵊ (`U+1D4A`), ᵫ (`U+1D6B`), ᶒ (`U+1D92`), ᶕ (`U+1D95`), ᷔ (`U+1DD4`), ᷪ (`U+1DEA`), ḕ (`U+1E15`), ḗ (`U+1E17`), ḙ (`U+1E19`), ḛ (`U+1E1B`), ḝ (`U+1E1D`), ẹ (`U+1EB9`), ẻ (`U+1EBB`), ẽ (`U+1EBD`), ế (`U+1EBF`), ề (`U+1EC1`), ể (`U+1EC3`), ễ (`U+1EC5`), ệ (`U+1EC7`), ₑ (`U+2091`), ₔ (`U+2094`), ≝ (`U+225D`), ⒠ (`U+24A0`), ⓔ (`U+24D4`), ⱸ (`U+2C78`), ⷷ (`U+2DF7`), ꟹ (`U+A7F9`), ꬱ (`U+AB31`), ꬳ (`U+AB33`), ꭀ (`U+AB40`), ꭁ (`U+AB41`), ꭂ (`U+AB42`), ꭡ (`U+AB61`), ꭢ (`U+AB62`), 𐞃 (`U+10783`), 𐞎 (`U+1078E`), 𝐞 (`U+1D41E`), 𝑒 (`U+1D452`), 𝒆 (`U+1D486`), 𝖾 (`U+1D5BE`), 𝗲 (`U+1D5F2`), 𝘦 (`U+1D626`), 𝙚 (`U+1D65A`), 𝚎 (`U+1D68E`), 𞀵 (`U+1E035`), 𞁋 (`U+1E04B`), 𞁖 (`U+1E056`) + U (`U+0055`), Ù (`U+00D9`), Ú (`U+00DA`), Û (`U+00DB`), Ü (`U+00DC`), Ũ (`U+0168`), Ū (`U+016A`), Ŭ (`U+016C`), Ů (`U+016E`), Ű (`U+0170`), Ų (`U+0172`), Ư (`U+01AF`), Ǔ (`U+01D3`), Ǖ (`U+01D5`), Ǘ (`U+01D7`), Ǚ (`U+01D9`), Ǜ (`U+01DB`), Ȕ (`U+0214`), Ȗ (`U+0216`), Ʉ (`U+0244`), ᴜ (`U+1D1C`), ᵁ (`U+1D41`), ᵾ (`U+1D7E`), ᶸ (`U+1DB8`), Ṳ (`U+1E72`), Ṵ (`U+1E74`), Ṷ (`U+1E76`), Ṹ (`U+1E78`), Ṻ (`U+1E7A`), Ụ (`U+1EE4`), Ủ (`U+1EE6`), Ứ (`U+1EE8`), Ừ (`U+1EEA`), Ử (`U+1EEC`), Ữ (`U+1EEE`), Ự (`U+1EF0`), ␀ (`U+2400`), ␚ (`U+241A`), ␟ (`U+241F`), Ⓤ (`U+24CA`), Ꜷ (`U+A736`), Ꞹ (`U+A7B8`), Ꞿ (`U+A7BE`), 𜳪 (`U+1CCEA`), 𝐔 (`U+1D414`), 𝑈 (`U+1D448`), 𝑼 (`U+1D47C`), 𝖴 (`U+1D5B4`), 𝗨 (`U+1D5E8`), 𝘜 (`U+1D61C`), 𝙐 (`U+1D650`), 𝚄 (`U+1D684`), 🄤 (`U+1F124`), 🅄 (`U+1F144`), 🅤 (`U+1F164`), 🆄 (`U+1F184`), 🆙 (`U+1F199`), 🆫 (`U+1F1AB`), 🇺 (`U+1F1FA`) - `cv31`: - f (`U+0066`), ƒ (`U+0192`), ʩ (`U+02A9`), ᵮ (`U+1D6E`), ᶂ (`U+1D82`), ᶠ (`U+1DA0`), ᷫ (`U+1DEB`), ḟ (`U+1E1F`), ≝ (`U+225D`), ⒡ (`U+24A1`), ⓕ (`U+24D5`), ꞙ (`U+A799`), ꬵ (`U+AB35`), ff (`U+FB00`), fi (`U+FB01`), fl (`U+FB02`), ffi (`U+FB03`), ffl (`U+FB04`), 𐞐 (`U+10790`), 𝐟 (`U+1D41F`), 𝑓 (`U+1D453`), 𝒇 (`U+1D487`), 𝖿 (`U+1D5BF`), 𝗳 (`U+1D5F3`), 𝘧 (`U+1D627`), 𝙛 (`U+1D65B`), 𝚏 (`U+1D68F`) + V (`U+0056`), Ʋ (`U+01B2`), Ʌ (`U+0245`), Ѵ (`U+0474`), Ѷ (`U+0476`), ᴠ (`U+1D20`), Ṽ (`U+1E7C`), Ṿ (`U+1E7E`), Ⅳ (`U+2163`), Ⅴ (`U+2164`), Ⅵ (`U+2165`), Ⅶ (`U+2166`), Ⅷ (`U+2167`), ␋ (`U+240B`), Ⓥ (`U+24CB`), ⱽ (`U+2C7D`), Ꙋ (`U+A64A`), Ꙟ (`U+A65E`), 𜳫 (`U+1CCEB`), 𝐕 (`U+1D415`), 𝑉 (`U+1D449`), 𝑽 (`U+1D47D`), 𝖵 (`U+1D5B5`), 𝗩 (`U+1D5E9`), 𝘝 (`U+1D61D`), 𝙑 (`U+1D651`), 𝚅 (`U+1D685`), 🃤 (`U+1F0E4`), 🃥 (`U+1F0E5`), 🃦 (`U+1F0E6`), 🃧 (`U+1F0E7`), 🃨 (`U+1F0E8`), 🃮 (`U+1F0EE`), 🃯 (`U+1F0EF`), 🃰 (`U+1F0F0`), 🃱 (`U+1F0F1`), 🃲 (`U+1F0F2`), 🄥 (`U+1F125`), 🅅 (`U+1F145`), 🅊 (`U+1F14A`), 🅋 (`U+1F14B`), 🅎 (`U+1F14E`), 🅥 (`U+1F165`), 🆅 (`U+1F185`), 🆚 (`U+1F19A`), 🆪 (`U+1F1AA`), 🆬 (`U+1F1AC`), 🇻 (`U+1F1FB`) - `cv32`: - g (`U+0067`), ĝ (`U+011D`), ğ (`U+011F`), ġ (`U+0121`), ģ (`U+0123`), ǥ (`U+01E5`), ǧ (`U+01E7`), ǵ (`U+01F5`), ɠ (`U+0260`), ɡ (`U+0261`), ᵍ (`U+1D4D`), ᵷ (`U+1D77`), ᶃ (`U+1D83`), ᶢ (`U+1DA2`), ᷚ (`U+1DDA`), ḡ (`U+1E21`), ⒢ (`U+24A2`), ⓖ (`U+24D6`), ꞡ (`U+A7A1`), Ɡ (`U+A7AC`), ꬶ (`U+AB36`), 𐞓 (`U+10793`), 𝐠 (`U+1D420`), 𝑔 (`U+1D454`), 𝒈 (`U+1D488`), 𝗀 (`U+1D5C0`), 𝗴 (`U+1D5F4`), 𝘨 (`U+1D628`), 𝙜 (`U+1D65C`), 𝚐 (`U+1D690`), 𝼁 (`U+1DF01`) + W (`U+0057`), Ŵ (`U+0174`), Ԝ (`U+051C`), ᴡ (`U+1D21`), ᵂ (`U+1D42`), Ẁ (`U+1E80`), Ẃ (`U+1E82`), Ẅ (`U+1E84`), Ẇ (`U+1E86`), Ẉ (`U+1E88`), ₩ (`U+20A9`), Ⓦ (`U+24CC`), Ⱳ (`U+2C72`), 𜳬 (`U+1CCEC`), 𝐖 (`U+1D416`), 𝑊 (`U+1D44A`), 𝑾 (`U+1D47E`), 𝖶 (`U+1D5B6`), 𝗪 (`U+1D5EA`), 𝘞 (`U+1D61E`), 𝙒 (`U+1D652`), 𝚆 (`U+1D686`), 🄦 (`U+1F126`), 🄮 (`U+1F12E`), 🅆 (`U+1F146`), 🅏 (`U+1F14F`), 🅦 (`U+1F166`), 🆆 (`U+1F186`), 🆏 (`U+1F18F`), 🆕 (`U+1F195`), 🇼 (`U+1F1FC`) - `cv33`: - h (`U+0068`), ĥ (`U+0125`), ħ (`U+0127`), ƕ (`U+0195`), ȟ (`U+021F`), ɦ (`U+0266`), ɧ (`U+0267`), ʰ (`U+02B0`), ʱ (`U+02B1`), ͪ (`U+036A`), ђ (`U+0452`), ћ (`U+045B`), һ (`U+04BB`), ԧ (`U+0527`), ᵺ (`U+1D7A`), ḣ (`U+1E23`), ḥ (`U+1E25`), ḧ (`U+1E27`), ḩ (`U+1E29`), ḫ (`U+1E2B`), ẖ (`U+1E96`), ₕ (`U+2095`), ℎ (`U+210E`), ℏ (`U+210F`), ⒣ (`U+24A3`), ⓗ (`U+24D7`), ⱨ (`U+2C68`), ꚕ (`U+A695`), ꜧ (`U+A727`), ꞕ (`U+A795`), ꭜ (`U+AB5C`), 𐞕 (`U+10795`), 𐞗 (`U+10797`), 𝐡 (`U+1D421`), 𝒉 (`U+1D489`), 𝗁 (`U+1D5C1`), 𝗵 (`U+1D5F5`), 𝘩 (`U+1D629`), 𝙝 (`U+1D65D`), 𝚑 (`U+1D691`) + X (`U+0058`), Χ (`U+03A7`), Х (`U+0425`), Ҳ (`U+04B2`), Ӽ (`U+04FC`), Ӿ (`U+04FE`), Ԕ (`U+0514`), Ԗ (`U+0516`), Ẋ (`U+1E8A`), Ẍ (`U+1E8C`), ℻ (`U+213B`), Ⅸ (`U+2168`), Ⅹ (`U+2169`), Ⅺ (`U+216A`), Ⅻ (`U+216B`), ␂ (`U+2402`), ␃ (`U+2403`), Ⓧ (`U+24CD`), Ꭓ (`U+A7B3`), 𜳭 (`U+1CCED`), 𝐗 (`U+1D417`), 𝑋 (`U+1D44B`), 𝑿 (`U+1D47F`), 𝖷 (`U+1D5B7`), 𝗫 (`U+1D5EB`), 𝘟 (`U+1D61F`), 𝙓 (`U+1D653`), 𝚇 (`U+1D687`), 𝚾 (`U+1D6BE`), 𝛸 (`U+1D6F8`), 𝜲 (`U+1D732`), 𝝬 (`U+1D76C`), 𝞦 (`U+1D7A6`), 🃩 (`U+1F0E9`), 🃪 (`U+1F0EA`), 🃫 (`U+1F0EB`), 🃬 (`U+1F0EC`), 🃭 (`U+1F0ED`), 🃮 (`U+1F0EE`), 🃯 (`U+1F0EF`), 🃰 (`U+1F0F0`), 🃱 (`U+1F0F1`), 🃲 (`U+1F0F2`), 🃳 (`U+1F0F3`), 🃴 (`U+1F0F4`), 🃵 (`U+1F0F5`), 🄧 (`U+1F127`), 🅇 (`U+1F147`), 🅧 (`U+1F167`), 🆇 (`U+1F187`), 🇽 (`U+1F1FD`) - `cv34`: - i (`U+0069`), ì (`U+00EC`), í (`U+00ED`), î (`U+00EE`), ï (`U+00EF`), ĩ (`U+0129`), ī (`U+012B`), ĭ (`U+012D`), į (`U+012F`), ı (`U+0131`), ij (`U+0133`), ǐ (`U+01D0`), ȉ (`U+0209`), ȋ (`U+020B`), ɨ (`U+0268`), ͥ (`U+0365`), і (`U+0456`), ї (`U+0457`), ᴉ (`U+1D09`), ᵎ (`U+1D4E`), ᵢ (`U+1D62`), ᶖ (`U+1D96`), ᶤ (`U+1DA4`), ḭ (`U+1E2D`), ḯ (`U+1E2F`), ỉ (`U+1EC9`), ị (`U+1ECB`), ⁱ (`U+2071`), ⅰ (`U+2170`), ⅱ (`U+2171`), ⅲ (`U+2172`), ⅳ (`U+2173`), ⅵ (`U+2175`), ⅶ (`U+2176`), ⅷ (`U+2177`), ⅸ (`U+2178`), ⅺ (`U+217A`), ⅻ (`U+217B`), ⒤ (`U+24A4`), ⓘ (`U+24D8`), ꙶ (`U+A676`), ꞽ (`U+A7BD`), fi (`U+FB01`), ffi (`U+FB03`), 𝐢 (`U+1D422`), 𝑖 (`U+1D456`), 𝒊 (`U+1D48A`), 𝗂 (`U+1D5C2`), 𝗶 (`U+1D5F6`), 𝘪 (`U+1D62A`), 𝙞 (`U+1D65E`), 𝚒 (`U+1D692`), 𝚤 (`U+1D6A4`), 𝼚 (`U+1DF1A`), 𞁌 (`U+1E04C`), 𞁨 (`U+1E068`), 𞂏 (`U+1E08F`) + Y (`U+0059`), ¥ (`U+00A5`), Ý (`U+00DD`), Ŷ (`U+0176`), Ÿ (`U+0178`), Ƴ (`U+01B3`), Ȳ (`U+0232`), Ɏ (`U+024E`), ʏ (`U+028F`), Ύ (`U+038E`), Υ (`U+03A5`), Ϋ (`U+03AB`), ϒ (`U+03D2`), ϓ (`U+03D3`), ϔ (`U+03D4`), Ẏ (`U+1E8E`), Ỳ (`U+1EF2`), Ỵ (`U+1EF4`), Ỷ (`U+1EF6`), Ỹ (`U+1EF8`), Ỿ (`U+1EFE`), Ὑ (`U+1F59`), Ὓ (`U+1F5B`), Ὕ (`U+1F5D`), Ὗ (`U+1F5F`), Ῠ (`U+1FE8`), Ῡ (`U+1FE9`), Ὺ (`U+1FEA`), Ύ (`U+1FEB`), ⅄ (`U+2144`), ␖ (`U+2416`), Ⓨ (`U+24CE`), 𐞲 (`U+107B2`), 𜳮 (`U+1CCEE`), 𝐘 (`U+1D418`), 𝑌 (`U+1D44C`), 𝒀 (`U+1D480`), 𝖸 (`U+1D5B8`), 𝗬 (`U+1D5EC`), 𝘠 (`U+1D620`), 𝙔 (`U+1D654`), 𝚈 (`U+1D688`), 𝚼 (`U+1D6BC`), 𝛶 (`U+1D6F6`), 𝜰 (`U+1D730`), 𝝪 (`U+1D76A`), 𝞤 (`U+1D7A4`), 🄨 (`U+1F128`), 🅈 (`U+1F148`), 🅨 (`U+1F168`), 🆈 (`U+1F188`), 🇾 (`U+1F1FE`) - `cv35`: - j (`U+006A`), ij (`U+0133`), ĵ (`U+0135`), Lj (`U+01C8`), lj (`U+01C9`), Nj (`U+01CB`), nj (`U+01CC`), ǰ (`U+01F0`), ȷ (`U+0237`), ɉ (`U+0249`), ɟ (`U+025F`), ʄ (`U+0284`), ʝ (`U+029D`), ʲ (`U+02B2`), ϳ (`U+03F3`), ј (`U+0458`), ᶡ (`U+1DA1`), ᶨ (`U+1DA8`), ⒥ (`U+24A5`), ⓙ (`U+24D9`), ⱼ (`U+2C7C`), 𐞘 (`U+10798`), 𝐣 (`U+1D423`), 𝑗 (`U+1D457`), 𝒋 (`U+1D48B`), 𝗃 (`U+1D5C3`), 𝗷 (`U+1D5F7`), 𝘫 (`U+1D62B`), 𝙟 (`U+1D65F`), 𝚓 (`U+1D693`), 𝚥 (`U+1D6A5`), 𞁍 (`U+1E04D`) + Z (`U+005A`), Ź (`U+0179`), Ż (`U+017B`), Ž (`U+017D`), Ƶ (`U+01B5`), Ʒ (`U+01B7`), Ƹ (`U+01B8`), DŽ (`U+01C4`), Ǯ (`U+01EE`), DZ (`U+01F1`), Ȥ (`U+0224`), Ζ (`U+0396`), Ӡ (`U+04E0`), ᴢ (`U+1D22`), ᴣ (`U+1D23`), Ẑ (`U+1E90`), Ẓ (`U+1E92`), Ẕ (`U+1E94`), Ⓩ (`U+24CF`), Ⱬ (`U+2C6B`), Ɀ (`U+2C7F`), Ꙁ (`U+A640`), Ꙃ (`U+A642`), Ᶎ (`U+A7C6`), 𜳯 (`U+1CCEF`), 𝐙 (`U+1D419`), 𝑍 (`U+1D44D`), 𝒁 (`U+1D481`), 𝖹 (`U+1D5B9`), 𝗭 (`U+1D5ED`), 𝘡 (`U+1D621`), 𝙕 (`U+1D655`), 𝚉 (`U+1D689`), 𝚭 (`U+1D6AD`), 𝛧 (`U+1D6E7`), 𝜡 (`U+1D721`), 𝝛 (`U+1D75B`), 𝞕 (`U+1D795`), 🄩 (`U+1F129`), 🅉 (`U+1F149`), 🅩 (`U+1F169`), 🆉 (`U+1F189`), 🇿 (`U+1F1FF`) - `cv36`: - k (`U+006B`), ķ (`U+0137`), ĸ (`U+0138`), ƙ (`U+0199`), ǩ (`U+01E9`), ʞ (`U+029E`), κ (`U+03BA`), ᵏ (`U+1D4F`), ᶄ (`U+1D84`), ᷜ (`U+1DDC`), ḱ (`U+1E31`), ḳ (`U+1E33`), ḵ (`U+1E35`), ₖ (`U+2096`), ⒦ (`U+24A6`), ⓚ (`U+24DA`), ⱪ (`U+2C6A`), ꝁ (`U+A741`), ꝃ (`U+A743`), ꝅ (`U+A745`), ꞣ (`U+A7A3`), 𝐤 (`U+1D424`), 𝑘 (`U+1D458`), 𝒌 (`U+1D48C`), 𝗄 (`U+1D5C4`), 𝗸 (`U+1D5F8`), 𝘬 (`U+1D62C`), 𝙠 (`U+1D660`), 𝚔 (`U+1D694`), 𝛋 (`U+1D6CB`), 𝜅 (`U+1D705`), 𝜿 (`U+1D73F`), 𝝹 (`U+1D779`), 𝞳 (`U+1D7B3`), 𝼃 (`U+1DF03`) + a (`U+0061`), ª (`U+00AA`), à (`U+00E0`), á (`U+00E1`), â (`U+00E2`), ã (`U+00E3`), ä (`U+00E4`), å (`U+00E5`), æ (`U+00E6`), ā (`U+0101`), ă (`U+0103`), ą (`U+0105`), ǎ (`U+01CE`), ǟ (`U+01DF`), ǡ (`U+01E1`), ǣ (`U+01E3`), ǻ (`U+01FB`), ǽ (`U+01FD`), ȁ (`U+0201`), ȃ (`U+0203`), ȧ (`U+0227`), ɐ (`U+0250`), ɑ (`U+0251`), ɒ (`U+0252`), ͣ (`U+0363`), ᴂ (`U+1D02`), ᵃ (`U+1D43`), ᵄ (`U+1D44`), ᵅ (`U+1D45`), ᵆ (`U+1D46`), ᶏ (`U+1D8F`), ᶛ (`U+1D9B`), ᷔ (`U+1DD4`), ᷕ (`U+1DD5`), ᷧ (`U+1DE7`), ᷲ (`U+1DF2`), ḁ (`U+1E01`), ẚ (`U+1E9A`), ạ (`U+1EA1`), ả (`U+1EA3`), ấ (`U+1EA5`), ầ (`U+1EA7`), ẩ (`U+1EA9`), ẫ (`U+1EAB`), ậ (`U+1EAD`), ắ (`U+1EAF`), ằ (`U+1EB1`), ẳ (`U+1EB3`), ẵ (`U+1EB5`), ặ (`U+1EB7`), ₐ (`U+2090`), ℀ (`U+2100`), ℁ (`U+2101`), ⒜ (`U+249C`), ⓐ (`U+24D0`), ⱥ (`U+2C65`), Ɑ (`U+2C6D`), Ɒ (`U+2C70`), ꜳ (`U+A733`), ꜵ (`U+A735`), ꜷ (`U+A737`), Ꞛ (`U+A79A`), ꞛ (`U+A79B`), ꞻ (`U+A7BB`), ꬰ (`U+AB30`), ꬱ (`U+AB31`), ꭤ (`U+AB64`), 𐞃 (`U+10783`), 𝐚 (`U+1D41A`), 𝑎 (`U+1D44E`), 𝒂 (`U+1D482`), 𝖺 (`U+1D5BA`), 𝗮 (`U+1D5EE`), 𝘢 (`U+1D622`), 𝙖 (`U+1D656`), 𝚊 (`U+1D68A`) - `cv37`: - l (`U+006C`), ĺ (`U+013A`), ļ (`U+013C`), ľ (`U+013E`), ŀ (`U+0140`), ł (`U+0142`), ƚ (`U+019A`), lj (`U+01C9`), ȴ (`U+0234`), ɫ (`U+026B`), ɬ (`U+026C`), ɭ (`U+026D`), ɮ (`U+026E`), ʪ (`U+02AA`), ʫ (`U+02AB`), ˡ (`U+02E1`), ӏ (`U+04CF`), ᶅ (`U+1D85`), ᶩ (`U+1DA9`), ᶪ (`U+1DAA`), ᷝ (`U+1DDD`), ᷬ (`U+1DEC`), ḷ (`U+1E37`), ḹ (`U+1E39`), ḻ (`U+1E3B`), ḽ (`U+1E3D`), ỻ (`U+1EFB`), ₗ (`U+2097`), ⅼ (`U+217C`), ⒧ (`U+24A7`), ⓛ (`U+24DB`), ⱡ (`U+2C61`), ꝉ (`U+A749`), ꞁ (`U+A781`), ꞎ (`U+A78E`), ꬷ (`U+AB37`), ꬸ (`U+AB38`), ꬹ (`U+AB39`), ꭝ (`U+AB5D`), ꭞ (`U+AB5E`), fl (`U+FB02`), ffl (`U+FB04`), 𐞙 (`U+10799`), 𐞚 (`U+1079A`), 𐞛 (`U+1079B`), 𐞝 (`U+1079D`), 𐞞 (`U+1079E`), 𐞟 (`U+1079F`), 𝐥 (`U+1D425`), 𝑙 (`U+1D459`), 𝒍 (`U+1D48D`), 𝗅 (`U+1D5C5`), 𝗹 (`U+1D5F9`), 𝘭 (`U+1D62D`), 𝙡 (`U+1D661`), 𝚕 (`U+1D695`), 𝼅 (`U+1DF05`), 𝼓 (`U+1DF13`), 𞁐 (`U+1E050`) + b (`U+0062`), ƀ (`U+0180`), ƃ (`U+0183`), ɓ (`U+0253`), ᵇ (`U+1D47`), ᵬ (`U+1D6C`), ᶀ (`U+1D80`), ᷨ (`U+1DE8`), ḃ (`U+1E03`), ḅ (`U+1E05`), ḇ (`U+1E07`), ␢ (`U+2422`), ⒝ (`U+249D`), ⓑ (`U+24D1`), 𐞅 (`U+10785`), 𝐛 (`U+1D41B`), 𝑏 (`U+1D44F`), 𝒃 (`U+1D483`), 𝖻 (`U+1D5BB`), 𝗯 (`U+1D5EF`), 𝘣 (`U+1D623`), 𝙗 (`U+1D657`), 𝚋 (`U+1D68B`) - `cv38`: - m (`U+006D`), ɱ (`U+0271`), ͫ (`U+036B`), т (`U+0442`), ҭ (`U+04AD`), ԏ (`U+050F`), ᲅ (`U+1C85`), ᵐ (`U+1D50`), ᵯ (`U+1D6F`), ᶆ (`U+1D86`), ᶬ (`U+1DAC`), ḿ (`U+1E3F`), ṁ (`U+1E41`), ṃ (`U+1E43`), ₘ (`U+2098`), ₥ (`U+20A5`), ⅿ (`U+217F`), ≞ (`U+225E`), ⒨ (`U+24A8`), ⓜ (`U+24DC`), ⷮ (`U+2DEE`), ⷵ (`U+2DF5`), ꚋ (`U+A68B`), ꬺ (`U+AB3A`), 𝐦 (`U+1D426`), 𝑚 (`U+1D45A`), 𝒎 (`U+1D48E`), 𝗆 (`U+1D5C6`), 𝗺 (`U+1D5FA`), 𝘮 (`U+1D62E`), 𝙢 (`U+1D662`), 𝚖 (`U+1D696`), 𞁀 (`U+1E040`) + c (`U+0063`), ¢ (`U+00A2`), ç (`U+00E7`), ć (`U+0107`), ĉ (`U+0109`), ċ (`U+010B`), č (`U+010D`), ƈ (`U+0188`), ȼ (`U+023C`), ɔ (`U+0254`), ɕ (`U+0255`), ʗ (`U+0297`), ʨ (`U+02A8`), ͨ (`U+0368`), с (`U+0441`), ҁ (`U+0481`), ҫ (`U+04AB`), ҽ (`U+04BD`), ҿ (`U+04BF`), ԍ (`U+050D`), ᲃ (`U+1C83`), ᴒ (`U+1D12`), ᵓ (`U+1D53`), ᶗ (`U+1D97`), ᶜ (`U+1D9C`), ᶝ (`U+1D9D`), ᷗ (`U+1DD7`), ḉ (`U+1E09`), ⃀ (`U+20C0`), ℀ (`U+2100`), ℅ (`U+2105`), ℆ (`U+2106`), ⅽ (`U+217D`), ↄ (`U+2184`), ⒞ (`U+249E`), ⓒ (`U+24D2`), ⷭ (`U+2DED`), ⷵ (`U+2DF5`), ꜿ (`U+A73F`), ꞓ (`U+A793`), ꞔ (`U+A794`), ꬿ (`U+AB3F`), ꭢ (`U+AB62`), 𐞫 (`U+107AB`), 𝐜 (`U+1D41C`), 𝑐 (`U+1D450`), 𝒄 (`U+1D484`), 𝖼 (`U+1D5BC`), 𝗰 (`U+1D5F0`), 𝘤 (`U+1D624`), 𝙘 (`U+1D658`), 𝚌 (`U+1D68C`), 𝼝 (`U+1DF1D`), 𞀿 (`U+1E03F`), 𞁞 (`U+1E05E`), 𞁫 (`U+1E06B`) - `cv39`: - n (`U+006E`), ñ (`U+00F1`), ń (`U+0144`), ņ (`U+0146`), ň (`U+0148`), ʼn (`U+0149`), ŋ (`U+014B`), ƞ (`U+019E`), nj (`U+01CC`), ǹ (`U+01F9`), Ƞ (`U+0220`), ȵ (`U+0235`), ɲ (`U+0272`), ɳ (`U+0273`), ʩ (`U+02A9`), ή (`U+03AE`), η (`U+03B7`), п (`U+043F`), ѣ (`U+0463`), ҧ (`U+04A7`), ԥ (`U+0525`), ᫍ (`U+1ACD`), ᵑ (`U+1D51`), ᵰ (`U+1D70`), ᶇ (`U+1D87`), ᶮ (`U+1DAE`), ᶯ (`U+1DAF`), ᷠ (`U+1DE0`), ṅ (`U+1E45`), ṇ (`U+1E47`), ṉ (`U+1E49`), ṋ (`U+1E4B`), ἠ (`U+1F20`), ἡ (`U+1F21`), ἢ (`U+1F22`), ἣ (`U+1F23`), ἤ (`U+1F24`), ἥ (`U+1F25`), ἦ (`U+1F26`), ἧ (`U+1F27`), ὴ (`U+1F74`), ή (`U+1F75`), ᾐ (`U+1F90`), ᾑ (`U+1F91`), ᾒ (`U+1F92`), ᾓ (`U+1F93`), ᾔ (`U+1F94`), ᾕ (`U+1F95`), ᾖ (`U+1F96`), ᾗ (`U+1F97`), ῂ (`U+1FC2`), ῃ (`U+1FC3`), ῄ (`U+1FC4`), ῆ (`U+1FC6`), ῇ (`U+1FC7`), ⁿ (`U+207F`), ₙ (`U+2099`), ⒩ (`U+24A9`), ⓝ (`U+24DD`), ⷫ (`U+2DEB`), ⷺ (`U+2DFA`), Ꞃ (`U+A782`), ꞃ (`U+A783`), ꞑ (`U+A791`), ꞥ (`U+A7A5`), ꬻ (`U+AB3B`), ꬼ (`U+AB3C`), ꭠ (`U+AB60`), 𐞐 (`U+10790`), 𝐧 (`U+1D427`), 𝑛 (`U+1D45B`), 𝒏 (`U+1D48F`), 𝗇 (`U+1D5C7`), 𝗻 (`U+1D5FB`), 𝘯 (`U+1D62F`), 𝙣 (`U+1D663`), 𝚗 (`U+1D697`), 𝛈 (`U+1D6C8`), 𝜂 (`U+1D702`), 𝜼 (`U+1D73C`), 𝝶 (`U+1D776`), 𝞰 (`U+1D7B0`), 𝼇 (`U+1DF07`), 𝼔 (`U+1DF14`), 𞀽 (`U+1E03D`), 𞁝 (`U+1E05D`) + d (`U+0064`), ď (`U+010F`), đ (`U+0111`), ƌ (`U+018C`), dž (`U+01C6`), dz (`U+01F3`), ȡ (`U+0221`), ɖ (`U+0256`), ɗ (`U+0257`), ʣ (`U+02A3`), ʤ (`U+02A4`), ʥ (`U+02A5`), ͩ (`U+0369`), ԁ (`U+0501`), ԃ (`U+0503`), ᵈ (`U+1D48`), ᵭ (`U+1D6D`), ᶁ (`U+1D81`), ᶑ (`U+1D91`), ḋ (`U+1E0B`), ḍ (`U+1E0D`), ḏ (`U+1E0F`), ḑ (`U+1E11`), ḓ (`U+1E13`), ₫ (`U+20AB`), ⅾ (`U+217E`), ≝ (`U+225D`), ⒟ (`U+249F`), ⓓ (`U+24D3`), ꟈ (`U+A7C8`), ꭦ (`U+AB66`), 𐞇 (`U+10787`), 𐞈 (`U+10788`), 𐞉 (`U+10789`), 𐞊 (`U+1078A`), 𐞋 (`U+1078B`), 𐞌 (`U+1078C`), 𐞍 (`U+1078D`), 𝐝 (`U+1D41D`), 𝑑 (`U+1D451`), 𝒅 (`U+1D485`), 𝖽 (`U+1D5BD`), 𝗱 (`U+1D5F1`), 𝘥 (`U+1D625`), 𝙙 (`U+1D659`), 𝚍 (`U+1D68D`), 𝼒 (`U+1DF12`), 🆥 (`U+1F1A5`) - `cv40`: - p (`U+0070`), ƥ (`U+01A5`), ᵖ (`U+1D56`), ᵱ (`U+1D71`), ᵽ (`U+1D7D`), ᶈ (`U+1D88`), ᷮ (`U+1DEE`), ṕ (`U+1E55`), ṗ (`U+1E57`), ₚ (`U+209A`), ⒫ (`U+24AB`), ⓟ (`U+24DF`), ꝑ (`U+A751`), 𝐩 (`U+1D429`), 𝑝 (`U+1D45D`), 𝒑 (`U+1D491`), 𝗉 (`U+1D5C9`), 𝗽 (`U+1D5FD`), 𝘱 (`U+1D631`), 𝙥 (`U+1D665`), 𝚙 (`U+1D699`) + e (`U+0065`), æ (`U+00E6`), è (`U+00E8`), é (`U+00E9`), ê (`U+00EA`), ë (`U+00EB`), ē (`U+0113`), ĕ (`U+0115`), ė (`U+0117`), ę (`U+0119`), ě (`U+011B`), œ (`U+0153`), Ə (`U+018F`), ǝ (`U+01DD`), ǣ (`U+01E3`), ǽ (`U+01FD`), ȅ (`U+0205`), ȇ (`U+0207`), ȩ (`U+0229`), ɇ (`U+0247`), ɘ (`U+0258`), ə (`U+0259`), ɚ (`U+025A`), ͤ (`U+0364`), е (`U+0435`), ѐ (`U+0450`), ё (`U+0451`), Ҽ (`U+04BC`), ҽ (`U+04BD`), Ҿ (`U+04BE`), ҿ (`U+04BF`), ӕ (`U+04D5`), ӗ (`U+04D7`), Ә (`U+04D8`), ә (`U+04D9`), Ӛ (`U+04DA`), ӛ (`U+04DB`), ԙ (`U+0519`), ᴂ (`U+1D02`), ᴔ (`U+1D14`), ᵆ (`U+1D46`), ᵉ (`U+1D49`), ᵊ (`U+1D4A`), ᵫ (`U+1D6B`), ᶒ (`U+1D92`), ᶕ (`U+1D95`), ᷔ (`U+1DD4`), ᷪ (`U+1DEA`), ḕ (`U+1E15`), ḗ (`U+1E17`), ḙ (`U+1E19`), ḛ (`U+1E1B`), ḝ (`U+1E1D`), ẹ (`U+1EB9`), ẻ (`U+1EBB`), ẽ (`U+1EBD`), ế (`U+1EBF`), ề (`U+1EC1`), ể (`U+1EC3`), ễ (`U+1EC5`), ệ (`U+1EC7`), ₑ (`U+2091`), ₔ (`U+2094`), ≝ (`U+225D`), ⒠ (`U+24A0`), ⓔ (`U+24D4`), ⱸ (`U+2C78`), ⷷ (`U+2DF7`), ꟹ (`U+A7F9`), ꬱ (`U+AB31`), ꬳ (`U+AB33`), ꭀ (`U+AB40`), ꭁ (`U+AB41`), ꭂ (`U+AB42`), ꭡ (`U+AB61`), ꭢ (`U+AB62`), 𐞃 (`U+10783`), 𐞎 (`U+1078E`), 𝐞 (`U+1D41E`), 𝑒 (`U+1D452`), 𝒆 (`U+1D486`), 𝖾 (`U+1D5BE`), 𝗲 (`U+1D5F2`), 𝘦 (`U+1D626`), 𝙚 (`U+1D65A`), 𝚎 (`U+1D68E`), 𞀵 (`U+1E035`), 𞁋 (`U+1E04B`), 𞁖 (`U+1E056`) - `cv41`: - q (`U+0071`), Ƣ (`U+01A2`), ƣ (`U+01A3`), Ɋ (`U+024A`), ɋ (`U+024B`), ʠ (`U+02A0`), ԛ (`U+051B`), ⒬ (`U+24AC`), ⓠ (`U+24E0`), 𐞥 (`U+107A5`), 𝐪 (`U+1D42A`), 𝑞 (`U+1D45E`), 𝒒 (`U+1D492`), 𝗊 (`U+1D5CA`), 𝗾 (`U+1D5FE`), 𝘲 (`U+1D632`), 𝙦 (`U+1D666`), 𝚚 (`U+1D69A`) + f (`U+0066`), ƒ (`U+0192`), ʩ (`U+02A9`), ᵮ (`U+1D6E`), ᶂ (`U+1D82`), ᶠ (`U+1DA0`), ᷫ (`U+1DEB`), ḟ (`U+1E1F`), ≝ (`U+225D`), ⒡ (`U+24A1`), ⓕ (`U+24D5`), ꞙ (`U+A799`), ꬵ (`U+AB35`), ff (`U+FB00`), fi (`U+FB01`), fl (`U+FB02`), ffi (`U+FB03`), ffl (`U+FB04`), 𐞐 (`U+10790`), 𝐟 (`U+1D41F`), 𝑓 (`U+1D453`), 𝒇 (`U+1D487`), 𝖿 (`U+1D5BF`), 𝗳 (`U+1D5F3`), 𝘧 (`U+1D627`), 𝙛 (`U+1D65B`), 𝚏 (`U+1D68F`) - `cv42`: - r (`U+0072`), ŕ (`U+0155`), ŗ (`U+0157`), ř (`U+0159`), ȑ (`U+0211`), ȓ (`U+0213`), ɍ (`U+024D`), ɹ (`U+0279`), ɺ (`U+027A`), ɻ (`U+027B`), ɼ (`U+027C`), ɽ (`U+027D`), ɾ (`U+027E`), ʳ (`U+02B3`), ʴ (`U+02B4`), ʵ (`U+02B5`), ͬ (`U+036C`), ᵣ (`U+1D63`), ᵲ (`U+1D72`), ᵳ (`U+1D73`), ᶉ (`U+1D89`), ᷊ (`U+1DCA`), ṙ (`U+1E59`), ṛ (`U+1E5B`), ṝ (`U+1E5D`), ṟ (`U+1E5F`), ⒭ (`U+24AD`), ⓡ (`U+24E1`), ⱹ (`U+2C79`), Ꝼ (`U+A77B`), ꝼ (`U+A77C`), Ꞅ (`U+A784`), ꞅ (`U+A785`), ꞧ (`U+A7A7`), ꭨ (`U+AB68`), 𐞦 (`U+107A6`), 𐞧 (`U+107A7`), 𐞨 (`U+107A8`), 𐞩 (`U+107A9`), 𝐫 (`U+1D42B`), 𝑟 (`U+1D45F`), 𝒓 (`U+1D493`), 𝗋 (`U+1D5CB`), 𝗿 (`U+1D5FF`), 𝘳 (`U+1D633`), 𝙧 (`U+1D667`), 𝚛 (`U+1D69B`), 𝼈 (`U+1DF08`), 𝼕 (`U+1DF15`), 𝼖 (`U+1DF16`) + g (`U+0067`), ĝ (`U+011D`), ğ (`U+011F`), ġ (`U+0121`), ģ (`U+0123`), ǥ (`U+01E5`), ǧ (`U+01E7`), ǵ (`U+01F5`), ɠ (`U+0260`), ɡ (`U+0261`), ᵍ (`U+1D4D`), ᵷ (`U+1D77`), ᶃ (`U+1D83`), ᶢ (`U+1DA2`), ᷚ (`U+1DDA`), ḡ (`U+1E21`), ⒢ (`U+24A2`), ⓖ (`U+24D6`), ꞡ (`U+A7A1`), Ɡ (`U+A7AC`), ꬶ (`U+AB36`), 𐞓 (`U+10793`), 𝐠 (`U+1D420`), 𝑔 (`U+1D454`), 𝒈 (`U+1D488`), 𝗀 (`U+1D5C0`), 𝗴 (`U+1D5F4`), 𝘨 (`U+1D628`), 𝙜 (`U+1D65C`), 𝚐 (`U+1D690`), 𝼁 (`U+1DF01`) - `cv43`: - s (`U+0073`), ś (`U+015B`), ŝ (`U+015D`), ş (`U+015F`), š (`U+0161`), ƨ (`U+01A8`), ƾ (`U+01BE`), ș (`U+0219`), ȿ (`U+023F`), ʂ (`U+0282`), ʦ (`U+02A6`), ʪ (`U+02AA`), ˢ (`U+02E2`), г (`U+0433`), ѓ (`U+0453`), ѕ (`U+0455`), ғ (`U+0493`), ӷ (`U+04F7`), ӻ (`U+04FB`), ᵴ (`U+1D74`), ᶊ (`U+1D8A`), ᶳ (`U+1DB3`), ᷤ (`U+1DE4`), ṡ (`U+1E61`), ṣ (`U+1E63`), ṥ (`U+1E65`), ṧ (`U+1E67`), ṩ (`U+1E69`), ₛ (`U+209B`), ₨ (`U+20A8`), ℁ (`U+2101`), ⒮ (`U+24AE`), ⓢ (`U+24E2`), ⷢ (`U+2DE2`), ꙅ (`U+A645`), ꚃ (`U+A683`), ꞩ (`U+A7A9`), ꟊ (`U+A7CA`), ꭧ (`U+AB67`), st (`U+FB06`), 𐞙 (`U+10799`), 𐞬 (`U+107AC`), 𐞭 (`U+107AD`), 𐞺 (`U+107BA`), 𝐬 (`U+1D42C`), 𝑠 (`U+1D460`), 𝒔 (`U+1D494`), 𝗌 (`U+1D5CC`), 𝘀 (`U+1D600`), 𝘴 (`U+1D634`), 𝙨 (`U+1D668`), 𝚜 (`U+1D69C`), 𝼞 (`U+1DF1E`), 𞀳 (`U+1E033`), 𞁔 (`U+1E054`), 𞁩 (`U+1E069`) + h (`U+0068`), ĥ (`U+0125`), ħ (`U+0127`), ƕ (`U+0195`), ȟ (`U+021F`), ɦ (`U+0266`), ɧ (`U+0267`), ʰ (`U+02B0`), ʱ (`U+02B1`), ͪ (`U+036A`), ђ (`U+0452`), ћ (`U+045B`), һ (`U+04BB`), ԧ (`U+0527`), ᵺ (`U+1D7A`), ḣ (`U+1E23`), ḥ (`U+1E25`), ḧ (`U+1E27`), ḩ (`U+1E29`), ḫ (`U+1E2B`), ẖ (`U+1E96`), ₕ (`U+2095`), ℎ (`U+210E`), ℏ (`U+210F`), ⒣ (`U+24A3`), ⓗ (`U+24D7`), ⱨ (`U+2C68`), ꚕ (`U+A695`), ꜧ (`U+A727`), ꞕ (`U+A795`), ꭜ (`U+AB5C`), 𐞕 (`U+10795`), 𐞗 (`U+10797`), 𝐡 (`U+1D421`), 𝒉 (`U+1D489`), 𝗁 (`U+1D5C1`), 𝗵 (`U+1D5F5`), 𝘩 (`U+1D629`), 𝙝 (`U+1D65D`), 𝚑 (`U+1D691`) - `cv44`: - t (`U+0074`), ţ (`U+0163`), ť (`U+0165`), ŧ (`U+0167`), ƫ (`U+01AB`), ƭ (`U+01AD`), ƾ (`U+01BE`), ț (`U+021B`), ȶ (`U+0236`), ʇ (`U+0287`), ʈ (`U+0288`), ʦ (`U+02A6`), ʧ (`U+02A7`), ʨ (`U+02A8`), ͭ (`U+036D`), ᵗ (`U+1D57`), ᵵ (`U+1D75`), ᵺ (`U+1D7A`), ᶵ (`U+1DB5`), ṫ (`U+1E6B`), ṭ (`U+1E6D`), ṯ (`U+1E6F`), ṱ (`U+1E71`), ẗ (`U+1E97`), ₜ (`U+209C`), ₧ (`U+20A7`), ⒯ (`U+24AF`), ⓣ (`U+24E3`), ⱦ (`U+2C66`), ꭧ (`U+AB67`), ſt (`U+FB05`), st (`U+FB06`), 𐞫 (`U+107AB`), 𐞬 (`U+107AC`), 𐞭 (`U+107AD`), 𐞮 (`U+107AE`), 𐞯 (`U+107AF`), 𝐭 (`U+1D42D`), 𝑡 (`U+1D461`), 𝒕 (`U+1D495`), 𝗍 (`U+1D5CD`), 𝘁 (`U+1D601`), 𝘵 (`U+1D635`), 𝙩 (`U+1D669`), 𝚝 (`U+1D69D`), 𝼉 (`U+1DF09`), 𝼗 (`U+1DF17`) + i (`U+0069`), ì (`U+00EC`), í (`U+00ED`), î (`U+00EE`), ï (`U+00EF`), ĩ (`U+0129`), ī (`U+012B`), ĭ (`U+012D`), į (`U+012F`), ı (`U+0131`), ij (`U+0133`), ǐ (`U+01D0`), ȉ (`U+0209`), ȋ (`U+020B`), ɨ (`U+0268`), ͥ (`U+0365`), і (`U+0456`), ї (`U+0457`), ᴉ (`U+1D09`), ᵎ (`U+1D4E`), ᵢ (`U+1D62`), ᶖ (`U+1D96`), ᶤ (`U+1DA4`), ḭ (`U+1E2D`), ḯ (`U+1E2F`), ỉ (`U+1EC9`), ị (`U+1ECB`), ⁱ (`U+2071`), ⅰ (`U+2170`), ⅱ (`U+2171`), ⅲ (`U+2172`), ⅳ (`U+2173`), ⅵ (`U+2175`), ⅶ (`U+2176`), ⅷ (`U+2177`), ⅸ (`U+2178`), ⅺ (`U+217A`), ⅻ (`U+217B`), ⒤ (`U+24A4`), ⓘ (`U+24D8`), ꙶ (`U+A676`), ꞽ (`U+A7BD`), fi (`U+FB01`), ffi (`U+FB03`), 𝐢 (`U+1D422`), 𝑖 (`U+1D456`), 𝒊 (`U+1D48A`), 𝗂 (`U+1D5C2`), 𝗶 (`U+1D5F6`), 𝘪 (`U+1D62A`), 𝙞 (`U+1D65E`), 𝚒 (`U+1D692`), 𝚤 (`U+1D6A4`), 𝼚 (`U+1DF1A`), 𞁌 (`U+1E04C`), 𞁨 (`U+1E068`), 𞂏 (`U+1E08F`) - `cv45`: - u (`U+0075`), ù (`U+00F9`), ú (`U+00FA`), û (`U+00FB`), ü (`U+00FC`), ũ (`U+0169`), ū (`U+016B`), ŭ (`U+016D`), ů (`U+016F`), ű (`U+0171`), ų (`U+0173`), Ɯ (`U+019C`), ư (`U+01B0`), ǔ (`U+01D4`), ǖ (`U+01D6`), ǘ (`U+01D8`), ǚ (`U+01DA`), ǜ (`U+01DC`), ȕ (`U+0215`), ȗ (`U+0217`), ɥ (`U+0265`), ɯ (`U+026F`), ɰ (`U+0270`), ʉ (`U+0289`), ʮ (`U+02AE`), ʯ (`U+02AF`), ͧ (`U+0367`), и (`U+0438`), й (`U+0439`), ц (`U+0446`), ш (`U+0448`), щ (`U+0449`), ѝ (`U+045D`), џ (`U+045F`), ҋ (`U+048B`), ҵ (`U+04B5`), ӣ (`U+04E3`), ӥ (`U+04E5`), ᴝ (`U+1D1D`), ᴞ (`U+1D1E`), ᴟ (`U+1D1F`), ᵘ (`U+1D58`), ᵙ (`U+1D59`), ᵚ (`U+1D5A`), ᵤ (`U+1D64`), ᵫ (`U+1D6B`), ᶙ (`U+1D99`), ᶣ (`U+1DA3`), ᶭ (`U+1DAD`), ᶶ (`U+1DB6`), ᷰ (`U+1DF0`), ᷴ (`U+1DF4`), ṳ (`U+1E73`), ṵ (`U+1E75`), ṷ (`U+1E77`), ṹ (`U+1E79`), ṻ (`U+1E7B`), ụ (`U+1EE5`), ủ (`U+1EE7`), ứ (`U+1EE9`), ừ (`U+1EEB`), ử (`U+1EED`), ữ (`U+1EEF`), ự (`U+1EF1`), ℆ (`U+2106`), ⒰ (`U+24B0`), ⓤ (`U+24E4`), ⷰ (`U+2DF0`), ⷲ (`U+2DF2`), ⷳ (`U+2DF3`), ꙡ (`U+A661`), ꙵ (`U+A675`), ꜷ (`U+A737`), Ꞟ (`U+A79E`), ꞟ (`U+A79F`), ꞹ (`U+A7B9`), ꞿ (`U+A7BF`), ꭎ (`U+AB4E`), ꭏ (`U+AB4F`), ꭒ (`U+AB52`), ꭟ (`U+AB5F`), ꭣ (`U+AB63`), 𝐮 (`U+1D42E`), 𝑢 (`U+1D462`), 𝒖 (`U+1D496`), 𝗎 (`U+1D5CE`), 𝘂 (`U+1D602`), 𝘶 (`U+1D636`), 𝙪 (`U+1D66A`), 𝚞 (`U+1D69E`), 𞀸 (`U+1E038`), 𞁄 (`U+1E044`), 𞁆 (`U+1E046`), 𞁙 (`U+1E059`), 𞁢 (`U+1E062`), 𞁤 (`U+1E064`), 𞁪 (`U+1E06A`) + j (`U+006A`), ij (`U+0133`), ĵ (`U+0135`), Lj (`U+01C8`), lj (`U+01C9`), Nj (`U+01CB`), nj (`U+01CC`), ǰ (`U+01F0`), ȷ (`U+0237`), ɉ (`U+0249`), ɟ (`U+025F`), ʄ (`U+0284`), ʝ (`U+029D`), ʲ (`U+02B2`), ϳ (`U+03F3`), ј (`U+0458`), ᶡ (`U+1DA1`), ᶨ (`U+1DA8`), ⒥ (`U+24A5`), ⓙ (`U+24D9`), ⱼ (`U+2C7C`), 𐞘 (`U+10798`), 𝐣 (`U+1D423`), 𝑗 (`U+1D457`), 𝒋 (`U+1D48B`), 𝗃 (`U+1D5C3`), 𝗷 (`U+1D5F7`), 𝘫 (`U+1D62B`), 𝙟 (`U+1D65F`), 𝚓 (`U+1D693`), 𝚥 (`U+1D6A5`), 𞁍 (`U+1E04D`) - `cv46`: - v (`U+0076`), ʋ (`U+028B`), ʌ (`U+028C`), ͮ (`U+036E`), ѵ (`U+0475`), ѷ (`U+0477`), ᲈ (`U+1C88`), ᵛ (`U+1D5B`), ᵥ (`U+1D65`), ᶌ (`U+1D8C`), ᶹ (`U+1DB9`), ᶺ (`U+1DBA`), ṽ (`U+1E7D`), ṿ (`U+1E7F`), ⅳ (`U+2173`), ⅴ (`U+2174`), ⅵ (`U+2175`), ⅶ (`U+2176`), ⅷ (`U+2177`), ⒱ (`U+24B1`), ⓥ (`U+24E5`), ⱱ (`U+2C71`), ⱴ (`U+2C74`), ꙟ (`U+A65F`), 𐞰 (`U+107B0`), 𝐯 (`U+1D42F`), 𝑣 (`U+1D463`), 𝒗 (`U+1D497`), 𝗏 (`U+1D5CF`), 𝘃 (`U+1D603`), 𝘷 (`U+1D637`), 𝙫 (`U+1D66B`), 𝚟 (`U+1D69F`) + k (`U+006B`), ķ (`U+0137`), ĸ (`U+0138`), ƙ (`U+0199`), ǩ (`U+01E9`), ʞ (`U+029E`), κ (`U+03BA`), ᵏ (`U+1D4F`), ᶄ (`U+1D84`), ᷜ (`U+1DDC`), ḱ (`U+1E31`), ḳ (`U+1E33`), ḵ (`U+1E35`), ₖ (`U+2096`), ⒦ (`U+24A6`), ⓚ (`U+24DA`), ⱪ (`U+2C6A`), ꝁ (`U+A741`), ꝃ (`U+A743`), ꝅ (`U+A745`), ꞣ (`U+A7A3`), 𝐤 (`U+1D424`), 𝑘 (`U+1D458`), 𝒌 (`U+1D48C`), 𝗄 (`U+1D5C4`), 𝗸 (`U+1D5F8`), 𝘬 (`U+1D62C`), 𝙠 (`U+1D660`), 𝚔 (`U+1D694`), 𝛋 (`U+1D6CB`), 𝜅 (`U+1D705`), 𝜿 (`U+1D73F`), 𝝹 (`U+1D779`), 𝞳 (`U+1D7B3`), 𝼃 (`U+1DF03`) - `cv47`: - w (`U+0077`), ŵ (`U+0175`), ʍ (`U+028D`), ʬ (`U+02AC`), ʷ (`U+02B7`), ԝ (`U+051D`), ᪿ (`U+1ABF`), ᫀ (`U+1AC0`), ᷱ (`U+1DF1`), ẁ (`U+1E81`), ẃ (`U+1E83`), ẅ (`U+1E85`), ẇ (`U+1E87`), ẉ (`U+1E89`), ẘ (`U+1E98`), ⒲ (`U+24B2`), ⓦ (`U+24E6`), ⱳ (`U+2C73`), ꭩ (`U+AB69`), 𝐰 (`U+1D430`), 𝑤 (`U+1D464`), 𝒘 (`U+1D498`), 𝗐 (`U+1D5D0`), 𝘄 (`U+1D604`), 𝘸 (`U+1D638`), 𝙬 (`U+1D66C`), 𝚠 (`U+1D6A0`) + l (`U+006C`), ĺ (`U+013A`), ļ (`U+013C`), ľ (`U+013E`), ŀ (`U+0140`), ł (`U+0142`), ƚ (`U+019A`), lj (`U+01C9`), ȴ (`U+0234`), ɫ (`U+026B`), ɬ (`U+026C`), ɭ (`U+026D`), ɮ (`U+026E`), ʪ (`U+02AA`), ʫ (`U+02AB`), ˡ (`U+02E1`), ӏ (`U+04CF`), ᶅ (`U+1D85`), ᶩ (`U+1DA9`), ᶪ (`U+1DAA`), ᷝ (`U+1DDD`), ᷬ (`U+1DEC`), ḷ (`U+1E37`), ḹ (`U+1E39`), ḻ (`U+1E3B`), ḽ (`U+1E3D`), ỻ (`U+1EFB`), ₗ (`U+2097`), ⅼ (`U+217C`), ⒧ (`U+24A7`), ⓛ (`U+24DB`), ⱡ (`U+2C61`), ꝉ (`U+A749`), ꞁ (`U+A781`), ꞎ (`U+A78E`), ꬷ (`U+AB37`), ꬸ (`U+AB38`), ꬹ (`U+AB39`), ꭝ (`U+AB5D`), ꭞ (`U+AB5E`), fl (`U+FB02`), ffl (`U+FB04`), 𐞙 (`U+10799`), 𐞚 (`U+1079A`), 𐞛 (`U+1079B`), 𐞝 (`U+1079D`), 𐞞 (`U+1079E`), 𐞟 (`U+1079F`), 𝐥 (`U+1D425`), 𝑙 (`U+1D459`), 𝒍 (`U+1D48D`), 𝗅 (`U+1D5C5`), 𝗹 (`U+1D5F9`), 𝘭 (`U+1D62D`), 𝙡 (`U+1D661`), 𝚕 (`U+1D695`), 𝼅 (`U+1DF05`), 𝼓 (`U+1DF13`), 𞁐 (`U+1E050`) - `cv48`: - x (`U+0078`), ˣ (`U+02E3`), ͯ (`U+036F`), х (`U+0445`), ҳ (`U+04B3`), ӽ (`U+04FD`), ӿ (`U+04FF`), ԕ (`U+0515`), ԗ (`U+0517`), ᶍ (`U+1D8D`), ẋ (`U+1E8B`), ẍ (`U+1E8D`), ₓ (`U+2093`), ⅸ (`U+2178`), ⅹ (`U+2179`), ⅺ (`U+217A`), ⅻ (`U+217B`), ⒳ (`U+24B3`), ⓧ (`U+24E7`), ⷯ (`U+2DEF`), ꭓ (`U+AB53`), 𝐱 (`U+1D431`), 𝑥 (`U+1D465`), 𝒙 (`U+1D499`), 𝗑 (`U+1D5D1`), 𝘅 (`U+1D605`), 𝘹 (`U+1D639`), 𝙭 (`U+1D66D`), 𝚡 (`U+1D6A1`), 𞁃 (`U+1E043`), 𞁡 (`U+1E061`) + m (`U+006D`), ɱ (`U+0271`), ͫ (`U+036B`), т (`U+0442`), ҭ (`U+04AD`), ԏ (`U+050F`), ᲅ (`U+1C85`), ᵐ (`U+1D50`), ᵯ (`U+1D6F`), ᶆ (`U+1D86`), ᶬ (`U+1DAC`), ḿ (`U+1E3F`), ṁ (`U+1E41`), ṃ (`U+1E43`), ₘ (`U+2098`), ₥ (`U+20A5`), ⅿ (`U+217F`), ≞ (`U+225E`), ⒨ (`U+24A8`), ⓜ (`U+24DC`), ⷮ (`U+2DEE`), ⷵ (`U+2DF5`), ꚋ (`U+A68B`), ꬺ (`U+AB3A`), 𝐦 (`U+1D426`), 𝑚 (`U+1D45A`), 𝒎 (`U+1D48E`), 𝗆 (`U+1D5C6`), 𝗺 (`U+1D5FA`), 𝘮 (`U+1D62E`), 𝙢 (`U+1D662`), 𝚖 (`U+1D696`), 𞁀 (`U+1E040`) - `cv49`: - y (`U+0079`), ý (`U+00FD`), ÿ (`U+00FF`), ŷ (`U+0177`), ƴ (`U+01B4`), ȳ (`U+0233`), ɏ (`U+024F`), ʎ (`U+028E`), ʸ (`U+02B8`), ẏ (`U+1E8F`), ẙ (`U+1E99`), ỳ (`U+1EF3`), ỵ (`U+1EF5`), ỷ (`U+1EF7`), ỹ (`U+1EF9`), ỿ (`U+1EFF`), ⒴ (`U+24B4`), ⓨ (`U+24E8`), 𐞠 (`U+107A0`), 𐞡 (`U+107A1`), 𝐲 (`U+1D432`), 𝑦 (`U+1D466`), 𝒚 (`U+1D49A`), 𝗒 (`U+1D5D2`), 𝘆 (`U+1D606`), 𝘺 (`U+1D63A`), 𝙮 (`U+1D66E`), 𝚢 (`U+1D6A2`), 𝼆 (`U+1DF06`) + n (`U+006E`), ñ (`U+00F1`), ń (`U+0144`), ņ (`U+0146`), ň (`U+0148`), ʼn (`U+0149`), ŋ (`U+014B`), ƞ (`U+019E`), nj (`U+01CC`), ǹ (`U+01F9`), Ƞ (`U+0220`), ȵ (`U+0235`), ɲ (`U+0272`), ɳ (`U+0273`), ʩ (`U+02A9`), ή (`U+03AE`), η (`U+03B7`), п (`U+043F`), ѣ (`U+0463`), ҧ (`U+04A7`), ԥ (`U+0525`), ᫍ (`U+1ACD`), ᵑ (`U+1D51`), ᵰ (`U+1D70`), ᶇ (`U+1D87`), ᶮ (`U+1DAE`), ᶯ (`U+1DAF`), ᷠ (`U+1DE0`), ṅ (`U+1E45`), ṇ (`U+1E47`), ṉ (`U+1E49`), ṋ (`U+1E4B`), ἠ (`U+1F20`), ἡ (`U+1F21`), ἢ (`U+1F22`), ἣ (`U+1F23`), ἤ (`U+1F24`), ἥ (`U+1F25`), ἦ (`U+1F26`), ἧ (`U+1F27`), ὴ (`U+1F74`), ή (`U+1F75`), ᾐ (`U+1F90`), ᾑ (`U+1F91`), ᾒ (`U+1F92`), ᾓ (`U+1F93`), ᾔ (`U+1F94`), ᾕ (`U+1F95`), ᾖ (`U+1F96`), ᾗ (`U+1F97`), ῂ (`U+1FC2`), ῃ (`U+1FC3`), ῄ (`U+1FC4`), ῆ (`U+1FC6`), ῇ (`U+1FC7`), ⁿ (`U+207F`), ₙ (`U+2099`), ⒩ (`U+24A9`), ⓝ (`U+24DD`), ⷫ (`U+2DEB`), ⷺ (`U+2DFA`), Ꞃ (`U+A782`), ꞃ (`U+A783`), ꞑ (`U+A791`), ꞥ (`U+A7A5`), ꬻ (`U+AB3B`), ꬼ (`U+AB3C`), ꭠ (`U+AB60`), 𐞐 (`U+10790`), 𝐧 (`U+1D427`), 𝑛 (`U+1D45B`), 𝒏 (`U+1D48F`), 𝗇 (`U+1D5C7`), 𝗻 (`U+1D5FB`), 𝘯 (`U+1D62F`), 𝙣 (`U+1D663`), 𝚗 (`U+1D697`), 𝛈 (`U+1D6C8`), 𝜂 (`U+1D702`), 𝜼 (`U+1D73C`), 𝝶 (`U+1D776`), 𝞰 (`U+1D7B0`), 𝼇 (`U+1DF07`), 𝼔 (`U+1DF14`), 𞀽 (`U+1E03D`), 𞁝 (`U+1E05D`) - `cv50`: - z (`U+007A`), ź (`U+017A`), ż (`U+017C`), ž (`U+017E`), ƶ (`U+01B6`), ƹ (`U+01B9`), ƺ (`U+01BA`), Dž (`U+01C5`), dž (`U+01C6`), ǯ (`U+01EF`), Dz (`U+01F2`), dz (`U+01F3`), ȥ (`U+0225`), ɀ (`U+0240`), ʐ (`U+0290`), ʑ (`U+0291`), ʒ (`U+0292`), ʓ (`U+0293`), ʣ (`U+02A3`), ʤ (`U+02A4`), ʥ (`U+02A5`), ʫ (`U+02AB`), ӡ (`U+04E1`), ᵶ (`U+1D76`), ᶎ (`U+1D8E`), ᶚ (`U+1D9A`), ᶻ (`U+1DBB`), ᶼ (`U+1DBC`), ᶽ (`U+1DBD`), ᶾ (`U+1DBE`), ᷦ (`U+1DE6`), ẑ (`U+1E91`), ẓ (`U+1E93`), ẕ (`U+1E95`), ⒵ (`U+24B5`), ⓩ (`U+24E9`), ⱬ (`U+2C6C`), ꙁ (`U+A641`), ꙃ (`U+A643`), ꭦ (`U+AB66`), 𐞇 (`U+10787`), 𐞈 (`U+10788`), 𐞉 (`U+10789`), 𐞊 (`U+1078A`), 𐞚 (`U+1079A`), 𝐳 (`U+1D433`), 𝑧 (`U+1D467`), 𝒛 (`U+1D49B`), 𝗓 (`U+1D5D3`), 𝘇 (`U+1D607`), 𝘻 (`U+1D63B`), 𝙯 (`U+1D66F`), 𝚣 (`U+1D6A3`), 𝼒 (`U+1DF12`), 𝼘 (`U+1DF18`), 🄮 (`U+1F12E`) + p (`U+0070`), ƥ (`U+01A5`), ᵖ (`U+1D56`), ᵱ (`U+1D71`), ᵽ (`U+1D7D`), ᶈ (`U+1D88`), ᷮ (`U+1DEE`), ṕ (`U+1E55`), ṗ (`U+1E57`), ₚ (`U+209A`), ⒫ (`U+24AB`), ⓟ (`U+24DF`), ꝑ (`U+A751`), 𝐩 (`U+1D429`), 𝑝 (`U+1D45D`), 𝒑 (`U+1D491`), 𝗉 (`U+1D5C9`), 𝗽 (`U+1D5FD`), 𝘱 (`U+1D631`), 𝙥 (`U+1D665`), 𝚙 (`U+1D699`) - `cv51`: - ſ (`U+017F`), ᷥ (`U+1DE5`), ẛ (`U+1E9B`), ẜ (`U+1E9C`), ẝ (`U+1E9D`), ſt (`U+FB05`) + q (`U+0071`), Ƣ (`U+01A2`), ƣ (`U+01A3`), Ɋ (`U+024A`), ɋ (`U+024B`), ʠ (`U+02A0`), ԛ (`U+051B`), ⒬ (`U+24AC`), ⓠ (`U+24E0`), 𐞥 (`U+107A5`), 𝐪 (`U+1D42A`), 𝑞 (`U+1D45E`), 𝒒 (`U+1D492`), 𝗊 (`U+1D5CA`), 𝗾 (`U+1D5FE`), 𝘲 (`U+1D632`), 𝙦 (`U+1D666`), 𝚚 (`U+1D69A`) - `cv52`: - ß (`U+00DF`) + r (`U+0072`), ŕ (`U+0155`), ŗ (`U+0157`), ř (`U+0159`), ȑ (`U+0211`), ȓ (`U+0213`), ɍ (`U+024D`), ɹ (`U+0279`), ɺ (`U+027A`), ɻ (`U+027B`), ɼ (`U+027C`), ɽ (`U+027D`), ɾ (`U+027E`), ʳ (`U+02B3`), ʴ (`U+02B4`), ʵ (`U+02B5`), ͬ (`U+036C`), ᵣ (`U+1D63`), ᵲ (`U+1D72`), ᵳ (`U+1D73`), ᶉ (`U+1D89`), ᷊ (`U+1DCA`), ṙ (`U+1E59`), ṛ (`U+1E5B`), ṝ (`U+1E5D`), ṟ (`U+1E5F`), ⒭ (`U+24AD`), ⓡ (`U+24E1`), ⱹ (`U+2C79`), Ꝼ (`U+A77B`), ꝼ (`U+A77C`), Ꞅ (`U+A784`), ꞅ (`U+A785`), ꞧ (`U+A7A7`), ꭨ (`U+AB68`), 𐞦 (`U+107A6`), 𐞧 (`U+107A7`), 𐞨 (`U+107A8`), 𐞩 (`U+107A9`), 𝐫 (`U+1D42B`), 𝑟 (`U+1D45F`), 𝒓 (`U+1D493`), 𝗋 (`U+1D5CB`), 𝗿 (`U+1D5FF`), 𝘳 (`U+1D633`), 𝙧 (`U+1D667`), 𝚛 (`U+1D69B`), 𝼈 (`U+1DF08`), 𝼕 (`U+1DF15`), 𝼖 (`U+1DF16`) - `cv53`: - ð (`U+00F0`), ᶞ (`U+1D9E`), ᷘ (`U+1DD8`), ᷙ (`U+1DD9`), ꝺ (`U+A77A`) + s (`U+0073`), ś (`U+015B`), ŝ (`U+015D`), ş (`U+015F`), š (`U+0161`), ƨ (`U+01A8`), ƾ (`U+01BE`), ș (`U+0219`), ȿ (`U+023F`), ʂ (`U+0282`), ʦ (`U+02A6`), ʪ (`U+02AA`), ˢ (`U+02E2`), г (`U+0433`), ѓ (`U+0453`), ѕ (`U+0455`), ғ (`U+0493`), ӷ (`U+04F7`), ӻ (`U+04FB`), ᵴ (`U+1D74`), ᶊ (`U+1D8A`), ᶳ (`U+1DB3`), ᷤ (`U+1DE4`), ṡ (`U+1E61`), ṣ (`U+1E63`), ṥ (`U+1E65`), ṧ (`U+1E67`), ṩ (`U+1E69`), ₛ (`U+209B`), ₨ (`U+20A8`), ℁ (`U+2101`), ⒮ (`U+24AE`), ⓢ (`U+24E2`), ⷢ (`U+2DE2`), ꙅ (`U+A645`), ꚃ (`U+A683`), ꞩ (`U+A7A9`), ꟊ (`U+A7CA`), ꭧ (`U+AB67`), st (`U+FB06`), 𐞙 (`U+10799`), 𐞬 (`U+107AC`), 𐞭 (`U+107AD`), 𐞺 (`U+107BA`), 𝐬 (`U+1D42C`), 𝑠 (`U+1D460`), 𝒔 (`U+1D494`), 𝗌 (`U+1D5CC`), 𝘀 (`U+1D600`), 𝘴 (`U+1D634`), 𝙨 (`U+1D668`), 𝚜 (`U+1D69C`), 𝼞 (`U+1DF1E`), 𞀳 (`U+1E033`), 𞁔 (`U+1E054`), 𞁩 (`U+1E069`) - `cv54`: - þ (`U+00FE`), ƿ (`U+01BF`), ꝥ (`U+A765`), ꝧ (`U+A767`) + t (`U+0074`), ţ (`U+0163`), ť (`U+0165`), ŧ (`U+0167`), ƫ (`U+01AB`), ƭ (`U+01AD`), ƾ (`U+01BE`), ț (`U+021B`), ȶ (`U+0236`), ʇ (`U+0287`), ʈ (`U+0288`), ʦ (`U+02A6`), ʧ (`U+02A7`), ʨ (`U+02A8`), ͭ (`U+036D`), ᵗ (`U+1D57`), ᵵ (`U+1D75`), ᵺ (`U+1D7A`), ᶵ (`U+1DB5`), ṫ (`U+1E6B`), ṭ (`U+1E6D`), ṯ (`U+1E6F`), ṱ (`U+1E71`), ẗ (`U+1E97`), ₜ (`U+209C`), ₧ (`U+20A7`), ⒯ (`U+24AF`), ⓣ (`U+24E3`), ⱦ (`U+2C66`), ꭧ (`U+AB67`), ſt (`U+FB05`), st (`U+FB06`), 𐞫 (`U+107AB`), 𐞬 (`U+107AC`), 𐞭 (`U+107AD`), 𐞮 (`U+107AE`), 𐞯 (`U+107AF`), 𝐭 (`U+1D42D`), 𝑡 (`U+1D461`), 𝒕 (`U+1D495`), 𝗍 (`U+1D5CD`), 𝘁 (`U+1D601`), 𝘵 (`U+1D635`), 𝙩 (`U+1D669`), 𝚝 (`U+1D69D`), 𝼉 (`U+1DF09`), 𝼗 (`U+1DF17`) - `cv55`: - ά (`U+03AC`), α (`U+03B1`), ἀ (`U+1F00`), ἁ (`U+1F01`), ἂ (`U+1F02`), ἃ (`U+1F03`), ἄ (`U+1F04`), ἅ (`U+1F05`), ἆ (`U+1F06`), ἇ (`U+1F07`), ὰ (`U+1F70`), ά (`U+1F71`), ᾀ (`U+1F80`), ᾁ (`U+1F81`), ᾂ (`U+1F82`), ᾃ (`U+1F83`), ᾄ (`U+1F84`), ᾅ (`U+1F85`), ᾆ (`U+1F86`), ᾇ (`U+1F87`), ᾰ (`U+1FB0`), ᾱ (`U+1FB1`), ᾲ (`U+1FB2`), ᾳ (`U+1FB3`), ᾴ (`U+1FB4`), ᾶ (`U+1FB6`), ᾷ (`U+1FB7`), ⍶ (`U+2376`), ⍺ (`U+237A`), 𝛂 (`U+1D6C2`), 𝛼 (`U+1D6FC`), 𝜶 (`U+1D736`), 𝝰 (`U+1D770`), 𝞪 (`U+1D7AA`) + u (`U+0075`), ù (`U+00F9`), ú (`U+00FA`), û (`U+00FB`), ü (`U+00FC`), ũ (`U+0169`), ū (`U+016B`), ŭ (`U+016D`), ů (`U+016F`), ű (`U+0171`), ų (`U+0173`), Ɯ (`U+019C`), ư (`U+01B0`), ǔ (`U+01D4`), ǖ (`U+01D6`), ǘ (`U+01D8`), ǚ (`U+01DA`), ǜ (`U+01DC`), ȕ (`U+0215`), ȗ (`U+0217`), ɥ (`U+0265`), ɯ (`U+026F`), ɰ (`U+0270`), ʉ (`U+0289`), ʮ (`U+02AE`), ʯ (`U+02AF`), ͧ (`U+0367`), и (`U+0438`), й (`U+0439`), ц (`U+0446`), ш (`U+0448`), щ (`U+0449`), ѝ (`U+045D`), џ (`U+045F`), ҋ (`U+048B`), ҵ (`U+04B5`), ӣ (`U+04E3`), ӥ (`U+04E5`), ᴝ (`U+1D1D`), ᴞ (`U+1D1E`), ᴟ (`U+1D1F`), ᵘ (`U+1D58`), ᵙ (`U+1D59`), ᵚ (`U+1D5A`), ᵤ (`U+1D64`), ᵫ (`U+1D6B`), ᶙ (`U+1D99`), ᶣ (`U+1DA3`), ᶭ (`U+1DAD`), ᶶ (`U+1DB6`), ᷰ (`U+1DF0`), ᷴ (`U+1DF4`), ṳ (`U+1E73`), ṵ (`U+1E75`), ṷ (`U+1E77`), ṹ (`U+1E79`), ṻ (`U+1E7B`), ụ (`U+1EE5`), ủ (`U+1EE7`), ứ (`U+1EE9`), ừ (`U+1EEB`), ử (`U+1EED`), ữ (`U+1EEF`), ự (`U+1EF1`), ℆ (`U+2106`), ⒰ (`U+24B0`), ⓤ (`U+24E4`), ⷰ (`U+2DF0`), ⷲ (`U+2DF2`), ⷳ (`U+2DF3`), ꙡ (`U+A661`), ꙵ (`U+A675`), ꜷ (`U+A737`), Ꞟ (`U+A79E`), ꞟ (`U+A79F`), ꞹ (`U+A7B9`), ꞿ (`U+A7BF`), ꭎ (`U+AB4E`), ꭏ (`U+AB4F`), ꭒ (`U+AB52`), ꭟ (`U+AB5F`), ꭣ (`U+AB63`), 𝐮 (`U+1D42E`), 𝑢 (`U+1D462`), 𝒖 (`U+1D496`), 𝗎 (`U+1D5CE`), 𝘂 (`U+1D602`), 𝘶 (`U+1D636`), 𝙪 (`U+1D66A`), 𝚞 (`U+1D69E`), 𞀸 (`U+1E038`), 𞁄 (`U+1E044`), 𞁆 (`U+1E046`), 𞁙 (`U+1E059`), 𞁢 (`U+1E062`), 𞁤 (`U+1E064`), 𞁪 (`U+1E06A`) - `cv56`: - Γ (`U+0393`), Ϝ (`U+03DC`), ϝ (`U+03DD`), Ѓ (`U+0403`), Г (`U+0413`), Ґ (`U+0490`), ґ (`U+0491`), Ғ (`U+0492`), Ҕ (`U+0494`), ҕ (`U+0495`), Ҥ (`U+04A4`), ҥ (`U+04A5`), Ӷ (`U+04F6`), Ӻ (`U+04FA`), ᴦ (`U+1D26`), Ꙣ (`U+A662`), ꙣ (`U+A663`), Ꙥ (`U+A664`), ꙥ (`U+A665`), Ꙧ (`U+A666`), ꙧ (`U+A667`), 𝚪 (`U+1D6AA`), 𝛤 (`U+1D6E4`), 𝜞 (`U+1D71E`), 𝝘 (`U+1D758`), 𝞒 (`U+1D792`), 𝟊 (`U+1D7CA`), 𝟋 (`U+1D7CB`), 𞁧 (`U+1E067`) + v (`U+0076`), ʋ (`U+028B`), ʌ (`U+028C`), ͮ (`U+036E`), ѵ (`U+0475`), ѷ (`U+0477`), ᲈ (`U+1C88`), ᵛ (`U+1D5B`), ᵥ (`U+1D65`), ᶌ (`U+1D8C`), ᶹ (`U+1DB9`), ᶺ (`U+1DBA`), ṽ (`U+1E7D`), ṿ (`U+1E7F`), ⅳ (`U+2173`), ⅴ (`U+2174`), ⅵ (`U+2175`), ⅶ (`U+2176`), ⅷ (`U+2177`), ⒱ (`U+24B1`), ⓥ (`U+24E5`), ⱱ (`U+2C71`), ⱴ (`U+2C74`), ꙟ (`U+A65F`), 𐞰 (`U+107B0`), 𝐯 (`U+1D42F`), 𝑣 (`U+1D463`), 𝒗 (`U+1D497`), 𝗏 (`U+1D5CF`), 𝘃 (`U+1D603`), 𝘷 (`U+1D637`), 𝙫 (`U+1D66B`), 𝚟 (`U+1D69F`) - `cv57`: - Δ (`U+0394`), ∆ (`U+2206`), ∇ (`U+2207`), ⍋ (`U+234B`), ⍍ (`U+234D`), ⍒ (`U+2352`), ⍔ (`U+2354`), ⍙ (`U+2359`), ⍢ (`U+2362`), ⍫ (`U+236B`), Ꙙ (`U+A658`), ꙙ (`U+A659`), Ꙝ (`U+A65C`), ꙝ (`U+A65D`), 𝚫 (`U+1D6AB`), 𝛁 (`U+1D6C1`), 𝛥 (`U+1D6E5`), 𝛻 (`U+1D6FB`), 𝜟 (`U+1D71F`), 𝜵 (`U+1D735`), 𝝙 (`U+1D759`), 𝝯 (`U+1D76F`), 𝞓 (`U+1D793`), 𝞩 (`U+1D7A9`) + w (`U+0077`), ŵ (`U+0175`), ʍ (`U+028D`), ʬ (`U+02AC`), ʷ (`U+02B7`), ԝ (`U+051D`), ᪿ (`U+1ABF`), ᫀ (`U+1AC0`), ᷱ (`U+1DF1`), ẁ (`U+1E81`), ẃ (`U+1E83`), ẅ (`U+1E85`), ẇ (`U+1E87`), ẉ (`U+1E89`), ẘ (`U+1E98`), ⒲ (`U+24B2`), ⓦ (`U+24E6`), ⱳ (`U+2C73`), ꭩ (`U+AB69`), 𝐰 (`U+1D430`), 𝑤 (`U+1D464`), 𝒘 (`U+1D498`), 𝗐 (`U+1D5D0`), 𝘄 (`U+1D604`), 𝘸 (`U+1D638`), 𝙬 (`U+1D66C`), 𝚠 (`U+1D6A0`) - `cv58`: - ƍ (`U+018D`), δ (`U+03B4`), ᵟ (`U+1D5F`), ẟ (`U+1E9F`), 𝛅 (`U+1D6C5`), 𝛿 (`U+1D6FF`), 𝜹 (`U+1D739`), 𝝳 (`U+1D773`), 𝞭 (`U+1D7AD`) + x (`U+0078`), ˣ (`U+02E3`), ͯ (`U+036F`), х (`U+0445`), ҳ (`U+04B3`), ӽ (`U+04FD`), ӿ (`U+04FF`), ԕ (`U+0515`), ԗ (`U+0517`), ᶍ (`U+1D8D`), ẋ (`U+1E8B`), ẍ (`U+1E8D`), ₓ (`U+2093`), ⅸ (`U+2178`), ⅹ (`U+2179`), ⅺ (`U+217A`), ⅻ (`U+217B`), ⒳ (`U+24B3`), ⓧ (`U+24E7`), ⷯ (`U+2DEF`), ꭓ (`U+AB53`), 𝐱 (`U+1D431`), 𝑥 (`U+1D465`), 𝒙 (`U+1D499`), 𝗑 (`U+1D5D1`), 𝘅 (`U+1D605`), 𝘹 (`U+1D639`), 𝙭 (`U+1D66D`), 𝚡 (`U+1D6A1`), 𞁃 (`U+1E043`), 𞁡 (`U+1E061`) - `cv59`: - Ɩ (`U+0196`), ɩ (`U+0269`), ΐ (`U+0390`), ί (`U+03AF`), ι (`U+03B9`), ϊ (`U+03CA`), ᵼ (`U+1D7C`), ᶥ (`U+1DA5`), ἰ (`U+1F30`), ἱ (`U+1F31`), ἲ (`U+1F32`), ἳ (`U+1F33`), ἴ (`U+1F34`), ἵ (`U+1F35`), ἶ (`U+1F36`), ἷ (`U+1F37`), ὶ (`U+1F76`), ί (`U+1F77`), ῐ (`U+1FD0`), ῑ (`U+1FD1`), ῒ (`U+1FD2`), ΐ (`U+1FD3`), ῖ (`U+1FD6`), ῗ (`U+1FD7`), ℩ (`U+2129`), ⍳ (`U+2373`), ⍸ (`U+2378`), Ꙇ (`U+A646`), ꙇ (`U+A647`), 𝛊 (`U+1D6CA`), 𝜄 (`U+1D704`), 𝜾 (`U+1D73E`), 𝝸 (`U+1D778`), 𝞲 (`U+1D7B2`) + y (`U+0079`), ý (`U+00FD`), ÿ (`U+00FF`), ŷ (`U+0177`), ƴ (`U+01B4`), ȳ (`U+0233`), ɏ (`U+024F`), ʎ (`U+028E`), ʸ (`U+02B8`), ẏ (`U+1E8F`), ẙ (`U+1E99`), ỳ (`U+1EF3`), ỵ (`U+1EF5`), ỷ (`U+1EF7`), ỹ (`U+1EF9`), ỿ (`U+1EFF`), ⒴ (`U+24B4`), ⓨ (`U+24E8`), 𐞠 (`U+107A0`), 𐞡 (`U+107A1`), 𝐲 (`U+1D432`), 𝑦 (`U+1D466`), 𝒚 (`U+1D49A`), 𝗒 (`U+1D5D2`), 𝘆 (`U+1D606`), 𝘺 (`U+1D63A`), 𝙮 (`U+1D66E`), 𝚢 (`U+1D6A2`), 𝼆 (`U+1DF06`) - `cv60`: - Λ (`U+039B`), Ѧ (`U+0466`), ѧ (`U+0467`), Ѩ (`U+0468`), ѩ (`U+0469`), ᴧ (`U+1D27`), ⷽ (`U+2DFD`), 𝚲 (`U+1D6B2`), 𝛬 (`U+1D6EC`), 𝜦 (`U+1D726`), 𝝠 (`U+1D760`), 𝞚 (`U+1D79A`) + z (`U+007A`), ź (`U+017A`), ż (`U+017C`), ž (`U+017E`), ƶ (`U+01B6`), ƹ (`U+01B9`), ƺ (`U+01BA`), Dž (`U+01C5`), dž (`U+01C6`), ǯ (`U+01EF`), Dz (`U+01F2`), dz (`U+01F3`), ȥ (`U+0225`), ɀ (`U+0240`), ʐ (`U+0290`), ʑ (`U+0291`), ʒ (`U+0292`), ʓ (`U+0293`), ʣ (`U+02A3`), ʤ (`U+02A4`), ʥ (`U+02A5`), ʫ (`U+02AB`), ӡ (`U+04E1`), ᵶ (`U+1D76`), ᶎ (`U+1D8E`), ᶚ (`U+1D9A`), ᶻ (`U+1DBB`), ᶼ (`U+1DBC`), ᶽ (`U+1DBD`), ᶾ (`U+1DBE`), ᷦ (`U+1DE6`), ẑ (`U+1E91`), ẓ (`U+1E93`), ẕ (`U+1E95`), ⒵ (`U+24B5`), ⓩ (`U+24E9`), ⱬ (`U+2C6C`), ꙁ (`U+A641`), ꙃ (`U+A643`), ꭦ (`U+AB66`), 𐞇 (`U+10787`), 𐞈 (`U+10788`), 𐞉 (`U+10789`), 𐞊 (`U+1078A`), 𐞚 (`U+1079A`), 𝐳 (`U+1D433`), 𝑧 (`U+1D467`), 𝒛 (`U+1D49B`), 𝗓 (`U+1D5D3`), 𝘇 (`U+1D607`), 𝘻 (`U+1D63B`), 𝙯 (`U+1D66F`), 𝚣 (`U+1D6A3`), 𝼒 (`U+1DF12`), 𝼘 (`U+1DF18`), 🄮 (`U+1F12E`) - `cv61`: - ƛ (`U+019B`), λ (`U+03BB`), 𝛌 (`U+1D6CC`), 𝜆 (`U+1D706`), 𝝀 (`U+1D740`), 𝝺 (`U+1D77A`), 𝞴 (`U+1D7B4`) + ẞ (`U+1E9E`) - `cv62`: - μ (`U+03BC`), 𝛍 (`U+1D6CD`), 𝜇 (`U+1D707`), 𝝁 (`U+1D741`), 𝝻 (`U+1D77B`), 𝞵 (`U+1D7B5`) + ſ (`U+017F`), ᷥ (`U+1DE5`), ẛ (`U+1E9B`), ẜ (`U+1E9C`), ẝ (`U+1E9D`), ſt (`U+FB05`) - `cv63`: - ξ (`U+03BE`), 𝛏 (`U+1D6CF`), 𝜉 (`U+1D709`), 𝝃 (`U+1D743`), 𝝽 (`U+1D77D`), 𝞷 (`U+1D7B7`) + ß (`U+00DF`) - `cv64`: - π (`U+03C0`), 𝛑 (`U+1D6D1`), 𝜋 (`U+1D70B`), 𝝅 (`U+1D745`), 𝝿 (`U+1D77F`), 𝞹 (`U+1D7B9`) + ð (`U+00F0`), ᶞ (`U+1D9E`), ᷘ (`U+1DD8`), ᷙ (`U+1DD9`), ꝺ (`U+A77A`) - `cv65`: - τ (`U+03C4`), Ꚍ (`U+A68C`), ꚍ (`U+A68D`), 𝛕 (`U+1D6D5`), 𝜏 (`U+1D70F`), 𝝉 (`U+1D749`), 𝞃 (`U+1D783`), 𝞽 (`U+1D7BD`) + Þ (`U+00DE`), Ƿ (`U+01F7`), Ꝥ (`U+A764`), Ꝧ (`U+A766`) - `cv66`: - χ (`U+03C7`), ᵡ (`U+1D61`), ᵪ (`U+1D6A`), 𝛘 (`U+1D6D8`), 𝜒 (`U+1D712`), 𝝌 (`U+1D74C`), 𝞆 (`U+1D786`), 𝟀 (`U+1D7C0`) + þ (`U+00FE`), ƿ (`U+01BF`), ꝥ (`U+A765`), ꝧ (`U+A767`) - `cv67`: - Ж (`U+0416`), Җ (`U+0496`), Ӂ (`U+04C1`), Ӝ (`U+04DC`), Ԫ (`U+052A`), Ꚅ (`U+A684`) + ά (`U+03AC`), α (`U+03B1`), ἀ (`U+1F00`), ἁ (`U+1F01`), ἂ (`U+1F02`), ἃ (`U+1F03`), ἄ (`U+1F04`), ἅ (`U+1F05`), ἆ (`U+1F06`), ἇ (`U+1F07`), ὰ (`U+1F70`), ά (`U+1F71`), ᾀ (`U+1F80`), ᾁ (`U+1F81`), ᾂ (`U+1F82`), ᾃ (`U+1F83`), ᾄ (`U+1F84`), ᾅ (`U+1F85`), ᾆ (`U+1F86`), ᾇ (`U+1F87`), ᾰ (`U+1FB0`), ᾱ (`U+1FB1`), ᾲ (`U+1FB2`), ᾳ (`U+1FB3`), ᾴ (`U+1FB4`), ᾶ (`U+1FB6`), ᾷ (`U+1FB7`), ⍶ (`U+2376`), ⍺ (`U+237A`), 𝛂 (`U+1D6C2`), 𝛼 (`U+1D6FC`), 𝜶 (`U+1D736`), 𝝰 (`U+1D770`), 𝞪 (`U+1D7AA`) - `cv68`: - ж (`U+0436`), җ (`U+0497`), ӂ (`U+04C2`), ӝ (`U+04DD`), ԫ (`U+052B`), ⷤ (`U+2DE4`), ꚅ (`U+A685`), 𞀶 (`U+1E036`), 𞁗 (`U+1E057`) + Γ (`U+0393`), Ϝ (`U+03DC`), ϝ (`U+03DD`), Ѓ (`U+0403`), Г (`U+0413`), Ґ (`U+0490`), ґ (`U+0491`), Ғ (`U+0492`), Ҕ (`U+0494`), ҕ (`U+0495`), Ҥ (`U+04A4`), ҥ (`U+04A5`), Ӷ (`U+04F6`), Ӻ (`U+04FA`), ᴦ (`U+1D26`), Ꙣ (`U+A662`), ꙣ (`U+A663`), Ꙥ (`U+A664`), ꙥ (`U+A665`), Ꙧ (`U+A666`), ꙧ (`U+A667`), 𝚪 (`U+1D6AA`), 𝛤 (`U+1D6E4`), 𝜞 (`U+1D71E`), 𝝘 (`U+1D758`), 𝞒 (`U+1D792`), 𝟊 (`U+1D7CA`), 𝟋 (`U+1D7CB`), 𞁧 (`U+1E067`) - `cv69`: - Ɛ (`U+0190`), Ȝ (`U+021C`), З (`U+0417`), Ѯ (`U+046E`), Ҙ (`U+0498`), Ӟ (`U+04DE`), Ԅ (`U+0504`), Ԇ (`U+0506`), Ԑ (`U+0510`), ℇ (`U+2107`), Ꚅ (`U+A684`), Ꚉ (`U+A688`), Ɜ (`U+A7AB`) + Δ (`U+0394`), ∆ (`U+2206`), ∇ (`U+2207`), ⍋ (`U+234B`), ⍍ (`U+234D`), ⍒ (`U+2352`), ⍔ (`U+2354`), ⍙ (`U+2359`), ⍢ (`U+2362`), ⍫ (`U+236B`), Ꙙ (`U+A658`), ꙙ (`U+A659`), Ꙝ (`U+A65C`), ꙝ (`U+A65D`), 𝚫 (`U+1D6AB`), 𝛁 (`U+1D6C1`), 𝛥 (`U+1D6E5`), 𝛻 (`U+1D6FB`), 𝜟 (`U+1D71F`), 𝜵 (`U+1D735`), 𝝙 (`U+1D759`), 𝝯 (`U+1D76F`), 𝞓 (`U+1D793`), 𝞩 (`U+1D7A9`) - `cv70`: - ȝ (`U+021D`), ɛ (`U+025B`), ɜ (`U+025C`), ɝ (`U+025D`), з (`U+0437`), ѯ (`U+046F`), ҙ (`U+0499`), ӟ (`U+04DF`), ԅ (`U+0505`), ԇ (`U+0507`), ԑ (`U+0511`), ᴈ (`U+1D08`), ᵋ (`U+1D4B`), ᵌ (`U+1D4C`), ᶓ (`U+1D93`), ᶔ (`U+1D94`), ᶟ (`U+1D9F`), ⷥ (`U+2DE5`), ꚅ (`U+A685`), ꚉ (`U+A689`), 𞀷 (`U+1E037`), 𞁊 (`U+1E04A`), 𞁘 (`U+1E058`) + ƍ (`U+018D`), δ (`U+03B4`), ᵟ (`U+1D5F`), ẟ (`U+1E9F`), 𝛅 (`U+1D6C5`), 𝛿 (`U+1D6FF`), 𝜹 (`U+1D739`), 𝝳 (`U+1D773`), 𝞭 (`U+1D7AD`) - `cv71`: - Ќ (`U+040C`), К (`U+041A`), Қ (`U+049A`), Ҝ (`U+049C`), Ҟ (`U+049E`), Ҡ (`U+04A0`), Ӄ (`U+04C3`), Ԟ (`U+051E`) + Ɩ (`U+0196`), ɩ (`U+0269`), ΐ (`U+0390`), ί (`U+03AF`), ι (`U+03B9`), ϊ (`U+03CA`), ᵼ (`U+1D7C`), ᶥ (`U+1DA5`), ἰ (`U+1F30`), ἱ (`U+1F31`), ἲ (`U+1F32`), ἳ (`U+1F33`), ἴ (`U+1F34`), ἵ (`U+1F35`), ἶ (`U+1F36`), ἷ (`U+1F37`), ὶ (`U+1F76`), ί (`U+1F77`), ῐ (`U+1FD0`), ῑ (`U+1FD1`), ῒ (`U+1FD2`), ΐ (`U+1FD3`), ῖ (`U+1FD6`), ῗ (`U+1FD7`), ℩ (`U+2129`), ⍳ (`U+2373`), ⍸ (`U+2378`), Ꙇ (`U+A646`), ꙇ (`U+A647`), 𝛊 (`U+1D6CA`), 𝜄 (`U+1D704`), 𝜾 (`U+1D73E`), 𝝸 (`U+1D778`), 𝞲 (`U+1D7B2`) - `cv72`: - к (`U+043A`), ќ (`U+045C`), қ (`U+049B`), ҝ (`U+049D`), ҟ (`U+049F`), ҡ (`U+04A1`), ӄ (`U+04C4`), ԟ (`U+051F`), ⷦ (`U+2DE6`), 𞀹 (`U+1E039`), 𞁚 (`U+1E05A`) + Λ (`U+039B`), Ѧ (`U+0466`), ѧ (`U+0467`), Ѩ (`U+0468`), ѩ (`U+0469`), ᴧ (`U+1D27`), ⷽ (`U+2DFD`), 𝚲 (`U+1D6B2`), 𝛬 (`U+1D6EC`), 𝜦 (`U+1D726`), 𝝠 (`U+1D760`), 𝞚 (`U+1D79A`) - `cv73`: - л (`U+043B`), ԡ (`U+0521`), ⷧ (`U+2DE7`), ꙥ (`U+A665`), 𞀺 (`U+1E03A`), 𞁛 (`U+1E05B`) + ƛ (`U+019B`), λ (`U+03BB`), 𝛌 (`U+1D6CC`), 𝜆 (`U+1D706`), 𝝀 (`U+1D740`), 𝝺 (`U+1D77A`), 𝞴 (`U+1D7B4`) - `cv74`: - м (`U+043C`), ӎ (`U+04CE`), ⷨ (`U+2DE8`), ꙧ (`U+A667`), 𞀻 (`U+1E03B`) + μ (`U+03BC`), 𝛍 (`U+1D6CD`), 𝜇 (`U+1D707`), 𝝁 (`U+1D741`), 𝝻 (`U+1D77B`), 𝞵 (`U+1D7B5`) - `cv75`: - н (`U+043D`), њ (`U+045A`), ң (`U+04A3`), ҥ (`U+04A5`), ӈ (`U+04C8`), ӊ (`U+04CA`), ԋ (`U+050B`), ԣ (`U+0523`), ԩ (`U+0529`), ᵸ (`U+1D78`), ⷩ (`U+2DE9`) + ξ (`U+03BE`), 𝛏 (`U+1D6CF`), 𝜉 (`U+1D709`), 𝝃 (`U+1D743`), 𝝽 (`U+1D77D`), 𝞷 (`U+1D7B7`) - `cv76`: - р (`U+0440`), ҏ (`U+048F`), ԗ (`U+0517`), ⷬ (`U+2DEC`), 𞀾 (`U+1E03E`) + π (`U+03C0`), 𝛑 (`U+1D6D1`), 𝜋 (`U+1D70B`), 𝝅 (`U+1D745`), 𝝿 (`U+1D77F`), 𝞹 (`U+1D7B9`) - `cv77`: - Ў (`U+040E`), У (`U+0423`), Ү (`U+04AE`), Ұ (`U+04B0`), Ӯ (`U+04EE`), Ӱ (`U+04F0`), Ӳ (`U+04F2`) + τ (`U+03C4`), Ꚍ (`U+A68C`), ꚍ (`U+A68D`), 𝛕 (`U+1D6D5`), 𝜏 (`U+1D70F`), 𝝉 (`U+1D749`), 𝞃 (`U+1D783`), 𝞽 (`U+1D7BD`) - `cv78`: - у (`U+0443`), ў (`U+045E`), Ѹ (`U+0478`), ѹ (`U+0479`), ү (`U+04AF`), ұ (`U+04B1`), ӯ (`U+04EF`), ӱ (`U+04F1`), ӳ (`U+04F3`), ꙷ (`U+A677`), 𞁁 (`U+1E041`), 𞁏 (`U+1E04F`), 𞁟 (`U+1E05F`), 𞁭 (`U+1E06D`) + χ (`U+03C7`), ᵡ (`U+1D61`), ᵪ (`U+1D6A`), 𝛘 (`U+1D6D8`), 𝜒 (`U+1D712`), 𝝌 (`U+1D74C`), 𝞆 (`U+1D786`), 𝟀 (`U+1D7C0`) - `cv79`: - ф (`U+0444`), ꚞ (`U+A69E`), 𞁂 (`U+1E042`), 𞁠 (`U+1E060`) + а (`U+0430`), ӑ (`U+04D1`), ӓ (`U+04D3`), ӕ (`U+04D5`), ⷶ (`U+2DF6`), ⷼ (`U+2DFC`), ꙗ (`U+A657`), 𞀰 (`U+1E030`), 𞁑 (`U+1E051`) - `cv80`: - ч (`U+0447`), ҹ (`U+04B9`), ӵ (`U+04F5`), ԭ (`U+052D`), ⷱ (`U+2DF1`), ꚇ (`U+A687`), ꚓ (`U+A693`), 𞁅 (`U+1E045`), 𞁣 (`U+1E063`) + в (`U+0432`), ⷡ (`U+2DE1`), 𞀲 (`U+1E032`), 𞁓 (`U+1E053`) - `cv81`: - ƅ (`U+0185`), ъ (`U+044A`), ь (`U+044C`), љ (`U+0459`), њ (`U+045A`), ѣ (`U+0463`), ҍ (`U+048D`), ᲆ (`U+1C86`), ᲇ (`U+1C87`), ⷺ (`U+2DFA`), ꙏ (`U+A64F`), ꙓ (`U+A653`), ꙸ (`U+A678`), ꙺ (`U+A67A`), ꚜ (`U+A69C`), ꚝ (`U+A69D`), ꭠ (`U+AB60`), 𞁥 (`U+1E065`) + Ж (`U+0416`), Җ (`U+0496`), Ӂ (`U+04C1`), Ӝ (`U+04DC`), Ԫ (`U+052A`), Ꚅ (`U+A684`) - `cv82`: - ы (`U+044B`), ӹ (`U+04F9`), ꙑ (`U+A651`), ꙕ (`U+A655`), ꙹ (`U+A679`), 𞁇 (`U+1E047`), 𞁦 (`U+1E066`), 𞁬 (`U+1E06C`) + ж (`U+0436`), җ (`U+0497`), ӂ (`U+04C2`), ӝ (`U+04DD`), ԫ (`U+052B`), ⷤ (`U+2DE4`), ꚅ (`U+A685`), 𞀶 (`U+1E036`), 𞁗 (`U+1E057`) - `cv83`: - Я (`U+042F`), Ԙ (`U+0518`) + Ɛ (`U+0190`), Ȝ (`U+021C`), З (`U+0417`), Ѯ (`U+046E`), Ҙ (`U+0498`), Ӟ (`U+04DE`), Ԅ (`U+0504`), Ԇ (`U+0506`), Ԑ (`U+0510`), ℇ (`U+2107`), Ꚅ (`U+A684`), Ꚉ (`U+A688`), Ɜ (`U+A7AB`) - `cv84`: - я (`U+044F`), ԙ (`U+0519`) + ȝ (`U+021D`), ɛ (`U+025B`), ɜ (`U+025C`), ɝ (`U+025D`), з (`U+0437`), ѯ (`U+046F`), ҙ (`U+0499`), ӟ (`U+04DF`), ԅ (`U+0505`), ԇ (`U+0507`), ԑ (`U+0511`), ᴈ (`U+1D08`), ᵋ (`U+1D4B`), ᵌ (`U+1D4C`), ᶓ (`U+1D93`), ᶔ (`U+1D94`), ᶟ (`U+1D9F`), ⷥ (`U+2DE5`), ꚅ (`U+A685`), ꚉ (`U+A689`), 𞀷 (`U+1E037`), 𞁊 (`U+1E04A`), 𞁘 (`U+1E058`) - `cv85`: - 0 (`U+0030`), ⁰ (`U+2070`), ₀ (`U+2080`), ⅒ (`U+2152`), ↉ (`U+2189`), ⍬ (`U+236C`), ⏨ (`U+23E8`), ⑩ (`U+2469`), ⑳ (`U+2473`), ⑽ (`U+247D`), ⒇ (`U+2487`), ⒑ (`U+2491`), ⒛ (`U+249B`), ⓪ (`U+24EA`), ⓴ (`U+24F4`), ⓾ (`U+24FE`), ⓿ (`U+24FF`), ❿ (`U+277F`), ➉ (`U+2789`), ➓ (`U+2793`), ㉚ (`U+325A`), ㊵ (`U+32B5`), ㊿ (`U+32BF`), 𜳰 (`U+1CCF0`), 𝟎 (`U+1D7CE`), 𝟢 (`U+1D7E2`), 𝟬 (`U+1D7EC`), 𝟶 (`U+1D7F6`), 🂪 (`U+1F0AA`), 🂺 (`U+1F0BA`), 🃊 (`U+1F0CA`), 🃚 (`U+1F0DA`), 🃠 (`U+1F0E0`), 🄀 (`U+1F100`), 🄁 (`U+1F101`), 🄋 (`U+1F10B`), 🄌 (`U+1F10C`), 🄍 (`U+1F10D`), 🆣 (`U+1F1A3`), 🆤 (`U+1F1A4`) + Ќ (`U+040C`), К (`U+041A`), Қ (`U+049A`), Ҝ (`U+049C`), Ҟ (`U+049E`), Ҡ (`U+04A0`), Ӄ (`U+04C3`), Ԟ (`U+051E`) - `cv86`: - 1 (`U+0031`), ¹ (`U+00B9`), ¼ (`U+00BC`), ½ (`U+00BD`), ₁ (`U+2081`), ⅐ (`U+2150`), ⅑ (`U+2151`), ⅒ (`U+2152`), ⅓ (`U+2153`), ⅕ (`U+2155`), ⅙ (`U+2159`), ⅛ (`U+215B`), ⅟ (`U+215F`), ⏨ (`U+23E8`), ␑ (`U+2411`), ① (`U+2460`), ⑩ (`U+2469`), ⑪ (`U+246A`), ⑫ (`U+246B`), ⑬ (`U+246C`), ⑭ (`U+246D`), ⑮ (`U+246E`), ⑯ (`U+246F`), ⑰ (`U+2470`), ⑱ (`U+2471`), ⑲ (`U+2472`), ⑴ (`U+2474`), ⑽ (`U+247D`), ⑾ (`U+247E`), ⑿ (`U+247F`), ⒀ (`U+2480`), ⒁ (`U+2481`), ⒂ (`U+2482`), ⒃ (`U+2483`), ⒄ (`U+2484`), ⒅ (`U+2485`), ⒆ (`U+2486`), ⒈ (`U+2488`), ⒑ (`U+2491`), ⒒ (`U+2492`), ⒓ (`U+2493`), ⒔ (`U+2494`), ⒕ (`U+2495`), ⒖ (`U+2496`), ⒗ (`U+2497`), ⒘ (`U+2498`), ⒙ (`U+2499`), ⒚ (`U+249A`), ⓫ (`U+24EB`), ⓬ (`U+24EC`), ⓭ (`U+24ED`), ⓮ (`U+24EE`), ⓯ (`U+24EF`), ⓰ (`U+24F0`), ⓱ (`U+24F1`), ⓲ (`U+24F2`), ⓳ (`U+24F3`), ⓵ (`U+24F5`), ⓾ (`U+24FE`), ❶ (`U+2776`), ❿ (`U+277F`), ➀ (`U+2780`), ➉ (`U+2789`), ➊ (`U+278A`), ➓ (`U+2793`), ㉑ (`U+3251`), ㉛ (`U+325B`), ㊶ (`U+32B6`), 𜳱 (`U+1CCF1`), 𝟏 (`U+1D7CF`), 𝟣 (`U+1D7E3`), 𝟭 (`U+1D7ED`), 𝟷 (`U+1D7F7`), 🂪 (`U+1F0AA`), 🂺 (`U+1F0BA`), 🃊 (`U+1F0CA`), 🃚 (`U+1F0DA`), 🄂 (`U+1F102`), 🆠 (`U+1F1A0`), 🆡 (`U+1F1A1`), 🆤 (`U+1F1A4`) + к (`U+043A`), ќ (`U+045C`), қ (`U+049B`), ҝ (`U+049D`), ҟ (`U+049F`), ҡ (`U+04A1`), ӄ (`U+04C4`), ԟ (`U+051F`), ⷦ (`U+2DE6`), 𞀹 (`U+1E039`), 𞁚 (`U+1E05A`) - `cv87`: - 2 (`U+0032`), ² (`U+00B2`), ½ (`U+00BD`), ƻ (`U+01BB`), ₂ (`U+2082`), ⅔ (`U+2154`), ⅖ (`U+2156`), ↊ (`U+218A`), ␒ (`U+2412`), ② (`U+2461`), ⑫ (`U+246B`), ⑳ (`U+2473`), ⑵ (`U+2475`), ⑿ (`U+247F`), ⒇ (`U+2487`), ⒉ (`U+2489`), ⒓ (`U+2493`), ⒛ (`U+249B`), ⓬ (`U+24EC`), ⓴ (`U+24F4`), ⓶ (`U+24F6`), ❷ (`U+2777`), ➁ (`U+2781`), ➋ (`U+278B`), ㉑ (`U+3251`), ㉒ (`U+3252`), ㉓ (`U+3253`), ㉔ (`U+3254`), ㉕ (`U+3255`), ㉖ (`U+3256`), ㉗ (`U+3257`), ㉘ (`U+3258`), ㉙ (`U+3259`), ㉜ (`U+325C`), ㊷ (`U+32B7`), 𜳲 (`U+1CCF2`), 𝟐 (`U+1D7D0`), 𝟤 (`U+1D7E4`), 𝟮 (`U+1D7EE`), 𝟸 (`U+1D7F8`), 🂢 (`U+1F0A2`), 🂲 (`U+1F0B2`), 🃂 (`U+1F0C2`), 🃒 (`U+1F0D2`), 🄃 (`U+1F103`), 🆜 (`U+1F19C`), 🆝 (`U+1F19D`), 🆢 (`U+1F1A2`), 🆤 (`U+1F1A4`) + л (`U+043B`), ԡ (`U+0521`), ⷧ (`U+2DE7`), ꙥ (`U+A665`), 𞀺 (`U+1E03A`), 𞁛 (`U+1E05B`) - `cv88`: - 3 (`U+0033`), ³ (`U+00B3`), ¾ (`U+00BE`), ₃ (`U+2083`), ⅓ (`U+2153`), ⅔ (`U+2154`), ⅗ (`U+2157`), ⅜ (`U+215C`), ↉ (`U+2189`), ↋ (`U+218B`), ∛ (`U+221B`), ␓ (`U+2413`), ③ (`U+2462`), ⑬ (`U+246C`), ⑶ (`U+2476`), ⒀ (`U+2480`), ⒊ (`U+248A`), ⒔ (`U+2494`), ⓭ (`U+24ED`), ⓷ (`U+24F7`), ❸ (`U+2778`), ➂ (`U+2782`), ➌ (`U+278C`), ㉓ (`U+3253`), ㉚ (`U+325A`), ㉛ (`U+325B`), ㉜ (`U+325C`), ㉝ (`U+325D`), ㉞ (`U+325E`), ㉟ (`U+325F`), ㊱ (`U+32B1`), ㊲ (`U+32B2`), ㊳ (`U+32B3`), ㊴ (`U+32B4`), ㊸ (`U+32B8`), 𜳳 (`U+1CCF3`), 𝟑 (`U+1D7D1`), 𝟥 (`U+1D7E5`), 𝟯 (`U+1D7EF`), 𝟹 (`U+1D7F9`), 🂣 (`U+1F0A3`), 🂳 (`U+1F0B3`), 🃃 (`U+1F0C3`), 🃓 (`U+1F0D3`), 🄄 (`U+1F104`), 🆛 (`U+1F19B`) + м (`U+043C`), ӎ (`U+04CE`), ⷨ (`U+2DE8`), ꙧ (`U+A667`), 𞀻 (`U+1E03B`) - `cv89`: - 4 (`U+0034`), ¼ (`U+00BC`), ¾ (`U+00BE`), ⁴ (`U+2074`), ₄ (`U+2084`), ⅘ (`U+2158`), ∜ (`U+221C`), ␔ (`U+2414`), ④ (`U+2463`), ⑭ (`U+246D`), ⑷ (`U+2477`), ⒁ (`U+2481`), ⒋ (`U+248B`), ⒕ (`U+2495`), ⓮ (`U+24EE`), ⓸ (`U+24F8`), ❹ (`U+2779`), ➃ (`U+2783`), ➍ (`U+278D`), ㉔ (`U+3254`), ㉞ (`U+325E`), ㊵ (`U+32B5`), ㊶ (`U+32B6`), ㊷ (`U+32B7`), ㊸ (`U+32B8`), ㊹ (`U+32B9`), ㊺ (`U+32BA`), ㊻ (`U+32BB`), ㊼ (`U+32BC`), ㊽ (`U+32BD`), ㊾ (`U+32BE`), 𜳴 (`U+1CCF4`), 𝟒 (`U+1D7D2`), 𝟦 (`U+1D7E6`), 𝟰 (`U+1D7F0`), 𝟺 (`U+1D7FA`), 🂤 (`U+1F0A4`), 🂴 (`U+1F0B4`), 🃄 (`U+1F0C4`), 🃔 (`U+1F0D4`), 🄅 (`U+1F105`), 🆞 (`U+1F19E`) + н (`U+043D`), њ (`U+045A`), ң (`U+04A3`), ҥ (`U+04A5`), ӈ (`U+04C8`), ӊ (`U+04CA`), ԋ (`U+050B`), ԣ (`U+0523`), ԩ (`U+0529`), ᵸ (`U+1D78`), ⷩ (`U+2DE9`) - `cv90`: - 5 (`U+0035`), Ƽ (`U+01BC`), ƽ (`U+01BD`), ⁵ (`U+2075`), ₅ (`U+2085`), ⅕ (`U+2155`), ⅖ (`U+2156`), ⅗ (`U+2157`), ⅘ (`U+2158`), ⅚ (`U+215A`), ⅝ (`U+215D`), ⑤ (`U+2464`), ⑮ (`U+246E`), ⑸ (`U+2478`), ⒂ (`U+2482`), ⒌ (`U+248C`), ⒖ (`U+2496`), ⓯ (`U+24EF`), ⓹ (`U+24F9`), ❺ (`U+277A`), ➄ (`U+2784`), ➎ (`U+278E`), ㉕ (`U+3255`), ㉟ (`U+325F`), ㊺ (`U+32BA`), ㊿ (`U+32BF`), 𜳵 (`U+1CCF5`), 𝟓 (`U+1D7D3`), 𝟧 (`U+1D7E7`), 𝟱 (`U+1D7F1`), 𝟻 (`U+1D7FB`), 🂥 (`U+1F0A5`), 🂵 (`U+1F0B5`), 🃅 (`U+1F0C5`), 🃕 (`U+1F0D5`), 🄆 (`U+1F106`), 🆠 (`U+1F1A0`) + р (`U+0440`), ҏ (`U+048F`), ԗ (`U+0517`), ⷬ (`U+2DEC`), 𞀾 (`U+1E03E`) - `cv91`: - 6 (`U+0036`), ⁶ (`U+2076`), ₆ (`U+2086`), ⅙ (`U+2159`), ⅚ (`U+215A`), ⑥ (`U+2465`), ⑯ (`U+246F`), ⑹ (`U+2479`), ⒃ (`U+2483`), ⒍ (`U+248D`), ⒗ (`U+2497`), ⓰ (`U+24F0`), ⓺ (`U+24FA`), ❻ (`U+277B`), ➅ (`U+2785`), ➏ (`U+278F`), ㉖ (`U+3256`), ㊱ (`U+32B1`), ㊻ (`U+32BB`), 𜳶 (`U+1CCF6`), 𝟔 (`U+1D7D4`), 𝟨 (`U+1D7E8`), 𝟲 (`U+1D7F2`), 𝟼 (`U+1D7FC`), 🂦 (`U+1F0A6`), 🂶 (`U+1F0B6`), 🃆 (`U+1F0C6`), 🃖 (`U+1F0D6`), 🄇 (`U+1F107`), 🆣 (`U+1F1A3`) + Ў (`U+040E`), У (`U+0423`), Ү (`U+04AE`), Ұ (`U+04B0`), Ӯ (`U+04EE`), Ӱ (`U+04F0`), Ӳ (`U+04F2`) - `cv92`: - 7 (`U+0037`), ⁷ (`U+2077`), ₇ (`U+2087`), ⅐ (`U+2150`), ⅞ (`U+215E`), ⑦ (`U+2466`), ⑰ (`U+2470`), ⑺ (`U+247A`), ⒄ (`U+2484`), ⒎ (`U+248E`), ⒘ (`U+2498`), ⓱ (`U+24F1`), ⓻ (`U+24FB`), ❼ (`U+277C`), ➆ (`U+2786`), ➐ (`U+2790`), ㉗ (`U+3257`), ㊲ (`U+32B2`), ㊼ (`U+32BC`), 𜳷 (`U+1CCF7`), 𝟕 (`U+1D7D5`), 𝟩 (`U+1D7E9`), 𝟳 (`U+1D7F3`), 𝟽 (`U+1D7FD`), 🂧 (`U+1F0A7`), 🂷 (`U+1F0B7`), 🃇 (`U+1F0C7`), 🃗 (`U+1F0D7`), 🄈 (`U+1F108`), 🆡 (`U+1F1A1`) + у (`U+0443`), ў (`U+045E`), Ѹ (`U+0478`), ѹ (`U+0479`), ү (`U+04AF`), ұ (`U+04B1`), ӯ (`U+04EF`), ӱ (`U+04F1`), ӳ (`U+04F3`), ꙷ (`U+A677`), 𞁁 (`U+1E041`), 𞁏 (`U+1E04F`), 𞁟 (`U+1E05F`), 𞁭 (`U+1E06D`) - `cv93`: - 8 (`U+0038`), ⁸ (`U+2078`), ₈ (`U+2088`), ⅛ (`U+215B`), ⅜ (`U+215C`), ⅝ (`U+215D`), ⅞ (`U+215E`), ⑧ (`U+2467`), ⑱ (`U+2471`), ⑻ (`U+247B`), ⒅ (`U+2485`), ⒏ (`U+248F`), ⒙ (`U+2499`), ⓲ (`U+24F2`), ⓼ (`U+24FC`), ❽ (`U+277D`), ➇ (`U+2787`), ➑ (`U+2791`), ㉘ (`U+3258`), ㊳ (`U+32B3`), ㊽ (`U+32BD`), 𜳸 (`U+1CCF8`), 𝟖 (`U+1D7D6`), 𝟪 (`U+1D7EA`), 𝟴 (`U+1D7F4`), 𝟾 (`U+1D7FE`), 🂨 (`U+1F0A8`), 🂸 (`U+1F0B8`), 🃈 (`U+1F0C8`), 🃘 (`U+1F0D8`), 🄉 (`U+1F109`), 🆟 (`U+1F19F`) + ф (`U+0444`), ꚞ (`U+A69E`), 𞁂 (`U+1E042`), 𞁠 (`U+1E060`) - `cv94`: - 9 (`U+0039`), ⁹ (`U+2079`), ₉ (`U+2089`), ⅑ (`U+2151`), ⑨ (`U+2468`), ⑲ (`U+2472`), ⑼ (`U+247C`), ⒆ (`U+2486`), ⒐ (`U+2490`), ⒚ (`U+249A`), ⓳ (`U+24F3`), ⓽ (`U+24FD`), ❾ (`U+277E`), ➈ (`U+2788`), ➒ (`U+2792`), ㉙ (`U+3259`), ㊴ (`U+32B4`), ㊾ (`U+32BE`), 𜳹 (`U+1CCF9`), 𝟗 (`U+1D7D7`), 𝟫 (`U+1D7EB`), 𝟵 (`U+1D7F5`), 𝟿 (`U+1D7FF`), 🂩 (`U+1F0A9`), 🂹 (`U+1F0B9`), 🃉 (`U+1F0C9`), 🃙 (`U+1F0D9`), 🄊 (`U+1F10A`) + ч (`U+0447`), ҹ (`U+04B9`), ӵ (`U+04F5`), ԭ (`U+052D`), ⷱ (`U+2DF1`), ꚇ (`U+A687`), ꚓ (`U+A693`), 𞁅 (`U+1E045`), 𞁣 (`U+1E063`) - `cv95`: - i (`U+0069`), j (`U+006A`), į (`U+012F`), ij (`U+0133`), Lj (`U+01C8`), lj (`U+01C9`), Nj (`U+01CB`), nj (`U+01CC`), ɉ (`U+0249`), ɨ (`U+0268`), ʝ (`U+029D`), ʲ (`U+02B2`), ͥ (`U+0365`), ϳ (`U+03F3`), і (`U+0456`), ј (`U+0458`), ᴉ (`U+1D09`), ᵎ (`U+1D4E`), ᵢ (`U+1D62`), ᶖ (`U+1D96`), ᶤ (`U+1DA4`), ᶨ (`U+1DA8`), ḭ (`U+1E2D`), ị (`U+1ECB`), ⁱ (`U+2071`), ⅰ (`U+2170`), ⅱ (`U+2171`), ⅲ (`U+2172`), ⅳ (`U+2173`), ⅵ (`U+2175`), ⅶ (`U+2176`), ⅷ (`U+2177`), ⅸ (`U+2178`), ⅺ (`U+217A`), ⅻ (`U+217B`), ⒤ (`U+24A4`), ⒥ (`U+24A5`), ⓘ (`U+24D8`), ⓙ (`U+24D9`), ⱼ (`U+2C7C`), 𝐢 (`U+1D422`), 𝐣 (`U+1D423`), 𝑖 (`U+1D456`), 𝑗 (`U+1D457`), 𝒊 (`U+1D48A`), 𝒋 (`U+1D48B`), 𝗂 (`U+1D5C2`), 𝗃 (`U+1D5C3`), 𝗶 (`U+1D5F6`), 𝗷 (`U+1D5F7`), 𝘪 (`U+1D62A`), 𝘫 (`U+1D62B`), 𝙞 (`U+1D65E`), 𝙟 (`U+1D65F`), 𝚒 (`U+1D692`), 𝚓 (`U+1D693`), 𝼚 (`U+1DF1A`), 𞁌 (`U+1E04C`), 𞁍 (`U+1E04D`), 𞁨 (`U+1E068`), 𞂏 (`U+1E08F`) + ƅ (`U+0185`), ъ (`U+044A`), ь (`U+044C`), љ (`U+0459`), њ (`U+045A`), ѣ (`U+0463`), ҍ (`U+048D`), ᲆ (`U+1C86`), ᲇ (`U+1C87`), ⷺ (`U+2DFA`), ꙏ (`U+A64F`), ꙓ (`U+A653`), ꙸ (`U+A678`), ꙺ (`U+A67A`), ꚜ (`U+A69C`), ꚝ (`U+A69D`), ꭠ (`U+AB60`), 𞁥 (`U+1E065`) - `cv96`: - ¨ (`U+00A8`), Ä (`U+00C4`), Ë (`U+00CB`), Ï (`U+00CF`), Ö (`U+00D6`), Ü (`U+00DC`), ä (`U+00E4`), ë (`U+00EB`), ï (`U+00EF`), ö (`U+00F6`), ü (`U+00FC`), ÿ (`U+00FF`), Ċ (`U+010A`), ċ (`U+010B`), ď (`U+010F`), Ė (`U+0116`), ė (`U+0117`), Ġ (`U+0120`), ġ (`U+0121`), Ģ (`U+0122`), ģ (`U+0123`), İ (`U+0130`), Ķ (`U+0136`), ķ (`U+0137`), Ļ (`U+013B`), ļ (`U+013C`), Ľ (`U+013D`), ľ (`U+013E`), Ņ (`U+0145`), ņ (`U+0146`), Ŗ (`U+0156`), ŗ (`U+0157`), ť (`U+0165`), Ÿ (`U+0178`), Ż (`U+017B`), ż (`U+017C`), Ơ (`U+01A0`), ơ (`U+01A1`), Ư (`U+01AF`), ư (`U+01B0`), Ǖ (`U+01D5`), ǖ (`U+01D6`), Ǘ (`U+01D7`), ǘ (`U+01D8`), Ǚ (`U+01D9`), ǚ (`U+01DA`), Ǜ (`U+01DB`), ǜ (`U+01DC`), Ǟ (`U+01DE`), ǟ (`U+01DF`), Ǡ (`U+01E0`), ǡ (`U+01E1`), Ș (`U+0218`), ș (`U+0219`), Ț (`U+021A`), ț (`U+021B`), Ȧ (`U+0226`), ȧ (`U+0227`), Ȫ (`U+022A`), ȫ (`U+022B`), Ȯ (`U+022E`), ȯ (`U+022F`), Ȱ (`U+0230`), ȱ (`U+0231`), ʘ (`U+0298`), ˙ (`U+02D9`), ̇ (`U+0307`), ̈ (`U+0308`), ̐ (`U+0310`), ̒ (`U+0312`), ̓ (`U+0313`), ̔ (`U+0314`), ̕ (`U+0315`), ̛ (`U+031B`), ̣ (`U+0323`), ̤ (`U+0324`), ̦ (`U+0326`), ̓ (`U+0343`), ̈́ (`U+0344`), ͋ (`U+034B`), ͒ (`U+0352`), ͘ (`U+0358`), ͼ (`U+037C`), ͽ (`U+037D`), ΅ (`U+0385`), ΐ (`U+0390`), Ϊ (`U+03AA`), Ϋ (`U+03AB`), ΰ (`U+03B0`), ϊ (`U+03CA`), ϋ (`U+03CB`), ϔ (`U+03D4`), Ͼ (`U+03FE`), Ͽ (`U+03FF`), Ё (`U+0401`), Ї (`U+0407`), ё (`U+0451`), ї (`U+0457`), Ѽ (`U+047C`), ѽ (`U+047D`), ҅ (`U+0485`), ҆ (`U+0486`), Ӓ (`U+04D2`), ӓ (`U+04D3`), Ӛ (`U+04DA`), ӛ (`U+04DB`), Ӝ (`U+04DC`), ӝ (`U+04DD`), Ӟ (`U+04DE`), ӟ (`U+04DF`), Ӥ (`U+04E4`), ӥ (`U+04E5`), Ӧ (`U+04E6`), ӧ (`U+04E7`), Ӫ (`U+04EA`), ӫ (`U+04EB`), Ӭ (`U+04EC`), ӭ (`U+04ED`), Ӱ (`U+04F0`), ӱ (`U+04F1`), Ӵ (`U+04F4`), ӵ (`U+04F5`), Ӹ (`U+04F8`), ӹ (`U+04F9`), ᪱ (`U+1AB1`), ᪴ (`U+1AB4`), ᴞ (`U+1D1E`), ᷲ (`U+1DF2`), ᷳ (`U+1DF3`), ᷴ (`U+1DF4`), ᷸ (`U+1DF8`), ᷺ (`U+1DFA`), Ḃ (`U+1E02`), ḃ (`U+1E03`), Ḅ (`U+1E04`), ḅ (`U+1E05`), Ḋ (`U+1E0A`), ḋ (`U+1E0B`), Ḍ (`U+1E0C`), ḍ (`U+1E0D`), Ḑ (`U+1E10`), ḑ (`U+1E11`), Ḟ (`U+1E1E`), ḟ (`U+1E1F`), Ḣ (`U+1E22`), ḣ (`U+1E23`), Ḥ (`U+1E24`), ḥ (`U+1E25`), Ḧ (`U+1E26`), ḧ (`U+1E27`), Ḯ (`U+1E2E`), ḯ (`U+1E2F`), Ḳ (`U+1E32`), ḳ (`U+1E33`), Ḷ (`U+1E36`), ḷ (`U+1E37`), Ḹ (`U+1E38`), ḹ (`U+1E39`), Ṁ (`U+1E40`), ṁ (`U+1E41`), Ṃ (`U+1E42`), ṃ (`U+1E43`), Ṅ (`U+1E44`), ṅ (`U+1E45`), Ṇ (`U+1E46`), ṇ (`U+1E47`), Ṏ (`U+1E4E`), ṏ (`U+1E4F`), Ṗ (`U+1E56`), ṗ (`U+1E57`), Ṙ (`U+1E58`), ṙ (`U+1E59`), Ṛ (`U+1E5A`), ṛ (`U+1E5B`), Ṝ (`U+1E5C`), ṝ (`U+1E5D`), Ṡ (`U+1E60`), ṡ (`U+1E61`), Ṣ (`U+1E62`), ṣ (`U+1E63`), Ṥ (`U+1E64`), ṥ (`U+1E65`), Ṧ (`U+1E66`), ṧ (`U+1E67`), Ṩ (`U+1E68`), ṩ (`U+1E69`), Ṫ (`U+1E6A`), ṫ (`U+1E6B`), Ṭ (`U+1E6C`), ṭ (`U+1E6D`), Ṳ (`U+1E72`), ṳ (`U+1E73`), Ṻ (`U+1E7A`), ṻ (`U+1E7B`), Ṿ (`U+1E7E`), ṿ (`U+1E7F`), Ẅ (`U+1E84`), ẅ (`U+1E85`), Ẇ (`U+1E86`), ẇ (`U+1E87`), Ẉ (`U+1E88`), ẉ (`U+1E89`), Ẋ (`U+1E8A`), ẋ (`U+1E8B`), Ẍ (`U+1E8C`), ẍ (`U+1E8D`), Ẏ (`U+1E8E`), ẏ (`U+1E8F`), Ẓ (`U+1E92`), ẓ (`U+1E93`), ẗ (`U+1E97`), ẛ (`U+1E9B`), Ạ (`U+1EA0`), ạ (`U+1EA1`), Ậ (`U+1EAC`), ậ (`U+1EAD`), Ặ (`U+1EB6`), ặ (`U+1EB7`), Ẹ (`U+1EB8`), ẹ (`U+1EB9`), Ệ (`U+1EC6`), ệ (`U+1EC7`), Ị (`U+1ECA`), ị (`U+1ECB`), Ọ (`U+1ECC`), ọ (`U+1ECD`), Ộ (`U+1ED8`), ộ (`U+1ED9`), Ớ (`U+1EDA`), ớ (`U+1EDB`), Ờ (`U+1EDC`), ờ (`U+1EDD`), Ở (`U+1EDE`), ở (`U+1EDF`), Ỡ (`U+1EE0`), ỡ (`U+1EE1`), Ợ (`U+1EE2`), ợ (`U+1EE3`), Ụ (`U+1EE4`), ụ (`U+1EE5`), Ứ (`U+1EE8`), ứ (`U+1EE9`), Ừ (`U+1EEA`), ừ (`U+1EEB`), Ử (`U+1EEC`), ử (`U+1EED`), Ữ (`U+1EEE`), ữ (`U+1EEF`), Ự (`U+1EF0`), ự (`U+1EF1`), Ỵ (`U+1EF4`), ỵ (`U+1EF5`), ἀ (`U+1F00`), ἁ (`U+1F01`), ἂ (`U+1F02`), ἃ (`U+1F03`), ἄ (`U+1F04`), ἅ (`U+1F05`), ἆ (`U+1F06`), ἇ (`U+1F07`), Ἀ (`U+1F08`), Ἁ (`U+1F09`), Ἂ (`U+1F0A`), Ἃ (`U+1F0B`), Ἄ (`U+1F0C`), Ἅ (`U+1F0D`), Ἆ (`U+1F0E`), Ἇ (`U+1F0F`), ἐ (`U+1F10`), ἑ (`U+1F11`), ἒ (`U+1F12`), ἓ (`U+1F13`), ἔ (`U+1F14`), ἕ (`U+1F15`), Ἐ (`U+1F18`), Ἑ (`U+1F19`), Ἒ (`U+1F1A`), Ἓ (`U+1F1B`), Ἔ (`U+1F1C`), Ἕ (`U+1F1D`), ἠ (`U+1F20`), ἡ (`U+1F21`), ἢ (`U+1F22`), ἣ (`U+1F23`), ἤ (`U+1F24`), ἥ (`U+1F25`), ἦ (`U+1F26`), ἧ (`U+1F27`), Ἠ (`U+1F28`), Ἡ (`U+1F29`), Ἢ (`U+1F2A`), Ἣ (`U+1F2B`), Ἤ (`U+1F2C`), Ἥ (`U+1F2D`), Ἦ (`U+1F2E`), Ἧ (`U+1F2F`), ἰ (`U+1F30`), ἱ (`U+1F31`), ἲ (`U+1F32`), ἳ (`U+1F33`), ἴ (`U+1F34`), ἵ (`U+1F35`), ἶ (`U+1F36`), ἷ (`U+1F37`), Ἰ (`U+1F38`), Ἱ (`U+1F39`), Ἲ (`U+1F3A`), Ἳ (`U+1F3B`), Ἴ (`U+1F3C`), Ἵ (`U+1F3D`), Ἶ (`U+1F3E`), Ἷ (`U+1F3F`), ὀ (`U+1F40`), ὁ (`U+1F41`), ὂ (`U+1F42`), ὃ (`U+1F43`), ὄ (`U+1F44`), ὅ (`U+1F45`), Ὀ (`U+1F48`), Ὁ (`U+1F49`), Ὂ (`U+1F4A`), Ὃ (`U+1F4B`), Ὄ (`U+1F4C`), Ὅ (`U+1F4D`), ὐ (`U+1F50`), ὑ (`U+1F51`), ὒ (`U+1F52`), ὓ (`U+1F53`), ὔ (`U+1F54`), ὕ (`U+1F55`), ὖ (`U+1F56`), ὗ (`U+1F57`), Ὑ (`U+1F59`), Ὓ (`U+1F5B`), Ὕ (`U+1F5D`), Ὗ (`U+1F5F`), ὠ (`U+1F60`), ὡ (`U+1F61`), ὢ (`U+1F62`), ὣ (`U+1F63`), ὤ (`U+1F64`), ὥ (`U+1F65`), ὦ (`U+1F66`), ὧ (`U+1F67`), Ὠ (`U+1F68`), Ὡ (`U+1F69`), Ὢ (`U+1F6A`), Ὣ (`U+1F6B`), Ὤ (`U+1F6C`), Ὥ (`U+1F6D`), Ὦ (`U+1F6E`), Ὧ (`U+1F6F`), ᾀ (`U+1F80`), ᾁ (`U+1F81`), ᾂ (`U+1F82`), ᾃ (`U+1F83`), ᾄ (`U+1F84`), ᾅ (`U+1F85`), ᾆ (`U+1F86`), ᾇ (`U+1F87`), ᾈ (`U+1F88`), ᾉ (`U+1F89`), ᾊ (`U+1F8A`), ᾋ (`U+1F8B`), ᾌ (`U+1F8C`), ᾍ (`U+1F8D`), ᾎ (`U+1F8E`), ᾏ (`U+1F8F`), ᾐ (`U+1F90`), ᾑ (`U+1F91`), ᾒ (`U+1F92`), ᾓ (`U+1F93`), ᾔ (`U+1F94`), ᾕ (`U+1F95`), ᾖ (`U+1F96`), ᾗ (`U+1F97`), ᾘ (`U+1F98`), ᾙ (`U+1F99`), ᾚ (`U+1F9A`), ᾛ (`U+1F9B`), ᾜ (`U+1F9C`), ᾝ (`U+1F9D`), ᾞ (`U+1F9E`), ᾟ (`U+1F9F`), ᾠ (`U+1FA0`), ᾡ (`U+1FA1`), ᾢ (`U+1FA2`), ᾣ (`U+1FA3`), ᾤ (`U+1FA4`), ᾥ (`U+1FA5`), ᾦ (`U+1FA6`), ᾧ (`U+1FA7`), ᾨ (`U+1FA8`), ᾩ (`U+1FA9`), ᾪ (`U+1FAA`), ᾫ (`U+1FAB`), ᾬ (`U+1FAC`), ᾭ (`U+1FAD`), ᾮ (`U+1FAE`), ᾯ (`U+1FAF`), ᾽ (`U+1FBD`), ᾿ (`U+1FBF`), ῁ (`U+1FC1`), ῍ (`U+1FCD`), ῎ (`U+1FCE`), ῏ (`U+1FCF`), ῒ (`U+1FD2`), ΐ (`U+1FD3`), ῗ (`U+1FD7`), ῝ (`U+1FDD`), ῞ (`U+1FDE`), ῟ (`U+1FDF`), ῢ (`U+1FE2`), ΰ (`U+1FE3`), ῤ (`U+1FE4`), ῥ (`U+1FE5`), ῧ (`U+1FE7`), Ῥ (`U+1FEC`), ῭ (`U+1FED`), ΅ (`U+1FEE`), ῾ (`U+1FFE`), ⃛ (`U+20DB`), ⃜ (`U+20DC`), ⃨ (`U+20E8`), ⍡ (`U+2361`), ⍢ (`U+2362`), ⍣ (`U+2363`), ⍤ (`U+2364`), ⍥ (`U+2365`), ⍨ (`U+2368`), ⍩ (`U+2369`), ⸚ (`U+2E1A`), ⹈ (`U+2E48`), Ꙩ (`U+A668`), ꙩ (`U+A669`), Ꙫ (`U+A66A`), ꙫ (`U+A66B`), Ꙭ (`U+A66C`), ꙭ (`U+A66D`), ꙮ (`U+A66E`), ꙶ (`U+A676`), ꜗ (`U+A717`), ꜘ (`U+A718`), ꜙ (`U+A719`), Ꜿ (`U+A73E`), ꜿ (`U+A73F`), 𐞵 (`U+107B5`) + ы (`U+044B`), ӹ (`U+04F9`), ꙑ (`U+A651`), ꙕ (`U+A655`), ꙹ (`U+A679`), 𞁇 (`U+1E047`), 𞁦 (`U+1E066`), 𞁬 (`U+1E06C`) - `cv97`: - \! (`U+0021`), ' (`U+0027`), , (`U+002C`), \. (`U+002E`), : (`U+003A`), ; (`U+003B`), ? (`U+003F`), \` (`U+0060`), ¡ (`U+00A1`), · (`U+00B7`), ¿ (`U+00BF`), ÷ (`U+00F7`), Ŀ (`U+013F`), ŀ (`U+0140`), ʼn (`U+0149`), ǃ (`U+01C3`), ʻ (`U+02BB`), ʼ (`U+02BC`), ʽ (`U+02BD`), ˮ (`U+02EE`), ˸ (`U+02F8`), ; (`U+037E`), · (`U+0387`), ჻ (`U+10FB`), ‘ (`U+2018`), ’ (`U+2019`), ‚ (`U+201A`), ‛ (`U+201B`), “ (`U+201C`), ” (`U+201D`), „ (`U+201E`), ‟ (`U+201F`), ․ (`U+2024`), ‥ (`U+2025`), … (`U+2026`), ‧ (`U+2027`), ※ (`U+203B`), ‼ (`U+203C`), ‽ (`U+203D`), ⁇ (`U+2047`), ⁈ (`U+2048`), ⁉ (`U+2049`), ⁏ (`U+204F`), ⁒ (`U+2052`), ⁖ (`U+2056`), ⁘ (`U+2058`), ⁙ (`U+2059`), ⁚ (`U+205A`), ⁛ (`U+205B`), ⁜ (`U+205C`), ⁝ (`U+205D`), ⁞ (`U+205E`), ∔ (`U+2214`), ∴ (`U+2234`), ∵ (`U+2235`), ∶ (`U+2236`), ∷ (`U+2237`), ∸ (`U+2238`), ∹ (`U+2239`), ∺ (`U+223A`), ∻ (`U+223B`), ≐ (`U+2250`), ≑ (`U+2251`), ≒ (`U+2252`), ≓ (`U+2253`), ≔ (`U+2254`), ≕ (`U+2255`), ≟ (`U+225F`), ⊍ (`U+228D`), ⊙ (`U+2299`), ⊡ (`U+22A1`), ⋅ (`U+22C5`), ⋇ (`U+22C7`), ⋖ (`U+22D6`), ⋗ (`U+22D7`), ⋮ (`U+22EE`), ⋯ (`U+22EF`), ⋰ (`U+22F0`), ⋱ (`U+22F1`), ⋵ (`U+22F5`), ⌹ (`U+2339`), ⍠ (`U+2360`), ⍪ (`U+236A`), ⍮ (`U+236E`), ⍰ (`U+2370`), ␦ (`U+2426`), ⒈ (`U+2488`), ⒉ (`U+2489`), ⒊ (`U+248A`), ⒋ (`U+248B`), ⒌ (`U+248C`), ⒍ (`U+248D`), ⒎ (`U+248E`), ⒏ (`U+248F`), ⒐ (`U+2490`), ⒑ (`U+2491`), ⒒ (`U+2492`), ⒓ (`U+2493`), ⒔ (`U+2494`), ⒕ (`U+2495`), ⒖ (`U+2496`), ⒗ (`U+2497`), ⒘ (`U+2498`), ⒙ (`U+2499`), ⒚ (`U+249A`), ⒛ (`U+249B`), ⟓ (`U+27D3`), ⟔ (`U+27D4`), ⦙ (`U+2999`), ⦼ (`U+29BC`), ⧴ (`U+29F4`), ⨀ (`U+2A00`), ⨒ (`U+2A12`), ⨓ (`U+2A13`), ⨔ (`U+2A14`), ⨕ (`U+2A15`), ⨥ (`U+2A25`), ⨪ (`U+2A2A`), ⨫ (`U+2A2B`), ⨬ (`U+2A2C`), ⨰ (`U+2A30`), ⨸ (`U+2A38`), ⩀ (`U+2A40`), ⩦ (`U+2A66`), ⩧ (`U+2A67`), ⩪ (`U+2A6A`), ⩫ (`U+2A6B`), ⩭ (`U+2A6D`), ⩿ (`U+2A7F`), ⪀ (`U+2A80`), ⪗ (`U+2A97`), ⪘ (`U+2A98`), ⪽ (`U+2ABD`), ⪾ (`U+2ABE`), ⫶ (`U+2AF6`), ⸓ (`U+2E13`), ⸘ (`U+2E18`), ⸞ (`U+2E1E`), ⸟ (`U+2E1F`), ⸪ (`U+2E2A`), ⸫ (`U+2E2B`), ⸬ (`U+2E2C`), ⸭ (`U+2E2D`), ⸮ (`U+2E2E`), ⸱ (`U+2E31`), ⸲ (`U+2E32`), ⸳ (`U+2E33`), ⸴ (`U+2E34`), ⸵ (`U+2E35`), ⹁ (`U+2E41`), ⹂ (`U+2E42`), ⹉ (`U+2E49`), ⹊ (`U+2E4A`), ꜝ (`U+A71D`), ꜞ (`U+A71E`), ꜟ (`U+A71F`), ꞉ (`U+A789`), ꞏ (`U+A78F`), � (`U+FFFD`), 𐞹 (`U+107B9`), 𝼊 (`U+1DF0A`), 🄀 (`U+1F100`), 🄁 (`U+1F101`), 🄂 (`U+1F102`), 🄃 (`U+1F103`), 🄄 (`U+1F104`), 🄅 (`U+1F105`), 🄆 (`U+1F106`), 🄇 (`U+1F107`), 🄈 (`U+1F108`), 🄉 (`U+1F109`), 🄊 (`U+1F10A`), 🆙 (`U+1F199`), 🆠 (`U+1F1A0`), 🆡 (`U+1F1A1`), 🆢 (`U+1F1A2`), 🯄 (`U+1FBC4`) + Ə (`U+018F`), Є (`U+0404`), Э (`U+042D`), Ѥ (`U+0464`), Ә (`U+04D8`), Ӛ (`U+04DA`), Ӭ (`U+04EC`), € (`U+20AC`), ℈ (`U+2108`) - `cv98`: - ~ (`U+007E`) + ə (`U+0259`), ɚ (`U+025A`), э (`U+044D`), є (`U+0454`), ѥ (`U+0465`), ә (`U+04D9`), ӛ (`U+04DB`), ӭ (`U+04ED`), ᵊ (`U+1D4A`), ᶕ (`U+1D95`), ᷪ (`U+1DEA`), ₔ (`U+2094`), ꙴ (`U+A674`), ꚟ (`U+A69F`), 𞁈 (`U+1E048`), 𞁋 (`U+1E04B`) - `cv99`: - \* (`U+002A`), ͙ (`U+0359`), ⁂ (`U+2042`), ⁎ (`U+204E`), ⁑ (`U+2051`), ⁕ (`U+2055`), ⃰ (`U+20F0`), ∗ (`U+2217`), ⊛ (`U+229B`), ⧆ (`U+29C6`), ⩮ (`U+2A6E`) + Я (`U+042F`), Ԙ (`U+0518`) + +- `VAAA`: + + я (`U+044F`), ԙ (`U+0519`) + +- `VDAA`: + + i (`U+0069`), j (`U+006A`), į (`U+012F`), ij (`U+0133`), Lj (`U+01C8`), lj (`U+01C9`), Nj (`U+01CB`), nj (`U+01CC`), ɉ (`U+0249`), ɨ (`U+0268`), ʝ (`U+029D`), ʲ (`U+02B2`), ͥ (`U+0365`), ϳ (`U+03F3`), і (`U+0456`), ј (`U+0458`), ᴉ (`U+1D09`), ᵎ (`U+1D4E`), ᵢ (`U+1D62`), ᶖ (`U+1D96`), ᶤ (`U+1DA4`), ᶨ (`U+1DA8`), ḭ (`U+1E2D`), ị (`U+1ECB`), ⁱ (`U+2071`), ⅰ (`U+2170`), ⅱ (`U+2171`), ⅲ (`U+2172`), ⅳ (`U+2173`), ⅵ (`U+2175`), ⅶ (`U+2176`), ⅷ (`U+2177`), ⅸ (`U+2178`), ⅺ (`U+217A`), ⅻ (`U+217B`), ⒤ (`U+24A4`), ⒥ (`U+24A5`), ⓘ (`U+24D8`), ⓙ (`U+24D9`), ⱼ (`U+2C7C`), 𝐢 (`U+1D422`), 𝐣 (`U+1D423`), 𝑖 (`U+1D456`), 𝑗 (`U+1D457`), 𝒊 (`U+1D48A`), 𝒋 (`U+1D48B`), 𝗂 (`U+1D5C2`), 𝗃 (`U+1D5C3`), 𝗶 (`U+1D5F6`), 𝗷 (`U+1D5F7`), 𝘪 (`U+1D62A`), 𝘫 (`U+1D62B`), 𝙞 (`U+1D65E`), 𝙟 (`U+1D65F`), 𝚒 (`U+1D692`), 𝚓 (`U+1D693`), 𝼚 (`U+1DF1A`), 𞁌 (`U+1E04C`), 𞁍 (`U+1E04D`), 𞁨 (`U+1E068`), 𞂏 (`U+1E08F`) + +- `VDAB`: + + ¨ (`U+00A8`), Ä (`U+00C4`), Ë (`U+00CB`), Ï (`U+00CF`), Ö (`U+00D6`), Ü (`U+00DC`), ä (`U+00E4`), ë (`U+00EB`), ï (`U+00EF`), ö (`U+00F6`), ü (`U+00FC`), ÿ (`U+00FF`), Ċ (`U+010A`), ċ (`U+010B`), ď (`U+010F`), Ė (`U+0116`), ė (`U+0117`), Ġ (`U+0120`), ġ (`U+0121`), Ģ (`U+0122`), ģ (`U+0123`), İ (`U+0130`), Ķ (`U+0136`), ķ (`U+0137`), Ļ (`U+013B`), ļ (`U+013C`), Ľ (`U+013D`), ľ (`U+013E`), Ņ (`U+0145`), ņ (`U+0146`), Ŗ (`U+0156`), ŗ (`U+0157`), ť (`U+0165`), Ÿ (`U+0178`), Ż (`U+017B`), ż (`U+017C`), Ơ (`U+01A0`), ơ (`U+01A1`), Ư (`U+01AF`), ư (`U+01B0`), Ǖ (`U+01D5`), ǖ (`U+01D6`), Ǘ (`U+01D7`), ǘ (`U+01D8`), Ǚ (`U+01D9`), ǚ (`U+01DA`), Ǜ (`U+01DB`), ǜ (`U+01DC`), Ǟ (`U+01DE`), ǟ (`U+01DF`), Ǡ (`U+01E0`), ǡ (`U+01E1`), Ș (`U+0218`), ș (`U+0219`), Ț (`U+021A`), ț (`U+021B`), Ȧ (`U+0226`), ȧ (`U+0227`), Ȫ (`U+022A`), ȫ (`U+022B`), Ȯ (`U+022E`), ȯ (`U+022F`), Ȱ (`U+0230`), ȱ (`U+0231`), ʘ (`U+0298`), ˙ (`U+02D9`), ̇ (`U+0307`), ̈ (`U+0308`), ̐ (`U+0310`), ̒ (`U+0312`), ̓ (`U+0313`), ̔ (`U+0314`), ̕ (`U+0315`), ̛ (`U+031B`), ̣ (`U+0323`), ̤ (`U+0324`), ̦ (`U+0326`), ̓ (`U+0343`), ̈́ (`U+0344`), ͋ (`U+034B`), ͒ (`U+0352`), ͘ (`U+0358`), ͼ (`U+037C`), ͽ (`U+037D`), ΅ (`U+0385`), ΐ (`U+0390`), Ϊ (`U+03AA`), Ϋ (`U+03AB`), ΰ (`U+03B0`), ϊ (`U+03CA`), ϋ (`U+03CB`), ϔ (`U+03D4`), Ͼ (`U+03FE`), Ͽ (`U+03FF`), Ё (`U+0401`), Ї (`U+0407`), ё (`U+0451`), ї (`U+0457`), Ѽ (`U+047C`), ѽ (`U+047D`), ҅ (`U+0485`), ҆ (`U+0486`), Ӓ (`U+04D2`), ӓ (`U+04D3`), Ӛ (`U+04DA`), ӛ (`U+04DB`), Ӝ (`U+04DC`), ӝ (`U+04DD`), Ӟ (`U+04DE`), ӟ (`U+04DF`), Ӥ (`U+04E4`), ӥ (`U+04E5`), Ӧ (`U+04E6`), ӧ (`U+04E7`), Ӫ (`U+04EA`), ӫ (`U+04EB`), Ӭ (`U+04EC`), ӭ (`U+04ED`), Ӱ (`U+04F0`), ӱ (`U+04F1`), Ӵ (`U+04F4`), ӵ (`U+04F5`), Ӹ (`U+04F8`), ӹ (`U+04F9`), ᪱ (`U+1AB1`), ᪴ (`U+1AB4`), ᴞ (`U+1D1E`), ᷲ (`U+1DF2`), ᷳ (`U+1DF3`), ᷴ (`U+1DF4`), ᷸ (`U+1DF8`), ᷺ (`U+1DFA`), Ḃ (`U+1E02`), ḃ (`U+1E03`), Ḅ (`U+1E04`), ḅ (`U+1E05`), Ḋ (`U+1E0A`), ḋ (`U+1E0B`), Ḍ (`U+1E0C`), ḍ (`U+1E0D`), Ḑ (`U+1E10`), ḑ (`U+1E11`), Ḟ (`U+1E1E`), ḟ (`U+1E1F`), Ḣ (`U+1E22`), ḣ (`U+1E23`), Ḥ (`U+1E24`), ḥ (`U+1E25`), Ḧ (`U+1E26`), ḧ (`U+1E27`), Ḯ (`U+1E2E`), ḯ (`U+1E2F`), Ḳ (`U+1E32`), ḳ (`U+1E33`), Ḷ (`U+1E36`), ḷ (`U+1E37`), Ḹ (`U+1E38`), ḹ (`U+1E39`), Ṁ (`U+1E40`), ṁ (`U+1E41`), Ṃ (`U+1E42`), ṃ (`U+1E43`), Ṅ (`U+1E44`), ṅ (`U+1E45`), Ṇ (`U+1E46`), ṇ (`U+1E47`), Ṏ (`U+1E4E`), ṏ (`U+1E4F`), Ṗ (`U+1E56`), ṗ (`U+1E57`), Ṙ (`U+1E58`), ṙ (`U+1E59`), Ṛ (`U+1E5A`), ṛ (`U+1E5B`), Ṝ (`U+1E5C`), ṝ (`U+1E5D`), Ṡ (`U+1E60`), ṡ (`U+1E61`), Ṣ (`U+1E62`), ṣ (`U+1E63`), Ṥ (`U+1E64`), ṥ (`U+1E65`), Ṧ (`U+1E66`), ṧ (`U+1E67`), Ṩ (`U+1E68`), ṩ (`U+1E69`), Ṫ (`U+1E6A`), ṫ (`U+1E6B`), Ṭ (`U+1E6C`), ṭ (`U+1E6D`), Ṳ (`U+1E72`), ṳ (`U+1E73`), Ṻ (`U+1E7A`), ṻ (`U+1E7B`), Ṿ (`U+1E7E`), ṿ (`U+1E7F`), Ẅ (`U+1E84`), ẅ (`U+1E85`), Ẇ (`U+1E86`), ẇ (`U+1E87`), Ẉ (`U+1E88`), ẉ (`U+1E89`), Ẋ (`U+1E8A`), ẋ (`U+1E8B`), Ẍ (`U+1E8C`), ẍ (`U+1E8D`), Ẏ (`U+1E8E`), ẏ (`U+1E8F`), Ẓ (`U+1E92`), ẓ (`U+1E93`), ẗ (`U+1E97`), ẛ (`U+1E9B`), Ạ (`U+1EA0`), ạ (`U+1EA1`), Ậ (`U+1EAC`), ậ (`U+1EAD`), Ặ (`U+1EB6`), ặ (`U+1EB7`), Ẹ (`U+1EB8`), ẹ (`U+1EB9`), Ệ (`U+1EC6`), ệ (`U+1EC7`), Ị (`U+1ECA`), ị (`U+1ECB`), Ọ (`U+1ECC`), ọ (`U+1ECD`), Ộ (`U+1ED8`), ộ (`U+1ED9`), Ớ (`U+1EDA`), ớ (`U+1EDB`), Ờ (`U+1EDC`), ờ (`U+1EDD`), Ở (`U+1EDE`), ở (`U+1EDF`), Ỡ (`U+1EE0`), ỡ (`U+1EE1`), Ợ (`U+1EE2`), ợ (`U+1EE3`), Ụ (`U+1EE4`), ụ (`U+1EE5`), Ứ (`U+1EE8`), ứ (`U+1EE9`), Ừ (`U+1EEA`), ừ (`U+1EEB`), Ử (`U+1EEC`), ử (`U+1EED`), Ữ (`U+1EEE`), ữ (`U+1EEF`), Ự (`U+1EF0`), ự (`U+1EF1`), Ỵ (`U+1EF4`), ỵ (`U+1EF5`), ἀ (`U+1F00`), ἁ (`U+1F01`), ἂ (`U+1F02`), ἃ (`U+1F03`), ἄ (`U+1F04`), ἅ (`U+1F05`), ἆ (`U+1F06`), ἇ (`U+1F07`), Ἀ (`U+1F08`), Ἁ (`U+1F09`), Ἂ (`U+1F0A`), Ἃ (`U+1F0B`), Ἄ (`U+1F0C`), Ἅ (`U+1F0D`), Ἆ (`U+1F0E`), Ἇ (`U+1F0F`), ἐ (`U+1F10`), ἑ (`U+1F11`), ἒ (`U+1F12`), ἓ (`U+1F13`), ἔ (`U+1F14`), ἕ (`U+1F15`), Ἐ (`U+1F18`), Ἑ (`U+1F19`), Ἒ (`U+1F1A`), Ἓ (`U+1F1B`), Ἔ (`U+1F1C`), Ἕ (`U+1F1D`), ἠ (`U+1F20`), ἡ (`U+1F21`), ἢ (`U+1F22`), ἣ (`U+1F23`), ἤ (`U+1F24`), ἥ (`U+1F25`), ἦ (`U+1F26`), ἧ (`U+1F27`), Ἠ (`U+1F28`), Ἡ (`U+1F29`), Ἢ (`U+1F2A`), Ἣ (`U+1F2B`), Ἤ (`U+1F2C`), Ἥ (`U+1F2D`), Ἦ (`U+1F2E`), Ἧ (`U+1F2F`), ἰ (`U+1F30`), ἱ (`U+1F31`), ἲ (`U+1F32`), ἳ (`U+1F33`), ἴ (`U+1F34`), ἵ (`U+1F35`), ἶ (`U+1F36`), ἷ (`U+1F37`), Ἰ (`U+1F38`), Ἱ (`U+1F39`), Ἲ (`U+1F3A`), Ἳ (`U+1F3B`), Ἴ (`U+1F3C`), Ἵ (`U+1F3D`), Ἶ (`U+1F3E`), Ἷ (`U+1F3F`), ὀ (`U+1F40`), ὁ (`U+1F41`), ὂ (`U+1F42`), ὃ (`U+1F43`), ὄ (`U+1F44`), ὅ (`U+1F45`), Ὀ (`U+1F48`), Ὁ (`U+1F49`), Ὂ (`U+1F4A`), Ὃ (`U+1F4B`), Ὄ (`U+1F4C`), Ὅ (`U+1F4D`), ὐ (`U+1F50`), ὑ (`U+1F51`), ὒ (`U+1F52`), ὓ (`U+1F53`), ὔ (`U+1F54`), ὕ (`U+1F55`), ὖ (`U+1F56`), ὗ (`U+1F57`), Ὑ (`U+1F59`), Ὓ (`U+1F5B`), Ὕ (`U+1F5D`), Ὗ (`U+1F5F`), ὠ (`U+1F60`), ὡ (`U+1F61`), ὢ (`U+1F62`), ὣ (`U+1F63`), ὤ (`U+1F64`), ὥ (`U+1F65`), ὦ (`U+1F66`), ὧ (`U+1F67`), Ὠ (`U+1F68`), Ὡ (`U+1F69`), Ὢ (`U+1F6A`), Ὣ (`U+1F6B`), Ὤ (`U+1F6C`), Ὥ (`U+1F6D`), Ὦ (`U+1F6E`), Ὧ (`U+1F6F`), ᾀ (`U+1F80`), ᾁ (`U+1F81`), ᾂ (`U+1F82`), ᾃ (`U+1F83`), ᾄ (`U+1F84`), ᾅ (`U+1F85`), ᾆ (`U+1F86`), ᾇ (`U+1F87`), ᾈ (`U+1F88`), ᾉ (`U+1F89`), ᾊ (`U+1F8A`), ᾋ (`U+1F8B`), ᾌ (`U+1F8C`), ᾍ (`U+1F8D`), ᾎ (`U+1F8E`), ᾏ (`U+1F8F`), ᾐ (`U+1F90`), ᾑ (`U+1F91`), ᾒ (`U+1F92`), ᾓ (`U+1F93`), ᾔ (`U+1F94`), ᾕ (`U+1F95`), ᾖ (`U+1F96`), ᾗ (`U+1F97`), ᾘ (`U+1F98`), ᾙ (`U+1F99`), ᾚ (`U+1F9A`), ᾛ (`U+1F9B`), ᾜ (`U+1F9C`), ᾝ (`U+1F9D`), ᾞ (`U+1F9E`), ᾟ (`U+1F9F`), ᾠ (`U+1FA0`), ᾡ (`U+1FA1`), ᾢ (`U+1FA2`), ᾣ (`U+1FA3`), ᾤ (`U+1FA4`), ᾥ (`U+1FA5`), ᾦ (`U+1FA6`), ᾧ (`U+1FA7`), ᾨ (`U+1FA8`), ᾩ (`U+1FA9`), ᾪ (`U+1FAA`), ᾫ (`U+1FAB`), ᾬ (`U+1FAC`), ᾭ (`U+1FAD`), ᾮ (`U+1FAE`), ᾯ (`U+1FAF`), ᾽ (`U+1FBD`), ᾿ (`U+1FBF`), ῁ (`U+1FC1`), ῍ (`U+1FCD`), ῎ (`U+1FCE`), ῏ (`U+1FCF`), ῒ (`U+1FD2`), ΐ (`U+1FD3`), ῗ (`U+1FD7`), ῝ (`U+1FDD`), ῞ (`U+1FDE`), ῟ (`U+1FDF`), ῢ (`U+1FE2`), ΰ (`U+1FE3`), ῤ (`U+1FE4`), ῥ (`U+1FE5`), ῧ (`U+1FE7`), Ῥ (`U+1FEC`), ῭ (`U+1FED`), ΅ (`U+1FEE`), ῾ (`U+1FFE`), ⃛ (`U+20DB`), ⃜ (`U+20DC`), ⃨ (`U+20E8`), ⍡ (`U+2361`), ⍢ (`U+2362`), ⍣ (`U+2363`), ⍤ (`U+2364`), ⍥ (`U+2365`), ⍨ (`U+2368`), ⍩ (`U+2369`), ⸚ (`U+2E1A`), ⹈ (`U+2E48`), Ꙩ (`U+A668`), ꙩ (`U+A669`), Ꙫ (`U+A66A`), ꙫ (`U+A66B`), Ꙭ (`U+A66C`), ꙭ (`U+A66D`), ꙮ (`U+A66E`), ꙶ (`U+A676`), ꜗ (`U+A717`), ꜘ (`U+A718`), ꜙ (`U+A719`), Ꜿ (`U+A73E`), ꜿ (`U+A73F`), 𐞵 (`U+107B5`) + +- `VDAC`: + + \! (`U+0021`), ' (`U+0027`), , (`U+002C`), \. (`U+002E`), : (`U+003A`), ; (`U+003B`), ? (`U+003F`), \` (`U+0060`), ¡ (`U+00A1`), · (`U+00B7`), ¿ (`U+00BF`), ÷ (`U+00F7`), Ŀ (`U+013F`), ŀ (`U+0140`), ʼn (`U+0149`), ǃ (`U+01C3`), ʻ (`U+02BB`), ʼ (`U+02BC`), ʽ (`U+02BD`), ˮ (`U+02EE`), ˸ (`U+02F8`), ; (`U+037E`), · (`U+0387`), ჻ (`U+10FB`), ‘ (`U+2018`), ’ (`U+2019`), ‚ (`U+201A`), ‛ (`U+201B`), “ (`U+201C`), ” (`U+201D`), „ (`U+201E`), ‟ (`U+201F`), ․ (`U+2024`), ‥ (`U+2025`), … (`U+2026`), ‧ (`U+2027`), ※ (`U+203B`), ‼ (`U+203C`), ‽ (`U+203D`), ⁇ (`U+2047`), ⁈ (`U+2048`), ⁉ (`U+2049`), ⁏ (`U+204F`), ⁒ (`U+2052`), ⁖ (`U+2056`), ⁘ (`U+2058`), ⁙ (`U+2059`), ⁚ (`U+205A`), ⁛ (`U+205B`), ⁜ (`U+205C`), ⁝ (`U+205D`), ⁞ (`U+205E`), ∔ (`U+2214`), ∴ (`U+2234`), ∵ (`U+2235`), ∶ (`U+2236`), ∷ (`U+2237`), ∸ (`U+2238`), ∹ (`U+2239`), ∺ (`U+223A`), ∻ (`U+223B`), ≐ (`U+2250`), ≑ (`U+2251`), ≒ (`U+2252`), ≓ (`U+2253`), ≔ (`U+2254`), ≕ (`U+2255`), ≟ (`U+225F`), ⊍ (`U+228D`), ⊙ (`U+2299`), ⊡ (`U+22A1`), ⋅ (`U+22C5`), ⋇ (`U+22C7`), ⋖ (`U+22D6`), ⋗ (`U+22D7`), ⋮ (`U+22EE`), ⋯ (`U+22EF`), ⋰ (`U+22F0`), ⋱ (`U+22F1`), ⋵ (`U+22F5`), ⌹ (`U+2339`), ⍠ (`U+2360`), ⍪ (`U+236A`), ⍮ (`U+236E`), ⍰ (`U+2370`), ␦ (`U+2426`), ⒈ (`U+2488`), ⒉ (`U+2489`), ⒊ (`U+248A`), ⒋ (`U+248B`), ⒌ (`U+248C`), ⒍ (`U+248D`), ⒎ (`U+248E`), ⒏ (`U+248F`), ⒐ (`U+2490`), ⒑ (`U+2491`), ⒒ (`U+2492`), ⒓ (`U+2493`), ⒔ (`U+2494`), ⒕ (`U+2495`), ⒖ (`U+2496`), ⒗ (`U+2497`), ⒘ (`U+2498`), ⒙ (`U+2499`), ⒚ (`U+249A`), ⒛ (`U+249B`), ⟓ (`U+27D3`), ⟔ (`U+27D4`), ⦙ (`U+2999`), ⦼ (`U+29BC`), ⧴ (`U+29F4`), ⨀ (`U+2A00`), ⨒ (`U+2A12`), ⨓ (`U+2A13`), ⨔ (`U+2A14`), ⨕ (`U+2A15`), ⨥ (`U+2A25`), ⨪ (`U+2A2A`), ⨫ (`U+2A2B`), ⨬ (`U+2A2C`), ⨰ (`U+2A30`), ⨸ (`U+2A38`), ⩀ (`U+2A40`), ⩦ (`U+2A66`), ⩧ (`U+2A67`), ⩪ (`U+2A6A`), ⩫ (`U+2A6B`), ⩭ (`U+2A6D`), ⩿ (`U+2A7F`), ⪀ (`U+2A80`), ⪗ (`U+2A97`), ⪘ (`U+2A98`), ⪽ (`U+2ABD`), ⪾ (`U+2ABE`), ⫶ (`U+2AF6`), ⸓ (`U+2E13`), ⸘ (`U+2E18`), ⸞ (`U+2E1E`), ⸟ (`U+2E1F`), ⸪ (`U+2E2A`), ⸫ (`U+2E2B`), ⸬ (`U+2E2C`), ⸭ (`U+2E2D`), ⸮ (`U+2E2E`), ⸱ (`U+2E31`), ⸲ (`U+2E32`), ⸳ (`U+2E33`), ⸴ (`U+2E34`), ⸵ (`U+2E35`), ⹁ (`U+2E41`), ⹂ (`U+2E42`), ⹉ (`U+2E49`), ⹊ (`U+2E4A`), ꜝ (`U+A71D`), ꜞ (`U+A71E`), ꜟ (`U+A71F`), ꞉ (`U+A789`), ꞏ (`U+A78F`), � (`U+FFFD`), 𐞹 (`U+107B9`), 𝼊 (`U+1DF0A`), 🄀 (`U+1F100`), 🄁 (`U+1F101`), 🄂 (`U+1F102`), 🄃 (`U+1F103`), 🄄 (`U+1F104`), 🄅 (`U+1F105`), 🄆 (`U+1F106`), 🄇 (`U+1F107`), 🄈 (`U+1F108`), 🄉 (`U+1F109`), 🄊 (`U+1F10A`), 🆙 (`U+1F199`), 🆠 (`U+1F1A0`), 🆡 (`U+1F1A1`), 🆢 (`U+1F1A2`), 🯄 (`U+1FBC4`) + +- `VDAD`: + + ⠁ (`U+2801`), ⠂ (`U+2802`), ⠃ (`U+2803`), ⠄ (`U+2804`), ⠅ (`U+2805`), ⠆ (`U+2806`), ⠇ (`U+2807`), ⠈ (`U+2808`), ⠉ (`U+2809`), ⠊ (`U+280A`), ⠋ (`U+280B`), ⠌ (`U+280C`), ⠍ (`U+280D`), ⠎ (`U+280E`), ⠏ (`U+280F`), ⠐ (`U+2810`), ⠑ (`U+2811`), ⠒ (`U+2812`), ⠓ (`U+2813`), ⠔ (`U+2814`), ⠕ (`U+2815`), ⠖ (`U+2816`), ⠗ (`U+2817`), ⠘ (`U+2818`), ⠙ (`U+2819`), ⠚ (`U+281A`), ⠛ (`U+281B`), ⠜ (`U+281C`), ⠝ (`U+281D`), ⠞ (`U+281E`), ⠟ (`U+281F`), ⠠ (`U+2820`), ⠡ (`U+2821`), ⠢ (`U+2822`), ⠣ (`U+2823`), ⠤ (`U+2824`), ⠥ (`U+2825`), ⠦ (`U+2826`), ⠧ (`U+2827`), ⠨ (`U+2828`), ⠩ (`U+2829`), ⠪ (`U+282A`), ⠫ (`U+282B`), ⠬ (`U+282C`), ⠭ (`U+282D`), ⠮ (`U+282E`), ⠯ (`U+282F`), ⠰ (`U+2830`), ⠱ (`U+2831`), ⠲ (`U+2832`), ⠳ (`U+2833`), ⠴ (`U+2834`), ⠵ (`U+2835`), ⠶ (`U+2836`), ⠷ (`U+2837`), ⠸ (`U+2838`), ⠹ (`U+2839`), ⠺ (`U+283A`), ⠻ (`U+283B`), ⠼ (`U+283C`), ⠽ (`U+283D`), ⠾ (`U+283E`), ⠿ (`U+283F`), ⡀ (`U+2840`), ⡁ (`U+2841`), ⡂ (`U+2842`), ⡃ (`U+2843`), ⡄ (`U+2844`), ⡅ (`U+2845`), ⡆ (`U+2846`), ⡇ (`U+2847`), ⡈ (`U+2848`), ⡉ (`U+2849`), ⡊ (`U+284A`), ⡋ (`U+284B`), ⡌ (`U+284C`), ⡍ (`U+284D`), ⡎ (`U+284E`), ⡏ (`U+284F`), ⡐ (`U+2850`), ⡑ (`U+2851`), ⡒ (`U+2852`), ⡓ (`U+2853`), ⡔ (`U+2854`), ⡕ (`U+2855`), ⡖ (`U+2856`), ⡗ (`U+2857`), ⡘ (`U+2858`), ⡙ (`U+2859`), ⡚ (`U+285A`), ⡛ (`U+285B`), ⡜ (`U+285C`), ⡝ (`U+285D`), ⡞ (`U+285E`), ⡟ (`U+285F`), ⡠ (`U+2860`), ⡡ (`U+2861`), ⡢ (`U+2862`), ⡣ (`U+2863`), ⡤ (`U+2864`), ⡥ (`U+2865`), ⡦ (`U+2866`), ⡧ (`U+2867`), ⡨ (`U+2868`), ⡩ (`U+2869`), ⡪ (`U+286A`), ⡫ (`U+286B`), ⡬ (`U+286C`), ⡭ (`U+286D`), ⡮ (`U+286E`), ⡯ (`U+286F`), ⡰ (`U+2870`), ⡱ (`U+2871`), ⡲ (`U+2872`), ⡳ (`U+2873`), ⡴ (`U+2874`), ⡵ (`U+2875`), ⡶ (`U+2876`), ⡷ (`U+2877`), ⡸ (`U+2878`), ⡹ (`U+2879`), ⡺ (`U+287A`), ⡻ (`U+287B`), ⡼ (`U+287C`), ⡽ (`U+287D`), ⡾ (`U+287E`), ⡿ (`U+287F`), ⢀ (`U+2880`), ⢁ (`U+2881`), ⢂ (`U+2882`), ⢃ (`U+2883`), ⢄ (`U+2884`), ⢅ (`U+2885`), ⢆ (`U+2886`), ⢇ (`U+2887`), ⢈ (`U+2888`), ⢉ (`U+2889`), ⢊ (`U+288A`), ⢋ (`U+288B`), ⢌ (`U+288C`), ⢍ (`U+288D`), ⢎ (`U+288E`), ⢏ (`U+288F`), ⢐ (`U+2890`), ⢑ (`U+2891`), ⢒ (`U+2892`), ⢓ (`U+2893`), ⢔ (`U+2894`), ⢕ (`U+2895`), ⢖ (`U+2896`), ⢗ (`U+2897`), ⢘ (`U+2898`), ⢙ (`U+2899`), ⢚ (`U+289A`), ⢛ (`U+289B`), ⢜ (`U+289C`), ⢝ (`U+289D`), ⢞ (`U+289E`), ⢟ (`U+289F`), ⢠ (`U+28A0`), ⢡ (`U+28A1`), ⢢ (`U+28A2`), ⢣ (`U+28A3`), ⢤ (`U+28A4`), ⢥ (`U+28A5`), ⢦ (`U+28A6`), ⢧ (`U+28A7`), ⢨ (`U+28A8`), ⢩ (`U+28A9`), ⢪ (`U+28AA`), ⢫ (`U+28AB`), ⢬ (`U+28AC`), ⢭ (`U+28AD`), ⢮ (`U+28AE`), ⢯ (`U+28AF`), ⢰ (`U+28B0`), ⢱ (`U+28B1`), ⢲ (`U+28B2`), ⢳ (`U+28B3`), ⢴ (`U+28B4`), ⢵ (`U+28B5`), ⢶ (`U+28B6`), ⢷ (`U+28B7`), ⢸ (`U+28B8`), ⢹ (`U+28B9`), ⢺ (`U+28BA`), ⢻ (`U+28BB`), ⢼ (`U+28BC`), ⢽ (`U+28BD`), ⢾ (`U+28BE`), ⢿ (`U+28BF`), ⣀ (`U+28C0`), ⣁ (`U+28C1`), ⣂ (`U+28C2`), ⣃ (`U+28C3`), ⣄ (`U+28C4`), ⣅ (`U+28C5`), ⣆ (`U+28C6`), ⣇ (`U+28C7`), ⣈ (`U+28C8`), ⣉ (`U+28C9`), ⣊ (`U+28CA`), ⣋ (`U+28CB`), ⣌ (`U+28CC`), ⣍ (`U+28CD`), ⣎ (`U+28CE`), ⣏ (`U+28CF`), ⣐ (`U+28D0`), ⣑ (`U+28D1`), ⣒ (`U+28D2`), ⣓ (`U+28D3`), ⣔ (`U+28D4`), ⣕ (`U+28D5`), ⣖ (`U+28D6`), ⣗ (`U+28D7`), ⣘ (`U+28D8`), ⣙ (`U+28D9`), ⣚ (`U+28DA`), ⣛ (`U+28DB`), ⣜ (`U+28DC`), ⣝ (`U+28DD`), ⣞ (`U+28DE`), ⣟ (`U+28DF`), ⣠ (`U+28E0`), ⣡ (`U+28E1`), ⣢ (`U+28E2`), ⣣ (`U+28E3`), ⣤ (`U+28E4`), ⣥ (`U+28E5`), ⣦ (`U+28E6`), ⣧ (`U+28E7`), ⣨ (`U+28E8`), ⣩ (`U+28E9`), ⣪ (`U+28EA`), ⣫ (`U+28EB`), ⣬ (`U+28EC`), ⣭ (`U+28ED`), ⣮ (`U+28EE`), ⣯ (`U+28EF`), ⣰ (`U+28F0`), ⣱ (`U+28F1`), ⣲ (`U+28F2`), ⣳ (`U+28F3`), ⣴ (`U+28F4`), ⣵ (`U+28F5`), ⣶ (`U+28F6`), ⣷ (`U+28F7`), ⣸ (`U+28F8`), ⣹ (`U+28F9`), ⣺ (`U+28FA`), ⣻ (`U+28FB`), ⣼ (`U+28FC`), ⣽ (`U+28FD`), ⣾ (`U+28FE`), ⣿ (`U+28FF`) - `VSAA`: - \_ (`U+005F`), ‗ (`U+2017`), ⍽ (`U+237D`), ␣ (`U+2423`) + ~ (`U+007E`) - `VSAB`: - ^ (`U+005E`) + \* (`U+002A`), ͙ (`U+0359`), ⁂ (`U+2042`), ⁎ (`U+204E`), ⁑ (`U+2051`), ⁕ (`U+2055`), ⃰ (`U+20F0`), ∗ (`U+2217`), ⊛ (`U+229B`), ⧆ (`U+29C6`), ⩮ (`U+2A6E`) - `VSAC`: - \` (`U+0060`) + \_ (`U+005F`), ‗ (`U+2017`), ⍽ (`U+237D`), ␣ (`U+2423`) - `VSAD`: - ' (`U+0027`) + ^ (`U+005E`) - `VSAE`: - \( (`U+0028`), \) (`U+0029`), ⁽ (`U+207D`), ⁾ (`U+207E`), ₍ (`U+208D`), ₎ (`U+208E`), ⸨ (`U+2E28`), ⸩ (`U+2E29`) + \` (`U+0060`) - `VSAF`: - \{ (`U+007B`), \} (`U+007D`), ⦃ (`U+2983`), ⦄ (`U+2984`) + ' (`U+0027`) - `VSAG`: - « (`U+00AB`), » (`U+00BB`), ‹ (`U+2039`), › (`U+203A`) + \( (`U+0028`), \) (`U+0029`), ⁽ (`U+207D`), ⁾ (`U+207E`), ₍ (`U+208D`), ₎ (`U+208E`), ⸨ (`U+2E28`), ⸩ (`U+2E29`) - `VSAH`: - \# (`U+0023`), ᫆ (`U+1AC6`) + \{ (`U+007B`), \} (`U+007D`), ⦃ (`U+2983`), ⦄ (`U+2984`) - `VSAI`: - & (`U+0026`), ⅋ (`U+214B`) + « (`U+00AB`), » (`U+00BB`), ‹ (`U+2039`), › (`U+203A`) - `VSAJ`: - @ (`U+0040`) + \# (`U+0023`), ᫆ (`U+1AC6`) - `VSAK`: - $ (`U+0024`), 🄏 (`U+1F10F`) + & (`U+0026`), ⅋ (`U+214B`) - `VSAL`: - ¢ (`U+00A2`) + @ (`U+0040`) - `VSAM`: - % (`U+0025`), ‰ (`U+2030`), ‱ (`U+2031`) + $ (`U+0024`), 🄏 (`U+1F10F`) - `VSAN`: - | (`U+007C`), ¦ (`U+00A6`), ‖ (`U+2016`), ⍿ (`U+237F`), ⦀ (`U+2980`) + ¢ (`U+00A2`) - `VSAO`: - ? (`U+003F`), ¿ (`U+00BF`), ‽ (`U+203D`), ⁇ (`U+2047`), ⁈ (`U+2048`), ⁉ (`U+2049`), ≟ (`U+225F`), ⍰ (`U+2370`), ␦ (`U+2426`), ⸘ (`U+2E18`), ⸮ (`U+2E2E`), � (`U+FFFD`), 🯄 (`U+1FBC4`) + % (`U+0025`), ‰ (`U+2030`), ‱ (`U+2031`) - `VSAP`: - ¶ (`U+00B6`), ⁋ (`U+204B`) + | (`U+007C`), ¦ (`U+00A6`), ‖ (`U+2016`), ⍿ (`U+237F`), ⦀ (`U+2980`) - `VSAQ`: - ∂ (`U+2202`), 𝛛 (`U+1D6DB`), 𝜕 (`U+1D715`), 𝝏 (`U+1D74F`), 𝞉 (`U+1D789`), 𝟃 (`U+1D7C3`) + ? (`U+003F`), ¿ (`U+00BF`), ‽ (`U+203D`), ⁇ (`U+2047`), ⁈ (`U+2048`), ⁉ (`U+2049`), ≟ (`U+225F`), ⍰ (`U+2370`), ␦ (`U+2426`), ⸘ (`U+2E18`), ⸮ (`U+2E2E`), � (`U+FFFD`), 🯄 (`U+1FBC4`) - `VSAR`: + ¶ (`U+00B6`), ⁋ (`U+204B`) + +- `VSAS`: + + ∂ (`U+2202`), 𝛛 (`U+1D6DB`), 𝜕 (`U+1D715`), 𝝏 (`U+1D74F`), 𝞉 (`U+1D789`), 𝟃 (`U+1D7C3`) + +- `VSAT`: + µ (`U+00B5`) -- `VXAA`: - - Ə (`U+018F`), Є (`U+0404`), Э (`U+042D`), Ѥ (`U+0464`), Ә (`U+04D8`), Ӛ (`U+04DA`), Ӭ (`U+04EC`), € (`U+20AC`), ℈ (`U+2108`) - -- `VXAB`: - - ə (`U+0259`), ɚ (`U+025A`), э (`U+044D`), є (`U+0454`), ѥ (`U+0465`), ә (`U+04D9`), ӛ (`U+04DB`), ӭ (`U+04ED`), ᵊ (`U+1D4A`), ᶕ (`U+1D95`), ᷪ (`U+1DEA`), ₔ (`U+2094`), ꙴ (`U+A674`), ꚟ (`U+A69F`), 𞁈 (`U+1E048`), 𞁋 (`U+1E04B`) - -- `VXAC`: - - ẞ (`U+1E9E`) - -- `VXAD`: - - Þ (`U+00DE`), Ƿ (`U+01F7`), Ꝥ (`U+A764`), Ꝧ (`U+A766`) - -- `VXAE`: - - ⠁ (`U+2801`), ⠂ (`U+2802`), ⠃ (`U+2803`), ⠄ (`U+2804`), ⠅ (`U+2805`), ⠆ (`U+2806`), ⠇ (`U+2807`), ⠈ (`U+2808`), ⠉ (`U+2809`), ⠊ (`U+280A`), ⠋ (`U+280B`), ⠌ (`U+280C`), ⠍ (`U+280D`), ⠎ (`U+280E`), ⠏ (`U+280F`), ⠐ (`U+2810`), ⠑ (`U+2811`), ⠒ (`U+2812`), ⠓ (`U+2813`), ⠔ (`U+2814`), ⠕ (`U+2815`), ⠖ (`U+2816`), ⠗ (`U+2817`), ⠘ (`U+2818`), ⠙ (`U+2819`), ⠚ (`U+281A`), ⠛ (`U+281B`), ⠜ (`U+281C`), ⠝ (`U+281D`), ⠞ (`U+281E`), ⠟ (`U+281F`), ⠠ (`U+2820`), ⠡ (`U+2821`), ⠢ (`U+2822`), ⠣ (`U+2823`), ⠤ (`U+2824`), ⠥ (`U+2825`), ⠦ (`U+2826`), ⠧ (`U+2827`), ⠨ (`U+2828`), ⠩ (`U+2829`), ⠪ (`U+282A`), ⠫ (`U+282B`), ⠬ (`U+282C`), ⠭ (`U+282D`), ⠮ (`U+282E`), ⠯ (`U+282F`), ⠰ (`U+2830`), ⠱ (`U+2831`), ⠲ (`U+2832`), ⠳ (`U+2833`), ⠴ (`U+2834`), ⠵ (`U+2835`), ⠶ (`U+2836`), ⠷ (`U+2837`), ⠸ (`U+2838`), ⠹ (`U+2839`), ⠺ (`U+283A`), ⠻ (`U+283B`), ⠼ (`U+283C`), ⠽ (`U+283D`), ⠾ (`U+283E`), ⠿ (`U+283F`), ⡀ (`U+2840`), ⡁ (`U+2841`), ⡂ (`U+2842`), ⡃ (`U+2843`), ⡄ (`U+2844`), ⡅ (`U+2845`), ⡆ (`U+2846`), ⡇ (`U+2847`), ⡈ (`U+2848`), ⡉ (`U+2849`), ⡊ (`U+284A`), ⡋ (`U+284B`), ⡌ (`U+284C`), ⡍ (`U+284D`), ⡎ (`U+284E`), ⡏ (`U+284F`), ⡐ (`U+2850`), ⡑ (`U+2851`), ⡒ (`U+2852`), ⡓ (`U+2853`), ⡔ (`U+2854`), ⡕ (`U+2855`), ⡖ (`U+2856`), ⡗ (`U+2857`), ⡘ (`U+2858`), ⡙ (`U+2859`), ⡚ (`U+285A`), ⡛ (`U+285B`), ⡜ (`U+285C`), ⡝ (`U+285D`), ⡞ (`U+285E`), ⡟ (`U+285F`), ⡠ (`U+2860`), ⡡ (`U+2861`), ⡢ (`U+2862`), ⡣ (`U+2863`), ⡤ (`U+2864`), ⡥ (`U+2865`), ⡦ (`U+2866`), ⡧ (`U+2867`), ⡨ (`U+2868`), ⡩ (`U+2869`), ⡪ (`U+286A`), ⡫ (`U+286B`), ⡬ (`U+286C`), ⡭ (`U+286D`), ⡮ (`U+286E`), ⡯ (`U+286F`), ⡰ (`U+2870`), ⡱ (`U+2871`), ⡲ (`U+2872`), ⡳ (`U+2873`), ⡴ (`U+2874`), ⡵ (`U+2875`), ⡶ (`U+2876`), ⡷ (`U+2877`), ⡸ (`U+2878`), ⡹ (`U+2879`), ⡺ (`U+287A`), ⡻ (`U+287B`), ⡼ (`U+287C`), ⡽ (`U+287D`), ⡾ (`U+287E`), ⡿ (`U+287F`), ⢀ (`U+2880`), ⢁ (`U+2881`), ⢂ (`U+2882`), ⢃ (`U+2883`), ⢄ (`U+2884`), ⢅ (`U+2885`), ⢆ (`U+2886`), ⢇ (`U+2887`), ⢈ (`U+2888`), ⢉ (`U+2889`), ⢊ (`U+288A`), ⢋ (`U+288B`), ⢌ (`U+288C`), ⢍ (`U+288D`), ⢎ (`U+288E`), ⢏ (`U+288F`), ⢐ (`U+2890`), ⢑ (`U+2891`), ⢒ (`U+2892`), ⢓ (`U+2893`), ⢔ (`U+2894`), ⢕ (`U+2895`), ⢖ (`U+2896`), ⢗ (`U+2897`), ⢘ (`U+2898`), ⢙ (`U+2899`), ⢚ (`U+289A`), ⢛ (`U+289B`), ⢜ (`U+289C`), ⢝ (`U+289D`), ⢞ (`U+289E`), ⢟ (`U+289F`), ⢠ (`U+28A0`), ⢡ (`U+28A1`), ⢢ (`U+28A2`), ⢣ (`U+28A3`), ⢤ (`U+28A4`), ⢥ (`U+28A5`), ⢦ (`U+28A6`), ⢧ (`U+28A7`), ⢨ (`U+28A8`), ⢩ (`U+28A9`), ⢪ (`U+28AA`), ⢫ (`U+28AB`), ⢬ (`U+28AC`), ⢭ (`U+28AD`), ⢮ (`U+28AE`), ⢯ (`U+28AF`), ⢰ (`U+28B0`), ⢱ (`U+28B1`), ⢲ (`U+28B2`), ⢳ (`U+28B3`), ⢴ (`U+28B4`), ⢵ (`U+28B5`), ⢶ (`U+28B6`), ⢷ (`U+28B7`), ⢸ (`U+28B8`), ⢹ (`U+28B9`), ⢺ (`U+28BA`), ⢻ (`U+28BB`), ⢼ (`U+28BC`), ⢽ (`U+28BD`), ⢾ (`U+28BE`), ⢿ (`U+28BF`), ⣀ (`U+28C0`), ⣁ (`U+28C1`), ⣂ (`U+28C2`), ⣃ (`U+28C3`), ⣄ (`U+28C4`), ⣅ (`U+28C5`), ⣆ (`U+28C6`), ⣇ (`U+28C7`), ⣈ (`U+28C8`), ⣉ (`U+28C9`), ⣊ (`U+28CA`), ⣋ (`U+28CB`), ⣌ (`U+28CC`), ⣍ (`U+28CD`), ⣎ (`U+28CE`), ⣏ (`U+28CF`), ⣐ (`U+28D0`), ⣑ (`U+28D1`), ⣒ (`U+28D2`), ⣓ (`U+28D3`), ⣔ (`U+28D4`), ⣕ (`U+28D5`), ⣖ (`U+28D6`), ⣗ (`U+28D7`), ⣘ (`U+28D8`), ⣙ (`U+28D9`), ⣚ (`U+28DA`), ⣛ (`U+28DB`), ⣜ (`U+28DC`), ⣝ (`U+28DD`), ⣞ (`U+28DE`), ⣟ (`U+28DF`), ⣠ (`U+28E0`), ⣡ (`U+28E1`), ⣢ (`U+28E2`), ⣣ (`U+28E3`), ⣤ (`U+28E4`), ⣥ (`U+28E5`), ⣦ (`U+28E6`), ⣧ (`U+28E7`), ⣨ (`U+28E8`), ⣩ (`U+28E9`), ⣪ (`U+28EA`), ⣫ (`U+28EB`), ⣬ (`U+28EC`), ⣭ (`U+28ED`), ⣮ (`U+28EE`), ⣯ (`U+28EF`), ⣰ (`U+28F0`), ⣱ (`U+28F1`), ⣲ (`U+28F2`), ⣳ (`U+28F3`), ⣴ (`U+28F4`), ⣵ (`U+28F5`), ⣶ (`U+28F6`), ⣷ (`U+28F7`), ⣸ (`U+28F8`), ⣹ (`U+28F9`), ⣺ (`U+28FA`), ⣻ (`U+28FB`), ⣼ (`U+28FC`), ⣽ (`U+28FD`), ⣾ (`U+28FE`), ⣿ (`U+28FF`) - diff --git a/images/cs-block-mathematical-alphanumeric-symbols.dark.svg b/images/cs-block-mathematical-alphanumeric-symbols.dark.svg index 7ca80245b..8eea2431e 100644 --- a/images/cs-block-mathematical-alphanumeric-symbols.dark.svg +++ b/images/cs-block-mathematical-alphanumeric-symbols.dark.svg @@ -101,7 +101,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/images/cs-block-mathematical-alphanumeric-symbols.light.svg b/images/cs-block-mathematical-alphanumeric-symbols.light.svg index 264cbf288..cfc6c00ea 100644 --- a/images/cs-block-mathematical-alphanumeric-symbols.light.svg +++ b/images/cs-block-mathematical-alphanumeric-symbols.light.svg @@ -101,7 +101,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/images/cv-capital-x-curly-bilateral-motion-serifed.dark.svg b/images/cv-capital-x-curly-bilateral-motion-serifed.dark.svg new file mode 100644 index 000000000..344aeb2ad --- /dev/null +++ b/images/cv-capital-x-curly-bilateral-motion-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-capital-x-curly-bilateral-motion-serifed.light.svg b/images/cv-capital-x-curly-bilateral-motion-serifed.light.svg new file mode 100644 index 000000000..3b9870d61 --- /dev/null +++ b/images/cv-capital-x-curly-bilateral-motion-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-capital-x-curly-unilateral-motion-serifed.dark.svg b/images/cv-capital-x-curly-unilateral-motion-serifed.dark.svg new file mode 100644 index 000000000..68efe56cb --- /dev/null +++ b/images/cv-capital-x-curly-unilateral-motion-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-capital-x-curly-unilateral-motion-serifed.light.svg b/images/cv-capital-x-curly-unilateral-motion-serifed.light.svg new file mode 100644 index 000000000..e1b74bb14 --- /dev/null +++ b/images/cv-capital-x-curly-unilateral-motion-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-capital-x-straight-bilateral-motion-serifed.dark.svg b/images/cv-capital-x-straight-bilateral-motion-serifed.dark.svg new file mode 100644 index 000000000..6f579abd5 --- /dev/null +++ b/images/cv-capital-x-straight-bilateral-motion-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-capital-x-straight-bilateral-motion-serifed.light.svg b/images/cv-capital-x-straight-bilateral-motion-serifed.light.svg new file mode 100644 index 000000000..ea6c779e5 --- /dev/null +++ b/images/cv-capital-x-straight-bilateral-motion-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-capital-x-straight-unilateral-motion-serifed.dark.svg b/images/cv-capital-x-straight-unilateral-motion-serifed.dark.svg new file mode 100644 index 000000000..bc15e3085 --- /dev/null +++ b/images/cv-capital-x-straight-unilateral-motion-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-capital-x-straight-unilateral-motion-serifed.light.svg b/images/cv-capital-x-straight-unilateral-motion-serifed.light.svg new file mode 100644 index 000000000..e6a829c60 --- /dev/null +++ b/images/cv-capital-x-straight-unilateral-motion-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-e-rounded.dark.svg b/images/cv-e-rounded.dark.svg index f1b5207d5..6542bb655 100644 --- a/images/cv-e-rounded.dark.svg +++ b/images/cv-e-rounded.dark.svg @@ -1,7 +1,7 @@ - + diff --git a/images/cv-e-rounded.light.svg b/images/cv-e-rounded.light.svg index 052f41769..20cad63c4 100644 --- a/images/cv-e-rounded.light.svg +++ b/images/cv-e-rounded.light.svg @@ -1,7 +1,7 @@ - + diff --git a/images/cv-lower-chi-curly-bilateral-motion-serifed.dark.svg b/images/cv-lower-chi-curly-bilateral-motion-serifed.dark.svg new file mode 100644 index 000000000..33cbe48ed --- /dev/null +++ b/images/cv-lower-chi-curly-bilateral-motion-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-lower-chi-curly-bilateral-motion-serifed.light.svg b/images/cv-lower-chi-curly-bilateral-motion-serifed.light.svg new file mode 100644 index 000000000..7beaa1324 --- /dev/null +++ b/images/cv-lower-chi-curly-bilateral-motion-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-lower-chi-curly-serifed.dark.svg b/images/cv-lower-chi-curly-serifed.dark.svg index 33cbe48ed..80376ed11 100644 --- a/images/cv-lower-chi-curly-serifed.dark.svg +++ b/images/cv-lower-chi-curly-serifed.dark.svg @@ -1,7 +1,7 @@ - + diff --git a/images/cv-lower-chi-curly-serifed.light.svg b/images/cv-lower-chi-curly-serifed.light.svg index 7beaa1324..f7467597d 100644 --- a/images/cv-lower-chi-curly-serifed.light.svg +++ b/images/cv-lower-chi-curly-serifed.light.svg @@ -1,7 +1,7 @@ - + diff --git a/images/cv-lower-chi-curly-unilateral-motion-serifed.dark.svg b/images/cv-lower-chi-curly-unilateral-motion-serifed.dark.svg new file mode 100644 index 000000000..ba501cf37 --- /dev/null +++ b/images/cv-lower-chi-curly-unilateral-motion-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-lower-chi-curly-unilateral-motion-serifed.light.svg b/images/cv-lower-chi-curly-unilateral-motion-serifed.light.svg new file mode 100644 index 000000000..8f53b271c --- /dev/null +++ b/images/cv-lower-chi-curly-unilateral-motion-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-lower-chi-semi-chancery-curly-serifed.dark.svg b/images/cv-lower-chi-semi-chancery-curly-serifed.dark.svg new file mode 100644 index 000000000..97c10c7b5 --- /dev/null +++ b/images/cv-lower-chi-semi-chancery-curly-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-lower-chi-semi-chancery-curly-serifed.light.svg b/images/cv-lower-chi-semi-chancery-curly-serifed.light.svg new file mode 100644 index 000000000..244999a11 --- /dev/null +++ b/images/cv-lower-chi-semi-chancery-curly-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-lower-chi-semi-chancery-curly-serifless.dark.svg b/images/cv-lower-chi-semi-chancery-curly-serifless.dark.svg new file mode 100644 index 000000000..62ab86714 --- /dev/null +++ b/images/cv-lower-chi-semi-chancery-curly-serifless.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-lower-chi-semi-chancery-curly-serifless.light.svg b/images/cv-lower-chi-semi-chancery-curly-serifless.light.svg new file mode 100644 index 000000000..0ae67d142 --- /dev/null +++ b/images/cv-lower-chi-semi-chancery-curly-serifless.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-lower-chi-semi-chancery-straight-serifed.dark.svg b/images/cv-lower-chi-semi-chancery-straight-serifed.dark.svg new file mode 100644 index 000000000..5372e9224 --- /dev/null +++ b/images/cv-lower-chi-semi-chancery-straight-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-lower-chi-semi-chancery-straight-serifed.light.svg b/images/cv-lower-chi-semi-chancery-straight-serifed.light.svg new file mode 100644 index 000000000..aaa3b2815 --- /dev/null +++ b/images/cv-lower-chi-semi-chancery-straight-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-lower-chi-semi-chancery-straight-serifless.dark.svg b/images/cv-lower-chi-semi-chancery-straight-serifless.dark.svg new file mode 100644 index 000000000..a70e1ea8b --- /dev/null +++ b/images/cv-lower-chi-semi-chancery-straight-serifless.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-lower-chi-semi-chancery-straight-serifless.light.svg b/images/cv-lower-chi-semi-chancery-straight-serifless.light.svg new file mode 100644 index 000000000..d6db23f4d --- /dev/null +++ b/images/cv-lower-chi-semi-chancery-straight-serifless.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-lower-chi-straight-bilateral-motion-serifed.dark.svg b/images/cv-lower-chi-straight-bilateral-motion-serifed.dark.svg new file mode 100644 index 000000000..dc04ad375 --- /dev/null +++ b/images/cv-lower-chi-straight-bilateral-motion-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-lower-chi-straight-bilateral-motion-serifed.light.svg b/images/cv-lower-chi-straight-bilateral-motion-serifed.light.svg new file mode 100644 index 000000000..ea632cb61 --- /dev/null +++ b/images/cv-lower-chi-straight-bilateral-motion-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-lower-chi-straight-serifed.dark.svg b/images/cv-lower-chi-straight-serifed.dark.svg index dc04ad375..18da197c6 100644 --- a/images/cv-lower-chi-straight-serifed.dark.svg +++ b/images/cv-lower-chi-straight-serifed.dark.svg @@ -1,7 +1,7 @@ - + diff --git a/images/cv-lower-chi-straight-serifed.light.svg b/images/cv-lower-chi-straight-serifed.light.svg index ea632cb61..c8da519e2 100644 --- a/images/cv-lower-chi-straight-serifed.light.svg +++ b/images/cv-lower-chi-straight-serifed.light.svg @@ -1,7 +1,7 @@ - + diff --git a/images/cv-lower-chi-straight-unilateral-motion-serifed.dark.svg b/images/cv-lower-chi-straight-unilateral-motion-serifed.dark.svg new file mode 100644 index 000000000..765b8deb7 --- /dev/null +++ b/images/cv-lower-chi-straight-unilateral-motion-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-lower-chi-straight-unilateral-motion-serifed.light.svg b/images/cv-lower-chi-straight-unilateral-motion-serifed.light.svg new file mode 100644 index 000000000..08207e65e --- /dev/null +++ b/images/cv-lower-chi-straight-unilateral-motion-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-x-curly-bilateral-motion-serifed.dark.svg b/images/cv-x-curly-bilateral-motion-serifed.dark.svg new file mode 100644 index 000000000..1986c4221 --- /dev/null +++ b/images/cv-x-curly-bilateral-motion-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-x-curly-bilateral-motion-serifed.light.svg b/images/cv-x-curly-bilateral-motion-serifed.light.svg new file mode 100644 index 000000000..9137cb06b --- /dev/null +++ b/images/cv-x-curly-bilateral-motion-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-x-curly-unilateral-motion-serifed.dark.svg b/images/cv-x-curly-unilateral-motion-serifed.dark.svg new file mode 100644 index 000000000..1cdf1348c --- /dev/null +++ b/images/cv-x-curly-unilateral-motion-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-x-curly-unilateral-motion-serifed.light.svg b/images/cv-x-curly-unilateral-motion-serifed.light.svg new file mode 100644 index 000000000..3ae2f4a64 --- /dev/null +++ b/images/cv-x-curly-unilateral-motion-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-x-straight-bilateral-motion-serifed.dark.svg b/images/cv-x-straight-bilateral-motion-serifed.dark.svg new file mode 100644 index 000000000..24f5c91af --- /dev/null +++ b/images/cv-x-straight-bilateral-motion-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-x-straight-bilateral-motion-serifed.light.svg b/images/cv-x-straight-bilateral-motion-serifed.light.svg new file mode 100644 index 000000000..14a513902 --- /dev/null +++ b/images/cv-x-straight-bilateral-motion-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-x-straight-unilateral-motion-serifed.dark.svg b/images/cv-x-straight-unilateral-motion-serifed.dark.svg new file mode 100644 index 000000000..0e4d882e7 --- /dev/null +++ b/images/cv-x-straight-unilateral-motion-serifed.dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/cv-x-straight-unilateral-motion-serifed.light.svg b/images/cv-x-straight-unilateral-motion-serifed.light.svg new file mode 100644 index 000000000..6c95b9fe8 --- /dev/null +++ b/images/cv-x-straight-unilateral-motion-serifed.light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/images/languages.dark.svg b/images/languages.dark.svg index 1bb145198..0c0e25073 100644 --- a/images/languages.dark.svg +++ b/images/languages.dark.svg @@ -68,7 +68,7 @@ - + diff --git a/images/languages.light.svg b/images/languages.light.svg index f1f6a90ca..e2dbde8ac 100644 --- a/images/languages.light.svg +++ b/images/languages.light.svg @@ -68,7 +68,7 @@ - + diff --git a/images/package-sample-IosevkaFixedSS05.dark.svg b/images/package-sample-IosevkaFixedSS05.dark.svg index 03dd1c693..9b22de11d 100644 --- a/images/package-sample-IosevkaFixedSS05.dark.svg +++ b/images/package-sample-IosevkaFixedSS05.dark.svg @@ -111,7 +111,7 @@ - + diff --git a/images/package-sample-IosevkaFixedSS05.light.svg b/images/package-sample-IosevkaFixedSS05.light.svg index 4d7f9412b..2a36d0bbd 100644 --- a/images/package-sample-IosevkaFixedSS05.light.svg +++ b/images/package-sample-IosevkaFixedSS05.light.svg @@ -111,7 +111,7 @@ - + diff --git a/images/package-sample-IosevkaFixedSS07.dark.svg b/images/package-sample-IosevkaFixedSS07.dark.svg index e3c415bc3..70d6c3c7f 100644 --- a/images/package-sample-IosevkaFixedSS07.dark.svg +++ b/images/package-sample-IosevkaFixedSS07.dark.svg @@ -123,7 +123,7 @@ - + diff --git a/images/package-sample-IosevkaFixedSS07.light.svg b/images/package-sample-IosevkaFixedSS07.light.svg index 4262c5b21..096b168b5 100644 --- a/images/package-sample-IosevkaFixedSS07.light.svg +++ b/images/package-sample-IosevkaFixedSS07.light.svg @@ -123,7 +123,7 @@ - + diff --git a/images/package-sample-IosevkaFixedSS10.dark.svg b/images/package-sample-IosevkaFixedSS10.dark.svg index b2ab6d08a..a9fb2d05c 100644 --- a/images/package-sample-IosevkaFixedSS10.dark.svg +++ b/images/package-sample-IosevkaFixedSS10.dark.svg @@ -136,28 +136,27 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -403,29 +402,29 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/images/package-sample-IosevkaFixedSS10.light.svg b/images/package-sample-IosevkaFixedSS10.light.svg index 841ac16bf..d39d24292 100644 --- a/images/package-sample-IosevkaFixedSS10.light.svg +++ b/images/package-sample-IosevkaFixedSS10.light.svg @@ -136,28 +136,27 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -403,29 +402,29 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/images/package-sample-IosevkaSS05.dark.svg b/images/package-sample-IosevkaSS05.dark.svg index 03dd1c693..9b22de11d 100644 --- a/images/package-sample-IosevkaSS05.dark.svg +++ b/images/package-sample-IosevkaSS05.dark.svg @@ -111,7 +111,7 @@ - + diff --git a/images/package-sample-IosevkaSS05.light.svg b/images/package-sample-IosevkaSS05.light.svg index 4d7f9412b..2a36d0bbd 100644 --- a/images/package-sample-IosevkaSS05.light.svg +++ b/images/package-sample-IosevkaSS05.light.svg @@ -111,7 +111,7 @@ - + diff --git a/images/package-sample-IosevkaSS07.dark.svg b/images/package-sample-IosevkaSS07.dark.svg index e3c415bc3..70d6c3c7f 100644 --- a/images/package-sample-IosevkaSS07.dark.svg +++ b/images/package-sample-IosevkaSS07.dark.svg @@ -123,7 +123,7 @@ - + diff --git a/images/package-sample-IosevkaSS07.light.svg b/images/package-sample-IosevkaSS07.light.svg index 4262c5b21..096b168b5 100644 --- a/images/package-sample-IosevkaSS07.light.svg +++ b/images/package-sample-IosevkaSS07.light.svg @@ -123,7 +123,7 @@ - + diff --git a/images/package-sample-IosevkaSS10.dark.svg b/images/package-sample-IosevkaSS10.dark.svg index b2ab6d08a..a9fb2d05c 100644 --- a/images/package-sample-IosevkaSS10.dark.svg +++ b/images/package-sample-IosevkaSS10.dark.svg @@ -136,28 +136,27 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -403,29 +402,29 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/images/package-sample-IosevkaSS10.light.svg b/images/package-sample-IosevkaSS10.light.svg index 841ac16bf..d39d24292 100644 --- a/images/package-sample-IosevkaSS10.light.svg +++ b/images/package-sample-IosevkaSS10.light.svg @@ -136,28 +136,27 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -403,29 +402,29 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/images/package-sample-IosevkaTermSS05.dark.svg b/images/package-sample-IosevkaTermSS05.dark.svg index 03dd1c693..9b22de11d 100644 --- a/images/package-sample-IosevkaTermSS05.dark.svg +++ b/images/package-sample-IosevkaTermSS05.dark.svg @@ -111,7 +111,7 @@ - + diff --git a/images/package-sample-IosevkaTermSS05.light.svg b/images/package-sample-IosevkaTermSS05.light.svg index 4d7f9412b..2a36d0bbd 100644 --- a/images/package-sample-IosevkaTermSS05.light.svg +++ b/images/package-sample-IosevkaTermSS05.light.svg @@ -111,7 +111,7 @@ - + diff --git a/images/package-sample-IosevkaTermSS07.dark.svg b/images/package-sample-IosevkaTermSS07.dark.svg index e3c415bc3..70d6c3c7f 100644 --- a/images/package-sample-IosevkaTermSS07.dark.svg +++ b/images/package-sample-IosevkaTermSS07.dark.svg @@ -123,7 +123,7 @@ - + diff --git a/images/package-sample-IosevkaTermSS07.light.svg b/images/package-sample-IosevkaTermSS07.light.svg index 4262c5b21..096b168b5 100644 --- a/images/package-sample-IosevkaTermSS07.light.svg +++ b/images/package-sample-IosevkaTermSS07.light.svg @@ -123,7 +123,7 @@ - + diff --git a/images/package-sample-IosevkaTermSS10.dark.svg b/images/package-sample-IosevkaTermSS10.dark.svg index b2ab6d08a..a9fb2d05c 100644 --- a/images/package-sample-IosevkaTermSS10.dark.svg +++ b/images/package-sample-IosevkaTermSS10.dark.svg @@ -136,28 +136,27 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -403,29 +402,29 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/images/package-sample-IosevkaTermSS10.light.svg b/images/package-sample-IosevkaTermSS10.light.svg index 841ac16bf..d39d24292 100644 --- a/images/package-sample-IosevkaTermSS10.light.svg +++ b/images/package-sample-IosevkaTermSS10.light.svg @@ -136,28 +136,27 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -403,29 +402,29 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/images/ss-i-off-0.dark.svg b/images/ss-i-off-0.dark.svg index 1b6475585..591033056 100644 --- a/images/ss-i-off-0.dark.svg +++ b/images/ss-i-off-0.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-off-0.light.svg b/images/ss-i-off-0.light.svg index 601402c6e..0875591dc 100644 --- a/images/ss-i-off-0.light.svg +++ b/images/ss-i-off-0.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss03-1.dark.svg b/images/ss-i-ss03-1.dark.svg index 69f8a161d..16ac2b665 100644 --- a/images/ss-i-ss03-1.dark.svg +++ b/images/ss-i-ss03-1.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss03-1.light.svg b/images/ss-i-ss03-1.light.svg index b78244cda..881cab919 100644 --- a/images/ss-i-ss03-1.light.svg +++ b/images/ss-i-ss03-1.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss05-1.dark.svg b/images/ss-i-ss05-1.dark.svg index d965875fd..599cfb817 100644 --- a/images/ss-i-ss05-1.dark.svg +++ b/images/ss-i-ss05-1.dark.svg @@ -112,7 +112,7 @@ - + @@ -568,14 +568,18 @@ - + - - - + + + + + + + diff --git a/images/ss-i-ss05-1.light.svg b/images/ss-i-ss05-1.light.svg index e1d189414..bb5a6ca4f 100644 --- a/images/ss-i-ss05-1.light.svg +++ b/images/ss-i-ss05-1.light.svg @@ -112,7 +112,7 @@ - + @@ -568,14 +568,18 @@ - + - - - + + + + + + + diff --git a/images/ss-i-ss07-1.dark.svg b/images/ss-i-ss07-1.dark.svg index 88981fc32..9352c061e 100644 --- a/images/ss-i-ss07-1.dark.svg +++ b/images/ss-i-ss07-1.dark.svg @@ -124,7 +124,7 @@ - + @@ -597,9 +597,11 @@ - + - + + + diff --git a/images/ss-i-ss07-1.light.svg b/images/ss-i-ss07-1.light.svg index 307586e78..3dd99ed9c 100644 --- a/images/ss-i-ss07-1.light.svg +++ b/images/ss-i-ss07-1.light.svg @@ -124,7 +124,7 @@ - + @@ -597,9 +597,11 @@ - + - + + + diff --git a/images/ss-i-ss10-1.dark.svg b/images/ss-i-ss10-1.dark.svg index 18787a736..6dfb61ccd 100644 --- a/images/ss-i-ss10-1.dark.svg +++ b/images/ss-i-ss10-1.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss10-1.light.svg b/images/ss-i-ss10-1.light.svg index a2f1022b2..b09c330f7 100644 --- a/images/ss-i-ss10-1.light.svg +++ b/images/ss-i-ss10-1.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss11-1.dark.svg b/images/ss-i-ss11-1.dark.svg index 26edc35aa..8771bf316 100644 --- a/images/ss-i-ss11-1.dark.svg +++ b/images/ss-i-ss11-1.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss11-1.light.svg b/images/ss-i-ss11-1.light.svg index 417f068f3..75af248b7 100644 --- a/images/ss-i-ss11-1.light.svg +++ b/images/ss-i-ss11-1.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss12-1.dark.svg b/images/ss-i-ss12-1.dark.svg index 1b87c40b2..82b5c1e28 100644 --- a/images/ss-i-ss12-1.dark.svg +++ b/images/ss-i-ss12-1.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss12-1.light.svg b/images/ss-i-ss12-1.light.svg index e46ffdbb8..39e692467 100644 --- a/images/ss-i-ss12-1.light.svg +++ b/images/ss-i-ss12-1.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss14-1.dark.svg b/images/ss-i-ss14-1.dark.svg index 418011d99..1cf934491 100644 --- a/images/ss-i-ss14-1.dark.svg +++ b/images/ss-i-ss14-1.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss14-1.light.svg b/images/ss-i-ss14-1.light.svg index 807ce06bb..31105b2bc 100644 --- a/images/ss-i-ss14-1.light.svg +++ b/images/ss-i-ss14-1.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss15-1.dark.svg b/images/ss-i-ss15-1.dark.svg index 89fefabf0..1ba1699ee 100644 --- a/images/ss-i-ss15-1.dark.svg +++ b/images/ss-i-ss15-1.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss15-1.light.svg b/images/ss-i-ss15-1.light.svg index c77747572..aa87c4688 100644 --- a/images/ss-i-ss15-1.light.svg +++ b/images/ss-i-ss15-1.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss17-1.dark.svg b/images/ss-i-ss17-1.dark.svg index 72df7cfc8..9333b55cb 100644 --- a/images/ss-i-ss17-1.dark.svg +++ b/images/ss-i-ss17-1.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss17-1.light.svg b/images/ss-i-ss17-1.light.svg index 5ca5f669d..c93751316 100644 --- a/images/ss-i-ss17-1.light.svg +++ b/images/ss-i-ss17-1.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss18-1.dark.svg b/images/ss-i-ss18-1.dark.svg index e4ac02182..8cefed04f 100644 --- a/images/ss-i-ss18-1.dark.svg +++ b/images/ss-i-ss18-1.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss18-1.light.svg b/images/ss-i-ss18-1.light.svg index 452dcfc30..ecb54c0de 100644 --- a/images/ss-i-ss18-1.light.svg +++ b/images/ss-i-ss18-1.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss20-1.dark.svg b/images/ss-i-ss20-1.dark.svg index c13bdfc93..439dea05e 100644 --- a/images/ss-i-ss20-1.dark.svg +++ b/images/ss-i-ss20-1.dark.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-i-ss20-1.light.svg b/images/ss-i-ss20-1.light.svg index b33fb134b..cc4a870c7 100644 --- a/images/ss-i-ss20-1.light.svg +++ b/images/ss-i-ss20-1.light.svg @@ -32,7 +32,7 @@ - + diff --git a/images/ss-u-ss05-1.dark.svg b/images/ss-u-ss05-1.dark.svg index 914a55898..2ca64b80b 100644 --- a/images/ss-u-ss05-1.dark.svg +++ b/images/ss-u-ss05-1.dark.svg @@ -112,7 +112,7 @@ - + @@ -554,15 +554,19 @@ - + - - - - + + + + + + + + diff --git a/images/ss-u-ss05-1.light.svg b/images/ss-u-ss05-1.light.svg index fc148da98..930bf0f05 100644 --- a/images/ss-u-ss05-1.light.svg +++ b/images/ss-u-ss05-1.light.svg @@ -112,7 +112,7 @@ - + @@ -554,15 +554,19 @@ - + - - - - + + + + + + + + diff --git a/images/ss-u-ss07-1.dark.svg b/images/ss-u-ss07-1.dark.svg index 2625d9a17..f122ec77e 100644 --- a/images/ss-u-ss07-1.dark.svg +++ b/images/ss-u-ss07-1.dark.svg @@ -124,7 +124,7 @@ - + @@ -583,9 +583,11 @@ - + - + + + diff --git a/images/ss-u-ss07-1.light.svg b/images/ss-u-ss07-1.light.svg index 50a75f95f..60bacd8d7 100644 --- a/images/ss-u-ss07-1.light.svg +++ b/images/ss-u-ss07-1.light.svg @@ -124,7 +124,7 @@ - + @@ -583,9 +583,11 @@ - + - + + + diff --git a/images/ss-u-ss10-1.dark.svg b/images/ss-u-ss10-1.dark.svg index e96494e4c..5812c888f 100644 --- a/images/ss-u-ss10-1.dark.svg +++ b/images/ss-u-ss10-1.dark.svg @@ -136,28 +136,27 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -566,36 +565,40 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/ss-u-ss10-1.light.svg b/images/ss-u-ss10-1.light.svg index f0fccbdd3..f6c27f216 100644 --- a/images/ss-u-ss10-1.light.svg +++ b/images/ss-u-ss10-1.light.svg @@ -136,28 +136,27 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -566,36 +565,40 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file