\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{DanielVoz} \pdfinfo{ /Title (html-special-character-codes.pdf) /Creator (Cheatography) /Author (DanielVoz) /Subject (HTML Special Character Codes Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{850909} \definecolor{LightBackground}{HTML}{FBF7F7} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{HTML Special Character Codes Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{DanielVoz} via \textcolor{DarkBackground}{\uline{cheatography.com/1777/cs/554/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}DanielVoz \\ \uline{cheatography.com/danielvoz} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 31st August, 2012.\\ Updated 13th May, 2016.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{x{1.46464 cm} p{0.64078 cm} x{2.47158 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Most Commonly Used}} \tn % Row 0 \SetRowColor{LightBackground} \&\#34; & " & Double Quote \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \&\#38; & \& & Ampersand \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \&\#39; & ' & Apostrophe \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \&\#45; & - & Hyphen \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \&\#96; & ` & Single Quote \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \&\#169; & © & Copyright \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \&\#174; & ® & Registered \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \&\#8482 & ™ & Trademark \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \&\#8211; & – & en Dash \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \&\#8212; & — & em Dash \tn % Row Count 10 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.09848 cm} p{0.4577 cm} x{3.02082 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{General Symbols}} \tn % Row 0 \SetRowColor{LightBackground} \&\#32; & & Space \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \&\#33; & ! & Exclamation Mark \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \&\#34; & " & Double Quote \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \&\#35; & \# & Pound Sign \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \&\#36; & \$ & Dollar Sign \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \&\#37; & \% & Percent Sign \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \&\#38; & \& & Ampersand \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \&\#39; & ' & Apostrophe \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \&\#42; & * & Asterisk \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \&\#44; & , & Comma \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} \&\#45; & - & Hyphen \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} \&\#46; & . & Period \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} \&\#47; & / & Forward Slash \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} \&\#58; & : & Colon \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} \&\#59; & ; & Semicolon \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} \&\#63; & ? & Question Mark \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} \&\#64; & @ & At Symbol \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} \&\#92; & \textbackslash{} & Backslash \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} \&\#94; & \textasciicircum{} & Caret \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} \&\#95; & \_ & Underscore \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} \&\#96; & ` & Single Quote \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} \&\#124; & | & Vertical Bar \tn % Row Count 22 (+ 1) % Row 22 \SetRowColor{LightBackground} \&\#126; & \textasciitilde{} & Tilde \tn % Row Count 23 (+ 1) % Row 23 \SetRowColor{white} \&\#166; & $\frac{3}{4}$ & Broken Vertical Bar \tn % Row Count 24 (+ 1) % Row 24 \SetRowColor{LightBackground} \&\#8226; & • & Bullet \tn % Row Count 25 (+ 1) % Row 25 \SetRowColor{white} \&\#150; & – & en Dash \tn % Row Count 26 (+ 1) % Row 26 \SetRowColor{LightBackground} \&\#151; & — & em Dash \tn % Row Count 27 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.32733 cm} p{0.59501 cm} x{2.65466 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Legal Symbols}} \tn % Row 0 \SetRowColor{LightBackground} \&\#167; & § & Section Symbol \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \&\#169; & © & CopyRight \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \&\#174; & ® & Registered \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \&\#8482; & ™ & TradeMark \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{1.19002 cm} p{0.4577 cm} x{2.92928 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Currency}} \tn % Row 0 \SetRowColor{LightBackground} \&\#36; & \$ & Dollar Sign \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \&\#162; & $\frac{3}{4}$ & Cent Symbol \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \&\#163; & £ & Pound Symbol \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \&\#164; & $\frac{3}{4}$ & Currency Symbol \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \&\#165; & $\frac{3}{4}$ & Yen Symbol \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.96117 cm} p{0.4577 cm} x{3.15813 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Arrow Symbols}} \tn % Row 0 \SetRowColor{LightBackground} \&\#171; & « & Double Left Arrow \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \&\#187; & » & Double Right Arrow \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \&\#8592; & ← & Left Arrow \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \&\#8593; & ↑ & Up Arrow \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \&\#8594; & → & Right Arrow \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \&\#8595; & ↓ & Down Arrow \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \&\#8596; & ↔ & Left Right Arrow \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \&\#8656; & ⇐ & Left Double Arrow \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \&\#8657; & ⇑ & Up Double Arrow \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \&\#8658; & ⇒ & Right Double Arrow \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} \&\#8659; & ⇓ & Down Double Arrow \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} \&\#8660; & ⇔ & Left Right Double Arrow \tn % Row Count 12 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \columnbreak \begin{tabularx}{5.377cm}{x{0.82386 cm} p{0.4577 cm} x{3.29544 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Math Operators}} \tn % Row 0 \SetRowColor{LightBackground} \&\#43; & + & Plus Sign \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \seqsplit{\&\#8722;} & − & Minus Sign \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \&\#177; & ± & Plus-or-Minus \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \&\#183; & · & Middle Dot \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \&\#215; & × & Multiply Symbol \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \seqsplit{\&\#8727;} & ∗ & Asterisk Operator \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \&\#247; & ÷ & Divide Symbol \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \seqsplit{\&\#8260;} & ⁄ & Fraction Slash \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \seqsplit{\&\#8706;} & ∂ & Partial Differential \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \seqsplit{\&\#8743;} & ∧ & Logical And \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} \seqsplit{\&\#8744;} & ∨ & Logical Or \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} \seqsplit{\&\#8745;} & ∩ & Intersection \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} \seqsplit{\&\#8746;} & ∪ & Union \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} \seqsplit{\&\#8747;} & ∫ & Integral \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} \seqsplit{\&\#8853;} & ⊕ & Circled Plus, Direct Sum \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} \seqsplit{\&\#8855;} & ⊗ & Circled Times, Vector Product \tn % Row Count 17 (+ 2) % Row 16 \SetRowColor{LightBackground} \seqsplit{\&\#8719;} & ∏ & n-ary Product, Product Sign \tn % Row Count 18 (+ 1) % Row 17 \SetRowColor{white} \seqsplit{\&\#8721;} & ∑ & n-ary Sumation \tn % Row Count 19 (+ 1) % Row 18 \SetRowColor{LightBackground} \seqsplit{\&\#8730;} & √ & Square Root, Radical Sign \tn % Row Count 20 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \columnbreak \begin{tabularx}{5.377cm}{x{0.86963 cm} p{0.4577 cm} x{3.24967 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Math Comparitors}} \tn % Row 0 \SetRowColor{LightBackground} \&\#61; & = & Equal \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \seqsplit{\&\#8800;} & ≠ & Not Equal to \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \&\#60; & \textless{} & Less Than \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \&\#62; & \textgreater{} & Greater Than \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \seqsplit{\&\#8804;} & ≤ & Less-Than or Equal to \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \seqsplit{\&\#8805;} & ≥ & Greater-Than or Equal to \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \seqsplit{\&\#8733;} & ∝ & Proportional to \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \seqsplit{\&\#8764;} & ∼ & Tilde Operator, Similar to \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \seqsplit{\&\#8773;} & ≅ & Approximately Equal to \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \seqsplit{\&\#8776;} & ≈ & Almost Equal to \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} \seqsplit{\&\#8801;} & ≡ & Identical to \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} \seqsplit{\&\#8834;} & ⊂ & Subset of \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} \seqsplit{\&\#8835;} & ⊃ & Superset of \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} \seqsplit{\&\#8836;} & ⊄ & Not a Subset of \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} \seqsplit{\&\#8838;} & ⊆ & Subset of or Equal to \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} \seqsplit{\&\#8839;} & ⊇ & Superset of or Equal to \tn % Row Count 16 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \columnbreak \begin{tabularx}{5.377cm}{x{0.86963 cm} p{0.4577 cm} x{3.24967 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Math Symbols}} \tn % Row 0 \SetRowColor{LightBackground} \&\#176; & ° & Degree Symbol \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \&\#185; & $^{\textrm{1}}$ & Superscript "1" \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \&\#178; & $^{\textrm{2}}$ & Superscript "2" (Squared) \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \&\#179; & $^{\textrm{3}}$ & Superscript "3" (Cubed) \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \&\#181; & μ & Micro Symbol \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \&\#188; & $\frac{1}{4}$ & One Quarter \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \&\#189; & $\frac{1}{2}$ & One Half \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \&\#190; & $\frac{3}{4}$ & Three Quarters \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \&\#402; & ƒ & Latin Small F \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \seqsplit{\&\#8230;} & … & Horizontal Ellipsis \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} \seqsplit{\&\#8242;} & ′ & Prime \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} \seqsplit{\&\#8243;} & ″ & Double Prime \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} \seqsplit{\&\#8472;} & ℘ & Script Capital P \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} \seqsplit{\&\#8465;} & ℑ & Blackletter Capital I \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} \seqsplit{\&\#8476;} & ℜ & Blackletter Capital R \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} \seqsplit{\&\#8501;} & ℵ & Alef Symbol \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} \seqsplit{\&\#8704;} & ∀ & For All \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} \seqsplit{\&\#8707;} & ∃ & There Exists \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} \seqsplit{\&\#8709;} & ∅ & Empty Set, Null Set \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} \seqsplit{\&\#8711;} & ∇ & Nabla, Backward Difference \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} \seqsplit{\&\#8712;} & ∈ & Element Of \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} \seqsplit{\&\#8713;} & ∉ & Not an Element Of \tn % Row Count 22 (+ 1) % Row 22 \SetRowColor{LightBackground} \seqsplit{\&\#8715;} & ∋ & Contains as Member \tn % Row Count 23 (+ 1) % Row 23 \SetRowColor{white} \seqsplit{\&\#8734;} & ∞ & Infinity \tn % Row Count 24 (+ 1) % Row 24 \SetRowColor{LightBackground} \seqsplit{\&\#8736;} & ∠ & Angle \tn % Row Count 25 (+ 1) % Row 25 \SetRowColor{white} \seqsplit{\&\#8756;} & ∴ & Therefore \tn % Row Count 26 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \columnbreak \begin{tabularx}{5.377cm}{p{0.96117 cm} p{0.4577 cm} x{3.15813 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Brackets}} \tn % Row 0 \SetRowColor{LightBackground} \&\#40; & ( & Opening Parentheses \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \&\#41; & ) & Closing Parentheses \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \&\#91; & {[} & Opening Square Bracket \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \&\#93; & {]} & Closing Square Bracket \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \&\#123; & \{ & Opening Curly Brace \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \&\#125; & \} & Closing Curly Brace \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{1.09848 cm} p{0.4577 cm} x{3.02082 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Greek Letters}} \tn % Row 0 \SetRowColor{LightBackground} \&\#913; & Α & Alpha \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \&\#914; & Β & Beta \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \&\#915; & Γ & Gamma \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \&\#916; & Δ & Delta \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \&\#917; & Ε & Epsilon \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \&\#918; & Ζ & Zeta \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \&\#919; & Η & Eta \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \&\#920; & Θ & Theta \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \&\#921; & Ι & Iota \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \&\#922; & Κ & Kappa \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} \&\#923; & Λ & Lambda \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} \&\#924; & Μ & Mu \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} \&\#925; & Ν & Nu \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} \&\#926; & Ξ & Xi \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} \&\#927; & Ο & Omicron \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} \&\#928; & Π & Pi \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} \&\#929; & Ρ & Rho \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} \&\#931; & Σ & Sigma \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} \&\#932; & Τ & Tau \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} \&\#933; & Υ & Upsilon \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} \&\#934; & Φ & Phi \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} \&\#935; & Χ & Chi \tn % Row Count 22 (+ 1) % Row 22 \SetRowColor{LightBackground} \&\#936; & Ψ & Psi \tn % Row Count 23 (+ 1) % Row 23 \SetRowColor{white} \&\#937; & Ω & Omega \tn % Row Count 24 (+ 1) % Row 24 \SetRowColor{LightBackground} \&\#945; & α & Alpha \tn % Row Count 25 (+ 1) % Row 25 \SetRowColor{white} \&\#946; & β & Beta \tn % Row Count 26 (+ 1) % Row 26 \SetRowColor{LightBackground} \&\#947; & γ & Gamma \tn % Row Count 27 (+ 1) % Row 27 \SetRowColor{white} \&\#948; & δ & Delta \tn % Row Count 28 (+ 1) % Row 28 \SetRowColor{LightBackground} \&\#949; & ε & Epsilon \tn % Row Count 29 (+ 1) % Row 29 \SetRowColor{white} \&\#950; & ζ & Zeta \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{1.09848 cm} p{0.4577 cm} x{3.02082 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Greek Letters (cont)}} \tn % Row 30 \SetRowColor{LightBackground} \&\#951; & η & Eta \tn % Row Count 1 (+ 1) % Row 31 \SetRowColor{white} \&\#952; & θ & Theta \tn % Row Count 2 (+ 1) % Row 32 \SetRowColor{LightBackground} \&\#953; & ι & Iota \tn % Row Count 3 (+ 1) % Row 33 \SetRowColor{white} \&\#954; & κ & Kappa \tn % Row Count 4 (+ 1) % Row 34 \SetRowColor{LightBackground} \&\#955; & λ & Lambda \tn % Row Count 5 (+ 1) % Row 35 \SetRowColor{white} \&\#956; & μ & Mu \tn % Row Count 6 (+ 1) % Row 36 \SetRowColor{LightBackground} \&\#957; & ν & Nu \tn % Row Count 7 (+ 1) % Row 37 \SetRowColor{white} \&\#958; & ξ & Xi \tn % Row Count 8 (+ 1) % Row 38 \SetRowColor{LightBackground} \&\#959; & ο & Omicron \tn % Row Count 9 (+ 1) % Row 39 \SetRowColor{white} \&\#960; & π & Pi \tn % Row Count 10 (+ 1) % Row 40 \SetRowColor{LightBackground} \&\#961; & ρ & Rho \tn % Row Count 11 (+ 1) % Row 41 \SetRowColor{white} \&\#962; & ς & Final Sigma \tn % Row Count 12 (+ 1) % Row 42 \SetRowColor{LightBackground} \&\#963; & σ & Sigma \tn % Row Count 13 (+ 1) % Row 43 \SetRowColor{white} \&\#964; & τ & Tau \tn % Row Count 14 (+ 1) % Row 44 \SetRowColor{LightBackground} \&\#965; & υ & Upsilon \tn % Row Count 15 (+ 1) % Row 45 \SetRowColor{white} \&\#966; & φ & Phi \tn % Row Count 16 (+ 1) % Row 46 \SetRowColor{LightBackground} \&\#967; & χ & Chi \tn % Row Count 17 (+ 1) % Row 47 \SetRowColor{white} \&\#968; & ψ & Psi \tn % Row Count 18 (+ 1) % Row 48 \SetRowColor{LightBackground} \&\#969; & ω & Omega \tn % Row Count 19 (+ 1) % Row 49 \SetRowColor{white} \&\#977; & ϑ & Theta \tn % Row Count 20 (+ 1) % Row 50 \SetRowColor{LightBackground} \&\#978; & ϒ & Upsilon with Hook \tn % Row Count 21 (+ 1) % Row 51 \SetRowColor{white} \&\#982; & ϖ & Greek Pi \tn % Row Count 22 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}