http://www.perlmonks.org?node_id=1084620


in reply to In base 1, the number after 0 is:

What is the name of ∅?

I've been looking but came up empty.

Replies are listed 'Best First'.
Re^2: In base 1, the number after 0 is:
by toolic (Bishop) on May 01, 2014 at 12:27 UTC

      Saturn looks like this:

      $ perl -Mopen=OUT,:utf8,:std -E '
          say "\N{SATURN} ", chr 0x2644;
      '
      ♄ ♄
      

      Chart with other astrological symbols: [Note: PDF link] http://www.unicode.org/charts/PDF/U2600.pdf

      ++ [delayed until Vote Fairy next visits] for link to that excellent obfuscation. :-)

      -- Ken

Re^2: In base 1, the number after 0 is:
by Tux (Canon) on May 01, 2014 at 14:04 UTC

    U02205 \N{EMPTY SET}


    Enjoy, Have FUN! H.Merijn