#How to show 「⪰」easily???
20 messages · Page 1 of 1 (latest)
New Feature Request: gt.curly.seq to represent "⪰"
(IMO) I think it's common symbol in math, sym should contain it.
Generally, searching for unicode characters here should show you if it exists, so apparently this doesn't. You can make a feature request for this on the Github repo so that it doesn't get lost (but search first if it may exist already).
I post an issue for this feature request here: https://github.com/typst/typst/issues/4057
The issue shall discuss a proper name for this symbol
I have sent a pr: https://github.com/typst/typst/pull/4059
This is used in relational algebra quite a bit, I used it there as well.
I use prec.eq I think, but this doesn't have what you want (the straight underline)
I didn't know succ.eq also shows ≽
so succ.seq could be a good name for ⪰
I added some comments to PR4059
👍
What does s in seq stand for?
It seems ≽ named "Succeeds or Equal To" and ⪰ named "Succeeds Above Single-Line Equals Sign"
U+227D is the unicode hex value of the character Succeeds or Equal To. Char U+227D, Encodings, HTML Entitys:≽,≽,≽, UTF-8 (hex), UTF-16 (hex), UTF-32 (hex)
U+2AB0 is the unicode hex value of the character Succeeds Above Single-Line Equals Sign. Char U+2AB0, Encodings, HTML Entitys:⪰,⪰,⪰, UTF-8 (hex), UTF-16 (hex), UTF-32 (hex)
great stuff to see 😄