This function capitalizes the first letter of a word. Handles multi-byte code points (e.g. emoji) correctly.
The word to capitalize.
The capitalized word.
This function capitalizes the first letter of a word. Handles multi-byte code points (e.g. emoji) correctly.