emoji(Unicode emoji āđāļĨāļ° LINE emoji) āđāļāļĒāļĢāļ°āļāļļāđāļāđāļŠāļđāļāļŠāļļāļ 2,000 āļāļąāļ§āļāļąāļāļĐāļĢ
āļŦāļĄāļēāļĒāđāļŦāļāļļ: Code āļāļĩāđāđāļŠāļāļāđāļ LINE emoji āļāļ·āļ Hex code point āļāļķāđāļāđāļĢāļēāļāļ°āļāđāļāļāđāļāļĨāļāđāļŦāđāļāļĒāļđāđāđāļāļĢāļđāļāđāļāļāļāļāļ Hex UTF-16 Surrogates āļāđāļāļāļāļģāđāļāđāļāđ āđāļāļĒāļŠāļēāļĄāļēāļĢāļāđāļāļĨāļāđāļāđāļāļĩāđāđāļ§āđāļ http://www.ltg.ed.ac.uk/~richard/utf-8.cgi
var msg ="\uDBC0\uDC49 This Holiday Season, get 30% off all products \uD83C\uDF84"sendLineNotify(msg,tokens);functionsendLineNotify(msg,tokens) { var picURL ='http://drive.google.com/uc?export=view&id='+url; var formData = { 'message': msg,'imageThumbnail': picURL,'imageFullsize': picURL}var options = {"method":"post","payload": formData,"headers": {"Authorization":"Bearer "+ tokens}};UrlFetchApp.fetch("https://notify-api.line.me/api/notify", options);}}