-
Rust연습]자연수 유니코드ℕ Unicode번호(16진수)알아보기코딩Coding/Rust연습 2022. 3. 23. 15:35728x90
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반응형'코딩Coding > Rust연습' 카테고리의 다른 글
Rust연습] 섀도 변수 y를 생성하는 match 표현식 (0) 2022.04.11 Rust연습] Some(String) Some(_) 연습 (0) 2022.04.11 rust 연습] iter(), zip() 연습 (0) 2022.04.11 Rust연습] 16진수출력❤️HexRGB(Color) 연습출처 : Rust 101 - Lecture 1 (0) 2022.04.04 Rust연습-curves_rs::canvas,pixel by (0) 2022.02.03 Rust연습]Easy Rust 024: Control flow 1(match+if) (0) 2021.12.12 [Rust연습]Easy Rust 024: Control flow 1(if, else if, else) (0) 2021.12.12 RUST연습]Easy Rust 022: Vecs (0) 2021.12.12