Basic Latin: [Sequence]

lj
U+006C U+006A
lj
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 6C 00 00 00 6A
UTF-32LE
6C 00 00 00 6A 00 00 00
UTF-16BE
00 6C 00 6A
UTF-16LE
6C 00 6A 00
UTF-8
6C 6A

Decomposition

  1. l
    U+006C
  2. j
    U+006A

Character Escapes

HTML5
lj
lj
C
\u006C\u006A (C99)
\U00006C\U00006A (C99)
\x6C\x6A (encoding-dependent)
\154\152 (encoding-dependent)
C++
\u{6C}\u{6A} (C++23)
\x{6C}\x{6A} (C++23, encoding-dependent)
\o{154}\o{152} (C++23, encoding-dependent)
\U0000006C\U0000006A
\u006C\u006A
\x6C\x6A (encoding-dependent)
\154\152 (encoding-dependent)
Java
\u006C\u006A
JavaScript
\u{6C}\u{6A}
\u006C\u006A
\x6C\x6A
CSS
\6C\6A
\00006C\00006A
Quoted-Printable
=6C=6A
URL
%6C%6A