Welcome to myCobol.ovh Monday, 29 September 2025, 08:08

surrogate pair
Category Context
Subject Cobol
In the UTF-16 format of Unicode, a pair of encoding units that together represents a single Unicode graphic character. The first unit of the pair is called a high surrogate and the second a low surrogate. The code value of a high surrogate is in the range X'D800' through X'DBFF'. The code value of a low surrogate is in the range X'DC00' through X'DFFF'. Surrogate pairs provide for more characters than the 65,536 characters that fit in the Unicode 16-bit coded character set.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary