By default the value loaded in the textbox is U+10023, that translates to UTF-16 surrogate pair.
Correct UTF-16 values should be [d800, dc23], and UTF-8 values [f0, 90, 80, a3]
String, how it is encoded in JavaScript (UTF-16):
String, how it is encoded in UTF-8:
Refresh encodings