Learn R Programming

Unicode (version 15.1.0-1)

u_blocks: Unicode Blocks

Description

Unicode blocks.

Usage

u_blocks(x)

Value

If x is missing, a list of the Unicode blocks given as

u_char_range Unicode character ranges, with the (full) block names as names.

If x is given, a (sub)list of the specific Unicode blocks.

Arguments

x

a character vector with the names of Unicode blocks.

References

Unicode Character Database (https://www.unicode.org/ucd/)

See Also

u_char_property to find the block (property) of Unicode characters.