[digraph] add arrow for injective fn

This commit is contained in:
Julin S 2022-05-03 11:02:29 +05:30
parent 513425585a
commit c9f6d6147a
2 changed files with 6 additions and 0 deletions

View File

@ -274,8 +274,11 @@
((?j ?z) . ?\x292) ; ʒ
; arrow
; https://en.wikipedia.org/wiki/Arrows_(Unicode_block)
((?= ?^) . ?\x21d1) ; ⇑
((?= ?v) . ?\x21d3) ; ⇓
((?- ?<) . ?\x21a2) ; ↢
((?> ?-) . ?\x21a3) ; ↣
; Invisible unicode
((?Z ?W) . ?\x200b) ; ZWS: https://en.wikipedia.org/wiki/Zero-width_space

View File

@ -286,8 +286,11 @@ digr jz 658 " ʒ
" ɜ reversed open e
"" Arrows
""" https://en.wikipedia.org/wiki/Arrows_(Unicode_block)
digr =^ 8657 " ⇑
digr =v 8659 " ⇓
digr -< 8610 " ↢
digr >- 8611 " ↣
" Invisible unicode
digr ZW 8203 " ZWS: https://en.wikipedia.org/wiki/Zero-width_space