|
SELECT E'\u0F02' AS "Code Point",
E'\uD83D\uDC7E' AS "UTF-16 Surrogate Pair",
E'\U0000D83D\U0000DC7E' AS "UTF-16 Surrogate Pair via UTF-32",
E'\U0001F47E' AS "UTF-32";
Code Point |
UTF-16 Surrogate Pair |
UTF-16 Surrogate Pair via UTF-32 |
UTF-32 |
༂ |
👾 |
👾 |
👾 |
… |
Code Point |
UTF-16 Surrogate Pair |
UTF-16 Surrogate Pair via UTF-32 |
UTF-32 |
༂ |
👾 |
👾 |
👾 |
… |
|