mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-05 18:36:41 +00:00
Add Unicode characters notes
This commit is contained in:
parent
a7138f04db
commit
e9425c19a4
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ Rust's `char` type is four bytes in size and represents a Unicode Scalar Value:
|
|||
|
||||
```rs
|
||||
let c: char = 'C'; // SINGLE QUOTES
|
||||
let c: char = '\u{261D}'; // Unicode Code Point U+261D
|
||||
```
|
||||
|
||||
### String Types
|
||||
|
|
Loading…
Add table
Reference in a new issue