Last active
February 21, 2017 22:26
-
-
Save electrovladyslav/9e40c8657b4245b758b490db6d8377f5 to your computer and use it in GitHub Desktop.
Emoji-code-04
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
// ZWJ-последовательность: семья (мужчина, девочка, девочка) | |
// U+1F468 + U+200D + U+1F467 + U+200D + U+1F467 | |
// 👨 + U+200D + 👧 + U+200D + 👧 | |
> 👨👧👧 // единый символ может не отображаться |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment