U+1fb3f: upper middle left to lower right 🭊🬿
This commit is contained in:
parent
3c35999246
commit
182bc7b8f9
1 changed files with 1 additions and 1 deletions
|
|
@ -890,7 +890,7 @@ def braille(buf: BufType, width: int, height: int, which: int = 0) -> None:
|
|||
'🬼': [p(smooth_mosaic, a=(0, 0.75), b=(0.5, 1))],
|
||||
'🬽': [p(smooth_mosaic, a=(0, 0.75), b=(1, 1))],
|
||||
'🬾': [p(smooth_mosaic, a=(0, 0.5), b=(0.5, 1))],
|
||||
'🬿': [p(smooth_mosaic, a=(0, 0.5), b=(1, 1))],
|
||||
'🬿': [p(smooth_mosaic, a=(0, 0.25), b=(1, 1))],
|
||||
'🭀': [p(smooth_mosaic, a=(0, 0), b=(0.5, 1))],
|
||||
|
||||
'🭁': [p(smooth_mosaic, a=(0, 0.25), b=(0.5, 0))],
|
||||
|
|
|
|||
Loading…
Reference in a new issue