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