<control>
[CTRL]
U+000F
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Code
000F
Code Point
15
Aliases
SHIFT IN
Notes
known as LOCKING-SHIFT ZERO in 8-bit environments
Character Properties
General Category
Control Character (Cc)
Bidi Class
BN (Boundary Neutral)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
C0 Controls and Basic Latin (Basic Latin)
Character Encoding
UTF-8
0x0F
UTF-16
0x000F
UTF-32
0x0000000F
Copy & Paste Codes
Character
Unicode Escape
\u{000F}
HTML Entity (Decimal)

HTML Entity (Hex)

CSS Code
\000F
JavaScript
String.fromCodePoint(0x000F)
Python
chr(0x000F)