#codepoints
*opens side of coat revealing an assortment of dubious looking unicode codepoints*
hey kid, wanna buy a non-breaking vertical space
August 28, 2025 at 11:54 AM
interestingly enough, because that emoji is multiple codepoints combined, #️⃣ by itself is a hashtag
February 29, 2024 at 2:51 AM
⠀
⠀ ⃤! this user is browsing unicode codepoints again
October 6, 2023 at 2:56 AM
unicode is a scam to sell more codepoints
October 26, 2023 at 4:21 AM
Someone asked me about the difference between UTF-8 and Unicode, here's my explanation in case others find it helpful.
February 14, 2025 at 10:10 PM
“smart quotes” are a scam by big unicode to sell more codepoints
September 5, 2023 at 5:08 PM
Hey! Just published **rTexPacker v5.0**!

Pack your sprites and font glyphs! Many new features: sprite tags, slicing, collider editor, manual positioning, codepoints loading from text, new UI style...🤯

And fits in a floppy disk! 😄

Try it online: raylibtech.itch.io/rtexpacker
April 28, 2025 at 6:50 AM
"none of these codepoints are in ASCII" is the new "none of these words are in the bible"
November 5, 2023 at 8:49 PM
If they are valid Unicode codepoints… 😈
January 24, 2026 at 4:57 AM
I've just remembered that the data type in Go for Unicode codepoints is called "rune", and I love it.
December 8, 2024 at 3:52 PM
September 25, 2026 at 8:00 AM
Codepoints would've been a much better choice, of course, but I didn't want to force JS clients (the most common type) to implement the utf8 spec to interact with richtext

WHAT I DIDNT FKIN KNOW is that JS *does* have a way to iterate codepoints, it's just fucking obscure:
String.prototype[@@iterator]() - JavaScript | MDN
The [@@iterator]() method of String values implements the iterable protocol and allows strings to be consumed by most syntaxes expecting iterables, such as the spread syntax and for...of loops. It ret...
developer.mozilla.org
May 8, 2024 at 10:05 PM
September 24, 2026 at 7:00 AM
September 23, 2026 at 6:00 PM
September 23, 2026 at 12:00 PM
ahhahahhaha javascript and davinci resolve don't count letters/characters/codepoints/graphemes the same way, fml
May 5, 2025 at 9:51 PM
the hand emoji you're using is comprised of 4 utf16 codepoints
January 16, 2024 at 7:01 PM
standby for ML-KEM only codepoints in TLS 1.3:
October 27, 2024 at 11:37 PM
hecate.pink/blog/2026/tr...

decided to record some history today
why the trans flag emoji uses the codepoints it uses
a tale about a young transgender intern
hecate.pink
January 7, 2026 at 7:34 PM
reason: this is the only single-codepoint utf-16 emoji that supports gender modifiers - all other gender-compatible emojis require at least two codepoints, which naive js string reverse will break
August 16, 2026 at 6:00 PM
I think a lot of confusion is coming from incorrect use of terminology. There are no such thing as "utf16 codepoints", there are "Unicode codepoints" that can be encoded into "UTF-16 code units"
January 16, 2024 at 7:00 PM
September 21, 2026 at 6:00 AM
#pwsh Adds the function EnumerateRunes() to String.

What's cool about it verses #powershell? You can enumerate text over *codepoints* instead of *chars*.

That means you don't have to deal with surrogate pairs.

You can find details here: learn.microsoft.com/en-us/dotnet...
January 12, 2025 at 11:34 PM
Ten codepoints!
Colon, period (full stop), vertical line, colon, and semicolon, plus a "Combining long stroke overlay" after each of those.
April 12, 2026 at 12:27 AM
I have once again been burned by something claiming to decode ASCII and not actually decoding to ASCII codepoints.

It's almost like no developers worry about code pages and codepoints anymore! Everyone has become complacent with UTF-8 and I have ancient serial devices to talk to.
January 15, 2025 at 7:04 AM