Skip to content

Instantly share code, notes, and snippets.

@mkuehle
Created October 6, 2019 20:40
Show Gist options
  • Save mkuehle/c4b17c3cf504ce29ec3713e8af8f742f to your computer and use it in GitHub Desktop.
Save mkuehle/c4b17c3cf504ce29ec3713e8af8f742f to your computer and use it in GitHub Desktop.
Dart Rune Type
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