FULL STOP (.)
.
Copy Character
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Unicode Code
U+002E
Codepoint
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 Encoding
UTF-8
0x2E
UTF-16
0x002E
UTF-32
0x0000002E
Copy & Paste Codes
Unicode Escape
\u{002E}
HTML Entity (Decimal)
.
HTML Entity (Hex)
.
CSS Code
\002E
JavaScript/JSON
String.fromCodePoint(0x002E)
Python
chr(0x002E)
Ruby/PHP
chr(0x002E)
Unix, C, PHP, JAVA
0x002E
Perl
chr(0x002E)
URL Encoded
%002e