\documentclass[12pt,titlepage]{article} \usepackage{amsmath} \usepackage{mathrsfs} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsthm} \usepackage{mathtools} \usepackage{graphicx} \usepackage{color} \usepackage{ucs} \usepackage[utf8x]{inputenc} \usepackage{xparse} \usepackage{hyperref} %----Macros---------- % % Unresolved issues: % % \righttoleftarrow % \lefttorightarrow % % \color{} with HTML colorspec % \bgcolor % \array with options (without options, it's equivalent to the matrix environment) % Of the standard HTML named colors, white, black, red, green, blue and yellow % are predefined in the color package. Here are the rest. \definecolor{aqua}{rgb}{0, 1.0, 1.0} \definecolor{fuschia}{rgb}{1.0, 0, 1.0} \definecolor{gray}{rgb}{0.502, 0.502, 0.502} \definecolor{lime}{rgb}{0, 1.0, 0} \definecolor{maroon}{rgb}{0.502, 0, 0} \definecolor{navy}{rgb}{0, 0, 0.502} \definecolor{olive}{rgb}{0.502, 0.502, 0} \definecolor{purple}{rgb}{0.502, 0, 0.502} \definecolor{silver}{rgb}{0.753, 0.753, 0.753} \definecolor{teal}{rgb}{0, 0.502, 0.502} % Because of conflicts, \space and \mathop are converted to % \itexspace and \operatorname during preprocessing. % itex: \space{ht}{dp}{wd} % % Height and baseline depth measurements are in units of tenths of an ex while % the width is measured in tenths of an em. \makeatletter \newdimen\itex@wd% \newdimen\itex@dp% \newdimen\itex@thd% \def\itexspace#1#2#3{\itex@wd=#3em% \itex@wd=0.1\itex@wd% \itex@dp=#2ex% \itex@dp=0.1\itex@dp% \itex@thd=#1ex% \itex@thd=0.1\itex@thd% \advance\itex@thd\the\itex@dp% \makebox[\the\itex@wd]{\rule[-\the\itex@dp]{0cm}{\the\itex@thd}}} \makeatother % \tensor and \multiscript \makeatletter \newif\if@sup \newtoks\@sups \def\append@sup#1{\edef\act{\noexpand\@sups={\the\@sups #1}}\act}% \def\reset@sup{\@supfalse\@sups={}}% \def\mk@scripts#1#2{\if #2/ \if@sup ^{\the\@sups}\fi \else% \ifx #1_ \if@sup ^{\the\@sups}\reset@sup \fi {}_{#2}% \else \append@sup#2 \@suptrue \fi% \expandafter\mk@scripts\fi} \def\tensor#1#2{\reset@sup#1\mk@scripts#2_/} \def\multiscripts#1#2#3{\reset@sup{}\mk@scripts#1_/#2% \reset@sup\mk@scripts#3_/} \makeatother % \slash \makeatletter \newbox\slashbox \setbox\slashbox=\hbox{$/$} \def\itex@pslash#1{\setbox\@tempboxa=\hbox{$#1$} \@tempdima=0.5\wd\slashbox \advance\@tempdima 0.5\wd\@tempboxa \copy\slashbox \kern-\@tempdima \box\@tempboxa} \def\slash{\protect\itex@pslash} \makeatother % math-mode versions of \rlap, etc % from Alexander Perlis, "A complement to \smash, \llap, and lap" % http://math.arizona.edu/~aprl/publications/mathclap/ \def\clap#1{\hbox to 0pt{\hss#1\hss}} \def\mathllap{\mathpalette\mathllapinternal} \def\mathrlap{\mathpalette\mathrlapinternal} \def\mathclap{\mathpalette\mathclapinternal} \def\mathllapinternal#1#2{\llap{$\mathsurround=0pt#1{#2}$}} \def\mathrlapinternal#1#2{\rlap{$\mathsurround=0pt#1{#2}$}} \def\mathclapinternal#1#2{\clap{$\mathsurround=0pt#1{#2}$}} % Renames \sqrt as \oldsqrt and redefine root to result in \sqrt[#1]{#2} \let\oldroot\root \def\root#1#2{\oldroot #1 \of{#2}} \renewcommand{\sqrt}[2][]{\oldroot #1 \of{#2}} % Manually declare the txfonts symbolsC font \DeclareSymbolFont{symbolsC}{U}{txsyc}{m}{n} \SetSymbolFont{symbolsC}{bold}{U}{txsyc}{bx}{n} \DeclareFontSubstitution{U}{txsyc}{m}{n} % Manually declare the stmaryrd font \DeclareSymbolFont{stmry}{U}{stmry}{m}{n} \SetSymbolFont{stmry}{bold}{U}{stmry}{b}{n} % Manually declare the MnSymbolE font \DeclareFontFamily{OMX}{MnSymbolE}{} \DeclareSymbolFont{mnomx}{OMX}{MnSymbolE}{m}{n} \SetSymbolFont{mnomx}{bold}{OMX}{MnSymbolE}{b}{n} \DeclareFontShape{OMX}{MnSymbolE}{m}{n}{ <-6> MnSymbolE5 <6-7> MnSymbolE6 <7-8> MnSymbolE7 <8-9> MnSymbolE8 <9-10> MnSymbolE9 <10-12> MnSymbolE10 <12-> MnSymbolE12}{} % Declare specific arrows from txfonts without loading the full package \makeatletter \def\re@DeclareMathSymbol#1#2#3#4{% \let#1=\undefined \DeclareMathSymbol{#1}{#2}{#3}{#4}} \re@DeclareMathSymbol{\neArrow}{\mathrel}{symbolsC}{116} \re@DeclareMathSymbol{\neArr}{\mathrel}{symbolsC}{116} \re@DeclareMathSymbol{\seArrow}{\mathrel}{symbolsC}{117} \re@DeclareMathSymbol{\seArr}{\mathrel}{symbolsC}{117} \re@DeclareMathSymbol{\nwArrow}{\mathrel}{symbolsC}{118} \re@DeclareMathSymbol{\nwArr}{\mathrel}{symbolsC}{118} \re@DeclareMathSymbol{\swArrow}{\mathrel}{symbolsC}{119} \re@DeclareMathSymbol{\swArr}{\mathrel}{symbolsC}{119} \re@DeclareMathSymbol{\nequiv}{\mathrel}{symbolsC}{46} \re@DeclareMathSymbol{\Perp}{\mathrel}{symbolsC}{121} \re@DeclareMathSymbol{\Vbar}{\mathrel}{symbolsC}{121} \re@DeclareMathSymbol{\sslash}{\mathrel}{stmry}{12} \re@DeclareMathSymbol{\bigsqcap}{\mathop}{stmry}{"64} \re@DeclareMathSymbol{\biginterleave}{\mathop}{stmry}{"6} \re@DeclareMathSymbol{\invamp}{\mathrel}{symbolsC}{77} \re@DeclareMathSymbol{\parr}{\mathrel}{symbolsC}{77} \makeatother % \llangle, \rrangle, \lmoustache and \rmoustache from MnSymbolE \makeatletter \def\Decl@Mn@Delim#1#2#3#4{% \if\relax\noexpand#1% \let#1\undefined \fi \DeclareMathDelimiter{#1}{#2}{#3}{#4}{#3}{#4}} \def\Decl@Mn@Open#1#2#3{\Decl@Mn@Delim{#1}{\mathopen}{#2}{#3}} \def\Decl@Mn@Close#1#2#3{\Decl@Mn@Delim{#1}{\mathclose}{#2}{#3}} \Decl@Mn@Open{\llangle}{mnomx}{'164} \Decl@Mn@Close{\rrangle}{mnomx}{'171} \Decl@Mn@Open{\lmoustache}{mnomx}{'245} \Decl@Mn@Close{\rmoustache}{mnomx}{'244} \makeatother % Widecheck \makeatletter \DeclareRobustCommand\widecheck[1]{{\mathpalette\@widecheck{#1}}} \def\@widecheck#1#2{% \setbox\z@\hbox{\m@th$#1#2$}% \setbox\tw@\hbox{\m@th$#1% \widehat{% \vrule\@width\z@\@height\ht\z@ \vrule\@height\z@\@width\wd\z@}$}% \dp\tw@-\ht\z@ \@tempdima\ht\z@ \advance\@tempdima2\ht\tw@ \divide\@tempdima\thr@@ \setbox\tw@\hbox{% \raise\@tempdima\hbox{\scalebox{1}[-1]{\lower\@tempdima\box \tw@}}}% {\ooalign{\box\tw@ \cr \box\z@}}} \makeatother % \mathraisebox{voffset}[height][depth]{something} \makeatletter \NewDocumentCommand\mathraisebox{moom}{% \IfNoValueTF{#2}{\def\@temp##1##2{\raisebox{#1}{$\m@th##1##2$}}}{% \IfNoValueTF{#3}{\def\@temp##1##2{\raisebox{#1}[#2]{$\m@th##1##2$}}% }{\def\@temp##1##2{\raisebox{#1}[#2][#3]{$\m@th##1##2$}}}}% \mathpalette\@temp{#4}} \makeatletter % udots (taken from yhmath) \makeatletter \def\udots{\mathinner{\mkern2mu\raise\p@\hbox{.} \mkern2mu\raise4\p@\hbox{.}\mkern1mu \raise7\p@\vbox{\kern7\p@\hbox{.}}\mkern1mu}} \makeatother %% Fix array \newcommand{\itexarray}[1]{\begin{matrix}#1\end{matrix}} %% \itexnum is a noop \newcommand{\itexnum}[1]{#1} %% Renaming existing commands \newcommand{\underoverset}[3]{\underset{#1}{\overset{#2}{#3}}} \newcommand{\widevec}{\overrightarrow} \newcommand{\darr}{\downarrow} \newcommand{\nearr}{\nearrow} \newcommand{\nwarr}{\nwarrow} \newcommand{\searr}{\searrow} \newcommand{\swarr}{\swarrow} \newcommand{\curvearrowbotright}{\curvearrowright} \newcommand{\uparr}{\uparrow} \newcommand{\downuparrow}{\updownarrow} \newcommand{\duparr}{\updownarrow} \newcommand{\updarr}{\updownarrow} \newcommand{\gt}{>} \newcommand{\lt}{<} \newcommand{\map}{\mapsto} \newcommand{\embedsin}{\hookrightarrow} \newcommand{\Alpha}{A} \newcommand{\Beta}{B} \newcommand{\Zeta}{Z} \newcommand{\Eta}{H} \newcommand{\Iota}{I} \newcommand{\Kappa}{K} \newcommand{\Mu}{M} \newcommand{\Nu}{N} \newcommand{\Rho}{P} \newcommand{\Tau}{T} \newcommand{\Upsi}{\Upsilon} \newcommand{\omicron}{o} \newcommand{\lang}{\langle} \newcommand{\rang}{\rangle} \newcommand{\Union}{\bigcup} \newcommand{\Intersection}{\bigcap} \newcommand{\Oplus}{\bigoplus} \newcommand{\Otimes}{\bigotimes} \newcommand{\Wedge}{\bigwedge} \newcommand{\Vee}{\bigvee} \newcommand{\coproduct}{\coprod} \newcommand{\product}{\prod} \newcommand{\closure}{\overline} \newcommand{\integral}{\int} \newcommand{\doubleintegral}{\iint} \newcommand{\tripleintegral}{\iiint} \newcommand{\quadrupleintegral}{\iiiint} \newcommand{\conint}{\oint} \newcommand{\contourintegral}{\oint} \newcommand{\infinity}{\infty} \newcommand{\bottom}{\bot} \newcommand{\minusb}{\boxminus} \newcommand{\plusb}{\boxplus} \newcommand{\timesb}{\boxtimes} \newcommand{\intersection}{\cap} \newcommand{\union}{\cup} \newcommand{\Del}{\nabla} \newcommand{\odash}{\circleddash} \newcommand{\negspace}{\!} \newcommand{\widebar}{\overline} \newcommand{\textsize}{\normalsize} \renewcommand{\scriptsize}{\scriptstyle} \newcommand{\scriptscriptsize}{\scriptscriptstyle} \newcommand{\mathfr}{\mathfrak} \newcommand{\statusline}[2]{#2} \newcommand{\tooltip}[2]{#2} \newcommand{\toggle}[2]{#2} % Theorem Environments \theoremstyle{plain} \newtheorem{theorem}{Theorem} \newtheorem{lemma}{Lemma} \newtheorem{prop}{Proposition} \newtheorem{cor}{Corollary} \newtheorem*{utheorem}{Theorem} \newtheorem*{ulemma}{Lemma} \newtheorem*{uprop}{Proposition} \newtheorem*{ucor}{Corollary} \theoremstyle{definition} \newtheorem{defn}{Definition} \newtheorem{example}{Example} \newtheorem*{udefn}{Definition} \newtheorem*{uexample}{Example} \theoremstyle{remark} \newtheorem{remark}{Remark} \newtheorem{note}{Note} \newtheorem*{uremark}{Remark} \newtheorem*{unote}{Note} %------------------------------------------------------------------- \begin{document} %------------------------------------------------------------------- \section*{special characters} \hypertarget{special_characters}{}\section*{{Special characters}}\label{special_characters} \noindent\hyperlink{introduction}{Introduction}\dotfill \pageref*{introduction} \linebreak \noindent\hyperlink{text_symbols}{Text symbols}\dotfill \pageref*{text_symbols} \linebreak \noindent\hyperlink{mathematical_symbols}{Mathematical symbols}\dotfill \pageref*{mathematical_symbols} \linebreak \noindent\hyperlink{a}{A}\dotfill \pageref*{a} \linebreak \noindent\hyperlink{b}{B}\dotfill \pageref*{b} \linebreak \noindent\hyperlink{c}{C}\dotfill \pageref*{c} \linebreak \noindent\hyperlink{d}{D}\dotfill \pageref*{d} \linebreak \noindent\hyperlink{e}{E}\dotfill \pageref*{e} \linebreak \noindent\hyperlink{f}{F}\dotfill \pageref*{f} \linebreak \noindent\hyperlink{g}{G}\dotfill \pageref*{g} \linebreak \noindent\hyperlink{h}{H}\dotfill \pageref*{h} \linebreak \noindent\hyperlink{i}{I}\dotfill \pageref*{i} \linebreak \noindent\hyperlink{j}{J}\dotfill \pageref*{j} \linebreak \noindent\hyperlink{k}{K}\dotfill \pageref*{k} \linebreak \noindent\hyperlink{l}{L}\dotfill \pageref*{l} \linebreak \noindent\hyperlink{m}{M}\dotfill \pageref*{m} \linebreak \noindent\hyperlink{n}{N}\dotfill \pageref*{n} \linebreak \noindent\hyperlink{o}{O}\dotfill \pageref*{o} \linebreak \noindent\hyperlink{p}{P}\dotfill \pageref*{p} \linebreak \noindent\hyperlink{q}{Q}\dotfill \pageref*{q} \linebreak \noindent\hyperlink{r}{R}\dotfill \pageref*{r} \linebreak \noindent\hyperlink{s}{S}\dotfill \pageref*{s} \linebreak \noindent\hyperlink{t}{T}\dotfill \pageref*{t} \linebreak \noindent\hyperlink{u}{U}\dotfill \pageref*{u} \linebreak \noindent\hyperlink{v}{V}\dotfill \pageref*{v} \linebreak \noindent\hyperlink{w}{W}\dotfill \pageref*{w} \linebreak \noindent\hyperlink{x}{X}\dotfill \pageref*{x} \linebreak \noindent\hyperlink{y}{Y}\dotfill \pageref*{y} \linebreak \noindent\hyperlink{z}{Z}\dotfill \pageref*{z} \linebreak \hypertarget{introduction}{}\subsection*{{Introduction}}\label{introduction} This page is to help you copy and paste special characters if you want them. For the moment, it is discouraged to put these in \href{http://ncatlab.org/nlab/show/HowTo#naming}{page names}, although you may want to use them in [[redirected pages]]. It is also usually better to use iTeX when appropriate (mathematical characters outside of wiki links). \hypertarget{text_symbols}{}\subsection*{{Text symbols}}\label{text_symbols} (more to come!) \hypertarget{mathematical_symbols}{}\subsection*{{Mathematical symbols}}\label{mathematical_symbols} These are alphabetical by the \LaTeX\xspace name. If you don't know the \LaTeX\xspace name, try \href{http://detexify.kirelabs.org/}{Detexify} (requires Javascript). Not included are commands like {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~arccos}} that produce ASCII, commands like {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~textbullet}} that are meant for text mode (use mathmode's {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bullet}} instead), and commands like {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Bbbk}} that produce font and size variants. Although this is not intended as a list of iTeX commands (since the \href{http://xbeta.org/wiki/show/itex}{itex symbols list} is pretty comprehensive and well-organised), inevitably people will use it that way too. So please place an asterisk by names that are \emph{not} recognised by iTeX (which you will discover for yourself when you add it). Remember to use iTeX itself when appropriate. You mostly will only need to copy and paste these symbols to produce redirects (and most of the time you shouldn't have to come here since the symbol will be on the page already). \hypertarget{a}{}\subsubsection*{{A}}\label{a} \begin{itemize}% \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~aleph}}: $\aleph$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~alpha}}: $\alpha$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~amalg}}: $\amalg$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~angle}}: $\angle$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~approx}}: $\approx$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~approxcolon}}: (no single Unicode character) \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~approxcoloncolon}}: (no single Unicode character) \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~approxeq}}: $\approxeq$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ast}}: $∗$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~asymp}}: $\asymp$ \end{itemize} \hypertarget{b}{}\subsubsection*{{B}}\label{b} \begin{itemize}% \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~backepsilon}}: $\backepsilon$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~backprime}}: $\backprime$ (outside of the superscript) \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~backsim}}: $\backsim$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~backsimeq}}: $\backsimeq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~backslash}}: $\backslash$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~baro}}: $⌽$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~barwedge}}: $⌅$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bbslash}}: $⑊$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~because}}: $\because$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~beta}}: $\beta$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~beth}}: $\beth$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~between}}: $\between$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bigbox}}: $⬜$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bigcap}}: $\bigcap$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bigcirc}}: $\bigcirc$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bigcup}}: $\bigcup$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~biginterleave}}: $⫼$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bigodot}}: $\bigodot$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bigoplus}}: $\bigoplus$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bigotimes}}: $\bigotimes$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bigparallel}}: $║$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bigsqcap}}: $⨅$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bigsqcup}}: $\bigsqcup$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bigstar}}: $\bigstar$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bigtriangledown}}: $\bigtriangledown$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bigtriangleup}}: $\bigtriangleup$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~biguplus}}: $\biguplus$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bigvee}}: $\bigvee$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bigwedge}}: $\bigwedge$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~binampersand}}: $\&$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bindnasrepma}}: $\parr$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~blacklozenge}}: $\blacklozenge$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~blacksquare}}: $\blacksquare$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~blacktriangle}}: $\blacktriangle$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~blacktriangledown}}: $\blacktriangledown$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~blacktriangleleft}}: $◂$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~blacktriangleright}}: $▸$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bot}}: $\bot$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bottom}}: $\bottom$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bowtie}}: $\bowtie$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Box}}: $\Box$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~boxast}}: $⧆$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~boxbox}}: $⧈$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~boxbslash}}: $⧅$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~boxcircle}}: $⧇$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~boxdot}}: $⊡$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~boxempty}}: $\Box$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~boxminus}}: $\boxminus$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~boxplus}}: $\boxplus$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~boxslash}}: $⧄$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~boxtimes}}: $\boxtimes$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bullet}}: $\bullet$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~bumpeq}}: $\bumpeq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Bumpeq}}: $\Bumpeq$ \end{itemize} \hypertarget{c}{}\subsubsection*{{C}}\label{c} \begin{itemize}% \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~cap}}: $\cap$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Cap}}: $⋒$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~cdot}}: $\cdot$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~cdotp}}: $\cdot$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~cdots}}: $\cdots$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~centerdot}}: $·$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~checkmark}}: $✓$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~chi}}: $\chi$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~circ}}: $\circ$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~circeq}}: $\circeq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~circlearrowleft}}: $\circlearrowleft$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~circlearrowright}}: $\circlearrowright$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~circledast}}: $⊛$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~circledcirc}}: $⊚$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~circleddash}}: $\circleddash$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~circledR}}: $®$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~circledS}}: $Ⓢ$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~clubsuit}}: $\clubsuit$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~complement}}: $∁$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~coloneq}}: $\coloneq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~coloneqq}}: $\coloneqq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~cong}}: $\cong$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~coprod}}: $\coprod$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~copyright}}: $©$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~cup}}: $\cup$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Cup}}: $⋓$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~curlyeqprec}}: $\curlyeqprec$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~curlyeqsucc}}: $\curlyeqsucc$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~curlyvee}}: $⋎$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~curlywedge}}: $⋏$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~curvearrowleft}}: $\curvearrowleft$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~curvearrowright}}: $\curvearrowright$ \end{itemize} \hypertarget{d}{}\subsubsection*{{D}}\label{d} \begin{itemize}% \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~dag}}: $\dagger$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~dagger}}: $\dagger$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~daleth}}: $ℸ$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~dasharrow}}: $\dashrightarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~dashleftarrow}}: $\dashleftarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~dashrightarrow}}: $\dashrightarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~dashv}}: $\dashv$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ddag}}: $\ddagger$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ddagger}}: $\ddagger$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ddots}}: $\ddots$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~degree}}: $°$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~delta}}: $\delta$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Delta}}: $\Delta$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~diagdown}}: $\setminus$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~diagup}}: $∕$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~diamond}}: $\diamond$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Diamond}}: $\Diamond$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~diamondsuit}}: $\diamondsuit$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~digamma}}: $\digamma$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~div}}: $\div$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~divideontimes}}: $⋇$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~doteq}}: $\doteq$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Doteq}}: $\doteqdot$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~doteqdot}}: $\doteqdot$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~dotplus}}: $∔$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~dots}}: $\dots$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~doublecap}}: $⋒$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~doublecup}}: $⋓$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~doublebarwedge}}: $⌆$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~downarrow}}: $\downarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Downarrow}}: $\Downarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~downdownarrows}}: $\downdownarrows$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~downharpoonleft}}: $\downharpoonleft$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~downharpoonright}}: $\downharpoonright$ \end{itemize} \hypertarget{e}{}\subsubsection*{{E}}\label{e} \begin{itemize}% \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ell}}: $\ell$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~emptyset}}: $\emptyset$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~epsilon}}: $\epsilon$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~eqcirc}}: $\eqcirc$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~eqsim}}: $≂$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~eqslantgtr}}: $\eqslantgtr$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~eqslantless}}: $\eqslantless$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~equiv}}: $\equiv$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~eta}}: $\eta$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~eth}}: $\eth$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~exists}}: $\exists$ \end{itemize} \hypertarget{f}{}\subsubsection*{{F}}\label{f} \begin{itemize}% \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~fallingdotseq}}: $\fallingdotseq$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~fatsemi}}: $⨟$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~fint}}: $⨍$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Finv}}: $Ⅎ$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~flat}}: $\flat$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~forall}}: $\forall$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~frown}}: $\frown$ \end{itemize} \hypertarget{g}{}\subsubsection*{{G}}\label{g} \begin{itemize}% \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Game}}: $⅁$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~gamma}}: $\gamma$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Gamma}}: $\Gamma$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ge}}: $\ge$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~geq}}: $\geq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~geqq}}: $\geqq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~geqslant}}: $\geqslant$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~gets}}: $\leftarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~gg}}: $\gg$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ggg}}: $\ggg$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~gggtr}}: $\ggg$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~gimel}}: $ℷ$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~gnapprox}}: $\gnapprox$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~gneq}}: $\gneq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~gneqq}}: $\gneqq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~gnsim}}: $\gnsim$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~gt}}: $\gt$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~gtrapprox}}: $\gtrapprox$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~gtrdot}}: $\gtrdot$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~gtreqless}}: $\gtreqless$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~gtreqqless}}: $\gtreqqless$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~gtrless}}: $\gtrless$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~gtrsim}}: $\gtrsim$ \end{itemize} \hypertarget{h}{}\subsubsection*{{H}}\label{h} \begin{itemize}% \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~hbar}}: $\hbar$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~hdots}}: $\cdots$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~heartsuit}}: $\heartsuit$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~hookleftarrow}}: $\hookleftarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~hookrightarrow}}: $\hookrightarrow$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~hslash}}: $\hbar$ \end{itemize} \hypertarget{i}{}\subsubsection*{{I}}\label{i} \begin{itemize}% \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~iff}}: $⟺$ (present but incorrect in iTeX) \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~iiiint}}: $\iiiint$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~iiint}}: $\iiint$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~iint}}: $\iint$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Im}}: $\Im$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~imath}}: $\imath$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~implies}}: $\implies$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~in}}: $\in$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~infty}}: $\infty$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~inplus}}: $⨭$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~int}}: $\int$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~intercal}}: $⊺$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~interleave}}: $⫴$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~iota}}: $\iota$ \end{itemize} \hypertarget{j}{}\subsubsection*{{J}}\label{j} \begin{itemize}% \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~jmath}}: $\jmath$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Join}}: $\bowtie$ \end{itemize} \hypertarget{k}{}\subsubsection*{{K}}\label{k} \begin{itemize}% \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~kappa}}: $\kappa$ \end{itemize} \hypertarget{l}{}\subsubsection*{{L}}\label{l} \begin{itemize}% \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lambda}}: $\lambda$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Lambda}}: $\Lambda$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~land}}: $\wedge$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~langle}}: $\langle$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lceil}}: $\lceil$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ldots}}: $\ldots$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~le}}: $\le$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~leadsto}}: $↝$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~leftarrow}}: $\leftarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Leftarrow}}: $\Leftarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~leftarrowtail}}: $\leftarrowtail$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~leftarrowtriangle}}: $⇽$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~leftharpoondown}}: $↼$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~leftharpoonup}}: $↽$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~leftleftarrows}}: $\leftleftarrows$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~leftrightarrow}}: $\leftrightarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Leftrightarrow}}: $\Leftrightarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~leftrightarrows}}: $\leftrightarrows$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~leftrightarrowtriangle}}: $⇿$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~leftrightharpoons}}: $\leftrightharpoons$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~leftrightsquigarrow}}: $\leftrightsquigarrow$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~leftslice}}: $⪦$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~leftthreetimes}}: $⋋$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~leq}}: $\leq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~leqq}}: $\leqq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~leqslant}}: $\leqslant$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lessapprox}}: $\lessapprox$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lessdot}}: $\lessdot$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lesseqgtr}}: $\lesseqgtr$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lesseqqgtr}}: $\lesseqqgtr$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lessgtr}}: $\lessgtr$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lesssim}}: $\lesssim$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lfloor}}: $\lfloor$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lgroup}}: $〔$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lhd}}: $\lhd$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~LHD}}: $◄$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lightning}}: $☇$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ll}}: $\ll$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~llbracket}}: $⟦$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Lleftarrow}}: $\Lleftarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lll}}: $\lll$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~llless}}: $\lll$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~llparenthesis}}: $⦇$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lmoustache}}: $⎰$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lnapprox}}: $\lnapprox$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lneq}}: $\lneq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lneqq}}: $\lneqq$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lnot}}: $\neg$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lnsim}}: $\lnsim$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~longleftarrow}}: $\longleftarrow$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Longleftarrow}}: $⟸$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~longleftrightarrow}}: $⟷$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Longleftrightarrow}}: $⟺$ (present but incorrect in iTeX) \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~longmapsfrom}}: $↤$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Longmapsfrom}}: $⤆$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~longmapsto}}: $↦$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Longmapsto}}: $⤇$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~longrightarrow}}: $\longrightarrow$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Longrightarrow}}: $⟹$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~looparrowleft}}: $\looparrowleft$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~looparrowright}}: $\looparrowright$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lor}}: $\vee$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lozenge}}: $\lozenge$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Lsh}}: $\Lsh$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lt}}: $\lt$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ltimes}}: $\ltimes$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lvert}}: $\vert$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~lVert}}: $\Vert$ \end{itemize} \hypertarget{m}{}\subsubsection*{{M}}\label{m} \begin{itemize}% \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~mapsfrom}}: $↤$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Mapsfrom}}: $⤆$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~mapsto}}: $\mapsto$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Mapsto}}: $⤇$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~mathellipsis}}: $\ldots$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~mathparagraph}}: $¶$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~mathsection}}: $§$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~mathsterling}}: $£$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~measuredangle}}: $\measuredangle$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~merge}}: $⨇$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~mho}}: $\mho$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~mid}}: $\mid$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~models}}: $\models$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~mp}}: $\mp$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~mu}}: $\mu$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~multimap}}: $\multimap$ \end{itemize} \hypertarget{n}{}\subsubsection*{{N}}\label{n} \begin{itemize}% \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nabla}}: $\nabla$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~napprox}}: $≉$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~natural}}: $\natural$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ncong}}: $\ncong$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ne}}: $\ne$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nearrow}}: $\nearrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~neg}}: $\neg$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~neq}}: $\neq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nequiv}}: $\nequiv$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nexists}}: $\nexists$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ngeq}}: $\ngeq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ngtr}}: $\ngtr$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ni}}: $\ni$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nin}}: $\notin$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~niplus}}: $⨮$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nleftarrow}}: $\nleftarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nLeftarrow}}: $\nLeftarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nleftrightarrow}}: $\nleftrightarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nLeftrightarrow}}: $\nLeftrightarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nleq}}: $\nleq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nless}}: $\nless$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nmid}}: $\nmid$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~notin}}: $\notin$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nparallel}}: $\nparallel$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nprec}}: $\nprec$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nrightarrow}}: $\nrightarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nRightarrow}}: $\nRightarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nsim}}: $\nsim$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nsimeq}}: $≄$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nsubseteq}}: $\nsubseteq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nsucc}}: $\nsucc$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nsupseteq}}: $\nsupseteq$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ntriangleleft}}: $⋪$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ntrianglelefteq}}: $⋬$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ntriangleright}}: $⋫$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ntrianglerighteq}}: $⋭$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nu}}: $\nu$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nvdash}}: $\nvdash$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nvDash}}: $\nvDash$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nVdash}}: $⊮$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nVDash}}: $\nVDash$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~nwarrow}}: $\nwarrow$ \end{itemize} \hypertarget{o}{}\subsubsection*{{O}}\label{o} \begin{itemize}% \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~oast}}: $⊛$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~obar}}: $⦶$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~oblong}}: $⫾$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ocircle}}: $⊚$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~odot}}: $\odot$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ogreaterthan}}: $⧁$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ohm}}: $\Omega$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~oiiint}}: $∰$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~oiint}}: $∯$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~oint}}: $\oint$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ointclockwise}}: $∲$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ointcounterclockwise}}: $∳$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~olessthan}}: $⧀$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~omega}}: $\omega$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Omega}}: $\Omega$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~ominus}}: $⊖$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~oplus}}: $\oplus$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~oslash}}: $⊘$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~otimes}}: $\otimes$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~owns}}: $\ni$ \end{itemize} \hypertarget{p}{}\subsubsection*{{P}}\label{p} \begin{itemize}% \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~P}}: $¶$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~parallel}}: $\parallel$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~partial}}: $\partial$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~permil}}: $‰$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~perp}}: $\perp$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~phi}}: $\phi$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Phi}}: $\Phi$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~pi}}: $\pi$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Pi}}: $\Pi$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~pitchfork}}: $\pitchfork$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~pm}}: $\pm$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~pounds}}: $£$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~prec}}: $\prec$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~precapprox}}: $\precapprox$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~preccurlyeq}}: $\preccurlyeq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~preceq}}: $\preceq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~precnapprox}}: $\precnapprox$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~precneqq}}: $⪵$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~precnsim}}: $\precnsim$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~precsim}}: $\precsim$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~prime}}: $\prime$ (outside of the superscript) \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Prime}}: $″$ (outside of the superscript) \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~prod}}: $\prod$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~propto}}: $\propto$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~psi}}: $\psi$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Psi}}: $\Psi$ \end{itemize} \hypertarget{q}{}\subsubsection*{{Q}}\label{q} \begin{itemize}% \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~qprime}}: $⁗$ (outside of the superscript) \end{itemize} \hypertarget{r}{}\subsubsection*{{R}}\label{r} \begin{itemize}% \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rangle}}: $\rangle$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rceil}}: $\rceil$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Re}}: $\Re$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~restriction}}: $\upharpoonright$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rfloor}}: $\rfloor$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rgroup}}: $〕$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rhd}}: $\rhd$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~RHD}}: $►$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rho}}: $\rho$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rightarrow}}: $\rightarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Rightarrow}}: $\Rightarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rightarrowtail}}: $\rightarrowtail$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rightarrowtriangle}}: $⇾$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rightharpoondown}}: $⇁$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rightharpoonup}}: $⇀$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rightleftarrows}}: $\rightleftarrows$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rightleftharpoons}}: $\rightleftharpoons$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rightrightarrows}}: $\rightrightarrows$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rightslice}}: $⪧$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rightsquigarrow}}: $\rightsquigarrow$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rightthreetimes}}: $⋌$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~risingdotseq}}: $\risingdotseq$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rmoustache}}: $⎱$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rrbracket}}: $⟧$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Rrightarrow}}: $\Rrightarrow$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rrparenthesis}}: $⦈$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Rsh}}: $\Rsh$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rtimes}}: $\rtimes$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rvert}}: $\vert$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~rVert}}: $\Vert$ \end{itemize} \hypertarget{s}{}\subsubsection*{{S}}\label{s} \begin{itemize}% \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~S}}: $§$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~searrow}}: $\searrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~setminus}}: $\setminus$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~sharp}}: $\sharp$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~sigma}}: $\sigma$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Sigma}}: $\Sigma$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~sim}}: $\sim$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~simeq}}: $\simeq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~smallsetminus}}: $\smallsetminus$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~smile}}: $\smile$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~spadesuit}}: $\spadesuit$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~sphericalangle}}: $\sphericalangle$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~sqcap}}: $\sqcap$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~sqcup}}: $\sqcup$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~sqsubset}}: $\sqsubset$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~sqsubseteq}}: $\sqsubseteq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~sqsupset}}: $\sqsupset$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~sqsupseteq}}: $\sqsupseteq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~square}}: $\square$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~sslash}}: $\sslash$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~star}}: $\star$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~subset}}: $\subset$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Subset}}: $\Subset$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~subseteq}}: $\subseteq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~subseteqq}}: $\subseteqq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~subsetneq}}: $\subsetneq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~subsetneqq}}: $\subsetneqq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~succ}}: $\succ$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~succapprox}}: $\succapprox$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~succcurlyeq}}: $\succcurlyeq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~succeq}}: $\succeq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~succnapprox}}: $\succnapprox$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~succneqq}}: $⪶$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~succnsim}}: $\succnsim$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~succsim}}: $\succsim$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~sum}}: $\sum$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~supset}}: $\supset$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Supset}}: $\Supset$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~supseteq}}: $\supseteq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~supseteqq}}: $\supseteqq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~supsetneq}}: $\supsetneq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~supsetneqq}}: $\supsetneqq$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~surd}}: $√$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~swarrow}}: $\swarrow$ \end{itemize} \hypertarget{t}{}\subsubsection*{{T}}\label{t} \begin{itemize}% \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~talloblong}}: $⫿$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~tau}}: $\tau$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~therefore}}: $\therefore$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~theta}}: $\theta$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Theta}}: $\Theta$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~times}}: $\times$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~to}}: $\to$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~top}}: $\top$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~tprime}}: $‴$ (outside of the superscript) \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~triangle}}: $\triangle$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~triangledown}}: $\triangledown$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~triangleleft}}: $\triangleleft$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~trianglelefteq}}: $⊴$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~triangleq}}: $≜$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~triangleright}}: $\triangleright$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~trianglerighteq}}: $⊵$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~twoheadleftarrow}}: $\twoheadleftarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~twoheadrightarrow}}: $\twoheadrightarrow$ \end{itemize} \hypertarget{u}{}\subsubsection*{{U}}\label{u} \begin{itemize}% \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~unlhd}}: $\unlhd$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~unrhd}}: $\unrhd$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~uparrow}}: $\uparrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Uparrow}}: $\Uparrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~updownarrow}}: $\updownarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Updownarrow}}: $\Updownarrow$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~upharpoonleft}}: $\upharpoonleft$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~upharpoonright}}: $\upharpoonright$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~uplus}}: $\uplus$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~upsilon}}: $\upsilon$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Upsilon}}: $\Upsilon$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~upuparrows}}: $\upuparrows$ \end{itemize} \hypertarget{v}{}\subsubsection*{{V}}\label{v} \begin{itemize}% \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~varepsilon}}: $\varepsilon$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~varkappa}}: $\varkappa$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~varnothing}}: $\varnothing$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~varphi}}: $\varphi$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~varpi}}: $\varpi$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~varpropto}}: $\varpropto$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~varrho}}: $\varrho$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~varsigma}}: $\varsigma$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~vartheta}}: $\vartheta$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~vdash}}: $\vdash$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~vDash}}: $\vDash$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Vdash}}: $\Vdash$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~VDash}}: $\VDash$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~vdots}}: $\vdots$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~vee}}: $\vee$ \item * {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~veebar}}: $⊻$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~vert}}: $\vert$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Vert}}: $\Vert$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Vvdash}}: $\Vvdash$ \end{itemize} \hypertarget{w}{}\subsubsection*{{W}}\label{w} \begin{itemize}% \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~wedge}}: $\wedge$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~wp}}: $\wp$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~wr}}: $\wr$ \end{itemize} \hypertarget{x}{}\subsubsection*{{X}}\label{x} \begin{itemize}% \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~xi}}: $\xi$ \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~Xi}}: $\Xi$ \end{itemize} \hypertarget{y}{}\subsubsection*{{Y}}\label{y} \hypertarget{z}{}\subsubsection*{{Z}}\label{z} \begin{itemize}% \item {\colorbox[rgb]{1.00,0.93,1.00}{\tt ~zeta}}: $\zeta$ \end{itemize} category: meta [[!redirects unicode]] [[!redirects Unicode]] [[!redirects special character]] [[!redirects special characters]] \end{document}