copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('.'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
.
FULL STOP
Overview
. (FULL STOP) is the Unicode character at code point U+002E. It belongs to the Basic Latin block, in the Other Punctuation (Po) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+002E | |
| decimal | 46 | |
| htmldecimal | . | |
| htmlhex | . | |
| css | \002E | |
| javascript | \u{2E} | |
| python | \u002e | |
| java | \u002E | |
| go | \u002E | |
| ruby | \u{2E} | |
| rust | \u{2E} | |
| ccpp | \u002e | |
| urlencoded | . | |
| utf8bytes | 2e | |
| utf16bebytes | 00 2e | |
| utf32bebytes | 00 00 00 2e |
How to Use
HTML:
.
CSS:
content: "\002E"
JavaScript:
"\u{2E}"
Python:
"\u002e"
Properties
- Block
- Basic Latin
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- CS
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the . character (FULL STOP)?
. (FULL STOP) is the Unicode character U+002E.
What is the Unicode codepoint of FULL STOP?
The FULL STOP character (.) has codepoint U+002E.
How do I type or copy FULL STOP?
Copy . directly, or use the HTML entity, UTF-8, and code encodings shown on this page.