코딩Coding/Rust연습
Rust연습]자연수 유니코드ℕ Unicode번호(16진수)알아보기
내인생PLUS
2022. 3. 23. 15:35
728x90
fn main() {
let chars = 'ℕ';
let i = chars as u32;
println!("{i:x?}");
}
결과
2115
https://play.rust-lang.org/
rust연습]10진수 숫자 16진수로 알아보는 방법& 16진수를 10진수 숫자로 알아보는 방법 -
https://economiceco.tistory.com/m/13283
★★★Rust Toturial 로드맵(Road Map)첫시작!-★★★(총정리)Rustacean이 되어 보자!!Let's go! - https://economiceco.tistory.com/m/8614
반응형