fontpkg-cjk-strokes-appf
v1.0.0
Published
Font package for CJK Strokes AppF and its Unicode variation sequences
Maintainers
Readme
CJK Strokes AppF
📦 Package Info
| Property | Value |
|----------|-------|
| Package Name | fontpkg-cjk-strokes-appf |
| Display Name | CJK Strokes AppF |
| Version | 1.000 |
| Font Size | 7.46 KB |
| Font File Count | 1 |
Note: This package is named
fontpkg-cjk-strokes-appfrather than published under the@fontpkgscope because we do not have publish permissions for the@fontpkgorganization.
📁 Included Files
| File | Format | Size | Style |
|------|--------|------|-------|
| CJKStrokesAppF-Regular.ttf | TTF | 7.46 KB | Regular |
| index.css | CSS | 177 B | @font-face definition |
🏷️ Font Names
| Field | Value | |-------|-------| | fontFamily | CJK Strokes AppF | | fullName | CJK Strokes AppF Regular | | postscriptName | CJKStrokesAppF-Regular |
ℹ️ Font Information
| Property | Value | |----------|-------| | Version | Version 1.000 | | Glyphs | 61 | | Unicode 18 variation sequences | 17 | | Copyright | © 2017–2022 Adobe, with Reserved Font Name “Source” | | License | SIL Open Font License, Version 1.1 (OFL-1.1) |
Install
npm i fontpkg-cjk-strokes-appfUsage
For web projects, import the included stylesheet through your bundler:
import "fontpkg-cjk-strokes-appf/index.css";The stylesheet loads CJKStrokesAppF-Regular.ttf using a package-relative URL.
Other platforms can load the TTF directly through their normal font-asset
mechanism.
For example, the rising form of CJK STROKE HZG is the two-code-point sequence
U+31C6 U+FE01:
<span style="font-family: 'CJK Strokes AppF'">㇆︁</span>In JavaScript, the same text is "\u31C6\uFE01". A font or shaping engine that
does not support this standardized variation sequence will ignore U+FE01 and
show the ordinary, flatter U+31C6 glyph.
About the font
CJK Strokes AppF is a specialized supporting font for the CJK stroke forms
documented in Appendix F of the Unicode Standard. This build contains 17
variation-sequence mappings accepted for Unicode 18.0: 14 using U+FE00 and
three using U+FE01.
When package version 1.0.0 was prepared on 2026-07-23, Unicode 18.0 had not yet been formally released.
The attached supporting font in
Unicode proposal L2/26-073R
is the source of CJKStrokesAppF-Regular.ttf. Its SHA-256 checksum is:
a23851d11730fc223e3239176849dd649d627a7fdb6c03ddee0cf0a6fb8d9682The variation sequences were accepted for inclusion in Unicode 18.0 in UTC consensus 187-C36.
Source & License
CJK Strokes AppF is a derivative of Source Han Serif. The
Appendix F proposal
documents its release under the SIL Open Font License, Version 1.1. See the
bundled LICENSE file for the full terms.
