Universe

This package makes it possible to find the names of a symbol in Codex, the library that populates the sym and emoji modules in Typst.

Usage

#get-names("x") \
#get-names("∅") \
#get-names("➡\u{FE0E}") \
#get-math-names("4") \
#get-math-names("ϕ") \
#get-math-names("ℒ\u{FE00}") \
#get-math-names("ℕ") \
#get-math-names("𝑀") \
#get-math-names("≠")

Result of the code example: The names of the characters are displayed in arrays: an empty array, an array containing two names, an array containing Typst math syntax, etc..

Changelog

Version 0.3.0

  • Update to Codex 0.3.0.

Version 0.2.0

  • get-names, get-deprecated-names, and get-math-names functions.
  • codex-version constant.