I need to create a font that has SVGs representing several emojis on it like this

I need to create a font that has SVGs representing several emojis on it like this one:

https://cfs3.monicavinader.com/files/original/6194042-motif-font.woff https://cfs3.monicavinader.com/files/original/6194046-motif-font.ttf

Note that each of the few characters that the font has on it correspond to an unicode emoji itself. It is not like fontawesome, you can type emotes on your phone and if it is one of the ones contained in the font then the one in the font will be used.

Is it possible to create it with Glyphs?

Thank you!

PS: I already have the SVGs to create the font

Have you seen this: glyphsapp.com/tutorials/creating-an-svg-color-font

I did, but I did not thought it was useful for me at first sight. I will read it carefully. Meanwhile, how can I know the emojis value in which I have to set each SVG ?

Those tutorials might help. You need to find the unicode that is assigned to the emoji.
glyphsapp.com/tutorials/unicode

Then look for that code in the list in Window > Glyph Info. There you can make a new glyph with that name/unicode combination. Or, if you have the glyph already, assign a “uni” name (uniXXXX for for digit codes and uXXXXX for five digits) to the glyph and Glyphs will automatically find the right name.

Or you just type/insert the emojis yourself in a text editor or something (or even in the Glyph > Add Glyphs dialog field), then select them and run the Unicodes to Glyph Names service, then you have the proper glyph names to paste in the Add Glyphs dialog (or to press Generate if you are already there). Read more about Services.