unicodeアート
https://twitter.com/nagayama/status/1320916731603210240 https://gyazo.com/ad1538c2a9ff8e44546d5c711fb6e143
code:unicode.js
t=0//#つぶやきProcessing
draw=_=>{createCanvas(W=600,W)
t++
textAlign(CENTER, CENTER)
textSize(25)
for(y=0;y<30;y++)for(x=0;x<30;x++)text(String.fromCodePoint(9632+int(noise(x/20,y/20,t/200)*30)),x*20+10,y*20+10)}