If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+03FF, officially named GREEK CAPITAL REVERSED DOTTED LUNATE SIGMA SYMBOL, was introduced in Unicode version 4.1. It is part of the Greek block, which belongs to the Basic Multilingual plane.
Categorized technically as a Uppercase Letter, this character typically falls under the Greek script. In terms of text layout and rendering, the glyph is not a composition and has no designated width in East Asian typography. When placed in bidirectional text, it behaves as an Left-To-Right 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º |
1023
Copied!
|
|---|---|
| UTF-8 |
CF BF
Copied!
|
| UTF-16 |
03 FF
Copied!
|
| UTF-32 |
00 00 03 FF
Copied!
|
| URL-Quoted |
%CF%BF
Copied!
|
| HTML hex reference |
Ͽ
Copied!
|
| RFC 5137 |
\u'03FF'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u03FF
Copied!
|
| C and C++ |
\u03ff
Copied!
|
| C# |
\u03ff
Copied!
|
| CSS |
\0003FF
Copied!
|
| Excel |
=UNICHAR(1023)
Copied!
|
| Go |
\u03ff
Copied!
|
| JavaScript |
\u03FF
Copied!
|
| Modern JavaScript (since ES6) |
\u{03ff}
Copied!
|
| JSON |
\u03FF
Copied!
|
| Java |
\u03FF
Copied!
|
| Lua |
\u{03FF}
Copied!
|
| Matlab |
char(1023)
Copied!
|
| Perl |
\x{03FF}
Copied!
|
| PHP |
\u{03ff}
Copied!
|
| PostgreSQL |
U&'\03FF'
Copied!
|
| PowerShell |
`u{03FF}
Copied!
|
| Python |
\u03ff
Copied!
|
| Ruby |
\u{03ff}
Copied!
|
| Rust |
\u{03ff}
Copied!
|