Apple - Convert single unicode character to png image
Using ImageMagick:
convert -pointsize 64 -font /System/Library/Fonts/Apple\ Symbols.ttf label:⦿ output.png
convert -background transparent -fill 'hsb(0%,0%,0%)' -font /System/Library/Fonts/Apple\ Symbols.ttf -pointsize 64 -size 200x200 -gravity center label:⦿ output.png
The way I would do it is by typing it in a graphics editor and rasterizing it to a png to whatever size I need. Why not use Gimp or Seashore?