\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{Dave Child (DaveChild)} \pdfinfo{ /Title (html-character-entities.pdf) /Creator (Cheatography) /Author (Dave Child (DaveChild)) /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}{Dave Child (DaveChild)} via \textcolor{DarkBackground}{\uline{cheatography.com/1/cs/15/}}} \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}Dave Child (DaveChild) \\ \uline{cheatography.com/davechild} \\ \uline{\seqsplit{aloneonahill}.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 19th October, 2011.\\ Updated 25th February, 2020.\\ 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}{p{0.77809 cm} p{0.4577 cm} x{3.34121 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities 1}} \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; & " & Quotation mark \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \&\#35; & \# & Pound / hash \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} \&\#40; & ( & Left bracket \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \&\#41; & ) & Right bracket \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} \&\#42; & * & Asterisk \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} \&\#43; & + & Plus \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} \&\#44; & , & Comma \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} \&\#45; & - & Hyphen \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} \&\#46; & . & Period \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} \&\#47; & / & Forward Slash \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} \&\#48; & 0 & Zero \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} \&\#49; & 1 & One \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} \&\#50; & 2 & Two \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} \&\#51; & 3 & Three \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} \&\#52; & 4 & Four \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} \&\#53; & 5 & Five \tn % Row Count 22 (+ 1) % Row 22 \SetRowColor{LightBackground} \&\#54; & 6 & Six \tn % Row Count 23 (+ 1) % Row 23 \SetRowColor{white} \&\#55; & 7 & Seven \tn % Row Count 24 (+ 1) % Row 24 \SetRowColor{LightBackground} \&\#56; & 8 & Eight \tn % Row Count 25 (+ 1) % Row 25 \SetRowColor{white} \&\#57; & 9 & Nine \tn % Row Count 26 (+ 1) % Row 26 \SetRowColor{LightBackground} \&\#58; & : & Colon \tn % Row Count 27 (+ 1) % Row 27 \SetRowColor{white} \&\#59; & ; & Semicolon \tn % Row Count 28 (+ 1) % Row 28 \SetRowColor{LightBackground} \&\#60; & \textless{} & Less than \tn % Row Count 29 (+ 1) % Row 29 \SetRowColor{white} \&\#61; & = & Equals \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{0.77809 cm} p{0.4577 cm} x{3.34121 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities 1 (cont)}} \tn % Row 30 \SetRowColor{LightBackground} \&\#62; & \textgreater{} & Greater than \tn % Row Count 1 (+ 1) % Row 31 \SetRowColor{white} \&\#63; & ? & Question mark \tn % Row Count 2 (+ 1) % Row 32 \SetRowColor{LightBackground} \&\#64; & @ & "At" symbol \tn % Row Count 3 (+ 1) % Row 33 \SetRowColor{white} \&\#65; & A & Upper case A \tn % Row Count 4 (+ 1) % Row 34 \SetRowColor{LightBackground} \&\#66; & B & Upper case B \tn % Row Count 5 (+ 1) % Row 35 \SetRowColor{white} \&\#67; & C & Upper case C \tn % Row Count 6 (+ 1) % Row 36 \SetRowColor{LightBackground} \&\#68; & D & Upper case D \tn % Row Count 7 (+ 1) % Row 37 \SetRowColor{white} \&\#69; & E & Upper case E \tn % Row Count 8 (+ 1) % Row 38 \SetRowColor{LightBackground} \&\#70; & F & Upper case F \tn % Row Count 9 (+ 1) % Row 39 \SetRowColor{white} \&\#71; & G & Upper case G \tn % Row Count 10 (+ 1) % Row 40 \SetRowColor{LightBackground} \&\#72; & H & Upper case H \tn % Row Count 11 (+ 1) % Row 41 \SetRowColor{white} \&\#73; & I & Upper case I \tn % Row Count 12 (+ 1) % Row 42 \SetRowColor{LightBackground} \&\#74; & J & Upper case J \tn % Row Count 13 (+ 1) % Row 43 \SetRowColor{white} \&\#75; & K & Upper case K \tn % Row Count 14 (+ 1) % Row 44 \SetRowColor{LightBackground} \&\#76; & L & Upper case L \tn % Row Count 15 (+ 1) % Row 45 \SetRowColor{white} \&\#77; & M & Upper case M \tn % Row Count 16 (+ 1) % Row 46 \SetRowColor{LightBackground} \&\#78; & N & Upper case N \tn % Row Count 17 (+ 1) % Row 47 \SetRowColor{white} \&\#79; & O & Upper case O \tn % Row Count 18 (+ 1) % Row 48 \SetRowColor{LightBackground} \&\#80; & P & Upper case P \tn % Row Count 19 (+ 1) % Row 49 \SetRowColor{white} \&\#81; & Q & Upper case Q \tn % Row Count 20 (+ 1) % Row 50 \SetRowColor{LightBackground} \&\#82; & R & Upper case R \tn % Row Count 21 (+ 1) % Row 51 \SetRowColor{white} \&\#83; & S & Upper case S \tn % Row Count 22 (+ 1) % Row 52 \SetRowColor{LightBackground} \&\#84; & T & Upper case T \tn % Row Count 23 (+ 1) % Row 53 \SetRowColor{white} \&\#85; & U & Upper case U \tn % Row Count 24 (+ 1) % Row 54 \SetRowColor{LightBackground} \&\#86; & V & Upper case V \tn % Row Count 25 (+ 1) % Row 55 \SetRowColor{white} \&\#87; & W & Upper case W \tn % Row Count 26 (+ 1) % Row 56 \SetRowColor{LightBackground} \&\#88; & X & Upper case X \tn % Row Count 27 (+ 1) % Row 57 \SetRowColor{white} \&\#89; & Y & Upper case Y \tn % Row Count 28 (+ 1) % Row 58 \SetRowColor{LightBackground} \&\#90; & Z & Upper case Z \tn % Row Count 29 (+ 1) % Row 59 \SetRowColor{white} \&\#91; & {[} & Left square bracket \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{0.77809 cm} p{0.4577 cm} x{3.34121 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities 1 (cont)}} \tn % Row 60 \SetRowColor{LightBackground} \&\#92; & \textbackslash{} & Backslash \tn % Row Count 1 (+ 1) % Row 61 \SetRowColor{white} \&\#93; & {]} & Right square bracket \tn % Row Count 2 (+ 1) % Row 62 \SetRowColor{LightBackground} \&\#94; & \textasciicircum{} & Caret \tn % Row Count 3 (+ 1) % Row 63 \SetRowColor{white} \&\#95; & \_ & Underscore \tn % Row Count 4 (+ 1) % Row 64 \SetRowColor{LightBackground} \&\#96; & ` & Single quote / backtick \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.82386 cm} p{0.4577 cm} x{3.29544 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities 2}} \tn % Row 0 \SetRowColor{LightBackground} \&\#97; & a & Lower case a \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \&\#98; & b & Lower case b \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \&\#99; & c & Lower case c \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \&\#100; & d & Lower case d \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \&\#101; & e & Lower case e \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \&\#102; & f & Lower case f \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \&\#103; & g & Lower case g \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \&\#104; & h & Lower case h \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \&\#105; & i & Lower case i \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \&\#106; & j & Lower case j \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} \&\#107; & k & Lower case k \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} \&\#108; & l & Lower case l \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} \&\#109; & m & Lower case m \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} \&\#110; & n & Lower case n \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} \&\#111; & o & Lower case o \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} \&\#112; & p & Lower case p \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} \&\#113; & q & Lower case q \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} \&\#114; & r & Lower case r \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} \&\#115; & s & Lower case s \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} \&\#116; & t & Lower case t \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} \&\#117; & u & Lower case u \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} \&\#118; & v & Lower case v \tn % Row Count 22 (+ 1) % Row 22 \SetRowColor{LightBackground} \&\#119; & w & Lower case w \tn % Row Count 23 (+ 1) % Row 23 \SetRowColor{white} \&\#120; & x & Lower case x \tn % Row Count 24 (+ 1) % Row 24 \SetRowColor{LightBackground} \&\#121; & y & Lower case y \tn % Row Count 25 (+ 1) % Row 25 \SetRowColor{white} \&\#122; & z & Lower case z \tn % Row Count 26 (+ 1) % Row 26 \SetRowColor{LightBackground} \&\#123; & \{ & Left curly brace \tn % Row Count 27 (+ 1) % Row 27 \SetRowColor{white} \&\#124; & | & Pipe \tn % Row Count 28 (+ 1) % Row 28 \SetRowColor{LightBackground} \&\#125; & \} & Right curly brace \tn % Row Count 29 (+ 1) % Row 29 \SetRowColor{white} \&\#126; & \textasciitilde{} & Tilde \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{0.82386 cm} p{0.4577 cm} x{3.29544 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities 2 (cont)}} \tn % Row 30 \SetRowColor{LightBackground} \&\#127; & & Delete \tn % Row Count 1 (+ 1) % Row 31 \SetRowColor{white} \&\#160; & & Non-breaking space \tn % Row Count 2 (+ 1) % Row 32 \SetRowColor{LightBackground} \&\#161; & ¡ & Inverted exclamation mark \tn % Row Count 3 (+ 1) % Row 33 \SetRowColor{white} \&\#162; & $\frac{3}{4}$ & Cent symbol \tn % Row Count 4 (+ 1) % Row 34 \SetRowColor{LightBackground} \&\#163; & £ & Pound symbol \tn % Row Count 5 (+ 1) % Row 35 \SetRowColor{white} \&\#164; & $\frac{3}{4}$ & Currency symbol \tn % Row Count 6 (+ 1) % Row 36 \SetRowColor{LightBackground} \&\#165; & $\frac{3}{4}$ & Yen symbol \tn % Row Count 7 (+ 1) % Row 37 \SetRowColor{white} \&\#166; & $\frac{3}{4}$ & Broken pipe \tn % Row Count 8 (+ 1) % Row 38 \SetRowColor{LightBackground} \&\#167; & § & Section symbol \tn % Row Count 9 (+ 1) % Row 39 \SetRowColor{white} \&\#168; & ¨ & Umlaut \tn % Row Count 10 (+ 1) % Row 40 \SetRowColor{LightBackground} \&\#169; & © & Copyright \tn % Row Count 11 (+ 1) % Row 41 \SetRowColor{white} \&\#170; & ª & Feminine ordinal \tn % Row Count 12 (+ 1) % Row 42 \SetRowColor{LightBackground} \&\#171; & « & Double-left arrow \tn % Row Count 13 (+ 1) % Row 43 \SetRowColor{white} \&\#172; & ¬ & "Not" symbol \tn % Row Count 14 (+ 1) % Row 44 \SetRowColor{LightBackground} \&\#173; & & Soft hyphen \tn % Row Count 15 (+ 1) % Row 45 \SetRowColor{white} \&\#174; & ® & Registered \tn % Row Count 16 (+ 1) % Row 46 \SetRowColor{LightBackground} \&\#175; & ¯ & Overline \tn % Row Count 17 (+ 1) % Row 47 \SetRowColor{white} \&\#176; & ° & Degree symbol \tn % Row Count 18 (+ 1) % Row 48 \SetRowColor{LightBackground} \&\#177; & ± & Plus or minus \tn % Row Count 19 (+ 1) % Row 49 \SetRowColor{white} \&\#178; & $^{\textrm{2}}$ & Squared \tn % Row Count 20 (+ 1) % Row 50 \SetRowColor{LightBackground} \&\#179; & $^{\textrm{3}}$ & Cubed \tn % Row Count 21 (+ 1) % Row 51 \SetRowColor{white} \&\#180; & ´ & Acute accent \tn % Row Count 22 (+ 1) % Row 52 \SetRowColor{LightBackground} \&\#181; & µ & Micro symbol \tn % Row Count 23 (+ 1) % Row 53 \SetRowColor{white} \&\#182; & ¶ & Paragraph symbol \tn % Row Count 24 (+ 1) % Row 54 \SetRowColor{LightBackground} \&\#183; & · & Middle dot \tn % Row Count 25 (+ 1) % Row 55 \SetRowColor{white} \&\#184; & ¸ & Cedilla \tn % Row Count 26 (+ 1) % Row 56 \SetRowColor{LightBackground} \&\#185; & $^{\textrm{1}}$ & Superscript 1 \tn % Row Count 27 (+ 1) % Row 57 \SetRowColor{white} \&\#186; & º & Masculine ordinal \tn % Row Count 28 (+ 1) % Row 58 \SetRowColor{LightBackground} \&\#187; & » & Double-right arrow \tn % Row Count 29 (+ 1) % Row 59 \SetRowColor{white} \&\#188; & $\frac{1}{4}$ & One quarter \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{0.82386 cm} p{0.4577 cm} x{3.29544 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities 2 (cont)}} \tn % Row 60 \SetRowColor{LightBackground} \&\#189; & $\frac{1}{2}$ & One half \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.9154 cm} p{0.4577 cm} x{3.2039 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities 3}} \tn % Row 0 \SetRowColor{LightBackground} \&\#190; & $\frac{3}{4}$ & Three quarters \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \&\#191; & ¿ & Inverted question mark \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \&\#192; & À & A with grave \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \&\#193; & Á & A with acute \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \&\#194; & Â & A with circumflex \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \&\#195; & Ã & A with tilde \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \&\#196; & Ä & A with umlaut \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \&\#197; & Å & A with ring \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \&\#198; & Æ & AE \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \&\#199; & Ç & C with cedilla \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} \&\#200; & È & E with grave \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} \&\#201; & É & E with acute \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} \&\#202; & Ê & E with circumflex \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} \&\#203; & Ë & E with umlaut \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} \&\#204; & Ì & I with grave \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} \&\#205; & Í & I with acute \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} \&\#206; & Î & I with circumflex \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} \&\#207; & Ï & I with umlaut \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} \&\#208; & Ð & ETH \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} \&\#209; & Ñ & N with tilde \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} \&\#210; & Ò & O with grave \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} \&\#211; & Ó & O with acute \tn % Row Count 22 (+ 1) % Row 22 \SetRowColor{LightBackground} \&\#212; & Ô & O with circumflex \tn % Row Count 23 (+ 1) % Row 23 \SetRowColor{white} \&\#213; & Õ & O with tilde \tn % Row Count 24 (+ 1) % Row 24 \SetRowColor{LightBackground} \&\#214; & Ö & O with umlaut \tn % Row Count 25 (+ 1) % Row 25 \SetRowColor{white} \&\#215; & × & Multiply symbol \tn % Row Count 26 (+ 1) % Row 26 \SetRowColor{LightBackground} \&\#216; & Ø & O with slash \tn % Row Count 27 (+ 1) % Row 27 \SetRowColor{white} \&\#217; & Ù & U with grave \tn % Row Count 28 (+ 1) % Row 28 \SetRowColor{LightBackground} \&\#218; & Ú & U with acute \tn % Row Count 29 (+ 1) % Row 29 \SetRowColor{white} \&\#219; & Û & U with circumflex \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{0.9154 cm} p{0.4577 cm} x{3.2039 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities 3 (cont)}} \tn % Row 30 \SetRowColor{LightBackground} \&\#220; & Ü & U with umlaut \tn % Row Count 1 (+ 1) % Row 31 \SetRowColor{white} \&\#221; & Ý & Y with acute \tn % Row Count 2 (+ 1) % Row 32 \SetRowColor{LightBackground} \&\#222; & Þ & THORN \tn % Row Count 3 (+ 1) % Row 33 \SetRowColor{white} \&\#223; & {\ss} & Sharp S \tn % Row Count 4 (+ 1) % Row 34 \SetRowColor{LightBackground} \&\#224; & à & a with grave \tn % Row Count 5 (+ 1) % Row 35 \SetRowColor{white} \&\#225; & á & a with acute \tn % Row Count 6 (+ 1) % Row 36 \SetRowColor{LightBackground} \&\#226; & â & a with circumflex \tn % Row Count 7 (+ 1) % Row 37 \SetRowColor{white} \&\#227; & ã & a with tilde \tn % Row Count 8 (+ 1) % Row 38 \SetRowColor{LightBackground} \&\#228; & {\"a} & a with umlaut \tn % Row Count 9 (+ 1) % Row 39 \SetRowColor{white} \&\#229; & å & a with ring \tn % Row Count 10 (+ 1) % Row 40 \SetRowColor{LightBackground} \&\#230; & æ & ae \tn % Row Count 11 (+ 1) % Row 41 \SetRowColor{white} \&\#231; & ç & c with cedilla \tn % Row Count 12 (+ 1) % Row 42 \SetRowColor{LightBackground} \&\#232; & è & e with grave \tn % Row Count 13 (+ 1) % Row 43 \SetRowColor{white} \&\#233; & é & e with acute \tn % Row Count 14 (+ 1) % Row 44 \SetRowColor{LightBackground} \&\#234; & ê & e with circumflex \tn % Row Count 15 (+ 1) % Row 45 \SetRowColor{white} \&\#235; & ë & e with umlaut \tn % Row Count 16 (+ 1) % Row 46 \SetRowColor{LightBackground} \&\#236; & ì & i with grave \tn % Row Count 17 (+ 1) % Row 47 \SetRowColor{white} \&\#237; & í & i with acute \tn % Row Count 18 (+ 1) % Row 48 \SetRowColor{LightBackground} \&\#238; & î & i with circumflex \tn % Row Count 19 (+ 1) % Row 49 \SetRowColor{white} \&\#239; & ï & i with umlaut \tn % Row Count 20 (+ 1) % Row 50 \SetRowColor{LightBackground} \&\#240; & ð & ETH \tn % Row Count 21 (+ 1) % Row 51 \SetRowColor{white} \&\#241; & ñ & n with tilde \tn % Row Count 22 (+ 1) % Row 52 \SetRowColor{LightBackground} \&\#242; & ò & o with grave \tn % Row Count 23 (+ 1) % Row 53 \SetRowColor{white} \&\#243; & ó & o with acute \tn % Row Count 24 (+ 1) % Row 54 \SetRowColor{LightBackground} \&\#244; & ô & o with circumflex \tn % Row Count 25 (+ 1) % Row 55 \SetRowColor{white} \&\#245; & õ & o with tilde \tn % Row Count 26 (+ 1) % Row 56 \SetRowColor{LightBackground} \&\#246; & {\"o} & o with umlaut \tn % Row Count 27 (+ 1) % Row 57 \SetRowColor{white} \&\#247; & ÷ & Divide symbol \tn % Row Count 28 (+ 1) % Row 58 \SetRowColor{LightBackground} \&\#248; & ø & o with slash \tn % Row Count 29 (+ 1) % Row 59 \SetRowColor{white} \&\#249; & ù & u with grave \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{0.9154 cm} p{0.4577 cm} x{3.2039 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{HTML Character Entities 3 (cont)}} \tn % Row 60 \SetRowColor{LightBackground} \&\#250; & ú & u with acute \tn % Row Count 1 (+ 1) % Row 61 \SetRowColor{white} \&\#251; & û & u with circumflex \tn % Row Count 2 (+ 1) % Row 62 \SetRowColor{LightBackground} \&\#252; & ü & u with umlaut \tn % Row Count 3 (+ 1) % Row 63 \SetRowColor{white} \&\#253; & ý & y with acute \tn % Row Count 4 (+ 1) % Row 64 \SetRowColor{LightBackground} \&\#254; & þ & THORN \tn % Row Count 5 (+ 1) % Row 65 \SetRowColor{white} \&\#255; & ÿ & y with umlaut \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}