I tested emoticon in node.js in this way.
I do the same in my rails project but i was not able to send unicode like this. I don't know how to send emoticon in rails with LINE Message API.
messages.push(
type: 'text',
text: "\uDBC0\uDC84"
)