mathy-unicode-characters
Version:
JavaScript / TypeScript utility to translate mathy Unicode characters to and from LaTeX, Mathematica, Wolfram, Elsevier Grid, etc.
22 lines (21 loc) • 522 B
TypeScript
export declare const unicode2varlatex: {
"U02A7D-00338": string;
"U0228B": string;
"U0228A": string;
"U022A5": string;
"U022E9": string;
"U0221D": string;
"U02A7E-00338": string;
"U0227F": string;
"U0227E": string;
"U0227D": string;
"U02269": string;
"U02268": string;
"U02289": string;
"U02288": string;
"U02287": string;
"U02286": string;
"U022DB": string;
"U022DA": string;
};
export declare type Unicode2varlatex = keyof typeof unicode2varlatex;