Basic Latin: [Sequence]

c/o
U+0063 U+002F U+006F
c/o
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 63 00 00 00 2F 00 00 00 6F
UTF-32LE
63 00 00 00 2F 00 00 00 6F 00 00 00
UTF-16BE
00 63 00 2F 00 6F
UTF-16LE
63 00 2F 00 6F 00
UTF-8
63 2F 6F

Decomposition

  1. c
    U+0063
  2. /
    U+002F
  3. o
    U+006F

Character Escapes

HTML5
c/o
c/o
C
\u0063\u002F\u006F (C99)
\U000063\U00002F\U00006F (C99)
\x63\x2F\x6F (encoding-dependent)
\143\057\157 (encoding-dependent)
C++
\u{63}\u{2F}\u{6F} (C++23)
\x{63}\x{2F}\x{6F} (C++23, encoding-dependent)
\o{143}\o{057}\o{157} (C++23, encoding-dependent)
\U00000063\U0000002F\U0000006F
\u0063\u002F\u006F
\x63\x2F\x6F (encoding-dependent)
\143\057\157 (encoding-dependent)
Java
\u0063\u002F\u006F
JavaScript
\u{63}\u{2F}\u{6F}
\u0063\u002F\u006F
\x63\x2F\x6F
CSS
\63\2F\6F
\000063\00002F\00006F
Quoted-Printable
=63=2F=6F
URL
%63%2F%6F