Concept Flow - Char type and Unicode behavior
Declare char variable
Assign Unicode character
Store UTF-16 code unit
Use char in operations
Output char or code
Handle surrogate pairs if needed
End
This flow shows how a char variable holds a UTF-16 code unit representing a Unicode character, including surrogate pairs for characters outside the basic multilingual plane.