utf8_block {utf8ify}R Documentation

Block from the UTF8 table

Description

Block from the UTF8 table

Usage

utf8_block(from = "0x1F600", to = "0x1F64F", show_names = FALSE)

Arguments

from

Hexcode starting

to

Hexcode end

show_names

Show names of UTF8 characters (TRUE|FALSE)

Value

Vector of UTF8 characters

Examples

utf8_block(from ="0x1F600", to="0x1F64F")

[Package utf8ify version 0.1.0 Index]