Concept Flow - Char type and Unicode behavior
Declare Char variable
Assign Unicode character
Access Char properties
Print Char and Unicode code
Use Char in expressions
Observe Unicode behavior
This flow shows how a Char variable is declared, assigned a Unicode character, and how its Unicode code can be accessed and used in Kotlin.