Child pages
  • Escape sequences

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
HTML Table
classservoy sSummery
Colgroup Tag
Column
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
Code
Table Head (th)
Description
Table Row (tr)
Table Cell (td)
\b
Table Cell (td)
Backspace
Table Row (tr)
Table Cell (td)
\f
Table Cell (td)
Form feed
Table Row (tr)
Table Cell (td)
\n
Table Cell (td)
Line feed (newline)
Table Row (tr)
Table Cell (td)
\r
Table Cell (td)
Carriage return
Table Row (tr)
Table Cell (td)
\t
Table Cell (td)
Tab
Table Row (tr)
Table Cell (td)
\\
Table Cell (td)
Backslash
Hidden
using asci codes here, due to bug in Confluence displaying 2 backslashes
Table Row (tr)
Table Cell (td)
\'
Table Cell (td)
Single quotation mark
Table Row (tr)
Table Cell (td)
\"
Table Cell (td)
Double quotation mark
Table Row (tr)
Table Cell (td)
\ddd
Table Cell (td)
Octal character sequence, represented by the 3 digits 'ddd'. The valid range is 000 to 377.
Table Row (tr)
Table Cell (td)
\xdd
Table Cell (td)
Hexidecimal character sequence, represented by 2 digits 'dd'. The valid range is 00 to FF.
Table Row (tr)
Table Cell (td)
\udddd
Table Cell (td)
Unicode character sequence, represented by 4 digits 'dddd'