If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+011F, officially named LATIN SMALL LETTER G WITH BREVE, was introduced in Unicode version 1.1. It is part of the Latin Ext A block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as LATIN SMALL LETTER G BREVE.
Categorized technically as a Lowercase Letter, this character typically falls under the Latin 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º |
287
Copied!
|
|---|---|
| UTF-8 |
C4 9F
Copied!
|
| UTF-16 |
01 1F
Copied!
|
| UTF-32 |
00 00 01 1F
Copied!
|
| URL-Quoted |
%C4%9F
Copied!
|
| HTML hex reference |
ğ
Copied!
|
| RFC 5137 |
\u'011F'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u011F
Copied!
|
| C and C++ |
\u011f
Copied!
|
| C# |
\u011f
Copied!
|
| CSS |
\00011F
Copied!
|
| Excel |
=UNICHAR(287)
Copied!
|
| Go |
\u011f
Copied!
|
| JavaScript |
\u011F
Copied!
|
| Modern JavaScript (since ES6) |
\u{011f}
Copied!
|
| JSON |
\u011F
Copied!
|
| Java |
\u011F
Copied!
|
| Lua |
\u{011F}
Copied!
|
| Matlab |
char(287)
Copied!
|
| Perl |
\x{011F}
Copied!
|
| PHP |
\u{011f}
Copied!
|
| PostgreSQL |
U&'\011F'
Copied!
|
| PowerShell |
`u{011F}
Copied!
|
| Python |
\u011f
Copied!
|
| Ruby |
\u{011f}
Copied!
|
| Rust |
\u{011f}
Copied!
|