Search for math symbols using either a Unicode character or its code point (U+...) as the input in the documentation's symbols reference page #452
amanuensisfrances
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Not really an answer to you question, but you can enter unicode symbols with \u{} if you know the code point. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to look for the Typst symbol name for the Unicode character ◅ (U+025C5) (or
\whitepointerleft
inLaTeX
) but I couldn't find it on the documentation's symbols reference page. It would be a nice feature to be able to search for math symbols using either a Unicode character or its code point (U+...) as the input. (For example, there's this website for converting a Unicode character to aLaTeX
expression.)Beta Was this translation helpful? Give feedback.
All reactions