If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF64, officially named HALFWIDTH IDEOGRAPHIC COMMA, 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º |
65380
Copied!
|
|---|---|
| UTF-8 |
EF BD A4
Copied!
|
| UTF-16 |
FF 64
Copied!
|
| UTF-32 |
00 00 FF 64
Copied!
|
| URL-Quoted |
%EF%BD%A4
Copied!
|
| HTML hex reference |
、
Copied!
|
| RFC 5137 |
\u'FF64'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF64
Copied!
|
| C and C++ |
\uff64
Copied!
|
| C# |
\uff64
Copied!
|
| CSS |
\00FF64
Copied!
|
| Excel |
=UNICHAR(65380)
Copied!
|
| Go |
\uff64
Copied!
|
| JavaScript |
\uFF64
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff64}
Copied!
|
| JSON |
\uFF64
Copied!
|
| Java |
\uFF64
Copied!
|
| Lua |
\u{FF64}
Copied!
|
| Matlab |
char(65380)
Copied!
|
| Perl |
\x{FF64}
Copied!
|
| PHP |
\u{ff64}
Copied!
|
| PostgreSQL |
U&'\FF64'
Copied!
|
| PowerShell |
`u{FF64}
Copied!
|
| Python |
\uff64
Copied!
|
| Ruby |
\u{ff64}
Copied!
|
| Rust |
\u{ff64}
Copied!
|