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' : ''">
.
FULLWIDTH FULL STOP
Overview
. (FULLWIDTH FULL STOP) is the Unicode character at code point U+FF0E. It belongs to the Halfwidth and Fullwidth Forms block, in the Other Punctuation (Po) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF0E | |
| decimal | 65294 | |
| htmldecimal | . | |
| htmlhex | . | |
| css | \FF0E | |
| javascript | \u{FF0E} | |
| python | \uff0e | |
| java | \uFF0E | |
| go | \uFF0E | |
| ruby | \u{FF0E} | |
| rust | \u{FF0E} | |
| ccpp | \uff0e | |
| urlencoded | %EF%BC%8E | |
| utf8bytes | ef bc 8e | |
| utf16bebytes | ff 0e | |
| utf32bebytes | 00 00 ff 0e |
How to Use
HTML:
.
CSS:
content: "\FF0E"
JavaScript:
"\u{FF0E}"
Python:
"\uff0e"
Properties
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- CS
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 002E
Frequently Asked Questions
What is the . character (FULLWIDTH FULL STOP)?
. (FULLWIDTH FULL STOP) is the Unicode character U+FF0E.
What is the Unicode codepoint of FULLWIDTH FULL STOP?
The FULLWIDTH FULL STOP character (.) has codepoint U+FF0E.
How do I type or copy FULLWIDTH FULL STOP?
Copy . directly, or use the HTML entity, UTF-8, and code encodings shown on this page.