[]
Returns a named range of Unicode characters for the specified UTF-32 character (code point).
public static UnicodeBlock GetUnicodeBlock(int codePoint)
| Type | Name | Description |
|---|---|---|
| int | codePoint | The UTF-32 character (code point). |
| Type | Description |
|---|---|
| UnicodeBlock | The named range. |