Skip to content

ciffelia/fluent-emoji

Repository files navigation

fluent-emoji

CI

Fluent Emoji as a Service

Note: Fluent Emoji is licensed under MIT Licence by Microsoft. This repository contains scripts to distribute the resources in an easy-to-use format. This project is not affiliated with Microsoft.

Usage

Calculate codepoints

console.log([...'🫠'].map((cp) => cp.codePointAt(0).toString(16)).join('-')); // => 1fae0

3D (WebP)

https://fluent-emoji.ciffelia.com/1fae0_3d.webp

melting face emoji (3D, WebP)

3D (SVG)

https://fluent-emoji.ciffelia.com/1fae0_color.svg

melting face emoji (3D, SVG)

Flat (SVG)

https://fluent-emoji.ciffelia.com/1fae0_flat.svg

melting face emoji (flat, SVG)

High Contrast (SVG)

https://fluent-emoji.ciffelia.com/1fae0_high-contrast.svg

melting face emoji (high contrast, SVG)

ZWJ Sequences

console.log([...'🙋🏻‍♀️'].map((cp) => cp.codePointAt(0).toString(16)).join('-')); // => 1f64b-1f3fb-200d-2640-fe0f
https://fluent-emoji.ciffelia.com/1f64b-1f3fb-200d-2640-fe0f_3d.webp

woman raising hand: light skin tone emoji (3D, WebP)