If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+010A, officially named LATIN CAPITAL LETTER C WITH DOT ABOVE, 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 CAPITAL LETTER C DOT.
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º |
266
Copied!
|
|---|---|
| UTF-8 |
C4 8A
Copied!
|
| UTF-16 |
01 0A
Copied!
|
| UTF-32 |
00 00 01 0A
Copied!
|
| URL-Quoted |
%C4%8A
Copied!
|
| HTML hex reference |
Ċ
Copied!
|
| RFC 5137 |
\u'010A'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u010A
Copied!
|
| C and C++ |
\u010a
Copied!
|
| C# |
\u010a
Copied!
|
| CSS |
\00010A
Copied!
|
| Excel |
=UNICHAR(266)
Copied!
|
| Go |
\u010a
Copied!
|
| JavaScript |
\u010A
Copied!
|
| Modern JavaScript (since ES6) |
\u{010a}
Copied!
|
| JSON |
\u010A
Copied!
|
| Java |
\u010A
Copied!
|
| Lua |
\u{010A}
Copied!
|
| Matlab |
char(266)
Copied!
|
| Perl |
\x{010A}
Copied!
|
| PHP |
\u{010a}
Copied!
|
| PostgreSQL |
U&'\010A'
Copied!
|
| PowerShell |
`u{010A}
Copied!
|
| Python |
\u010a
Copied!
|
| Ruby |
\u{010a}
Copied!
|
| Rust |
\u{010a}
Copied!
|