pub const NUMBER_OF_SURROGATE_CODE_POINTS: u32 = _; // 2_048u32
Expand description

The number of surrogate code points; these are code points that do not correspond to any valid char.

$2^{11} = 2,\!048$.