Check if the character represented by a given Unicode code point is fullwidth
Get the visual width of a string - the number of columns required to display it
Get the visual width of the widest line in a string - the number of columns required to display it
Determine the East Asian Width of a Unicode character
Calculates the width of a string, where halfwidth characters count as 1, and fullwidth characters count as 2.