powered by
Unicode scripts.
u_scripts(x)
If x is missing, a list of the Unicode scripts given as
x
u_char_range Unicode character ranges, with the (full) block names as names.
u_char_range
If x is given, a (sub)list of the specific Unicode scripts.
a character vector with the names of Unicode scripts.
Unicode Character Database (https://www.unicode.org/ucd/)
u_char_property to find the script (property) of Unicode characters.
u_char_property
scripts <- u_scripts() names(scripts) ## Total number of code points assigned to the scripts: sort(vapply(scripts, function(s) sum(n_of_u_chars(s)), 0), decreasing = TRUE)
Run the code above in your browser using DataLab