Help for this page

Select Code to Download


  1. or download this
    ... difficult to tell them apart; e.g. <tt>&#129489;</tt> & <tt>&#1281
    +04;</tt>.
    
  2. or download this
    C:\> perl -e "printf q{%X}, 129489"
    1F9D1
    C:\> perl -e "printf q{%d}, 0x1F9D1"
    129489