nm = Block[{wo = 1},
   Table[Graphics[{Style[Text[wo], 150 \[Theta], FontFamily -> "굴림"]},
      ImageSize -> {400, 400}, PlotRange -> 1], {\[Theta], 0, 2, 0.05}]
   ];
ListAnimate[nm]
Output
Export["one.gif", nm]
one.gif