default8: readonly [
    readonly [
        "À",
        "Á",
        "Â",
        "È",
        "Ê",
        "Ë",
        "Í",
        "Ó",
        "Ô",
        "Õ",
        "Ú",
        "ß",
        "ã",
        "õ",
        "ğ",
        "İ",
    ],
    readonly [
        "ı",
        "Œ",
        "œ",
        "Ş",
        "ş",
        "Ŵ",
        "ŵ",
        "ž",
        "ȇ",
        "§",
        "©",
        "\u001b",
        "\u001c",
        "\u001d",
        "\u001e",
        "\u001f",
    ],
    readonly [
        " ",
        "!",
        "\"",
        "#",
        "$",
        "%",
        "&",
        "'",
        "(",
        ")",
        "*",
        "+",
        ",",
        "-",
        ".",
        "/",
    ],
    readonly [
        "0",
        "1",
        "2",
        "3",
        "4",
        "5",
        "6",
        "7",
        "8",
        "9",
        ":",
        ";",
        "<",
        "=",
        ">",
        "?",
    ],
    readonly [
        "@",
        "A",
        "B",
        "C",
        "D",
        "E",
        "F",
        "G",
        "H",
        "I",
        "J",
        "K",
        "L",
        "M",
        "N",
        "O",
    ],
    readonly [
        "P",
        "Q",
        "R",
        "S",
        "T",
        "U",
        "V",
        "W",
        "X",
        "Y",
        "Z",
        "[",
        "]",
        "^",
        "_",
    ],
    readonly [
        "`",
        "a",
        "b",
        "c",
        "d",
        "e",
        "f",
        "g",
        "h",
        "i",
        "j",
        "k",
        "l",
        "m",
        "n",
        "o",
    ],
    readonly [
        "p",
        "q",
        "r",
        "s",
        "t",
        "u",
        "v",
        "w",
        "x",
        "y",
        "z",
        "{",
        "|",
        "}",
        "~",
        "",
    ],
    readonly [
        "Ç",
        "ü",
        "é",
        "â",
        "ä",
        "à",
        "å",
        "ç",
        "ê",
        "ë",
        "è",
        "ï",
        "î",
        "ì",
        "Ä",
        "Å",
    ],
    readonly [
        "É",
        "æ",
        "Æ",
        "ô",
        "ö",
        "ò",
        "û",
        "ù",
        "ÿ",
        "Ö",
        "Ü",
        "ø",
        "£",
        "Ø",
        "×",
        "ƒ",
    ],
    readonly [
        "á",
        "í",
        "ó",
        "ú",
        "ñ",
        "Ñ",
        "ª",
        "º",
        "¿",
        "®",
        "¬",
        "½",
        "¼",
        "¡",
        "«",
        "»",
    ],
    readonly [
        "░",
        "▒",
        "▓",
        "│",
        "┤",
        "╡",
        "╢",
        "╖",
        "╕",
        "╣",
        "║",
        "╗",
        "╝",
        "╜",
        "╛",
        "┐",
    ],
    readonly [
        "└",
        "┴",
        "┬",
        "├",
        "─",
        "┼",
        "╞",
        "╟",
        "╚",
        "╔",
        "╩",
        "╦",
        "╠",
        "═",
        "╬",
        "╧",
    ],
    readonly [
        "╨",
        "╤",
        "╥",
        "╙",
        "╘",
        "╒",
        "╓",
        "╫",
        "╪",
        "┘",
        "┌",
        "█",
        "▄",
        "▌",
        "▐",
        "▀",
    ],
    readonly [
        "α",
        "β",
        "Γ",
        "π",
        "Σ",
        "σ",
        "μ",
        "τ",
        "Φ",
        "Θ",
        "Ω",
        "δ",
        "∞",
        "∅",
        "∈",
        "∩",
    ],
    readonly [
        "≡",
        "±",
        "≥",
        "≤",
        "⌠",
        "⌡",
        "÷",
        "≈",
        "°",
        "∙",
        "·",
        "√",
        "ⁿ",
        "²",
        "■",
        " ",
    ],
] & { toString: (space?: string | number) => string } = ...

A character map for the characters in the default8.png file.

These characters can all be used in minecraft without switching it to the unicode font.

This contains an array with 16 arrays that each have 16 of the characters from the default8.png file, each sub-array is another row of the default8.png file.