circledNumberCodePoint

fun circledNumberCodePoint(number: Int): Int

Answer the Unicode codepoint for a circled number with the given numeric value. The values for which values are available in Unicode are 0..50.

Return

The codepoint which depicts that number inside a circle.

Parameters

number

The number.