unicode.charInfo
Description
Unicode Character Information
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
position | int | Position is the zero-based index of the character in the original string |
char | string | Character is the actual Unicode character as a string |
codePoint | string | CodePoint is the Unicode code point in U+XXXX format |
majorCategory | string | Major Category is the major Unicode category (single letter) |
category | string | Category is the Unicode general category code (two-letter code) |
description | string | Description is the human-readable description of the category |