Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unicode-query: Show emoji presentation in Unicode properties query tool #111

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

christianparpart
Copy link
Member

I used it to figure out the default emoji presentation style for U+260D.
Seems like the sites I tested do not show this information, but I know we have it in our codepoint properties database.
I think it's worth adding it to unicode-query for future aids, as well.

Example output:

christianparpart@fedora ~/p/libunicode> unicode-query U+270D
Name                        : WRITING HAND
Unicode Version             : 1.1
Codepoint                   : U+270d
UTF-8                       : "\xe2\x9c\x8d"
Display                     : ✍
Plane                       : Basic_Multilingual_Plane
Block                       : Dingbats
Script                      : Common
General Category            : Other_Symbol
East Asian Width            : Neutral
Character width             : 1
Emoji Segmentation Category : EmojiModifierBase
Emoji Presentation          : text
Grapheme Cluster Break      : Other

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Dec 4, 2024
@christianparpart christianparpart self-assigned this Dec 4, 2024
Copy link
Member

@Yaraslaut Yaraslaut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Yaraslaut Yaraslaut merged commit 3b6290b into master Dec 5, 2024
7 checks passed
@Yaraslaut Yaraslaut deleted the unicode-query/show-emoji-presentation branch December 5, 2024 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants