npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

fontpkg-cjk-strokes-appf

v1.0.0

Published

Font package for CJK Strokes AppF and its Unicode variation sequences

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-appf rather than published under the @fontpkg scope because we do not have publish permissions for the @fontpkg organization.

📁 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-appf

Usage

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'">&#x31C6;&#xFE01;</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:

a23851d11730fc223e3239176849dd649d627a7fdb6c03ddee0cf0a6fb8d9682

The 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.