GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
UNICODE_EMOJI_LOOKUP(3) Courier Unicode Library UNICODE_EMOJI_LOOKUP(3)

unicode_emoji_lookup, unicode_emoji, unicode_emoji_presentation, unicode_emoji_modifier, unicode_emoji_modifier_base, unicode_emoji_component, unicode_emoji_extended_pictographic - look up unicode character's Unicode Emoji Classification

#include <courier-unicode.h>

unicode_emoji_t unicode_emoji_lookup(char32_t c);

int unicode_emoji(char32_t c);

int unicode_emoji_presentation(char32_t c);

int unicode_emoji_modifier(char32_t c);

int unicode_emoji_modifier_base(char32_t c);

int unicode_emoji_component(char32_t c);

int unicode_emoji_extended_pictographic(char32_t c);

unicode_emoji_lookup() returns the unicode emoji properties of the specified character, as a bitmask of UNICODE_EMOJI flags, as defined in the header file. unicode_emoji(), unicode_emoji_presentation(), unicode_emoji_modifier(), unicode_emoji_modifier_base(), unicode_emoji_component(), and unicode_emoji_extended_pictographic() check whether the given character carries a specific emoji property. They return 0 if not, and non-0 if the specified character has the corresponding property.

TR-51[1], courier-unicode(7).

Sam Varshavchik
Author

1.
TR-51
https://www.unicode.org/reports/tr51/tr51-18.html
03/12/2021 Courier Unicode Library

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.