mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 19:45:24 +00:00
12 lines
239 B
Python
12 lines
239 B
Python
# 16.05.24
|
||
|
||
misc_symbols_mapping = {
|
||
'↻': 'clockwise',
|
||
'↺': 'counterclockwise',
|
||
'⇒': 'implies',
|
||
'⇐': 'is implied by',
|
||
'⇑': 'upward',
|
||
'⇓': 'downward',
|
||
'∽': 'similar to',
|
||
'∼': 'approximately'
|
||
} |