* Add Characters (#1701)

- NEUTRAL FACE (`U+1F610`).
- FACE WITHOUT MOUTH (`U+1F636`).
- SLIGHTLY FROWNING FACE (`U+1F641`).
- SLIGHTLY SMILING FACE (`U+1F642`).
- UPSIDE-DOWN FACE (`U+1F643`).
This commit is contained in:
John McWilliams 2023-05-03 14:29:39 -04:00 committed by GitHub
parent bf0f3c84f7
commit 6ab33a385a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 2 deletions

View file

@ -8,6 +8,7 @@ export async function collectBlockData() {
[[0x10780, 0x107bf], "Latin Extended-F"],
[[0x1df00, 0x1dfff], "Latin Extended-G"],
[[0x1e030, 0x1e08f], "Cyrillic Extended-D"],
[[0x1f600, 0x1f64f], "Emoticons"],
[[0x1fa70, 0x1faff], "Symbols and Pictographs Extended-A"],
[[0x1fb00, 0x1fbff], "Symbols for Legacy Computing"]
];