import { UNICODE_CHAR_REGEXP } from "https://deno.land/x/tui@2.1.11/src/utils/strings.ts";
Regexp that allows for extracting unicode sequences that are supposed to represent single character
Used reference: https://github.com/lodash/lodash/blob/master/.internal/unicodeSize.js