If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+003C, officially named LESS-THAN SIGN, was introduced in Unicode version 1.1. It is part of the ASCII block, which belongs to the Basic Multilingual plane.
Categorized technically as a Math Symbol, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is not a composition and has narrow in East Asian typography. When placed in bidirectional text, it behaves as an Other Neutral character. Its visual representation remains mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
60
Copied!
|
|---|---|
| UTF-8 |
3C
Copied!
|
| UTF-16 |
00 3C
Copied!
|
| UTF-32 |
00 00 00 3C
Copied!
|
| URL-Quoted |
%3C
Copied!
|
| HTML hex reference |
<
Copied!
|
| RFC 5137 |
\u'003C'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u003C
Copied!
|
| C and C++ |
\u003c
Copied!
|
| C# |
\u003c
Copied!
|
| CSS |
\00003C
Copied!
|
| Excel |
=UNICHAR(60)
Copied!
|
| Go |
\u003c
Copied!
|
| JavaScript |
\u003C
Copied!
|
| Modern JavaScript (since ES6) |
\u{003c}
Copied!
|
| JSON |
\u003C
Copied!
|
| Java |
\u003C
Copied!
|
| Lua |
\u{003C}
Copied!
|
| Matlab |
char(60)
Copied!
|
| Perl |
\x{003C}
Copied!
|
| PHP |
\u{003c}
Copied!
|
| PostgreSQL |
U&'\003C'
Copied!
|
| PowerShell |
`u{003C}
Copied!
|
| Python |
\u003c
Copied!
|
| Ruby |
\u{003c}
Copied!
|
| Rust |
\u{003c}
Copied!
|