If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF0E, officially named FULLWIDTH FULL STOP, was introduced in Unicode version 1.1. It is part of the Half And Full Forms block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as FULLWIDTH PERIOD.
Categorized technically as a Other Punctuation, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is Unknown and has fullwidth in East Asian typography. When placed in bidirectional text, it behaves as an Unknown character. Its visual representation remains not mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
65294
Copied!
|
|---|---|
| UTF-8 |
EF BC 8E
Copied!
|
| UTF-16 |
FF 0E
Copied!
|
| UTF-32 |
00 00 FF 0E
Copied!
|
| URL-Quoted |
%EF%BC%8E
Copied!
|
| HTML hex reference |
.
Copied!
|
| RFC 5137 |
\u'FF0E'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF0E
Copied!
|
| C and C++ |
\uff0e
Copied!
|
| C# |
\uff0e
Copied!
|
| CSS |
\00FF0E
Copied!
|
| Excel |
=UNICHAR(65294)
Copied!
|
| Go |
\uff0e
Copied!
|
| JavaScript |
\uFF0E
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff0e}
Copied!
|
| JSON |
\uFF0E
Copied!
|
| Java |
\uFF0E
Copied!
|
| Lua |
\u{FF0E}
Copied!
|
| Matlab |
char(65294)
Copied!
|
| Perl |
\x{FF0E}
Copied!
|
| PHP |
\u{ff0e}
Copied!
|
| PostgreSQL |
U&'\FF0E'
Copied!
|
| PowerShell |
`u{FF0E}
Copied!
|
| Python |
\uff0e
Copied!
|
| Ruby |
\u{ff0e}
Copied!
|
| Rust |
\u{ff0e}
Copied!
|