ratatui_core/symbols/
half_block.rs

1pub const UPPER: char = '▀';
2pub const LOWER: char = '▄';
3pub const FULL: char = '█';