1
0
Fork 0
forked from AbleOS/ableos
ableos_time/ableos/src/unicode_utils.rs

6 lines
132 B
Rust
Raw Normal View History

#![allow(dead_code)]
2022-01-16 19:42:11 -06:00
pub const CONSOLE: &str = "\u{E795}";
2022-04-11 17:23:11 -05:00
pub const POWER_SIGN: &str = "\u{23FB}";
2022-04-12 18:17:48 -05:00
pub const LAMBDA: &str = "λ";