Basic Latin: [Sequence]

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

Decomposition

  1. c
    U+0063
  2. m
    U+006D

Character Escapes

HTML5
cm
cm
C
\u0063\u006D (C99)
\U000063\U00006D (C99)
\x63\x6D (encoding-dependent)
\143\155 (encoding-dependent)
C++
\u{63}\u{6D} (C++23)
\x{63}\x{6D} (C++23, encoding-dependent)
\o{143}\o{155} (C++23, encoding-dependent)
\U00000063\U0000006D
\u0063\u006D
\x63\x6D (encoding-dependent)
\143\155 (encoding-dependent)
Java
\u0063\u006D
JavaScript
\u{63}\u{6D}
\u0063\u006D
\x63\x6D
CSS
\63\6D
\000063\00006D
Quoted-Printable
=63=6D
URL
%63%6D