Skip to content

Instantly share code, notes, and snippets.

@electrovladyslav
Last active February 26, 2017 12:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save electrovladyslav/cc041d679e1035594df30cd6dfbbab2a to your computer and use it in GitHub Desktop.
Save electrovladyslav/cc041d679e1035594df30cd6dfbbab2a to your computer and use it in GitHub Desktop.
Emoji-code-09
// ZWJ-последовательность: семья (мужчина, женщина, мальчик)
// U+1F468 + U+200D + U+1F469 + U+200D + U+1F466
[...'👨‍👩‍👦'] // ["👨", "‍", "👩", "‍", "👦"]
‘👨‍👩‍👦’.length // 8
// нейтральная семья
// U+1F46A
[...’👪’] // [’👪’]
’👪’.length // 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment