Skip to main content

Unicode Array Generator

Intro

Generate a string from Unicode code points. Useful for picture fonts.

UI

Array Loop Count - Number of times to iterate over the Code Points array.

Base Code Point - Starting code point. For example, 33 for "!" is the first codepoint for most western fonts.

Delimiter - Enter a string to be inserted between each character.

Button iconAdd - Use this button to add more Code Points (indices) to the array.

Code Points - Create an array of values to be used as offsets to the Base Code Point.