contract test {
function f() public pure returns (string memory) {
return unicode"😃, 😭, and 😈";
}
// ----