Skip to content

Instantly share code, notes, and snippets.

@benigumocom
Last active May 28, 2023 15:14
Show Gist options
  • Select an option

  • Save benigumocom/67761b0fe9fdba289356d86139b6e912 to your computer and use it in GitHub Desktop.

Select an option

Save benigumocom/67761b0fe9fdba289356d86139b6e912 to your computer and use it in GitHub Desktop.
emoji 👩‍👧‍👦
:family_woman_girl_boy:
code point 0x1F469 0x200D 0x1F467 0x200D 0x1F466
description 👩
:woman:
ZWJ 👧
:girl:
ZWJ 👦
:boy:
Unicode
escape sequence
\U0001F469\U0000200D\U0001F467\U0000200D\U0001F466
UTF-16
escape sequence
\uD83D\uDC69\u200D\uD83D\uDC67\u200D\uD83D\uDC66
UTF-16
char
0xD83D 0xDC69 0x200D 0xD83D 0xDC67 0x200D 0xD83D 0xDC66
@benigumocom
Copy link
Copy Markdown
Author

【Kotlin】絵文字を含む Unicode 文字列の文字数をカウントする方法と文字ごとの構成
👉 https://android.benigumo.com/20230529/kotlin-unicode/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment