Non Private Use High Surrogate-Db70 at U+DB70 is a high-surrogate code point used internally by UTF-16 to help encode characters outside the Basic Multilingual Plane. It belongs to the High Surrogates block and is not a printable character, symbol, letter, or spacing mark on its own. In real text processing, this value only has meaning when paired with a following low surrogate; together the two code units represent one supplementary Unicode character, such as an emoji, historic-script letter, or specialist symbol. By itself it is an unpaired surrogate, which usually signals malformed text, a truncation error, or data that has been split incorrectly between UTF-16 code units. Developers, database engineers, and anyone debugging encodings may encounter U+DB70 in logs, validators, string indexes, or error reports rather than in ordinary documents. The main practical gotcha is that treating it as an independent character can break searching, display, interchange, or serialization, because well-formed Unicode text requires the matching low-surrogate half to be present immediately after it.