mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
16 lines
285 B
Markdown
16 lines
285 B
Markdown
---
|
|
icon: package
|
|
label: unicodedata
|
|
---
|
|
|
|
### `unicodedata.east_asian_width(char: str) -> str`
|
|
|
|
Returns the East Asian width of a Unicode character. The width is one of the following values:
|
|
|
|
- `F`: Fullwidth
|
|
- `H`: Halfwidth
|
|
- `N`: Neutral
|
|
- `Na`: Narrow
|
|
- `W`: Wide
|
|
- `A`: Ambiguous
|