I’ve always been awed by Unicode and in particular its UTF-8 encoding that does the seemingly impossible: representing virtually every possible character in every language while still being compatible with ASCII. That means that UTF-8 text containing only the “standard” ASCII characters is exactly the same as the same text written in ASCII. That and the wonderful story of how Ken Thompson devised the encoding on the back of a paper placemat at dinner with Rob Pike is the stuff of legends.
Unicode itself is simply a list of numbers (code points) each of which represents a specific character or glyph. Although UTF-8 is probably the most used encoding of those code points, for some languages—such as Chinese—it makes more sense to use the UTF-16 encoding or maybe even one of the others.
In any event, languages evolve, new symbols for things like monetary units are introduced, and even new emojis are created so Unicode continues to evolve and grow. The latest version of Unicode, Version 18.0, was just released. You can see the delta of the chart index here and the new emojis here.
Unless you have a need for one of the new characters, this news probably won’t effect you very much but it’s nice to know that the standard is a living document.