Encodes a single Unicode code point as a UTF-8 string.
Declared in <folly/Unicode.h>
<folly/Unicode.h>
std::string codePointToUtf8(char32_t cp);
The UTF-8 encoding of the code point.