If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF08, officially named FULLWIDTH LEFT PARENTHESIS, 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 OPENING PARENTHESIS.
Categorized technically as a Open 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 Other Neutral character. Its visual representation remains mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
65288
Copied!
|
|---|---|
| UTF-8 |
EF BC 88
Copied!
|
| UTF-16 |
FF 08
Copied!
|
| UTF-32 |
00 00 FF 08
Copied!
|
| URL-Quoted |
%EF%BC%88
Copied!
|
| HTML hex reference |
(
Copied!
|
| RFC 5137 |
\u'FF08'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF08
Copied!
|
| C and C++ |
\uff08
Copied!
|
| C# |
\uff08
Copied!
|
| CSS |
\00FF08
Copied!
|
| Excel |
=UNICHAR(65288)
Copied!
|
| Go |
\uff08
Copied!
|
| JavaScript |
\uFF08
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff08}
Copied!
|
| JSON |
\uFF08
Copied!
|
| Java |
\uFF08
Copied!
|
| Lua |
\u{FF08}
Copied!
|
| Matlab |
char(65288)
Copied!
|
| Perl |
\x{FF08}
Copied!
|
| PHP |
\u{ff08}
Copied!
|
| PostgreSQL |
U&'\FF08'
Copied!
|
| PowerShell |
`u{FF08}
Copied!
|
| Python |
\uff08
Copied!
|
| Ruby |
\u{ff08}
Copied!
|
| Rust |
\u{ff08}
Copied!
|