Private Use High Surrogate-Dbd3 at U+DBD3 is a non-printing surrogate code point used only as the high half of a UTF-16 surrogate pair for supplementary private-use characters. It is in the High Private Use Surrogates block and has no independent character meaning, glyph, or typographic role by itself. Its real-world use is mostly inside software systems that store Unicode as UTF-16, including many operating systems, runtimes, databases, and document formats. When paired with a valid low surrogate, it can address a code point in the Supplementary Private Use Area, where organizations or fonts may assign internal icons, logos, gaiji, game symbols, or other nonstandard characters. People do not normally type or publish this code point alone; encountering it by itself usually signals broken text processing, a truncated string, or a mismatch between UTF-16 code units and Unicode scalar values. The key gotcha is that an unpaired high surrogate is ill-formed for interchange, so it may be rejected, replaced, or displayed as an error marker by parsers, validators, and text tools.