If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+1FFB, officially named GREEK CAPITAL LETTER OMEGA WITH OXIA, was introduced in Unicode version 1.1. It is part of the Greek Ext 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 a canonical 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º |
8187
Copied!
|
|---|---|
| UTF-8 |
E1 BF BB
Copied!
|
| UTF-16 |
1F FB
Copied!
|
| UTF-32 |
00 00 1F FB
Copied!
|
| URL-Quoted |
%E1%BF%BB
Copied!
|
| HTML hex reference |
Ώ
Copied!
|
| RFC 5137 |
\u'1FFB'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u1FFB
Copied!
|
| C and C++ |
\u1ffb
Copied!
|
| C# |
\u1ffb
Copied!
|
| CSS |
\001FFB
Copied!
|
| Excel |
=UNICHAR(8187)
Copied!
|
| Go |
\u1ffb
Copied!
|
| JavaScript |
\u1FFB
Copied!
|
| Modern JavaScript (since ES6) |
\u{1ffb}
Copied!
|
| JSON |
\u1FFB
Copied!
|
| Java |
\u1FFB
Copied!
|
| Lua |
\u{1FFB}
Copied!
|
| Matlab |
char(8187)
Copied!
|
| Perl |
\x{1FFB}
Copied!
|
| PHP |
\u{1ffb}
Copied!
|
| PostgreSQL |
U&'\1FFB'
Copied!
|
| PowerShell |
`u{1FFB}
Copied!
|
| Python |
\u1ffb
Copied!
|
| Ruby |
\u{1ffb}
Copied!
|
| Rust |
\u{1ffb}
Copied!
|