FULL STOP
.
U+002E
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Code
002E
Code Point
46
Aliases
period, dot, decimal point
Notes
the use as decimal point is locale dependent
may be rendered as a raised decimal point in old style numbers
Character Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
C0 Controls and Basic Latin (Basic Latin)
Character Encoding
UTF-8
0x2E
UTF-16
0x002E
UTF-32
0x0000002E
Copy & Paste Codes
Character
.
Unicode Escape
\u{002E}
HTML Entity (Decimal)
.
HTML Entity (Hex)
.
CSS Code
\002E
JavaScript
String.fromCodePoint(0x002E)
Python
chr(0x002E)