Python
Database
Operating System
Programming
Linux Command
Toolkit
Other
Keyboard Shortcuts
Open sidebar
Open user menu
Guess
Search
Dart
HTML Canvas
Redis
Bash
JavaScript
YAML
YAML Reference
Escape Codes
#
Numeric
\x12
(8-bit)
\u1234
(16-bit)
\U00102030
(32-bit)
#
Protective
\\
()
\"
(")
\
( )
\<TAB>
(TAB)
#
C
\0
(NUL)
\a
(BEL)
\b
(BS)
\f
(FF)
\n
(LF)
\r
(CR)
\t
(TAB)
\v
(VTAB)
#
Additional
\e
(ESC)
\_
(NBSP)
\N
(NEL)
\L
(LS)
\P
(PS)
Comments
Add your comment
Post
Related
Also see
YAML Reference
YAML Collections
Getting Started