\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{Steve Lawson (ReverseEMF)} \pdfinfo{ /Title (html-character-entities.pdf) /Creator (Cheatography) /Author (Steve Lawson (ReverseEMF)) /Subject (HTML Character Entities 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}{3D83C3} \definecolor{LightBackground}{HTML}{F2F7FB} \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 Character Entities Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Steve Lawson (ReverseEMF)} via \textcolor{DarkBackground}{\uline{cheatography.com/2760/cs/700/}}} \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}Steve Lawson (ReverseEMF) \\ \uline{cheatography.com/reverseemf} \\ \uline{\seqsplit{www}.SinisterCircuits.com} \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 14th February, 2015.\\ Updated 12th 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{2.05965 cm} p{0.4577 cm} x{2.05965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities -{}- Col 1}} \tn % Row 0 \SetRowColor{LightBackground} \{\{fa-hand-o-right\}\} {\bf{RESERVED}} & & {\bf{CHARACTERS}} \{\{fa-hand-o-left\}\} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\bf{\&\#34;}} {\emph{\"}} & {\bf{"}} & Quotation mark \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} {\bf{\&\#38;}} {\emph{\&}} & {\bf{\&}} & Ampersand \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} {\bf{\&\#39;}} {\emph{\'}} & {\bf{'}} & Single Quote* \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} {\bf{\&\#60;}} {\emph{\<}} & {\bf{\textless{}}} & Less Than \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} {\bf{\&\#62;}} {\emph{\>}} & {\bf{\textgreater{}}} & Greater Than \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} \{\{fa-hand-o-right\}\} {\bf{ISO 8859-1}} & & {\bf{SYMBOLS}} \{\{fa-hand-o-left\}\} \tn % Row Count 14 (+ 2) % Row 7 \SetRowColor{white} {\bf{\&\#153;}} {\emph{\™}} & {\bf{™}} & Trademark \tn % Row Count 16 (+ 2) % Row 8 \SetRowColor{LightBackground} {\bf{\&\#160;}} {\emph{\&ηbsp;}} & & Nonbreaking Sp \tn % Row Count 18 (+ 2) % Row 9 \SetRowColor{white} {\bf{\&\#161;}} {\emph{\¡}} & {\bf{¡}} & inverted ! \tn % Row Count 20 (+ 2) % Row 10 \SetRowColor{LightBackground} {\bf{\&\#162;}} {\emph{\¢}} & {\bf{$\frac{3}{4}$}} & cent \tn % Row Count 22 (+ 2) % Row 11 \SetRowColor{white} {\bf{\&\#163;}} {\emph{\£}} & {\bf{£}} & pound \tn % Row Count 24 (+ 2) % Row 12 \SetRowColor{LightBackground} {\bf{\&\#164;}} {\emph{\¤}} & {\bf{$\frac{3}{4}$}} & currency \tn % Row Count 26 (+ 2) % Row 13 \SetRowColor{white} {\bf{\&\#165;}} {\emph{\¥}} & {\bf{$\frac{3}{4}$}} & yen \tn % Row Count 28 (+ 2) % Row 14 \SetRowColor{LightBackground} {\bf{\&\#166;}} {\emph{\¦}} & {\bf{$\frac{3}{4}$}} & broken vertical bar \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.05965 cm} p{0.4577 cm} x{2.05965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities -{}- Col 1 (cont)}} \tn % Row 15 \SetRowColor{LightBackground} {\bf{\&\#167;}} {\emph{\§}} & {\bf{§}} & section \tn % Row Count 2 (+ 2) % Row 16 \SetRowColor{white} {\bf{\&\#168;}} {\emph{\¨}} & {\bf{¨}} & spacing diaeresis \tn % Row Count 4 (+ 2) % Row 17 \SetRowColor{LightBackground} {\bf{\&\#169;}} {\emph{\©}} & {\bf{©}} & copyright \tn % Row Count 6 (+ 2) % Row 18 \SetRowColor{white} {\bf{\&\#170;}} {\emph{\ª}} & {\bf{ª}} & feminine ordinal \tn % Row Count 8 (+ 2) % Row 19 \SetRowColor{LightBackground} {\bf{\&\#171;}} {\emph{\«}} & {\bf{«}} & angle quote (L) \tn % Row Count 10 (+ 2) % Row 20 \SetRowColor{white} {\bf{\&\#172;}} {\emph{\¬}} & {\bf{¬}} & negation \tn % Row Count 12 (+ 2) % Row 21 \SetRowColor{LightBackground} {\bf{\&\#173;}} {\emph{\­}} & {\bf{-{}-}} & soft hyphen \tn % Row Count 14 (+ 2) % Row 22 \SetRowColor{white} {\bf{\&\#174;}} {\emph{\®}} & {\bf{®}} & reg trademark \tn % Row Count 16 (+ 2) % Row 23 \SetRowColor{LightBackground} {\bf{\&\#175;}} {\emph{\¯}} & {\bf{¯}} & spacing macron \tn % Row Count 18 (+ 2) % Row 24 \SetRowColor{white} {\bf{\&\#176;}} {\emph{\°}} & {\bf{º}} & degree \tn % Row Count 20 (+ 2) % Row 25 \SetRowColor{LightBackground} {\bf{\&\#177;}} {\emph{\±}} & {\bf{±}} & plus-or-minus  \tn % Row Count 22 (+ 2) % Row 26 \SetRowColor{white} {\bf{\&\#178;}} {\emph{\²}} & {\bf{$^{\textrm{2}}$}} & superscript 2 \tn % Row Count 24 (+ 2) % Row 27 \SetRowColor{LightBackground} {\bf{\&\#179;}} {\emph{\³}} & {\bf{$^{\textrm{3}}$}} & superscript 3 \tn % Row Count 26 (+ 2) % Row 28 \SetRowColor{white} {\bf{\&\#180;}} {\emph{\´}} & {\bf{´}} & spacing acute \tn % Row Count 28 (+ 2) % Row 29 \SetRowColor{LightBackground} {\bf{\&\#181;}} {\emph{\µ}} & {\bf{µ}} & micro \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.05965 cm} p{0.4577 cm} x{2.05965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities -{}- Col 1 (cont)}} \tn % Row 30 \SetRowColor{LightBackground} {\bf{\&\#182;}} {\emph{\¶}} & {\bf{¶}} & paragraph \tn % Row Count 2 (+ 2) % Row 31 \SetRowColor{white} {\bf{\&\#183;}} {\emph{\·}} & {\bf{·}} & middle dot \tn % Row Count 4 (+ 2) % Row 32 \SetRowColor{LightBackground} {\bf{\&\#184;}} {\emph{\¸}} & {\bf{¸}} & spacing cedilla \tn % Row Count 6 (+ 2) % Row 33 \SetRowColor{white} {\bf{\&\#185;}} {\emph{\¹}} & {\bf{$^{\textrm{1}}$}} & superscript 1 \tn % Row Count 8 (+ 2) % Row 34 \SetRowColor{LightBackground} {\bf{\&\#186;}} {\emph{\º}} & {\bf{º}} & masculine ordinal \tn % Row Count 10 (+ 2) % Row 35 \SetRowColor{white} {\bf{\&\#187;}} {\emph{\»}} & {\bf{»}} & angle quote (R) \tn % Row Count 12 (+ 2) % Row 36 \SetRowColor{LightBackground} {\bf{\&\#188;}} {\emph{\¼}} & {\bf{$\frac{1}{4}$}} & fraction 1/4 \tn % Row Count 14 (+ 2) % Row 37 \SetRowColor{white} {\bf{\&\#189;}} {\emph{\½}} & {\bf{$\frac{1}{2}$}} & fraction 1/2 \tn % Row Count 16 (+ 2) % Row 38 \SetRowColor{LightBackground} {\bf{\&\#190;}} {\emph{\¾}} & {\bf{$\frac{3}{4}$}} & fraction 3/4 \tn % Row Count 18 (+ 2) % Row 39 \SetRowColor{white} {\bf{\&\#191;}} {\emph{\¿}} & {\bf{¿}} & Inverted ? \tn % Row Count 20 (+ 2) % Row 40 \SetRowColor{LightBackground} {\bf{\&\#215;}} {\emph{\×}} & {\bf{×}} & multiplication \tn % Row Count 22 (+ 2) % Row 41 \SetRowColor{white} {\bf{\&\#247;}} {\emph{\÷}} & {\bf{÷}} & division \tn % Row Count 24 (+ 2) % Row 42 \SetRowColor{LightBackground} \{\{fa-hand-o-right\}\} {\bf{ISO 8859-1}} & & {\bf{CHARACTERS}} \{\{fa-hand-o-left\}\} \tn % Row Count 26 (+ 2) % Row 43 \SetRowColor{white} {\bf{\&\#192;}} {\emph{\À}} & {\bf{À}} & A, grave accent \tn % Row Count 28 (+ 2) % Row 44 \SetRowColor{LightBackground} {\bf{\&\#193}} {\emph{\Á}} & {\bf{Á}} & A, acute accent \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.05965 cm} p{0.4577 cm} x{2.05965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities -{}- Col 1 (cont)}} \tn % Row 45 \SetRowColor{LightBackground} {\bf{\&\#194}} {\emph{\Â}} & {\bf{Â}} & A, circumflex \tn % Row Count 2 (+ 2) % Row 46 \SetRowColor{white} {\bf{\&\#195}} {\emph{\Ã}} & {\bf{Ã}} & A, tilde \tn % Row Count 4 (+ 2) % Row 47 \SetRowColor{LightBackground} {\bf{\&\#196}} {\emph{\Ä}} & {\bf{Ä}} & A, umlaut mark \tn % Row Count 6 (+ 2) % Row 48 \SetRowColor{white} {\bf{\&\#197}} {\emph{\Å}} & {\bf{Å}} & A, ring \tn % Row Count 8 (+ 2) % Row 49 \SetRowColor{LightBackground} {\bf{\&\#198}} {\emph{\Æ}} & {\bf{Æ}} & capital ae \tn % Row Count 10 (+ 2) % Row 50 \SetRowColor{white} {\bf{\&\#199}} {\emph{\Ç}} & {\bf{Ç}} & C, cedilla \tn % Row Count 12 (+ 2) % Row 51 \SetRowColor{LightBackground} {\bf{\&\#200;}} {\emph{\È}} & {\bf{È}} & E, grave accent \tn % Row Count 14 (+ 2) % Row 52 \SetRowColor{white} {\bf{\&\#201;}} {\emph{\É}} & {\bf{É}} & E, acute accent \tn % Row Count 16 (+ 2) % Row 53 \SetRowColor{LightBackground} {\bf{\&\#202;}} {\emph{\Ê}} & {\bf{Ê}} & E, circumflex \tn % Row Count 18 (+ 2) % Row 54 \SetRowColor{white} {\bf{\&\#203;}} {\emph{\Ë}} & {\bf{Ë}} & E, umlaut mark \tn % Row Count 20 (+ 2) % Row 55 \SetRowColor{LightBackground} {\bf{\&\#204;}} {\emph{\Ì}} & {\bf{Ì}} & I, grave accent \tn % Row Count 22 (+ 2) % Row 56 \SetRowColor{white} {\bf{\&\#205;}} {\emph{\Í}} & {\bf{Í}} & I, acute accent \tn % Row Count 24 (+ 2) % Row 57 \SetRowColor{LightBackground} {\bf{\&\#206;}} {\emph{\Î}} & {\bf{Î}} & I, circumflex \tn % Row Count 26 (+ 2) % Row 58 \SetRowColor{white} {\bf{\&\#207;}} {\emph{\Ï}} & {\bf{Ï}} & I, umlaut mark \tn % Row Count 28 (+ 2) % Row 59 \SetRowColor{LightBackground} {\bf{\&\#208;}} {\emph{\Ð}} & {\bf{Ð}} & ETH, Icelandic \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.05965 cm} p{0.4577 cm} x{2.05965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities -{}- Col 1 (cont)}} \tn % Row 60 \SetRowColor{LightBackground} {\bf{\&\#209;}} {\emph{\Ñ}} & {\bf{Ñ}} & N, tilde \tn % Row Count 2 (+ 2) % Row 61 \SetRowColor{white} {\bf{\&\#210;}} {\emph{\Ò}} & {\bf{Ò}} & O, grave accent \tn % Row Count 4 (+ 2) % Row 62 \SetRowColor{LightBackground} {\bf{\&\#211;}} {\emph{\Ó}} & {\bf{Ó}} & O, acute accent \tn % Row Count 6 (+ 2) % Row 63 \SetRowColor{white} {\bf{\&\#212;}} {\emph{\Ô}} & {\bf{Ô}} & O, circumflex \tn % Row Count 8 (+ 2) % Row 64 \SetRowColor{LightBackground} {\bf{\&\#213;}} {\emph{\Õ}} & {\bf{Õ}} & O, tilde \tn % Row Count 10 (+ 2) % Row 65 \SetRowColor{white} {\bf{\&\#214;}} {\emph{\Ö}} & {\bf{Ö}} & O, umlaut mark \tn % Row Count 12 (+ 2) % Row 66 \SetRowColor{LightBackground} {\bf{\&\#216;}} {\emph{\Ø}} & {\bf{Ø}} & O, slash \tn % Row Count 14 (+ 2) % Row 67 \SetRowColor{white} {\bf{\&\#217;}} {\emph{\Ù}} & {\bf{Ù}} & U, grave accent \tn % Row Count 16 (+ 2) % Row 68 \SetRowColor{LightBackground} {\bf{\&\#218;}} {\emph{\Ú}} & {\bf{Ú}} & U, acute accent \tn % Row Count 18 (+ 2) % Row 69 \SetRowColor{white} {\bf{\&\#219;}} {\emph{\Û}} & {\bf{Û}} & U, circumflex \tn % Row Count 20 (+ 2) % Row 70 \SetRowColor{LightBackground} {\bf{\&\#220;}} {\emph{\Ü}} & {\bf{Ü}} & U, umlaut mark \tn % Row Count 22 (+ 2) % Row 71 \SetRowColor{white} {\bf{\&\#221;}} {\emph{\Ý}} & {\bf{Ý}} & Y, acute accent \tn % Row Count 24 (+ 2) % Row 72 \SetRowColor{LightBackground} {\bf{\&\#222;}} {\emph{\Þ}} & {\bf{Þ}} & THORN, Icelandic \tn % Row Count 26 (+ 2) % Row 73 \SetRowColor{white} {\bf{\&\#223;}} {\emph{\ß}} & {\bf{{\ss}}} & sharp s, German \tn % Row Count 28 (+ 2) % Row 74 \SetRowColor{LightBackground} {\bf{\&\#224;}} {\emph{\à}} & {\bf{à}} & a, grave accent \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.05965 cm} p{0.4577 cm} x{2.05965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities -{}- Col 1 (cont)}} \tn % Row 75 \SetRowColor{LightBackground} {\bf{\&\#225;}} {\emph{\á}} & {\bf{á}} & a, acute accent \tn % Row Count 2 (+ 2) % Row 76 \SetRowColor{white} {\bf{\&\#226;}} {\emph{\â}} & {\bf{â}} & a, circumflex \tn % Row Count 4 (+ 2) % Row 77 \SetRowColor{LightBackground} {\bf{\&\#227;}} {\emph{\ã}} & {\bf{ã}} & a, tilde \tn % Row Count 6 (+ 2) % Row 78 \SetRowColor{white} {\bf{\&\#228;}} {\emph{\ä}} & {\bf{{\"a}}} & a, umlaut mark \tn % Row Count 8 (+ 2) % Row 79 \SetRowColor{LightBackground} {\bf{\&\#229;}} {\emph{\å}} & {\bf{å}} & a, ring \tn % Row Count 10 (+ 2) % Row 80 \SetRowColor{white} {\bf{\&\#230;}} {\emph{\æ}} & {\bf{æ}} & small ae \tn % Row Count 12 (+ 2) % Row 81 \SetRowColor{LightBackground} {\bf{\&\#231;}} {\emph{\ç}} & {\bf{ç}} & c, cedilla \tn % Row Count 14 (+ 2) % Row 82 \SetRowColor{white} {\bf{\&\#232;}} {\emph{\è}} & {\bf{è}} & e, grave accent \tn % Row Count 16 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \SetRowColor{LightBackground} \mymulticolumn{3}{x{5.377cm}}{*In truth, there is no HTML name for a "{\bf{Single Quote}}" -{}- only {\bf{\&\#39;}}. But nature abhors a vacuum, so I filled the space with {\bf{\'}} even though this isn't really an {\bf{Apostrophe}}, but, hey, it works, right?} \tn \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.01388 cm} p{0.50347 cm} x{2.05965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities -{}- Col 2}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{\&\#233;}} {\emph{\é}} & {\bf{é}} & e, acute accent \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\bf{\&\#234;}} {\emph{\ê}} & {\bf{ê}} & e, circumflex \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} {\bf{\&\#235;}} {\emph{\ë}} & {\bf{ë}} & e, umlaut mark \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} {\bf{\&\#236;}} {\emph{\ì}} & {\bf{ì}} & i, grave accent \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} {\bf{\&\#237;}} {\emph{\í}} & {\bf{í}} & i, acute accent \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} {\bf{\&\#238;}} {\emph{\î}} & {\bf{î}} & i, circumflex \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} {\bf{\&\#239;}} {\emph{\ï}} & {\bf{ï}} & i, umlaut mark \tn % Row Count 14 (+ 2) % Row 7 \SetRowColor{white} {\bf{\&\#240;}} {\emph{\ð}} & {\bf{ð}} & eth, Icelandic \tn % Row Count 16 (+ 2) % Row 8 \SetRowColor{LightBackground} {\bf{\&\#241;}} {\emph{\ñ}} & {\bf{ñ}} & n, tilde \tn % Row Count 18 (+ 2) % Row 9 \SetRowColor{white} {\bf{\&\#242;}} {\emph{\ò}} & {\bf{ò}} & o, grave accent \tn % Row Count 20 (+ 2) % Row 10 \SetRowColor{LightBackground} {\bf{\&\#243;}} {\emph{\ó}} & {\bf{ó}} & o, acute accent \tn % Row Count 22 (+ 2) % Row 11 \SetRowColor{white} {\bf{\&\#244;}} {\emph{\ô}} & {\bf{ô}} & o, circumflex \tn % Row Count 24 (+ 2) % Row 12 \SetRowColor{LightBackground} {\bf{\&\#245;}} {\emph{\õ}} & {\bf{õ}} & o, tilde \tn % Row Count 26 (+ 2) % Row 13 \SetRowColor{white} {\bf{\&\#246;}} {\emph{\ö}} & {\bf{{\"o}}} & o, umlaut mark \tn % Row Count 28 (+ 2) % Row 14 \SetRowColor{LightBackground} {\bf{\&\#248;}} {\emph{\ø}} & {\bf{ø}} & o, slash \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.01388 cm} p{0.50347 cm} x{2.05965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities -{}- Col 2 (cont)}} \tn % Row 15 \SetRowColor{LightBackground} {\bf{\&\#249;}} {\emph{\ù}} & {\bf{ù}} & u, grave accent \tn % Row Count 2 (+ 2) % Row 16 \SetRowColor{white} {\bf{\&\#250;}} {\emph{\ú}} & {\bf{ú}} & u, acute accent \tn % Row Count 4 (+ 2) % Row 17 \SetRowColor{LightBackground} {\bf{\&\#251;}} {\emph{\û}} & {\bf{û}} & u, circumflex \tn % Row Count 6 (+ 2) % Row 18 \SetRowColor{white} {\bf{\&\#252;}} {\emph{\ü}} & {\bf{ü}} & u, umlaut mark \tn % Row Count 8 (+ 2) % Row 19 \SetRowColor{LightBackground} {\bf{\&\#253;}} {\emph{\ý}} & {\bf{ý}} & y, acute accent \tn % Row Count 10 (+ 2) % Row 20 \SetRowColor{white} {\bf{\&\#254;}} {\emph{\þ}} & {\bf{þ}} & thorn, Icelandic \tn % Row Count 12 (+ 2) % Row 21 \SetRowColor{LightBackground} {\bf{\&\#255;}} {\emph{\ÿ}} & {\bf{ÿ}} & y, umlaut mark \tn % Row Count 14 (+ 2) % Row 22 \SetRowColor{white} \{\{fa-hand-o-right\}\} {\bf{MATH}} & & {\bf{SYMBOLS}} \{\{fa-hand-o-left\}\} \tn % Row Count 16 (+ 2) % Row 23 \SetRowColor{LightBackground} {\bf{\&\#8704;}} {\emph{\∀}} & {\bf{∀}} & for all \tn % Row Count 18 (+ 2) % Row 24 \SetRowColor{white} {\bf{\&\#8706;}} {\emph{\∂}} & {\bf{∂}} & part \tn % Row Count 20 (+ 2) % Row 25 \SetRowColor{LightBackground} {\bf{\&\#8707;}} {\emph{\∃}} & {\bf{∃}} & exists \tn % Row Count 22 (+ 2) % Row 26 \SetRowColor{white} {\bf{\&\#8709;}} {\emph{\∅}} & {\bf{∅}} & empty \tn % Row Count 24 (+ 2) % Row 27 \SetRowColor{LightBackground} {\bf{\&\#8711;}} {\emph{\∇}} & {\bf{∇}} & nabla \tn % Row Count 26 (+ 2) % Row 28 \SetRowColor{white} {\bf{\&\#8712;}} {\emph{\∈}} & {\bf{∈}} & isin \tn % Row Count 28 (+ 2) % Row 29 \SetRowColor{LightBackground} {\bf{\&\#8713;}} {\emph{\∉}} & {\bf{∉}} & notin \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.01388 cm} p{0.50347 cm} x{2.05965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities -{}- Col 2 (cont)}} \tn % Row 30 \SetRowColor{LightBackground} {\bf{\&\#8715;}} {\emph{\∋}} & {\bf{∋}} & ni \tn % Row Count 2 (+ 2) % Row 31 \SetRowColor{white} {\bf{\&\#8719;}} {\emph{\∏}} & {\bf{∏}} & prod \tn % Row Count 4 (+ 2) % Row 32 \SetRowColor{LightBackground} {\bf{\&\#8721;}} {\emph{\∑}} & {\bf{∑}} & sum \tn % Row Count 6 (+ 2) % Row 33 \SetRowColor{white} {\bf{\&\#8722;}} {\emph{\−}} & {\bf{−}} & minus \tn % Row Count 8 (+ 2) % Row 34 \SetRowColor{LightBackground} {\bf{\&\#8727;}} {\emph{\∗}} & {\bf{∗}} & lowast \tn % Row Count 10 (+ 2) % Row 35 \SetRowColor{white} {\bf{\&\#8730;}} {\emph{\√}} & {\bf{√}} & square root \tn % Row Count 12 (+ 2) % Row 36 \SetRowColor{LightBackground} {\bf{\&\#8733;}} {\emph{\∝}} & {\bf{∝}} & proportional \tn % Row Count 14 (+ 2) % Row 37 \SetRowColor{white} {\bf{\&\#8734;}} {\emph{\∞}} & {\bf{∞}} & infinity \tn % Row Count 16 (+ 2) % Row 38 \SetRowColor{LightBackground} {\bf{\&\#8736;}} {\emph{\∠}} & {\bf{∠}} & angle \tn % Row Count 18 (+ 2) % Row 39 \SetRowColor{white} {\bf{\&\#8743;}} {\emph{\∧}} & {\bf{∧}} & and \tn % Row Count 20 (+ 2) % Row 40 \SetRowColor{LightBackground} {\bf{\&\#8744;}} {\emph{\∨}} & {\bf{∨}} & or \tn % Row Count 22 (+ 2) % Row 41 \SetRowColor{white} {\bf{\&\#8745;}} {\emph{\∩}} & {\bf{∩}} & cap \tn % Row Count 24 (+ 2) % Row 42 \SetRowColor{LightBackground} {\bf{\&\#8746;}} {\emph{\∪}} & {\bf{∪}} & cup \tn % Row Count 26 (+ 2) % Row 43 \SetRowColor{white} {\bf{\&\#8747;}} {\emph{\∫}} & {\bf{∫}} & integral \tn % Row Count 28 (+ 2) % Row 44 \SetRowColor{LightBackground} {\bf{\&\#8756;}} {\emph{\∴}} & {\bf{∴}} & therefore \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.01388 cm} p{0.50347 cm} x{2.05965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities -{}- Col 2 (cont)}} \tn % Row 45 \SetRowColor{LightBackground} {\bf{\&\#8764;}} {\emph{\∼}} & {\bf{∼}} & similar to \tn % Row Count 2 (+ 2) % Row 46 \SetRowColor{white} {\bf{\&\#8773;}} {\emph{\≅}} & {\bf{≅}} & congruent \tn % Row Count 4 (+ 2) % Row 47 \SetRowColor{LightBackground} {\bf{\&\#8776;}} {\emph{\≈}} & {\bf{≈}} & approx. \tn % Row Count 6 (+ 2) % Row 48 \SetRowColor{white} {\bf{\&\#8800;}} {\emph{\≠}} & {\bf{≠}} & not equal \tn % Row Count 8 (+ 2) % Row 49 \SetRowColor{LightBackground} {\bf{\&\#8801;}} {\emph{\≡}} & {\bf{≡}} & equivalent \tn % Row Count 10 (+ 2) % Row 50 \SetRowColor{white} {\bf{\&\#8804;}} {\emph{\≤}} & {\bf{≤}} & less or = \tn % Row Count 12 (+ 2) % Row 51 \SetRowColor{LightBackground} {\bf{\&\#8805;}} {\emph{\≥}} & {\bf{≥}} & greater or = \tn % Row Count 14 (+ 2) % Row 52 \SetRowColor{white} {\bf{\&\#8834;}} {\emph{\⊂}} & {\bf{⊂}} & subset of \tn % Row Count 16 (+ 2) % Row 53 \SetRowColor{LightBackground} {\bf{\&\#8835;}} {\emph{\⊃}} & {\bf{⊃}} & superset of \tn % Row Count 18 (+ 2) % Row 54 \SetRowColor{white} {\bf{\&\#8836;}} {\emph{\⊄}} & {\bf{⊄}} & not subset of \tn % Row Count 20 (+ 2) % Row 55 \SetRowColor{LightBackground} {\bf{\&\#8838;}} {\emph{\⊆}} & {\bf{⊆}} & subset or = \tn % Row Count 22 (+ 2) % Row 56 \SetRowColor{white} {\bf{\&\#8839;}} {\emph{\⊇}} & {\bf{⊇}} & superset or = \tn % Row Count 24 (+ 2) % Row 57 \SetRowColor{LightBackground} {\bf{\&\#8853;}} {\emph{\⊕}} & {\bf{⊕}} & circled + \tn % Row Count 26 (+ 2) % Row 58 \SetRowColor{white} {\bf{\&\#8855;}} {\emph{\⊗}} & {\bf{⊗}} & circled × \tn % Row Count 28 (+ 2) % Row 59 \SetRowColor{LightBackground} {\bf{\&\#8869;}} {\emph{\⊥}} & {\bf{⊥}} & perpendicular \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.01388 cm} p{0.50347 cm} x{2.05965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities -{}- Col 2 (cont)}} \tn % Row 60 \SetRowColor{LightBackground} {\bf{\&\#8901;}} {\emph{\⋅}} & {\bf{⋅}} & dot operator \tn % Row Count 2 (+ 2) % Row 61 \SetRowColor{white} \{\{fa-hand-o-right\}\} {\bf{GREEK}} & & {\bf{LETTERS}} \{\{fa-hand-o-left\}\} \tn % Row Count 4 (+ 2) % Row 62 \SetRowColor{LightBackground} {\bf{\&\#913;}} {\emph{\Α}} & {\bf{Α}} & Alpha \tn % Row Count 6 (+ 2) % Row 63 \SetRowColor{white} {\bf{\&\#914}} {\emph{\Β}} & {\bf{Β}} & Beta \tn % Row Count 8 (+ 2) % Row 64 \SetRowColor{LightBackground} {\bf{\&\#915}} {\emph{\Γ}} & {\bf{Γ}} & Gamma \tn % Row Count 10 (+ 2) % Row 65 \SetRowColor{white} {\bf{\&\#916}} {\emph{\Δ}} & {\bf{Δ}} & Delta \tn % Row Count 12 (+ 2) % Row 66 \SetRowColor{LightBackground} {\bf{\&\#917}} {\emph{\Ε}} & {\bf{Ε}} & Epsilon \tn % Row Count 14 (+ 2) % Row 67 \SetRowColor{white} {\bf{\&\#918}} {\emph{\Ζ}} & {\bf{Ζ}} & Zeta \tn % Row Count 16 (+ 2) % Row 68 \SetRowColor{LightBackground} {\bf{\&\#919}} {\emph{\Η}} & {\bf{Η}} & Eta \tn % Row Count 18 (+ 2) % Row 69 \SetRowColor{white} {\bf{\&\#920}} {\emph{\Θ}} & {\bf{Θ}} & Theta \tn % Row Count 20 (+ 2) % Row 70 \SetRowColor{LightBackground} {\bf{\&\#921}} {\emph{\Ι}} & {\bf{Ι}} & Iota \tn % Row Count 22 (+ 2) % Row 71 \SetRowColor{white} {\bf{\&\#922}} {\emph{\Κ}} & {\bf{Κ}} & Kappa \tn % Row Count 24 (+ 2) % Row 72 \SetRowColor{LightBackground} {\bf{\&\#923}} {\emph{\Λ}} & {\bf{Λ}} & Lambda \tn % Row Count 26 (+ 2) % Row 73 \SetRowColor{white} {\bf{\&\#924}} {\emph{\Μ}} & {\bf{Μ}} & Mu \tn % Row Count 28 (+ 2) % Row 74 \SetRowColor{LightBackground} {\bf{\&\#925}} {\emph{\Ν}} & {\bf{Ν}} & Nu \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.01388 cm} p{0.50347 cm} x{2.05965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities -{}- Col 2 (cont)}} \tn % Row 75 \SetRowColor{LightBackground} {\bf{\&\#926}} {\emph{\Ξ}} & {\bf{Ξ}} & Xi \tn % Row Count 2 (+ 2) % Row 76 \SetRowColor{white} {\bf{\&\#927}} {\emph{\Ο}} & {\bf{Ο}} & Omicron \tn % Row Count 4 (+ 2) % Row 77 \SetRowColor{LightBackground} {\bf{\&\#928}} {\emph{\Π}} & {\bf{Π}} & Pi \tn % Row Count 6 (+ 2) % Row 78 \SetRowColor{white} {\bf{\&\#929}} {\emph{\Ρ}} & {\bf{Ρ}} & Rho \tn % Row Count 8 (+ 2) % Row 79 \SetRowColor{LightBackground} {\bf{\&\#931;}} {\emph{\Σ}} & {\bf{Σ}} & Sigma \tn % Row Count 10 (+ 2) % Row 80 \SetRowColor{white} {\bf{\&\#932;}} {\emph{\Τ}} & {\bf{Τ}} & Tau \tn % Row Count 12 (+ 2) % Row 81 \SetRowColor{LightBackground} {\bf{\&\#933;}} {\emph{\Υ}} & {\bf{Υ}} & Upsilon \tn % Row Count 14 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.96811 cm} p{0.4577 cm} x{2.15119 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities -{}- Col 3}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{\&\#934;}} {\emph{\Φ}} & {\bf{Φ}} & Phi \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\bf{\&\#935;}} {\emph{\Χ}} & {\bf{Χ}} & Chi \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} {\bf{\&\#936;}} {\emph{\Ψ}} & {\bf{Ψ}} & Psi \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} {\bf{\&\#937;}} {\emph{\Ω}} & {\bf{Ω}} & Omega \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} {\bf{\&\#945;}} {\emph{\α}} & {\bf{α}} & alpha \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} {\bf{\&\#946;}} {\emph{\β}} & {\bf{β}} & beta \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} {\bf{\&\#947;}} {\emph{\γ}} & {\bf{γ}} & gamma \tn % Row Count 14 (+ 2) % Row 7 \SetRowColor{white} {\bf{\&\#948;}} {\emph{\δ}} & {\bf{δ}} & delta \tn % Row Count 16 (+ 2) % Row 8 \SetRowColor{LightBackground} {\bf{\&\#949;}} {\emph{\ε}} & {\bf{ε}} & epsilon \tn % Row Count 18 (+ 2) % Row 9 \SetRowColor{white} {\bf{\&\#950;}} {\emph{\ζ}} & {\bf{ζ}} & zeta \tn % Row Count 20 (+ 2) % Row 10 \SetRowColor{LightBackground} {\bf{\&\#951;}} {\emph{\η}} & {\bf{η}} & eta \tn % Row Count 22 (+ 2) % Row 11 \SetRowColor{white} {\bf{\&\#952;}} {\emph{\θ}} & {\bf{θ}} & theta \tn % Row Count 24 (+ 2) % Row 12 \SetRowColor{LightBackground} {\bf{\&\#953;}} {\emph{\ι}} & {\bf{ι}} & iota \tn % Row Count 26 (+ 2) % Row 13 \SetRowColor{white} {\bf{\&\#954;}} {\emph{\κ}} & {\bf{κ}} & kappa \tn % Row Count 28 (+ 2) % Row 14 \SetRowColor{LightBackground} {\bf{\&\#955;}} {\emph{\λ}} & {\bf{λ}} & lambda \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.96811 cm} p{0.4577 cm} x{2.15119 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities -{}- Col 3 (cont)}} \tn % Row 15 \SetRowColor{LightBackground} {\bf{\&\#956;}} {\emph{\μ}} & {\bf{μ}} & mu \tn % Row Count 2 (+ 2) % Row 16 \SetRowColor{white} {\bf{\&\#957;}} {\emph{\ν}} & {\bf{ν}} & nu \tn % Row Count 4 (+ 2) % Row 17 \SetRowColor{LightBackground} {\bf{\&\#958;}} {\emph{\ξ}} & {\bf{ξ}} & xi \tn % Row Count 6 (+ 2) % Row 18 \SetRowColor{white} {\bf{\&\#959;}} {\emph{\ο}} & {\bf{ο}} & omicron \tn % Row Count 8 (+ 2) % Row 19 \SetRowColor{LightBackground} {\bf{\&\#960;}} {\emph{\π}} & {\bf{π}} & pi \tn % Row Count 10 (+ 2) % Row 20 \SetRowColor{white} {\bf{\&\#961;}} {\emph{\ρ}} & {\bf{ρ}} & rho \tn % Row Count 12 (+ 2) % Row 21 \SetRowColor{LightBackground} {\bf{\&\#962;}} {\emph{\ς}} & {\bf{ς}} & sigmaf \tn % Row Count 14 (+ 2) % Row 22 \SetRowColor{white} {\bf{\&\#963;}} {\emph{\σ}} & {\bf{σ}} & sigma \tn % Row Count 16 (+ 2) % Row 23 \SetRowColor{LightBackground} {\bf{\&\#964;}} {\emph{\τ}} & {\bf{τ}} & tau \tn % Row Count 18 (+ 2) % Row 24 \SetRowColor{white} {\bf{\&\#965;}} {\emph{\υ}} & {\bf{υ}} & upsilon \tn % Row Count 20 (+ 2) % Row 25 \SetRowColor{LightBackground} {\bf{\&\#966;}} {\emph{\φ}} & {\bf{φ}} & phi \tn % Row Count 22 (+ 2) % Row 26 \SetRowColor{white} {\bf{\&\#967;}} {\emph{\χ}} & {\bf{χ}} & chi \tn % Row Count 24 (+ 2) % Row 27 \SetRowColor{LightBackground} {\bf{\&\#968;}} {\emph{\ψ}} & {\bf{ψ}} & psi \tn % Row Count 26 (+ 2) % Row 28 \SetRowColor{white} {\bf{\&\#969;}} {\emph{\ω}} & {\bf{ω}} & omega \tn % Row Count 28 (+ 2) % Row 29 \SetRowColor{LightBackground} {\bf{\&\#977;}} {\emph{\ϑ}} & {\bf{ϑ}} & theta symbol \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.96811 cm} p{0.4577 cm} x{2.15119 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities -{}- Col 3 (cont)}} \tn % Row 30 \SetRowColor{LightBackground} {\bf{\&\#978;}} {\emph{\ϒ}} & {\bf{ϒ}} & upsilon symbol \tn % Row Count 2 (+ 2) % Row 31 \SetRowColor{white} {\bf{\&\#982;}} {\emph{\ϖ}} & {\bf{ϖ}} & pi symbol \tn % Row Count 4 (+ 2) % Row 32 \SetRowColor{LightBackground} \{\{fa-hand-o-right\}\} {\bf{OTHER}} & & {\bf{ENTITIES}} \{\{fa-hand-o-left\}\} \tn % Row Count 6 (+ 2) % Row 33 \SetRowColor{white} {\bf{\&\#338;}} {\emph{\Œ}} & {\bf{Œ}} & ucase ligature OE \tn % Row Count 8 (+ 2) % Row 34 \SetRowColor{LightBackground} {\bf{\&\#339;}} {\emph{\œ}} & {\bf{œ}} & small ligature oe \tn % Row Count 10 (+ 2) % Row 35 \SetRowColor{white} {\bf{\&\#352;}} {\emph{\Š}} & {\bf{Š}} & 'S' w/ caron \tn % Row Count 12 (+ 2) % Row 36 \SetRowColor{LightBackground} {\bf{\&\#353;}} {\emph{\š}} & {\bf{š}} & 's' w/ caron \tn % Row Count 14 (+ 2) % Row 37 \SetRowColor{white} {\bf{\&\#376;}} {\emph{\Ÿ}} & {\bf{Ÿ}} & 'Y' w/ diaeres \tn % Row Count 16 (+ 2) % Row 38 \SetRowColor{LightBackground} {\bf{\&\#402;}} {\emph{\ƒ}} & {\bf{ƒ}} & 'f' with hook \tn % Row Count 18 (+ 2) % Row 39 \SetRowColor{white} {\bf{\&\#710;}} {\emph{\ˆ}} & {\bf{ˆ}} & circumflex accent \tn % Row Count 20 (+ 2) % Row 40 \SetRowColor{LightBackground} {\bf{\&\#732;}} {\emph{\˜}} & {\bf{˜}} & small tilde \tn % Row Count 22 (+ 2) % Row 41 \SetRowColor{white} {\bf{\&\#8194;}} {\emph{\ }} & & en space \tn % Row Count 24 (+ 2) % Row 42 \SetRowColor{LightBackground} {\bf{\&\#8195;}} {\emph{\ }} & & em space \tn % Row Count 26 (+ 2) % Row 43 \SetRowColor{white} {\bf{\&\#8201;}} {\emph{\ }} & & thin space \tn % Row Count 28 (+ 2) % Row 44 \SetRowColor{LightBackground} {\bf{\&\#8204;}} {\emph{\‌}} & & 0 wth non-joiner \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.96811 cm} p{0.4577 cm} x{2.15119 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities -{}- Col 3 (cont)}} \tn % Row 45 \SetRowColor{LightBackground} {\bf{\&\#8205;}} {\emph{\‍}} & & 0 width joiner \tn % Row Count 2 (+ 2) % Row 46 \SetRowColor{white} {\bf{\&\#8206;}} {\emph{\‎}} & & lft-to-rt mark \tn % Row Count 4 (+ 2) % Row 47 \SetRowColor{LightBackground} {\bf{\&\#8207;}} {\emph{\‏}} & & rt-to-lft mark \tn % Row Count 6 (+ 2) % Row 48 \SetRowColor{white} {\bf{\&\#8211;}} {\emph{\–}} & {\bf{–}} & en dash \tn % Row Count 8 (+ 2) % Row 49 \SetRowColor{LightBackground} {\bf{\&\#8212;}} {\emph{\—}} & {\bf{—}} & em dash \tn % Row Count 10 (+ 2) % Row 50 \SetRowColor{white} {\bf{\&\#8216;}} {\emph{\‘}} & {\bf{'}} & left quot \tn % Row Count 12 (+ 2) % Row 51 \SetRowColor{LightBackground} {\bf{\&\#8217;}} {\emph{\’}} & {\bf{'}} & right quot \tn % Row Count 14 (+ 2) % Row 52 \SetRowColor{white} {\bf{\&\#8218;}} {\emph{\‚}} & {\bf{‚}} & low-9 quot \tn % Row Count 16 (+ 2) % Row 53 \SetRowColor{LightBackground} {\bf{\&\#8220;}} {\emph{\“}} & {\bf{"}} & left dble quot \tn % Row Count 18 (+ 2) % Row 54 \SetRowColor{white} {\bf{\&\#8221;}} {\emph{\”}} & {\bf{"}} & right dble quot \tn % Row Count 20 (+ 2) % Row 55 \SetRowColor{LightBackground} {\bf{\&\#8222;}} {\emph{\„}} & {\bf{„}} & dble low-9 quot \tn % Row Count 22 (+ 2) % Row 56 \SetRowColor{white} {\bf{\&\#8224;}} {\emph{\†}} & {\bf{\textdagger{}}} & dagger \tn % Row Count 24 (+ 2) % Row 57 \SetRowColor{LightBackground} {\bf{\&\#8225;}} {\emph{\‡}} & {\bf{\textdaggerdbl{}}} & double dagger \tn % Row Count 26 (+ 2) % Row 58 \SetRowColor{white} {\bf{\&\#8226;}} {\emph{\•}} & {\bf{•}} & bullet \tn % Row Count 28 (+ 2) % Row 59 \SetRowColor{LightBackground} {\bf{\&\#8230;}} {\emph{\…}} & {\bf{…}} & horiz ellipsis \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.96811 cm} p{0.4577 cm} x{2.15119 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities -{}- Col 3 (cont)}} \tn % Row 60 \SetRowColor{LightBackground} {\bf{\&\#8240;}} {\emph{\‰}} & {\bf{‰}} & per mille  \tn % Row Count 2 (+ 2) % Row 61 \SetRowColor{white} {\bf{\&\#8242;}} {\emph{\′}} & {\bf{′}} & minutes \tn % Row Count 4 (+ 2) % Row 62 \SetRowColor{LightBackground} {\bf{\&\#8243;}} {\emph{\″}} & {\bf{″}} & seconds \tn % Row Count 6 (+ 2) % Row 63 \SetRowColor{white} {\bf{\&\#8249;}} {\emph{\‹}} & {\bf{‹}} & lft angle quot \tn % Row Count 8 (+ 2) % Row 64 \SetRowColor{LightBackground} {\bf{\&\#8250;}} {\emph{\›}} & {\bf{›}} & rt angle quot \tn % Row Count 10 (+ 2) % Row 65 \SetRowColor{white} {\bf{\&\#8254;}} {\emph{\‾}} & {\bf{‾}} & overline \tn % Row Count 12 (+ 2) % Row 66 \SetRowColor{LightBackground} {\bf{\&\#8364;}} {\emph{\€}} & {\bf{€}} & euro \tn % Row Count 14 (+ 2) % Row 67 \SetRowColor{white} {\bf{\&\#8482;}} {\emph{\™}} & {\bf{™}} & trademark \tn % Row Count 16 (+ 2) % Row 68 \SetRowColor{LightBackground} {\bf{\&\#8592;}} {\emph{\←}} & {\bf{←}} & left arrow \tn % Row Count 18 (+ 2) % Row 69 \SetRowColor{white} {\bf{\&\#8593;}} {\emph{\↑}} & {\bf{↑}} & up arrow \tn % Row Count 20 (+ 2) % Row 70 \SetRowColor{LightBackground} {\bf{\&\#8594;}} {\emph{\→}} & {\bf{→}} & right arrow \tn % Row Count 22 (+ 2) % Row 71 \SetRowColor{white} {\bf{\&\#8595;}} {\emph{\↓}} & {\bf{↓}} & down arrow \tn % Row Count 24 (+ 2) % Row 72 \SetRowColor{LightBackground} {\bf{\&\#8596;}} {\emph{\↔}} & {\bf{↔}} & left right arrow \tn % Row Count 26 (+ 2) % Row 73 \SetRowColor{white} {\bf{\&\#8629;}} {\emph{\↵}} & {\bf{↵}} & c-return arrow \tn % Row Count 28 (+ 2) % Row 74 \SetRowColor{LightBackground} {\bf{\&\#8968;}} {\emph{\⌈}} & {\bf{⌈}} & left ceiling \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.96811 cm} p{0.4577 cm} x{2.15119 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities -{}- Col 3 (cont)}} \tn % Row 75 \SetRowColor{LightBackground} {\bf{\&\#8969;}} {\emph{\⌉}} & {\bf{⌉}} & right ceiling \tn % Row Count 2 (+ 2) % Row 76 \SetRowColor{white} {\bf{\&\#8970;}} {\emph{\⌊}} & {\bf{⌊}} & left floor \tn % Row Count 4 (+ 2) % Row 77 \SetRowColor{LightBackground} {\bf{\&\#8971;}} {\emph{\⌋}} & {\bf{⌋}} & right floor \tn % Row Count 6 (+ 2) % Row 78 \SetRowColor{white} {\bf{\&\#8974;}} {\emph{\◊}} & {\bf{◊}} & lozenge \tn % Row Count 8 (+ 2) % Row 79 \SetRowColor{LightBackground} {\bf{\&\#9824;}} {\emph{\♠}} & {\bf{$\spadesuit{}$}} & spade \tn % Row Count 10 (+ 2) % Row 80 \SetRowColor{white} {\bf{\&\#9827;}} {\emph{\♣}} & {\bf{$\clubsuit{}$}} & club \tn % Row Count 12 (+ 2) % Row 81 \SetRowColor{LightBackground} {\bf{\&\#9829;}} {\emph{\♥}} & {\bf{$\heartsuit{}$}} & heart \tn % Row Count 14 (+ 2) % Row 82 \SetRowColor{white} {\bf{\&\#9830;}} {\emph{\♦}} & {\bf{$\diamondsuit{}$}} & diamond \tn % Row Count 16 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}