If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+02CC, officially named MODIFIER LETTER LOW VERTICAL LINE, was introduced in Unicode version 1.1. It is part of the Modifier Letters block, which belongs to the Basic Multilingual plane.
Categorized technically as a Modifier Letter, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is not a composition and has no designated width in East Asian typography. When placed in bidirectional text, it behaves as an Other Neutral 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º |
716
Copied!
|
|---|---|
| UTF-8 |
CB 8C
Copied!
|
| UTF-16 |
02 CC
Copied!
|
| UTF-32 |
00 00 02 CC
Copied!
|
| URL-Quoted |
%CB%8C
Copied!
|
| HTML hex reference |
ˌ
Copied!
|
| RFC 5137 |
\u'02CC'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u02CC
Copied!
|
| C and C++ |
\u02cc
Copied!
|
| C# |
\u02cc
Copied!
|
| CSS |
\0002CC
Copied!
|
| Excel |
=UNICHAR(716)
Copied!
|
| Go |
\u02cc
Copied!
|
| JavaScript |
\u02CC
Copied!
|
| Modern JavaScript (since ES6) |
\u{02cc}
Copied!
|
| JSON |
\u02CC
Copied!
|
| Java |
\u02CC
Copied!
|
| Lua |
\u{02CC}
Copied!
|
| Matlab |
char(716)
Copied!
|
| Perl |
\x{02CC}
Copied!
|
| PHP |
\u{02cc}
Copied!
|
| PostgreSQL |
U&'\02CC'
Copied!
|
| PowerShell |
`u{02CC}
Copied!
|
| Python |
\u02cc
Copied!
|
| Ruby |
\u{02cc}
Copied!
|
| Rust |
\u{02cc}
Copied!
|