Packages

Two npm libraries power Unicode and pronunciation. Install them in your own project, or try them live.

Each ships .mjs, .cjs, and TypeScript types.

Antonios-font Latin keyboard text → standard Coptic Unicode (amynⲁⲙⲏⲛ).

npm install coptic-antonios-unicode
import { toUnicode } from 'coptic-antonios-unicode';

const unicode = toUnicode('amyn');
console.log(unicode);
npm · coptic-antonios-unicode →

Want to edit and run these snippets with real output?

Open playground