Type Alias RomanNumeralUnicode

RomanNumeralUnicode:
    | "Ⅰ"
    | "Ⅱ"
    | "Ⅲ"
    | "Ⅳ"
    | "Ⅴ"
    | "Ⅵ"
    | "Ⅶ"
    | "Ⅷ"
    | "Ⅸ"
    | "Ⅹ"
    | "Ⅺ"
    | "Ⅻ"
    | "Ⅼ"
    | "Ⅽ"
    | "Ⅾ"
    | "Ⅿ"
    | "ⅰ"
    | "ⅱ"
    | "ⅲ"
    | "ⅳ"
    | "ⅴ"
    | "ⅵ"
    | "ⅶ"
    | "ⅷ"
    | "ⅸ"
    | "ⅹ"
    | "ⅺ"
    | "ⅻ"
    | "ⅼ"
    | "ⅽ"
    | "ⅾ"
    | "ⅿ"

Unicode Roman numeral code points (uppercase and lowercase, representing 1-12, 50, 100, 500, and 1000).