If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+00CC, officially named LATIN CAPITAL LETTER I WITH GRAVE, was introduced in Unicode version 1.1. It is part of the Latin 1 Sup block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as LATIN CAPITAL LETTER I GRAVE.
Categorized technically as a Uppercase 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º |
204
Copied!
|
|---|---|
| UTF-8 |
C3 8C
Copied!
|
| UTF-16 |
00 CC
Copied!
|
| UTF-32 |
00 00 00 CC
Copied!
|
| URL-Quoted |
%C3%8C
Copied!
|
| HTML hex reference |
Ì
Copied!
|
| RFC 5137 |
\u'00CC'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u00CC
Copied!
|
| C and C++ |
\u00cc
Copied!
|
| C# |
\u00cc
Copied!
|
| CSS |
\0000CC
Copied!
|
| Excel |
=UNICHAR(204)
Copied!
|
| Go |
\u00cc
Copied!
|
| JavaScript |
\u00CC
Copied!
|
| Modern JavaScript (since ES6) |
\u{00cc}
Copied!
|
| JSON |
\u00CC
Copied!
|
| Java |
\u00CC
Copied!
|
| Lua |
\u{00CC}
Copied!
|
| Matlab |
char(204)
Copied!
|
| Perl |
\x{00CC}
Copied!
|
| PHP |
\u{00cc}
Copied!
|
| PostgreSQL |
U&'\00CC'
Copied!
|
| PowerShell |
`u{00CC}
Copied!
|
| Python |
\u00cc
Copied!
|
| Ruby |
\u{00cc}
Copied!
|
| Rust |
\u{00cc}
Copied!
|