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