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
Encode::JP::Emoji::Property(3) User Contributed Perl Documentation Encode::JP::Emoji::Property(3)

Encode::JP::Emoji::Property - Emoji named character properties

    use utf8;
    use Encode::JP::Emoji::Property;

    /\p{InEmojiDoCoMo}/;
    /\p{InEmojiKDDIapp}/;
    /\p{InEmojiKDDIweb}/;
    /\p{InEmojiSoftBank}/;
    /\p{InEmojiUnicode}/;
    /\p{InEmojiGoogle}/;
    /\p{InEmojiMixed}/;
    /\p{InEmojiAny}/;

This exports the following named character properties:

This matches DoCoMo's private emoji code points: "U+E63E" ... "U+E757".

This matches KDDI's private emoji code points: "U+E468" ... "U+EB8E".

This matches undocumented version of KDDI's private emoji code points: "U+EC40" ... "U+F0FC".

This matches SoftBank's private emoji code points: "U+E001" ... "U+E53E".

This matches emoji code points of all three carriers above.

This matches Google's private emoji code points: "U+FE000" ... "U+FEEA0".

This matches emoji code points which will be defined in the Unicode Standard.

This matches any emoji code points above.

Yusuke Kawasaki, <http://www.kawa.net/>

Encode::JP::Emoji and perlunicode

Copyright 2009-2010 Yusuke Kawasaki, all rights reserved.
2010-10-23 perl v5.32.1

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.