
\unicode - Tex Command
unicode
\unicode - Used to implement a \unicode{} extension to TEX that allows arbitrary unicode code points to be entered in mathematics.
SYNOPSIS
{ \unicode[optHeight,optDepth][optFont]#1 }
DESCRIPTION
\unicode command implements a \unicode{} extension to TEX that allows arbitrary unicode code points to be entered in mathematics.
EXAMPLE
-
\unicode{x263a}
$ \unicode{x263a} $ -
\unicode[.55,0.05]{x22D6}
$ \unicode[.55,0.05]{x22D6} $ -
\unicode[.55,0.05][Geramond]{x22D6}
$ \unicode[.55,0.05][Geramond]{x22D6} $ -
\unicode[Geramond]{x22D6}
$ \unicode[Geramond]{x22D6} $
Advertisements