Non Private Use High Surrogate-Db72 at U+DB72 is a high-surrogate code point used inside UTF-16 to help encode supplementary Unicode characters, not a standalone printable character. It belongs to the High Surrogates block and has no independent meaning, glyph, or pronunciation by itself. In real text processing, this value can appear as the first half of a UTF-16 surrogate pair. When followed by a matching low surrogate, the two code units represent one character above the Basic Multilingual Plane, such as an emoji, historic-script letter, or less common symbol. Software normally treats the pair as a single scalar character rather than as two separate visible units. The main reason people encounter U+DB72 directly is in debugging, corrupted text, database inspection, or validation errors where a surrogate half has been split from its partner. The important practical gotcha is that an unpaired high surrogate is ill-formed Unicode text for interchange: it may display as a replacement mark, be rejected by parsers, break string length assumptions, or fail round-trip conversion between encodings.