If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF65, officially named HALFWIDTH KATAKANA MIDDLE DOT, was introduced in Unicode version 1.1. It is part of the Half And Full Forms block, which belongs to the Basic Multilingual plane.
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 halfwidth in East Asian typography. When placed in bidirectional text, it behaves as an Other Neutral 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º |
65381
Copied!
|
|---|---|
| UTF-8 |
EF BD A5
Copied!
|
| UTF-16 |
FF 65
Copied!
|
| UTF-32 |
00 00 FF 65
Copied!
|
| URL-Quoted |
%EF%BD%A5
Copied!
|
| HTML hex reference |
・
Copied!
|
| RFC 5137 |
\u'FF65'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF65
Copied!
|
| C and C++ |
\uff65
Copied!
|
| C# |
\uff65
Copied!
|
| CSS |
\00FF65
Copied!
|
| Excel |
=UNICHAR(65381)
Copied!
|
| Go |
\uff65
Copied!
|
| JavaScript |
\uFF65
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff65}
Copied!
|
| JSON |
\uFF65
Copied!
|
| Java |
\uFF65
Copied!
|
| Lua |
\u{FF65}
Copied!
|
| Matlab |
char(65381)
Copied!
|
| Perl |
\x{FF65}
Copied!
|
| PHP |
\u{ff65}
Copied!
|
| PostgreSQL |
U&'\FF65'
Copied!
|
| PowerShell |
`u{FF65}
Copied!
|
| Python |
\uff65
Copied!
|
| Ruby |
\u{ff65}
Copied!
|
| Rust |
\u{ff65}
Copied!
|