Created
October 6, 2019 20:40
-
-
Save mkuehle/c4b17c3cf504ce29ec3713e8af8f742f to your computer and use it in GitHub Desktop.
Dart Rune Type
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void main() { | |
Runes input = new Runes('\u{1f600}' '\u{1f499}' '\u{1f44d}'); | |
print(new String.fromCharCodes(input)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment