.
Period Dot
The period (.) serves as the fundamental sentence terminator in written language while functioning as a decimal separator, file extension delimiter, and object notation operator in computing.
Technical Details
- ASCII Code
- 46
- HTML Entity
- .
- Hexadecimal
- 0x2E
- Binary
- 00101110
- Octal
- 56
Usage & Examples
Programming
char symbol = '.'; // ASCII 46
HTML/Web
. or .
Common Uses
How to Type This Character
Windows
Mac
💡 Pro tip: The fastest way is to bookmark this page or copy the character from our ASCII library!
Related Characters
About the Period Dot
Sentence Completion
The period marks the end of declarative sentences and thoughts, providing closure and finality to written expression. It creates the basic rhythm of written language and enables complex ideas to be broken into digestible units.
Numerical Precision
Essential as the decimal point in most countries, enabling precise mathematical calculations and measurements. The period separates whole numbers from fractional parts, making it fundamental to science, engineering, and finance.
File System Organization
Critical for file extensions (.txt, .pdf, .jpg) that enable operating systems to identify file types and launch appropriate applications. The period structures digital file organization across all computer systems.
Programming Syntax
Used for object property access (object.property), namespace separation, and method chaining in programming languages. The period enables hierarchical data access and code organization in software development.
History of the Period Dot
Ancient Greek Punctuation
Greek scholars used dots at different heights to indicate pauses, with the low dot (period) marking the end of complete thoughts and sentences.
Medieval Manuscripts
Medieval scribes standardized the period as a sentence terminator, establishing its role in formal written communication that continues today.
Decimal Notation
John Napier popularized the decimal point in mathematical notation, establishing the period's role in precise numerical calculation and scientific measurement.
File Extensions
Early computer operating systems adopted the period as a file extension separator, creating the foundation for modern file organization and application association.
Object-Oriented Programming
Programming languages like C++ and later Java used the period for object property access, establishing dot notation as fundamental to software development.
Cultural Impact
The period evolved from ancient speech notation to become essential for both human communication and computer operation, representing completion, precision, and organization across contexts.
Usage Examples
Sentence Termination
ExampleBasic sentence completion and thought separation
Decimal Numbers
ExampleMathematical precision and financial notation
File Systems
ExampleFile type identification and application association
Programming
ExampleObject property access and method invocation