export class UCSChar extends Char {
    constructor(public codePoint: number) {
      super();
    }