html {
  font-size: 1em;
  line-height: 1.25em;
}

li {
  list-style-type: "😍";
}

/* OR */

li::marker {
  content: "😍";
}
