Emoji Font from Google, Apple, Microsoft

By Xah Lee. Date: . Last updated: .

Emoji Fonts

/* default emoji fonts */
.emoji {
 font-family:
  /* Google */ "Noto Color Emoji",
  /* Apple */ "Apple Color Emoji",
  /* Microsoft */ "Segoe UI Emoji";
}

Fonts for Unicode Symbols

sample unicode symbols: √ ≈ ≠ ∑ ∫ ∂ ′ ″ ⊕

/* default unicode symbols fonts */
.unicode-symbol {
 font-family:
  /* Google */ "Noto Sans Symbols",
  /* Apple */ "Apple Symbols",
  /* Microsoft */ "Segoe UI Symbol";
}