\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

  1. \unicode{x263a}
    $ \unicode{x263a} $
  2. \unicode[.55,0.05]{x22D6}
    $ \unicode[.55,0.05]{x22D6} $
  3. \unicode[.55,0.05][Geramond]{x22D6}
    $ \unicode[.55,0.05][Geramond]{x22D6} $
  4. \unicode[Geramond]{x22D6}
    $ \unicode[Geramond]{x22D6} $
Advertisements