boost::unicode::ucd::get_block
// In header: <boost/unicode/ucd/properties.hpp> block::type get_block(char32 ch);
Returns the block the code point designated by ch is in, or block::none if the code point does not lie in any block.
ch
block::none