Why Nostr? What is Njump?
2023-12-03 15:40:55

James Edwards on Nostr: The unicode presentation selector FE0E can be used to stop iOS replacing standard ...

The unicode presentation selector FE0E can be used to stop iOS replacing standard unicode glyphs with emojis, for example:

```
[aria-checked="false"] > i::before {
content: "\2610\fe0e";
}
[aria-checked="true"] > i::before {
content: "\2611\fe0e";
}
```

This is useful because emojis can't inherit CSS colors, so they're not the same color as surrounding text, and might not have good contrast. And they rarely make good functional icons anyway, when that's what you wanted the glyph for.
Author Public Key
npub1t4u2jqzxdjr66fmdkvfgggs08tpkz8uagr2wp7dd4058vuantc9qdu07pz