processing - How to display emoji's in a sketch? -


i have following method in draw() method:

pfont f = createfont("arial",size,true); textfont(f,size);  text(char(symbol), x, y); 

where symbol integer unicode range of emojis's 128512-128591.

but output displays empty blocks instead of emoji.

what correct way this? , how can display rich emoji's liek found in mobile apps etc.?


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -