xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::emoticons Class Referencefinal
Inheritance diagram for xtd::forms::emoticons:
xtd::static_object

Definition

Provides a collection of xtd::forms:emoticon for all known emoticons. This class cannot be inherited.

Header
#include <xtd/forms/emoticons>
Namespace
xtd::forms
Library
xtd.forms
Examples
The following code example demonstrates the use of emoticons class.
#include <xtd/forms/application>
#include <xtd/forms/emoticons>
#include <xtd/forms/form>
#include <xtd/forms/label>
#include <xtd/forms/list_box>
using namespace xtd;
using namespace xtd::forms;
auto main() -> int {
auto main_form = form::create("Emoticons example");
main_form.client_size({500, 400}).padding(10);
auto emoticon_label = label::create(main_form, "");
emoticon_label.text_align(xtd::forms::content_alignment::middle_center).dock(dock_style::fill).font({main_form.font(), 192});
auto emoticons_list_box = list_box::create(main_form, list_box::object_collection {});
emoticons_list_box.dock(dock_style::left).width(200);
for (const auto& emoticon : emoticons::get_emoticons())
emoticons_list_box.items().push_back({string::format("{} {}", emoticon, emoticon.name()), emoticon});
emoticons_list_box.selected_value_changed += [&] {
emoticon_label.text(as<emoticon>(emoticons_list_box.selected_item().tag()).to_string());
};
emoticons_list_box.selected_index(0);
application::run(main_form);
}
static void run()
Begins running a standard application message loop on the current thread, without a form.
virtual dock_style dock() const noexcept
Gets which control borders are docked to its parent control and determines how a control is resized w...
Represent a emoticon with name and codepoints.
Definition emoticon.hpp:30
const xtd::string & name() const noexcept
Gets name of emoticon.
Provides a collection of xtd::forms:emoticon for all known emoticons. This class cannot be inherited.
Definition emoticons.hpp:24
static const std::vector< xtd::forms::emoticon > & get_emoticons()
Gets emoticons collection.
static form create()
A factory to create an xtd::forms::form.
static label create()
A factory to create an xtd::forms::label.
Represents a collection of objects.
Definition arranged_element_collection.hpp:34
static list_box create()
A factory to create an xtd::forms::list_box.
Represents a display device or multiple display devices on a single system.
Definition padding.hpp:25
static basic_string format(const basic_string< char > &fmt, args_t &&... args)
Writes the text representation of the specified arguments list, to string using the specified format ...
@ left
The control's left edge is docked to the left edge of its containing control.
@ fill
All the control's edges are docked to the all edges of its containing control and sized appropriately...
@ middle_center
Content is vertically aligned at the middle, and horizontally aligned at the center.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.hpp:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10

Public Static Properties

static const xtd::forms::emoticon copyright_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x000000A9, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon registered_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x000000AE, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon zero_width_joiner
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000200D. This field is constant.
 
static const xtd::forms::emoticon double_exclamation_mark
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000203C, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon exclamation_question_mark
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002049, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon trade_mark_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002122, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon information_source
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002139, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon left_right_arrow
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002194, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon up_down_arrow
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002195, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon north_west_arrow
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002196, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon north_east_arrow
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002197, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon south_east_arrow
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002198, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon south_west_arrow
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002199, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon leftwards_arrow_with_hook
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x000021A9, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon rightwards_arrow_with_hook
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x000021AA, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon watch
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000231A. This field is constant.
 
static const xtd::forms::emoticon hourglass
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000231B. This field is constant.
 
static const xtd::forms::emoticon keyboard
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002328, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon eject_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x000023CF, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon black_right_pointing_double_triangle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023E9. This field is constant.
 
static const xtd::forms::emoticon black_left_pointing_double_triangle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023EA. This field is constant.
 
static const xtd::forms::emoticon black_up_pointing_double_triangle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023EB. This field is constant.
 
static const xtd::forms::emoticon black_down_pointing_double_triangle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023EC. This field is constant.
 
static const xtd::forms::emoticon black_right_pointing_double_triangle_with_vertical_bar
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023ED. This field is constant.
 
static const xtd::forms::emoticon black_left_pointing_double_triangle_with_vertical_bar
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023EE. This field is constant.
 
static const xtd::forms::emoticon black_right_pointing_triangle_with_double_vertical_bar
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023EF. This field is constant.
 
static const xtd::forms::emoticon alarm_clock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023F0. This field is constant.
 
static const xtd::forms::emoticon stopwatch
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023F1. This field is constant.
 
static const xtd::forms::emoticon timer_clock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023F2. This field is constant.
 
static const xtd::forms::emoticon hourglass_with_flowing_sand
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023F3. This field is constant.
 
static const xtd::forms::emoticon double_vertical_bar
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023F8. This field is constant.
 
static const xtd::forms::emoticon black_square_for_stop
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023F9. This field is constant.
 
static const xtd::forms::emoticon black_circle_for_record
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023FA. This field is constant.
 
static const xtd::forms::emoticon circled_latin_capital_letter_m
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x000024C2, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon black_small_square
 25A0 25FF Geometric Shapes
 
static const xtd::forms::emoticon white_small_square
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x000025AB, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon black_right_pointing_triangle
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x000025B6, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon black_left_pointing_triangle
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x000025C0, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon white_medium_square
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x000025FB, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon black_medium_square
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x000025FC, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon white_medium_small_square
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000025FD. This field is constant.
 
static const xtd::forms::emoticon black_medium_small_square
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000025FE. This field is constant.
 
static const xtd::forms::emoticon black_sun_with_rays
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002600, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon cloud
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002601, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon umbrella
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002602, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon snowman
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002603, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon comet
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002604, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon black_telephone
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000260E, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon ballot_box_with_check
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002611, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon umbrella_with_rain_drops
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002614. This field is constant.
 
static const xtd::forms::emoticon hot_beverage
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002615, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon shamrock
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002618, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon white_up_pointing_index
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000261D, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon skull_and_crossbones
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002620, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon radioactive_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002622, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon biohazard_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002623, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon orthodox_cross
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002626, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon star_and_crescent
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000262A, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon peace_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000262E, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon yin_yang
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000262F, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon wheel_of_dharma
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002638, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon white_frowning_face
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002639, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon white_smiling_face
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000263A, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon female_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002640, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon male_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002642, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon aries
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002648. This field is constant.
 
static const xtd::forms::emoticon taurus
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002649. This field is constant.
 
static const xtd::forms::emoticon gemini
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000264A. This field is constant.
 
static const xtd::forms::emoticon cancer
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000264B. This field is constant.
 
static const xtd::forms::emoticon leo
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000264C. This field is constant.
 
static const xtd::forms::emoticon virgo
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000264D. This field is constant.
 
static const xtd::forms::emoticon libra
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000264E. This field is constant.
 
static const xtd::forms::emoticon scorpius
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000264F. This field is constant.
 
static const xtd::forms::emoticon sagittarius
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002650. This field is constant.
 
static const xtd::forms::emoticon capricorn
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002651. This field is constant.
 
static const xtd::forms::emoticon aquarius
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002652. This field is constant.
 
static const xtd::forms::emoticon pisces
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002653. This field is constant.
 
static const xtd::forms::emoticon black_chess_pawn
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000265F. This field is constant.
 
static const xtd::forms::emoticon black_spade_suit
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002660, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon black_club_suit
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002663, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon black_heart_suit
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002665, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon black_diamond_suit
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002666, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon hot_springs
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002668, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon black_universal_recycling_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000267B, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon permanent_paper_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000267E, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon wheelchair_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000267F. This field is constant.
 
static const xtd::forms::emoticon hammer_and_pick
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002692, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon anchor
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002693. This field is constant.
 
static const xtd::forms::emoticon crossed_swords
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002694, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon staff_of_aesculapius
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002695, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon scales
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002696, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon alembic
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002697, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon gear
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002699, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon atom_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000269B, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon fleur_de_lis
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000269C, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon warning_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x000026A0, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon high_voltage_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026A1. This field is constant.
 
static const xtd::forms::emoticon medium_white_circle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026AA. This field is constant.
 
static const xtd::forms::emoticon medium_black_circle
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x000026AB. This field is constant.
 
static const xtd::forms::emoticon coffin
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026B0, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon funeral_urn
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x000026B1, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon soccer_ball
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026BD. This field is constant.
 
static const xtd::forms::emoticon baseball
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026BE. This field is constant.
 
static const xtd::forms::emoticon snowman_without_snow
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026C4. This field is constant.
 
static const xtd::forms::emoticon sun_behind_cloud
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026C5. This field is constant.
 
static const xtd::forms::emoticon thunder_cloud_and_rain
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026C8. This field is constant.
 
static const xtd::forms::emoticon ophiuchus
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026CE. This field is constant.
 
static const xtd::forms::emoticon pick
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026CF. This field is constant.
 
static const xtd::forms::emoticon helmet_with_white_cross
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026D1. This field is constant.
 
static const xtd::forms::emoticon chains
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026D3. This field is constant.
 
static const xtd::forms::emoticon no_entry
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026D4. This field is constant.
 
static const xtd::forms::emoticon shinto_shrine
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026E9. This field is constant.
 
static const xtd::forms::emoticon church
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026EA. This field is constant.
 
static const xtd::forms::emoticon mountain
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026F0. This field is constant.
 
static const xtd::forms::emoticon umbrella_on_ground
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026F1. This field is constant.
 
static const xtd::forms::emoticon fountain
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026F2. This field is constant.
 
static const xtd::forms::emoticon flag_in_hole
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026F3. This field is constant.
 
static const xtd::forms::emoticon ferry
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026F4. This field is constant.
 
static const xtd::forms::emoticon sailboat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026F5. This field is constant.
 
static const xtd::forms::emoticon skier
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026F7. This field is constant.
 
static const xtd::forms::emoticon ice_skate
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026F8. This field is constant.
 
static const xtd::forms::emoticon person_with_ball
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026F9. This field is constant.
 
static const xtd::forms::emoticon tent
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026FA. This field is constant.
 
static const xtd::forms::emoticon fuel_pump
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026FD. This field is constant.
 
static const xtd::forms::emoticon black_scissors
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002702, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon white_heavy_check_mark
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002705. This field is constant.
 
static const xtd::forms::emoticon airplane
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002708., 0x0000FE0F} This field is constant.
 
static const xtd::forms::emoticon envelope
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002709, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon raised_fist
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000270A. This field is constant.
 
static const xtd::forms::emoticon raised_hand
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000270B. This field is constant.
 
static const xtd::forms::emoticon victory_hand
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000270C, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon writing_hand
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000270D, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon pencil
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000270F, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon black_nib
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002712, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon heavy_check_mark
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002714, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon heavy_multiplication_x
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002716, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon latin_cross
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000271D, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon star_of_david
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002721, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon sparkles
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002728. This field is constant.
 
static const xtd::forms::emoticon eight_spoked_asterisk
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002733, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon eight_pointed_black_star
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002734, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon snowflake
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002744, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon sparkle
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002747, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon cross_mark
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000274C. This field is constant.
 
static const xtd::forms::emoticon negative_squared_cross_mark
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000274E. This field is constant.
 
static const xtd::forms::emoticon black_question_mark_ornament
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002753. This field is constant.
 
static const xtd::forms::emoticon white_question_mark_ornament
 Gets a system-defined xtd::forms::emoticon that has a string value of{ 0x00002754, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon white_exclamation_mark_ornament
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002755, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon heavy_exclamation_mark_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002757. This field is constant.
 
static const xtd::forms::emoticon heavy_heart_exclamation_mark_ornament
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002763, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon black_heart_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002764, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon heavy_plus_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002795. This field is constant.
 
static const xtd::forms::emoticon heavy_minus_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002796. This field is constant.
 
static const xtd::forms::emoticon heavy_division_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002797. This field is constant.
 
static const xtd::forms::emoticon black_rightwards_arrow
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x000027A, 0x0000FE0F}1. This field is constant.
 
static const xtd::forms::emoticon curly_loop
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000027B0. This field is constant.
 
static const xtd::forms::emoticon double_curly_loop
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x000027BF. This field is constant.
 
static const xtd::forms::emoticon arrow_pointing_rightwards_then_curving_upwards
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002934, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon arrow_pointing_rightwards_then_curving_downwards
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002935, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon leftwards_black_arrow
 2B00-2BFF Miscellaneous Symbols And Arrows
 
static const xtd::forms::emoticon upwards_black_arrow
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002B06, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon downwards_black_arrow
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002B07, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon black_large_square
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002B1B. This field is constant.
 
static const xtd::forms::emoticon white_large_square
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002B1C. This field is constant.
 
static const xtd::forms::emoticon white_medium_star
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002B50. This field is constant.
 
static const xtd::forms::emoticon heavy_large_circle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002B55. This field is constant.
 
static const xtd::forms::emoticon wavy_dash
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00003030, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon part_alternation_mark
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000303D, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon circled_ideograph_congratulation
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00003297, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon circled_ideograph_secret
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x00003299, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon variation_selector_16
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000FE0F. This field is constant.
 
static const xtd::forms::emoticon mahjong_tile_red_dragon
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F004. This field is constant.
 
static const xtd::forms::emoticon playing_card_black_joker
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F0CF. This field is constant.
 
static const xtd::forms::emoticon negative_squared_latin_capital_letter_a
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0001F170, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon negative_squared_latin_capital_letter_b
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0001F171, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon negative_squared_latin_capital_letter_o
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0001F17E, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon negative_squared_latin_capital_letter_p
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0001F17F, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon negative_squared_ab
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F18E. This field is constant.
 
static const xtd::forms::emoticon squared_cl
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F191. This field is constant.
 
static const xtd::forms::emoticon squared_cool
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F192. This field is constant.
 
static const xtd::forms::emoticon squared_free
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F193. This field is constant.
 
static const xtd::forms::emoticon squared_id
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F194. This field is constant.
 
static const xtd::forms::emoticon squared_new
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F195. This field is constant.
 
static const xtd::forms::emoticon squared_ng
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F196. This field is constant.
 
static const xtd::forms::emoticon squared_ok
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F197. This field is constant.
 
static const xtd::forms::emoticon squared_sos
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F198. This field is constant.
 
static const xtd::forms::emoticon squared_up_with_exclamation_mark
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F199. This field is constant.
 
static const xtd::forms::emoticon squared_vs
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F19A. This field is constant.
 
static const xtd::forms::emoticon squared_katakana_koko
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F201. This field is constant.
 
static const xtd::forms::emoticon squared_katakana_sa
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0001F202, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon squared_cjk_unified_ideograph_7121
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F21A. This field is constant.
 
static const xtd::forms::emoticon squared_cjk_unified_ideograph_6307
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F22F. This field is constant.
 
static const xtd::forms::emoticon squared_cjk_unified_ideograph_7981
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F232. This field is constant.
 
static const xtd::forms::emoticon squared_cjk_unified_ideograph_7a7a
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F233. This field is constant.
 
static const xtd::forms::emoticon squared_cjk_unified_ideograph_5408
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F234. This field is constant.
 
static const xtd::forms::emoticon squared_cjk_unified_ideograph_6e80
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F235. This field is constant.
 
static const xtd::forms::emoticon squared_cjk_unified_ideograph_6709
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F236. This field is constant.
 
static const xtd::forms::emoticon squared_cjk_unified_ideograph_6708
 Gets a system-defined xtd::forms::emoticon that has a string value of {0x0001F237, 0x0000FE0F}. This field is constant.
 
static const xtd::forms::emoticon squared_cjk_unified_ideograph_7533
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F238. This field is constant.
 
static const xtd::forms::emoticon squared_cjk_unified_ideograph_5272
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F239. This field is constant.
 
static const xtd::forms::emoticon squared_cjk_unified_ideograph_55b6
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F23A. This field is constant.
 
static const xtd::forms::emoticon circled_ideograph_advantage
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F250. This field is constant.
 
static const xtd::forms::emoticon circled_ideograph_accept
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F251. This field is constant.
 
static const xtd::forms::emoticon cyclone
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F300. This field is constant.
 
static const xtd::forms::emoticon foggy
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F301. This field is constant.
 
static const xtd::forms::emoticon closed_umbrella
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F302. This field is constant.
 
static const xtd::forms::emoticon night_with_stars
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F303. This field is constant.
 
static const xtd::forms::emoticon sunrise_over_mountains
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F304. This field is constant.
 
static const xtd::forms::emoticon sunrise
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F305. This field is constant.
 
static const xtd::forms::emoticon cityscape_at_dusk
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F306. This field is constant.
 
static const xtd::forms::emoticon sunset_over_buildings
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F307. This field is constant.
 
static const xtd::forms::emoticon rainbow
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F308. This field is constant.
 
static const xtd::forms::emoticon bridge_at_night
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F309. This field is constant.
 
static const xtd::forms::emoticon water_wave
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F30A. This field is constant.
 
static const xtd::forms::emoticon volcano
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F30B. This field is constant.
 
static const xtd::forms::emoticon milky_way
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F30C. This field is constant.
 
static const xtd::forms::emoticon earth_globe_europe_africa
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F30D. This field is constant.
 
static const xtd::forms::emoticon earth_globe_americas
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F30E. This field is constant.
 
static const xtd::forms::emoticon earth_globe_asia_australia
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F30F. This field is constant.
 
static const xtd::forms::emoticon globe_with_meridians
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F310. This field is constant.
 
static const xtd::forms::emoticon new_moon_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F311. This field is constant.
 
static const xtd::forms::emoticon waxing_crescent_moon_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F312. This field is constant.
 
static const xtd::forms::emoticon first_quarter_moon_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F313. This field is constant.
 
static const xtd::forms::emoticon waxing_gibbous_moon_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F314. This field is constant.
 
static const xtd::forms::emoticon full_moon_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F315. This field is constant.
 
static const xtd::forms::emoticon waning_gibbous_moon_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F316. This field is constant.
 
static const xtd::forms::emoticon last_quarter_moon_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F317. This field is constant.
 
static const xtd::forms::emoticon waning_crescent_moon_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F318. This field is constant.
 
static const xtd::forms::emoticon crescent_moon
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F319. This field is constant.
 
static const xtd::forms::emoticon new_moon_with_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F31A. This field is constant.
 
static const xtd::forms::emoticon first_quarter_moon_with_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F31B. This field is constant.
 
static const xtd::forms::emoticon last_quarter_moon_with_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F31C. This field is constant.
 
static const xtd::forms::emoticon full_moon_with_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F31D. This field is constant.
 
static const xtd::forms::emoticon sun_with_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F31E. This field is constant.
 
static const xtd::forms::emoticon glowing_star
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F31F. This field is constant.
 
static const xtd::forms::emoticon shooting_star
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F320. This field is constant.
 
static const xtd::forms::emoticon thermometer
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F321. This field is constant.
 
static const xtd::forms::emoticon white_sun_with_small_cloud
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F324. This field is constant.
 
static const xtd::forms::emoticon white_sun_behind_cloud
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F325. This field is constant.
 
static const xtd::forms::emoticon white_sun_behind_cloud_with_rain
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F326. This field is constant.
 
static const xtd::forms::emoticon cloud_with_rain
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F327. This field is constant.
 
static const xtd::forms::emoticon cloud_with_snow
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F328. This field is constant.
 
static const xtd::forms::emoticon cloud_with_lightning
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F329. This field is constant.
 
static const xtd::forms::emoticon cloud_with_tornado
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F32A. This field is constant.
 
static const xtd::forms::emoticon fog
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F32B. This field is constant.
 
static const xtd::forms::emoticon wind_blowing_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F32C. This field is constant.
 
static const xtd::forms::emoticon hot_dog
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F32D. This field is constant.
 
static const xtd::forms::emoticon taco
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F32E. This field is constant.
 
static const xtd::forms::emoticon burrito
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F32F. This field is constant.
 
static const xtd::forms::emoticon chestnut
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F330. This field is constant.
 
static const xtd::forms::emoticon seedling
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F331. This field is constant.
 
static const xtd::forms::emoticon evergreen_tree
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F332. This field is constant.
 
static const xtd::forms::emoticon deciduous_tree
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F333. This field is constant.
 
static const xtd::forms::emoticon palm_tree
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F334. This field is constant.
 
static const xtd::forms::emoticon cactus
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F335. This field is constant.
 
static const xtd::forms::emoticon hot_pepper
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F336. This field is constant.
 
static const xtd::forms::emoticon tulip
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F337. This field is constant.
 
static const xtd::forms::emoticon cherry_blossom
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F338. This field is constant.
 
static const xtd::forms::emoticon rose
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F339. This field is constant.
 
static const xtd::forms::emoticon hibiscus
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F33A. This field is constant.
 
static const xtd::forms::emoticon sunflower
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F33B. This field is constant.
 
static const xtd::forms::emoticon blossom
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F33C. This field is constant.
 
static const xtd::forms::emoticon ear_of_maize
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F33D. This field is constant.
 
static const xtd::forms::emoticon ear_of_rice
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F33E. This field is constant.
 
static const xtd::forms::emoticon herb
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F33F. This field is constant.
 
static const xtd::forms::emoticon four_leaf_clover
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F340. This field is constant.
 
static const xtd::forms::emoticon maple_leaf
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F341. This field is constant.
 
static const xtd::forms::emoticon fallen_leaf
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F342. This field is constant.
 
static const xtd::forms::emoticon leaf_fluttering_in_wind
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F343. This field is constant.
 
static const xtd::forms::emoticon mushroom
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F344. This field is constant.
 
static const xtd::forms::emoticon tomato
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F345. This field is constant.
 
static const xtd::forms::emoticon aubergine
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F346. This field is constant.
 
static const xtd::forms::emoticon grapes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F347. This field is constant.
 
static const xtd::forms::emoticon melon
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F348. This field is constant.
 
static const xtd::forms::emoticon watermelon
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F349. This field is constant.
 
static const xtd::forms::emoticon tangerine
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F34A. This field is constant.
 
static const xtd::forms::emoticon lemon
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F34B. This field is constant.
 
static const xtd::forms::emoticon banana
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F34C. This field is constant.
 
static const xtd::forms::emoticon pineapple
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F34D. This field is constant.
 
static const xtd::forms::emoticon red_apple
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F34E. This field is constant.
 
static const xtd::forms::emoticon green_apple
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F34F. This field is constant.
 
static const xtd::forms::emoticon pear
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F350. This field is constant.
 
static const xtd::forms::emoticon peach
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F351. This field is constant.
 
static const xtd::forms::emoticon cherries
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F352. This field is constant.
 
static const xtd::forms::emoticon strawberry
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F353. This field is constant.
 
static const xtd::forms::emoticon hamburger
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F354. This field is constant.
 
static const xtd::forms::emoticon slice_of_pizza
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F355. This field is constant.
 
static const xtd::forms::emoticon meat_on_bone
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F356. This field is constant.
 
static const xtd::forms::emoticon poultry_leg
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F357. This field is constant.
 
static const xtd::forms::emoticon rice_cracker
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F358. This field is constant.
 
static const xtd::forms::emoticon rice_ball
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F359. This field is constant.
 
static const xtd::forms::emoticon cooked_rice
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F35A. This field is constant.
 
static const xtd::forms::emoticon curry_and_rice
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F35B. This field is constant.
 
static const xtd::forms::emoticon steaming_bowl
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F35C. This field is constant.
 
static const xtd::forms::emoticon spaghetti
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F35D. This field is constant.
 
static const xtd::forms::emoticon bread
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F35E. This field is constant.
 
static const xtd::forms::emoticon french_fries
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F35F. This field is constant.
 
static const xtd::forms::emoticon roasted_sweet_potato
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F360. This field is constant.
 
static const xtd::forms::emoticon dango
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F361. This field is constant.
 
static const xtd::forms::emoticon oden
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F362. This field is constant.
 
static const xtd::forms::emoticon sushi
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F363. This field is constant.
 
static const xtd::forms::emoticon fried_shrimp
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F364. This field is constant.
 
static const xtd::forms::emoticon fish_cake_with_swirl_design
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F365. This field is constant.
 
static const xtd::forms::emoticon soft_ice_cream
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F366. This field is constant.
 
static const xtd::forms::emoticon shaved_ice
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F367. This field is constant.
 
static const xtd::forms::emoticon ice_cream
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F368. This field is constant.
 
static const xtd::forms::emoticon doughnut
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F369. This field is constant.
 
static const xtd::forms::emoticon cookie
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F36A. This field is constant.
 
static const xtd::forms::emoticon chocolate_bar
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F36B. This field is constant.
 
static const xtd::forms::emoticon candy
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F36C. This field is constant.
 
static const xtd::forms::emoticon lollipop
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F36D. This field is constant.
 
static const xtd::forms::emoticon custard
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F36E. This field is constant.
 
static const xtd::forms::emoticon honey_pot
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F36F. This field is constant.
 
static const xtd::forms::emoticon shortcake
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F370. This field is constant.
 
static const xtd::forms::emoticon bento_box
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F371. This field is constant.
 
static const xtd::forms::emoticon pot_of_food
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F372. This field is constant.
 
static const xtd::forms::emoticon cooking
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F373. This field is constant.
 
static const xtd::forms::emoticon fork_and_knife
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F374. This field is constant.
 
static const xtd::forms::emoticon teacup_without_handle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F375. This field is constant.
 
static const xtd::forms::emoticon sake_bottle_and_cup
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F376. This field is constant.
 
static const xtd::forms::emoticon wine_glass
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F377. This field is constant.
 
static const xtd::forms::emoticon cocktail_glass
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F378. This field is constant.
 
static const xtd::forms::emoticon tropical_drink
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F379. This field is constant.
 
static const xtd::forms::emoticon beer_mug
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F37A. This field is constant.
 
static const xtd::forms::emoticon clinking_beer_mugs
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F37B. This field is constant.
 
static const xtd::forms::emoticon baby_bottle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F37C. This field is constant.
 
static const xtd::forms::emoticon fork_and_knife_with_plate
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F37D. This field is constant.
 
static const xtd::forms::emoticon bottle_with_popping_cork
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F37E. This field is constant.
 
static const xtd::forms::emoticon popcorn
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F37F. This field is constant.
 
static const xtd::forms::emoticon ribbon
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F380. This field is constant.
 
static const xtd::forms::emoticon wrapped_present
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F381. This field is constant.
 
static const xtd::forms::emoticon birthday_cake
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F382. This field is constant.
 
static const xtd::forms::emoticon jack_o_lantern
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F383. This field is constant.
 
static const xtd::forms::emoticon christmas_tree
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F384. This field is constant.
 
static const xtd::forms::emoticon father_christmas
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F385. This field is constant.
 
static const xtd::forms::emoticon fireworks
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F386. This field is constant.
 
static const xtd::forms::emoticon firework_sparkler
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F387. This field is constant.
 
static const xtd::forms::emoticon balloon
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F388. This field is constant.
 
static const xtd::forms::emoticon party_popper
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F389. This field is constant.
 
static const xtd::forms::emoticon confetti_ball
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F38A. This field is constant.
 
static const xtd::forms::emoticon tanabata_tree
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F38B. This field is constant.
 
static const xtd::forms::emoticon crossed_flags
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F38C. This field is constant.
 
static const xtd::forms::emoticon pine_decoration
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F38D. This field is constant.
 
static const xtd::forms::emoticon japanese_dolls
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F38E. This field is constant.
 
static const xtd::forms::emoticon carp_streamer
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F38F. This field is constant.
 
static const xtd::forms::emoticon wind_chime
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F390. This field is constant.
 
static const xtd::forms::emoticon moon_viewing_ceremony
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F391. This field is constant.
 
static const xtd::forms::emoticon school_satchel
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F392. This field is constant.
 
static const xtd::forms::emoticon graduation_cap
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F393. This field is constant.
 
static const xtd::forms::emoticon military_medal
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F396. This field is constant.
 
static const xtd::forms::emoticon reminder_ribbon
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F397. This field is constant.
 
static const xtd::forms::emoticon studio_microphone
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F399. This field is constant.
 
static const xtd::forms::emoticon level_slider
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F39A. This field is constant.
 
static const xtd::forms::emoticon control_knobs
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F39B. This field is constant.
 
static const xtd::forms::emoticon film_frames
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F39E. This field is constant.
 
static const xtd::forms::emoticon admission_tickets
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F39F. This field is constant.
 
static const xtd::forms::emoticon carousel_horse
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A0. This field is constant.
 
static const xtd::forms::emoticon ferris_wheel
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A1. This field is constant.
 
static const xtd::forms::emoticon roller_coaster
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A2. This field is constant.
 
static const xtd::forms::emoticon fishing_pole_and_fish
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A3. This field is constant.
 
static const xtd::forms::emoticon microphone
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A4. This field is constant.
 
static const xtd::forms::emoticon movie_camera
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A5. This field is constant.
 
static const xtd::forms::emoticon cinema
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A6. This field is constant.
 
static const xtd::forms::emoticon headphone
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A7. This field is constant.
 
static const xtd::forms::emoticon artist_palette
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A8. This field is constant.
 
static const xtd::forms::emoticon top_hat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A9. This field is constant.
 
static const xtd::forms::emoticon circus_tent
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3AA. This field is constant.
 
static const xtd::forms::emoticon ticket
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3AB. This field is constant.
 
static const xtd::forms::emoticon clapper_board
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3AC. This field is constant.
 
static const xtd::forms::emoticon performing_arts
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3AD. This field is constant.
 
static const xtd::forms::emoticon video_game
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3AE. This field is constant.
 
static const xtd::forms::emoticon direct_hit
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3AF. This field is constant.
 
static const xtd::forms::emoticon slot_machine
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B0. This field is constant.
 
static const xtd::forms::emoticon billiards
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B1. This field is constant.
 
static const xtd::forms::emoticon game_die
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B2. This field is constant.
 
static const xtd::forms::emoticon bowling
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B3. This field is constant.
 
static const xtd::forms::emoticon flower_playing_cards
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B4. This field is constant.
 
static const xtd::forms::emoticon musical_note
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B5. This field is constant.
 
static const xtd::forms::emoticon multiple_musical_notes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B6. This field is constant.
 
static const xtd::forms::emoticon saxophone
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B7. This field is constant.
 
static const xtd::forms::emoticon guitar
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B8. This field is constant.
 
static const xtd::forms::emoticon musical_keyboard
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B9. This field is constant.
 
static const xtd::forms::emoticon trumpet
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3BA. This field is constant.
 
static const xtd::forms::emoticon violin
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3BB. This field is constant.
 
static const xtd::forms::emoticon musical_score
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3BC. This field is constant.
 
static const xtd::forms::emoticon running_shirt_with_sash
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3BD. This field is constant.
 
static const xtd::forms::emoticon tennis_racquet_and_ball
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3BE. This field is constant.
 
static const xtd::forms::emoticon ski_and_ski_boot
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3BF. This field is constant.
 
static const xtd::forms::emoticon basketball_and_hoop
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C0. This field is constant.
 
static const xtd::forms::emoticon chequered_flag
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C1. This field is constant.
 
static const xtd::forms::emoticon snowboarder
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C2. This field is constant.
 
static const xtd::forms::emoticon runner
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C3. This field is constant.
 
static const xtd::forms::emoticon surfer
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C4. This field is constant.
 
static const xtd::forms::emoticon sports_medal
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C5. This field is constant.
 
static const xtd::forms::emoticon trophy
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C6. This field is constant.
 
static const xtd::forms::emoticon horse_racing
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C7. This field is constant.
 
static const xtd::forms::emoticon american_football
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C8. This field is constant.
 
static const xtd::forms::emoticon rugby_football
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C9. This field is constant.
 
static const xtd::forms::emoticon swimmer
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3CA. This field is constant.
 
static const xtd::forms::emoticon weight_lifter
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3CB. This field is constant.
 
static const xtd::forms::emoticon golfer
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3CC. This field is constant.
 
static const xtd::forms::emoticon racing_motorcycle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3CD. This field is constant.
 
static const xtd::forms::emoticon racing_car
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3CE. This field is constant.
 
static const xtd::forms::emoticon cricket_bat_and_ball
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3CF. This field is constant.
 
static const xtd::forms::emoticon volleyball
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D0. This field is constant.
 
static const xtd::forms::emoticon field_hockey_stick_and_ball
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D1. This field is constant.
 
static const xtd::forms::emoticon ice_hockey_stick_and_puck
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D2. This field is constant.
 
static const xtd::forms::emoticon table_tennis_paddle_and_ball
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D3. This field is constant.
 
static const xtd::forms::emoticon snow_capped_mountain
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D4. This field is constant.
 
static const xtd::forms::emoticon camping
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D5. This field is constant.
 
static const xtd::forms::emoticon beach_with_umbrella
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D6. This field is constant.
 
static const xtd::forms::emoticon building_construction
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D7. This field is constant.
 
static const xtd::forms::emoticon house_buildings
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D8. This field is constant.
 
static const xtd::forms::emoticon cityscape
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D9. This field is constant.
 
static const xtd::forms::emoticon derelict_house_building
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3DA. This field is constant.
 
static const xtd::forms::emoticon classical_building
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3DB. This field is constant.
 
static const xtd::forms::emoticon desert
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3DC. This field is constant.
 
static const xtd::forms::emoticon desert_island
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3DD. This field is constant.
 
static const xtd::forms::emoticon national_park
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3DE. This field is constant.
 
static const xtd::forms::emoticon stadium
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3DF. This field is constant.
 
static const xtd::forms::emoticon house_building
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E0. This field is constant.
 
static const xtd::forms::emoticon house_with_garden
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E1. This field is constant.
 
static const xtd::forms::emoticon office_building
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E2. This field is constant.
 
static const xtd::forms::emoticon japanese_post_office
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E3. This field is constant.
 
static const xtd::forms::emoticon european_post_office
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E4. This field is constant.
 
static const xtd::forms::emoticon hospital
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E5. This field is constant.
 
static const xtd::forms::emoticon bank
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E6. This field is constant.
 
static const xtd::forms::emoticon automated_teller_machine
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E7. This field is constant.
 
static const xtd::forms::emoticon hotel
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E8. This field is constant.
 
static const xtd::forms::emoticon love_hotel
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E9. This field is constant.
 
static const xtd::forms::emoticon convenience_store
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3EA. This field is constant.
 
static const xtd::forms::emoticon school
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3EB. This field is constant.
 
static const xtd::forms::emoticon department_store
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3EC. This field is constant.
 
static const xtd::forms::emoticon factory
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3ED. This field is constant.
 
static const xtd::forms::emoticon izakaya_lantern
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3EE. This field is constant.
 
static const xtd::forms::emoticon japanese_castle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3EF. This field is constant.
 
static const xtd::forms::emoticon european_castle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3F0. This field is constant.
 
static const xtd::forms::emoticon waving_white_flag
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3F3. This field is constant.
 
static const xtd::forms::emoticon waving_black_flag
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3F4. This field is constant.
 
static const xtd::forms::emoticon rosette
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3F5. This field is constant.
 
static const xtd::forms::emoticon label
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3F7. This field is constant.
 
static const xtd::forms::emoticon badminton_racquet_and_shuttlecock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3F8. This field is constant.
 
static const xtd::forms::emoticon bow_and_arrow
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3F9. This field is constant.
 
static const xtd::forms::emoticon amphora
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3FA. This field is constant.
 
static const xtd::forms::emoticon emoji_modifier_fitzpatrick_type_1_2
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3FB. This field is constant.
 
static const xtd::forms::emoticon emoji_modifier_fitzpatrick_type_3
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3FC. This field is constant.
 
static const xtd::forms::emoticon emoji_modifier_fitzpatrick_type_4
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3FD. This field is constant.
 
static const xtd::forms::emoticon emoji_modifier_fitzpatrick_type_5
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3FE. This field is constant.
 
static const xtd::forms::emoticon emoji_modifier_fitzpatrick_type_6
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3FF. This field is constant.
 
static const xtd::forms::emoticon rat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F400. This field is constant.
 
static const xtd::forms::emoticon mouse
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F401. This field is constant.
 
static const xtd::forms::emoticon ox
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F402. This field is constant.
 
static const xtd::forms::emoticon water_buffalo
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F403. This field is constant.
 
static const xtd::forms::emoticon cow
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F404. This field is constant.
 
static const xtd::forms::emoticon tiger
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F405. This field is constant.
 
static const xtd::forms::emoticon leopard
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F406. This field is constant.
 
static const xtd::forms::emoticon rabbit
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F407. This field is constant.
 
static const xtd::forms::emoticon cat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F408. This field is constant.
 
static const xtd::forms::emoticon dragon
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F409. This field is constant.
 
static const xtd::forms::emoticon crocodile
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F40A. This field is constant.
 
static const xtd::forms::emoticon whale
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F40B. This field is constant.
 
static const xtd::forms::emoticon snail
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F40C. This field is constant.
 
static const xtd::forms::emoticon snake
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F40D. This field is constant.
 
static const xtd::forms::emoticon horse
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F40E. This field is constant.
 
static const xtd::forms::emoticon ram
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F40F. This field is constant.
 
static const xtd::forms::emoticon goat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F410. This field is constant.
 
static const xtd::forms::emoticon sheep
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F411. This field is constant.
 
static const xtd::forms::emoticon monkey
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F412. This field is constant.
 
static const xtd::forms::emoticon rooster
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F413. This field is constant.
 
static const xtd::forms::emoticon chicken
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F414. This field is constant.
 
static const xtd::forms::emoticon dog
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F415. This field is constant.
 
static const xtd::forms::emoticon pig
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F416. This field is constant.
 
static const xtd::forms::emoticon boar
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F417. This field is constant.
 
static const xtd::forms::emoticon elephant
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F418. This field is constant.
 
static const xtd::forms::emoticon octopus
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F419. This field is constant.
 
static const xtd::forms::emoticon spiral_shell
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F41A. This field is constant.
 
static const xtd::forms::emoticon bug
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F41B. This field is constant.
 
static const xtd::forms::emoticon ant
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F41C. This field is constant.
 
static const xtd::forms::emoticon honeybee
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F41D. This field is constant.
 
static const xtd::forms::emoticon lady_beetle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F41E. This field is constant.
 
static const xtd::forms::emoticon fish
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F41F. This field is constant.
 
static const xtd::forms::emoticon tropical_fish
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F420. This field is constant.
 
static const xtd::forms::emoticon blowfish
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F421. This field is constant.
 
static const xtd::forms::emoticon turtle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F422. This field is constant.
 
static const xtd::forms::emoticon hatching_chick
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F423. This field is constant.
 
static const xtd::forms::emoticon baby_chick
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F424. This field is constant.
 
static const xtd::forms::emoticon front_facing_baby_chick
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F425. This field is constant.
 
static const xtd::forms::emoticon bird
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F426. This field is constant.
 
static const xtd::forms::emoticon penguin
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F427. This field is constant.
 
static const xtd::forms::emoticon koala
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F428. This field is constant.
 
static const xtd::forms::emoticon poodle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F429. This field is constant.
 
static const xtd::forms::emoticon dromedary_camel
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F42A. This field is constant.
 
static const xtd::forms::emoticon bactrian_camel
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F42B. This field is constant.
 
static const xtd::forms::emoticon dolphin
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F42C. This field is constant.
 
static const xtd::forms::emoticon mouse_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F42D. This field is constant.
 
static const xtd::forms::emoticon cow_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F42E. This field is constant.
 
static const xtd::forms::emoticon tiger_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F42F. This field is constant.
 
static const xtd::forms::emoticon rabbit_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F430. This field is constant.
 
static const xtd::forms::emoticon cat_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F431. This field is constant.
 
static const xtd::forms::emoticon dragon_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F432. This field is constant.
 
static const xtd::forms::emoticon spouting_whale
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F433. This field is constant.
 
static const xtd::forms::emoticon horse_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F434. This field is constant.
 
static const xtd::forms::emoticon monkey_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F435. This field is constant.
 
static const xtd::forms::emoticon dog_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F436. This field is constant.
 
static const xtd::forms::emoticon pig_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F437. This field is constant.
 
static const xtd::forms::emoticon frog_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F438. This field is constant.
 
static const xtd::forms::emoticon hamster_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F439. This field is constant.
 
static const xtd::forms::emoticon wolf_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F43A. This field is constant.
 
static const xtd::forms::emoticon bear_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F43B. This field is constant.
 
static const xtd::forms::emoticon panda_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F43C. This field is constant.
 
static const xtd::forms::emoticon pig_nose
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F43D. This field is constant.
 
static const xtd::forms::emoticon paw_prints
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F43E. This field is constant.
 
static const xtd::forms::emoticon chipmunk
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F43F. This field is constant.
 
static const xtd::forms::emoticon eyes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F440. This field is constant.
 
static const xtd::forms::emoticon eye
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F441. This field is constant.
 
static const xtd::forms::emoticon ear
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F442. This field is constant.
 
static const xtd::forms::emoticon nose
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F443. This field is constant.
 
static const xtd::forms::emoticon mouth
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F444. This field is constant.
 
static const xtd::forms::emoticon tongue
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F445. This field is constant.
 
static const xtd::forms::emoticon white_up_pointing_backhand_index
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F446. This field is constant.
 
static const xtd::forms::emoticon white_down_pointing_backhand_index
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F447. This field is constant.
 
static const xtd::forms::emoticon white_left_pointing_backhand_index
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F448. This field is constant.
 
static const xtd::forms::emoticon white_right_pointing_backhand_index
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F449. This field is constant.
 
static const xtd::forms::emoticon fisted_hand_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F44A. This field is constant.
 
static const xtd::forms::emoticon waving_hand_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F44B. This field is constant.
 
static const xtd::forms::emoticon ok_hand_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F44C. This field is constant.
 
static const xtd::forms::emoticon thumbs_up_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F44D. This field is constant.
 
static const xtd::forms::emoticon thumbs_down_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F44E. This field is constant.
 
static const xtd::forms::emoticon clapping_hands_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F44F. This field is constant.
 
static const xtd::forms::emoticon open_hands_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F450. This field is constant.
 
static const xtd::forms::emoticon crown
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F451. This field is constant.
 
static const xtd::forms::emoticon womans_hat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F452. This field is constant.
 
static const xtd::forms::emoticon eyeglasses
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F453. This field is constant.
 
static const xtd::forms::emoticon necktie
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F454. This field is constant.
 
static const xtd::forms::emoticon t_shirt
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F455. This field is constant.
 
static const xtd::forms::emoticon jeans
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F456. This field is constant.
 
static const xtd::forms::emoticon dress
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F457. This field is constant.
 
static const xtd::forms::emoticon kimono
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F458. This field is constant.
 
static const xtd::forms::emoticon bikini
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F459. This field is constant.
 
static const xtd::forms::emoticon womans_clothes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F45A. This field is constant.
 
static const xtd::forms::emoticon purse
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F45B. This field is constant.
 
static const xtd::forms::emoticon handbag
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F45C. This field is constant.
 
static const xtd::forms::emoticon pouch
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F45D. This field is constant.
 
static const xtd::forms::emoticon mans_shoe
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F45E. This field is constant.
 
static const xtd::forms::emoticon athletic_shoe
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F45F. This field is constant.
 
static const xtd::forms::emoticon high_heeled_shoe
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F460. This field is constant.
 
static const xtd::forms::emoticon womans_sandal
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F461. This field is constant.
 
static const xtd::forms::emoticon womans_boots
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F462. This field is constant.
 
static const xtd::forms::emoticon footprints
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F463. This field is constant.
 
static const xtd::forms::emoticon bust_in_silhouette
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F464. This field is constant.
 
static const xtd::forms::emoticon busts_in_silhouette
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F465. This field is constant.
 
static const xtd::forms::emoticon boy
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F466. This field is constant.
 
static const xtd::forms::emoticon girl
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F467. This field is constant.
 
static const xtd::forms::emoticon man
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F468. This field is constant.
 
static const xtd::forms::emoticon woman
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F469. This field is constant.
 
static const xtd::forms::emoticon family
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F46A. This field is constant.
 
static const xtd::forms::emoticon man_and_woman_holding_hands
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F46B. This field is constant.
 
static const xtd::forms::emoticon two_men_holding_hands
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F46C. This field is constant.
 
static const xtd::forms::emoticon two_women_holding_hands
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F46D. This field is constant.
 
static const xtd::forms::emoticon police_officer
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F46E. This field is constant.
 
static const xtd::forms::emoticon woman_with_bunny_ears
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F46F. This field is constant.
 
static const xtd::forms::emoticon bride_with_veil
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F470. This field is constant.
 
static const xtd::forms::emoticon person_with_blond_hair
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F471. This field is constant.
 
static const xtd::forms::emoticon man_with_gua_pi_mao
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F472. This field is constant.
 
static const xtd::forms::emoticon man_with_turban
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F473. This field is constant.
 
static const xtd::forms::emoticon older_man
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F474. This field is constant.
 
static const xtd::forms::emoticon older_woman
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F475. This field is constant.
 
static const xtd::forms::emoticon baby
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F476. This field is constant.
 
static const xtd::forms::emoticon construction_worker
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F477. This field is constant.
 
static const xtd::forms::emoticon princess
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F478. This field is constant.
 
static const xtd::forms::emoticon japanese_ogre
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F479. This field is constant.
 
static const xtd::forms::emoticon japanese_goblin
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F47A. This field is constant.
 
static const xtd::forms::emoticon ghost
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F47B. This field is constant.
 
static const xtd::forms::emoticon baby_angel
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F47C. This field is constant.
 
static const xtd::forms::emoticon extraterrestrial_alien
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F47D. This field is constant.
 
static const xtd::forms::emoticon alien_monster
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F47E. This field is constant.
 
static const xtd::forms::emoticon imp
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F47F. This field is constant.
 
static const xtd::forms::emoticon skull
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F480. This field is constant.
 
static const xtd::forms::emoticon information_desk_person
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F481. This field is constant.
 
static const xtd::forms::emoticon guardsman
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F482. This field is constant.
 
static const xtd::forms::emoticon dancer
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F483. This field is constant.
 
static const xtd::forms::emoticon lipstick
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F484. This field is constant.
 
static const xtd::forms::emoticon nail_polish
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F485. This field is constant.
 
static const xtd::forms::emoticon face_massage
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F486. This field is constant.
 
static const xtd::forms::emoticon haircut
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F487. This field is constant.
 
static const xtd::forms::emoticon barber_pole
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F488. This field is constant.
 
static const xtd::forms::emoticon syringe
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F489. This field is constant.
 
static const xtd::forms::emoticon pill
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F48A. This field is constant.
 
static const xtd::forms::emoticon kiss_mark
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F48B. This field is constant.
 
static const xtd::forms::emoticon love_letter
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F48C. This field is constant.
 
static const xtd::forms::emoticon ring
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F48D. This field is constant.
 
static const xtd::forms::emoticon gem_stone
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F48E. This field is constant.
 
static const xtd::forms::emoticon kiss
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F48F. This field is constant.
 
static const xtd::forms::emoticon bouquet
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F490. This field is constant.
 
static const xtd::forms::emoticon couple_with_heart
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F491. This field is constant.
 
static const xtd::forms::emoticon wedding
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F492. This field is constant.
 
static const xtd::forms::emoticon beating_heart
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F493. This field is constant.
 
static const xtd::forms::emoticon broken_heart
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F494. This field is constant.
 
static const xtd::forms::emoticon two_hearts
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F495. This field is constant.
 
static const xtd::forms::emoticon sparkling_heart
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F496. This field is constant.
 
static const xtd::forms::emoticon growing_heart
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F497. This field is constant.
 
static const xtd::forms::emoticon heart_with_arrow
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F498. This field is constant.
 
static const xtd::forms::emoticon blue_heart
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F499. This field is constant.
 
static const xtd::forms::emoticon green_heart
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F49A. This field is constant.
 
static const xtd::forms::emoticon yellow_heart
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F49B. This field is constant.
 
static const xtd::forms::emoticon purple_heart
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F49C. This field is constant.
 
static const xtd::forms::emoticon heart_with_ribbon
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F49D. This field is constant.
 
static const xtd::forms::emoticon revolving_hearts
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F49E. This field is constant.
 
static const xtd::forms::emoticon heart_decoration
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F49F. This field is constant.
 
static const xtd::forms::emoticon diamond_shape_with_a_dot_inside
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A0. This field is constant.
 
static const xtd::forms::emoticon electric_light_bulb
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A1. This field is constant.
 
static const xtd::forms::emoticon anger_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A2. This field is constant.
 
static const xtd::forms::emoticon bomb
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A3. This field is constant.
 
static const xtd::forms::emoticon sleeping_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A4. This field is constant.
 
static const xtd::forms::emoticon collision_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A5. This field is constant.
 
static const xtd::forms::emoticon splashing_sweat_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A6. This field is constant.
 
static const xtd::forms::emoticon droplet
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A7. This field is constant.
 
static const xtd::forms::emoticon dash_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A8. This field is constant.
 
static const xtd::forms::emoticon pile_of_poo
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A9. This field is constant.
 
static const xtd::forms::emoticon flexed_biceps
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4AA. This field is constant.
 
static const xtd::forms::emoticon dizzy_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4AB. This field is constant.
 
static const xtd::forms::emoticon speech_balloon
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4AC. This field is constant.
 
static const xtd::forms::emoticon thought_balloon
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4AD. This field is constant.
 
static const xtd::forms::emoticon white_flower
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4AE. This field is constant.
 
static const xtd::forms::emoticon hundred_points_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4AF. This field is constant.
 
static const xtd::forms::emoticon money_bag
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B0. This field is constant.
 
static const xtd::forms::emoticon currency_exchange
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B1. This field is constant.
 
static const xtd::forms::emoticon heavy_dollar_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B2. This field is constant.
 
static const xtd::forms::emoticon credit_card
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B3. This field is constant.
 
static const xtd::forms::emoticon banknote_with_yen_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B4. This field is constant.
 
static const xtd::forms::emoticon banknote_with_dollar_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B5. This field is constant.
 
static const xtd::forms::emoticon banknote_with_euro_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B6. This field is constant.
 
static const xtd::forms::emoticon banknote_with_pound_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B7. This field is constant.
 
static const xtd::forms::emoticon money_with_wings
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B8. This field is constant.
 
static const xtd::forms::emoticon chart_with_upwards_trend_and_yen_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B9. This field is constant.
 
static const xtd::forms::emoticon seat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4BA. This field is constant.
 
static const xtd::forms::emoticon personal_computer
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4BB. This field is constant.
 
static const xtd::forms::emoticon briefcase
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4BC. This field is constant.
 
static const xtd::forms::emoticon minidisc
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4BD. This field is constant.
 
static const xtd::forms::emoticon floppy_disk
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4BE. This field is constant.
 
static const xtd::forms::emoticon optical_disc
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4BF. This field is constant.
 
static const xtd::forms::emoticon dvd
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C0. This field is constant.
 
static const xtd::forms::emoticon file_folder
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C1. This field is constant.
 
static const xtd::forms::emoticon open_file_folder
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C2. This field is constant.
 
static const xtd::forms::emoticon page_with_curl
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C3. This field is constant.
 
static const xtd::forms::emoticon page_facing_up
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C4. This field is constant.
 
static const xtd::forms::emoticon calendar
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C5. This field is constant.
 
static const xtd::forms::emoticon tear_off_calendar
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C6. This field is constant.
 
static const xtd::forms::emoticon card_index
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C7. This field is constant.
 
static const xtd::forms::emoticon chart_with_upwards_trend
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C8. This field is constant.
 
static const xtd::forms::emoticon chart_with_downwards_trend
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C9. This field is constant.
 
static const xtd::forms::emoticon bar_chart
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4CA. This field is constant.
 
static const xtd::forms::emoticon clipboard
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4CB. This field is constant.
 
static const xtd::forms::emoticon pushpin
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4CC. This field is constant.
 
static const xtd::forms::emoticon round_pushpin
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4CD. This field is constant.
 
static const xtd::forms::emoticon paperclip
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4CE. This field is constant.
 
static const xtd::forms::emoticon straight_ruler
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4CF. This field is constant.
 
static const xtd::forms::emoticon triangular_ruler
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D0. This field is constant.
 
static const xtd::forms::emoticon bookmark_tabs
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D1. This field is constant.
 
static const xtd::forms::emoticon ledger
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D2. This field is constant.
 
static const xtd::forms::emoticon notebook
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D3. This field is constant.
 
static const xtd::forms::emoticon notebook_with_decorative_cover
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D4. This field is constant.
 
static const xtd::forms::emoticon closed_book
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D5. This field is constant.
 
static const xtd::forms::emoticon open_book
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D6. This field is constant.
 
static const xtd::forms::emoticon green_book
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D7. This field is constant.
 
static const xtd::forms::emoticon blue_book
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D8. This field is constant.
 
static const xtd::forms::emoticon orange_book
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D9. This field is constant.
 
static const xtd::forms::emoticon books
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4DA. This field is constant.
 
static const xtd::forms::emoticon name_badge
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4DB. This field is constant.
 
static const xtd::forms::emoticon scroll
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4DC. This field is constant.
 
static const xtd::forms::emoticon memo
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4DD. This field is constant.
 
static const xtd::forms::emoticon telephone_receiver
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4DE. This field is constant.
 
static const xtd::forms::emoticon pager
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4DF. This field is constant.
 
static const xtd::forms::emoticon fax_machine
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E0. This field is constant.
 
static const xtd::forms::emoticon satellite_antenna
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E1. This field is constant.
 
static const xtd::forms::emoticon public_address_loudspeaker
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E2. This field is constant.
 
static const xtd::forms::emoticon cheering_megaphone
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E3. This field is constant.
 
static const xtd::forms::emoticon outbox_tray
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E4. This field is constant.
 
static const xtd::forms::emoticon inbox_tray
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E5. This field is constant.
 
static const xtd::forms::emoticon package
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E6. This field is constant.
 
static const xtd::forms::emoticon e_mail_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E7. This field is constant.
 
static const xtd::forms::emoticon incoming_envelope
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E8. This field is constant.
 
static const xtd::forms::emoticon envelope_with_downwards_arrow_above
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E9. This field is constant.
 
static const xtd::forms::emoticon closed_mailbox_with_lowered_flag
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4EA. This field is constant.
 
static const xtd::forms::emoticon closed_mailbox_with_raised_flag
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4EB. This field is constant.
 
static const xtd::forms::emoticon open_mailbox_with_raised_flag
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4EC. This field is constant.
 
static const xtd::forms::emoticon open_mailbox_with_lowered_flag
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4ED. This field is constant.
 
static const xtd::forms::emoticon postbox
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4EE. This field is constant.
 
static const xtd::forms::emoticon postal_horn
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4EF. This field is constant.
 
static const xtd::forms::emoticon newspaper
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F0. This field is constant.
 
static const xtd::forms::emoticon mobile_phone
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F1. This field is constant.
 
static const xtd::forms::emoticon mobile_phone_with_rightwards_arrow_at_left
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F2. This field is constant.
 
static const xtd::forms::emoticon vibration_mode
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F3. This field is constant.
 
static const xtd::forms::emoticon mobile_phone_off
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F4. This field is constant.
 
static const xtd::forms::emoticon no_mobile_phones
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F5. This field is constant.
 
static const xtd::forms::emoticon antenna_with_bars
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F6. This field is constant.
 
static const xtd::forms::emoticon camera
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F7. This field is constant.
 
static const xtd::forms::emoticon camera_with_flash
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F8. This field is constant.
 
static const xtd::forms::emoticon video_camera
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F9. This field is constant.
 
static const xtd::forms::emoticon television
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4FA. This field is constant.
 
static const xtd::forms::emoticon radio
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4FB. This field is constant.
 
static const xtd::forms::emoticon videocassette
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4FC. This field is constant.
 
static const xtd::forms::emoticon film_projector
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4FD. This field is constant.
 
static const xtd::forms::emoticon prayer_beads
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4FF. This field is constant.
 
static const xtd::forms::emoticon twisted_rightwards_arrows
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F500. This field is constant.
 
static const xtd::forms::emoticon clockwise_rightwards_and_leftwards_open_circle_arrows
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F501. This field is constant.
 
static const xtd::forms::emoticon clockwise_rightwards_and_leftwards_open_circle_arrows_with_circled_one_overlay
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F502. This field is constant.
 
static const xtd::forms::emoticon clockwise_downwards_and_upwards_open_circle_arrows
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F503. This field is constant.
 
static const xtd::forms::emoticon anticlockwise_downwards_and_upwards_open_circle_arrows
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F504. This field is constant.
 
static const xtd::forms::emoticon low_brightness_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F505. This field is constant.
 
static const xtd::forms::emoticon high_brightness_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F506. This field is constant.
 
static const xtd::forms::emoticon speaker_with_cancellation_stroke
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F507. This field is constant.
 
static const xtd::forms::emoticon speaker
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F508. This field is constant.
 
static const xtd::forms::emoticon speaker_with_one_sound_wave
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F509. This field is constant.
 
static const xtd::forms::emoticon speaker_with_three_sound_waves
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F50A. This field is constant.
 
static const xtd::forms::emoticon battery
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F50B. This field is constant.
 
static const xtd::forms::emoticon electric_plug
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F50C. This field is constant.
 
static const xtd::forms::emoticon left_pointing_magnifying_glass
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F50D. This field is constant.
 
static const xtd::forms::emoticon right_pointing_magnifying_glass
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F50E. This field is constant.
 
static const xtd::forms::emoticon lock_with_ink_pen
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F50F. This field is constant.
 
static const xtd::forms::emoticon closed_lock_with_key
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F510. This field is constant.
 
static const xtd::forms::emoticon key
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F511. This field is constant.
 
static const xtd::forms::emoticon lock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F512. This field is constant.
 
static const xtd::forms::emoticon open_lock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F513. This field is constant.
 
static const xtd::forms::emoticon bell
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F514. This field is constant.
 
static const xtd::forms::emoticon bell_with_cancellation_stroke
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F515. This field is constant.
 
static const xtd::forms::emoticon bookmark
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F516. This field is constant.
 
static const xtd::forms::emoticon link_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F517. This field is constant.
 
static const xtd::forms::emoticon radio_button
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F518. This field is constant.
 
static const xtd::forms::emoticon back_with_leftwards_arrow_above
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F519. This field is constant.
 
static const xtd::forms::emoticon end_with_leftwards_arrow_above
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F51A. This field is constant.
 
static const xtd::forms::emoticon on_with_exclamation_mark_with_left_right_arrow_above
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F51B. This field is constant.
 
static const xtd::forms::emoticon soon_with_rightwards_arrow_above
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F51C. This field is constant.
 
static const xtd::forms::emoticon top_with_upwards_arrow_above
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F51D. This field is constant.
 
static const xtd::forms::emoticon no_one_under_eighteen_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F51E. This field is constant.
 
static const xtd::forms::emoticon keycap_ten
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F51F. This field is constant.
 
static const xtd::forms::emoticon input_symbol_for_latin_capital_letters
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F520. This field is constant.
 
static const xtd::forms::emoticon input_symbol_for_latin_small_letters
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F521. This field is constant.
 
static const xtd::forms::emoticon input_symbol_for_numbers
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F522. This field is constant.
 
static const xtd::forms::emoticon input_symbol_for_symbols
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F523. This field is constant.
 
static const xtd::forms::emoticon input_symbol_for_latin_letters
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F524. This field is constant.
 
static const xtd::forms::emoticon fire
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F525. This field is constant.
 
static const xtd::forms::emoticon electric_torch
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F526. This field is constant.
 
static const xtd::forms::emoticon wrench
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F527. This field is constant.
 
static const xtd::forms::emoticon hammer
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F528. This field is constant.
 
static const xtd::forms::emoticon nut_and_bolt
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F529. This field is constant.
 
static const xtd::forms::emoticon hocho
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F52A. This field is constant.
 
static const xtd::forms::emoticon pistol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F52B. This field is constant.
 
static const xtd::forms::emoticon microscope
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F52C. This field is constant.
 
static const xtd::forms::emoticon telescope
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F52D. This field is constant.
 
static const xtd::forms::emoticon crystal_ball
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F52E. This field is constant.
 
static const xtd::forms::emoticon six_pointed_star_with_middle_dot
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F52F. This field is constant.
 
static const xtd::forms::emoticon japanese_symbol_for_beginner
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F530. This field is constant.
 
static const xtd::forms::emoticon trident_emblem
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F531. This field is constant.
 
static const xtd::forms::emoticon black_square_button
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F532. This field is constant.
 
static const xtd::forms::emoticon white_square_button
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F533. This field is constant.
 
static const xtd::forms::emoticon large_red_circle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F534. This field is constant.
 
static const xtd::forms::emoticon large_blue_circle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F535. This field is constant.
 
static const xtd::forms::emoticon large_orange_diamond
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F536. This field is constant.
 
static const xtd::forms::emoticon large_blue_diamond
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F537. This field is constant.
 
static const xtd::forms::emoticon small_orange_diamond
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F538. This field is constant.
 
static const xtd::forms::emoticon small_blue_diamond
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F539. This field is constant.
 
static const xtd::forms::emoticon up_pointing_red_triangle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F53A. This field is constant.
 
static const xtd::forms::emoticon down_pointing_red_triangle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F53B. This field is constant.
 
static const xtd::forms::emoticon up_pointing_small_red_triangle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F53C. This field is constant.
 
static const xtd::forms::emoticon down_pointing_small_red_triangle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F53D. This field is constant.
 
static const xtd::forms::emoticon om_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F549. This field is constant.
 
static const xtd::forms::emoticon dove_of_peace
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F54A. This field is constant.
 
static const xtd::forms::emoticon kaaba
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F54B. This field is constant.
 
static const xtd::forms::emoticon mosque
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F54C. This field is constant.
 
static const xtd::forms::emoticon synagogue
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F54D. This field is constant.
 
static const xtd::forms::emoticon menorah_with_nine_branches
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F54E. This field is constant.
 
static const xtd::forms::emoticon clock_face_one_oclock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F550. This field is constant.
 
static const xtd::forms::emoticon clock_face_two_oclock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F551. This field is constant.
 
static const xtd::forms::emoticon clock_face_three_oclock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F552. This field is constant.
 
static const xtd::forms::emoticon clock_face_four_oclock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F553. This field is constant.
 
static const xtd::forms::emoticon clock_face_five_oclock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F554. This field is constant.
 
static const xtd::forms::emoticon clock_face_six_oclock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F555. This field is constant.
 
static const xtd::forms::emoticon clock_face_seven_oclock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F556. This field is constant.
 
static const xtd::forms::emoticon clock_face_eight_oclock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F557. This field is constant.
 
static const xtd::forms::emoticon clock_face_nine_oclock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F558. This field is constant.
 
static const xtd::forms::emoticon clock_face_ten_oclock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F559. This field is constant.
 
static const xtd::forms::emoticon clock_face_eleven_oclock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F55A. This field is constant.
 
static const xtd::forms::emoticon clock_face_twelve_oclock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F55B. This field is constant.
 
static const xtd::forms::emoticon clock_face_one_thirty
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F55C. This field is constant.
 
static const xtd::forms::emoticon clock_face_two_thirty
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F55D. This field is constant.
 
static const xtd::forms::emoticon clock_face_three_thirty
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F55E. This field is constant.
 
static const xtd::forms::emoticon clock_face_four_thirty
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F55F. This field is constant.
 
static const xtd::forms::emoticon clock_face_five_thirty
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F560. This field is constant.
 
static const xtd::forms::emoticon clock_face_six_thirty
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F561. This field is constant.
 
static const xtd::forms::emoticon clock_face_seven_thirty
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F562. This field is constant.
 
static const xtd::forms::emoticon clock_face_eight_thirty
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F563. This field is constant.
 
static const xtd::forms::emoticon clock_face_nine_thirty
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F564. This field is constant.
 
static const xtd::forms::emoticon clock_face_ten_thirty
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F565. This field is constant.
 
static const xtd::forms::emoticon clock_face_eleven_thirty
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F566. This field is constant.
 
static const xtd::forms::emoticon clock_face_twelve_thirty
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F567. This field is constant.
 
static const xtd::forms::emoticon candle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F56F. This field is constant.
 
static const xtd::forms::emoticon mantelpiece_clock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F570. This field is constant.
 
static const xtd::forms::emoticon hole
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F573. This field is constant.
 
static const xtd::forms::emoticon man_in_business_suit_levitating
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F574. This field is constant.
 
static const xtd::forms::emoticon sleuth_or_spy
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F575. This field is constant.
 
static const xtd::forms::emoticon dark_sunglasses
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F576. This field is constant.
 
static const xtd::forms::emoticon spider
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F577. This field is constant.
 
static const xtd::forms::emoticon spider_web
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F578. This field is constant.
 
static const xtd::forms::emoticon joystick
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F579. This field is constant.
 
static const xtd::forms::emoticon man_dancing
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F57A. This field is constant.
 
static const xtd::forms::emoticon linked_paperclips
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F587. This field is constant.
 
static const xtd::forms::emoticon lower_left_ballpoint_pen
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F58A. This field is constant.
 
static const xtd::forms::emoticon lower_left_fountain_pen
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F58B. This field is constant.
 
static const xtd::forms::emoticon lower_left_paintbrush
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F58C. This field is constant.
 
static const xtd::forms::emoticon lower_left_crayon
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F58D. This field is constant.
 
static const xtd::forms::emoticon raised_hand_with_fingers_splayed
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F590. This field is constant.
 
static const xtd::forms::emoticon reversed_hand_with_middle_finger_extended
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F595. This field is constant.
 
static const xtd::forms::emoticon raised_hand_with_part_between_middle_and_ring_fingers
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F596. This field is constant.
 
static const xtd::forms::emoticon black_heart
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5A4. This field is constant.
 
static const xtd::forms::emoticon desktop_computer
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5A5. This field is constant.
 
static const xtd::forms::emoticon printer
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5A8. This field is constant.
 
static const xtd::forms::emoticon three_button_mouse
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5B1. This field is constant.
 
static const xtd::forms::emoticon trackball
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5B2. This field is constant.
 
static const xtd::forms::emoticon frame_with_picture
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5BC. This field is constant.
 
static const xtd::forms::emoticon card_index_dividers
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5C2. This field is constant.
 
static const xtd::forms::emoticon card_file_box
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5C3. This field is constant.
 
static const xtd::forms::emoticon file_cabinet
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5C4. This field is constant.
 
static const xtd::forms::emoticon wastebasket
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5D1. This field is constant.
 
static const xtd::forms::emoticon spiral_note_pad
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5D2. This field is constant.
 
static const xtd::forms::emoticon spiral_calendar_pad
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5D3. This field is constant.
 
static const xtd::forms::emoticon compression
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5DC. This field is constant.
 
static const xtd::forms::emoticon old_key
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5DD. This field is constant.
 
static const xtd::forms::emoticon rolled_up_newspaper
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5DE. This field is constant.
 
static const xtd::forms::emoticon dagger_knife
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5E1. This field is constant.
 
static const xtd::forms::emoticon speaking_head_in_silhouette
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5E3. This field is constant.
 
static const xtd::forms::emoticon left_speech_bubble
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5E8. This field is constant.
 
static const xtd::forms::emoticon right_anger_bubble
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5EF. This field is constant.
 
static const xtd::forms::emoticon ballot_box_with_ballot
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5F3. This field is constant.
 
static const xtd::forms::emoticon world_map
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5FA. This field is constant.
 
static const xtd::forms::emoticon mount_fuji
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5FB. This field is constant.
 
static const xtd::forms::emoticon tokyo_tower
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5FC. This field is constant.
 
static const xtd::forms::emoticon statue_of_liberty
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5FD. This field is constant.
 
static const xtd::forms::emoticon silhouette_of_japan
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5FE. This field is constant.
 
static const xtd::forms::emoticon moyai
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5FF. This field is constant.
 
static const xtd::forms::emoticon grinning_face
 1F600-1F64F Emoticons (Emoji)
 
static const xtd::forms::emoticon grinning_face_with_smiling_eyes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F601. This field is constant.
 
static const xtd::forms::emoticon face_with_tears_of_joy
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F602. This field is constant.
 
static const xtd::forms::emoticon smiling_face_with_open_mouth
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F603. This field is constant.
 
static const xtd::forms::emoticon smiling_face_with_open_mouth_and_smiling_eyes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F604. This field is constant.
 
static const xtd::forms::emoticon smiling_face_with_open_mouth_and_cold_sweat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F605. This field is constant.
 
static const xtd::forms::emoticon smiling_face_with_open_mouth_and_tightly_closed_eyes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F606. This field is constant.
 
static const xtd::forms::emoticon smiling_face_with_halo
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F607. This field is constant.
 
static const xtd::forms::emoticon smiling_face_with_horns
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F608. This field is constant.
 
static const xtd::forms::emoticon winking_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F609. This field is constant.
 
static const xtd::forms::emoticon smiling_face_with_smiling_eyes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F60A. This field is constant.
 
static const xtd::forms::emoticon face_savouring_delicious_food
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F60B. This field is constant.
 
static const xtd::forms::emoticon relieved_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F60C. This field is constant.
 
static const xtd::forms::emoticon smiling_face_with_heart_shaped_eyes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F60D. This field is constant.
 
static const xtd::forms::emoticon smiling_face_with_sunglasses
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F60E. This field is constant.
 
static const xtd::forms::emoticon smirking_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F60F. This field is constant.
 
static const xtd::forms::emoticon neutral_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F610. This field is constant.
 
static const xtd::forms::emoticon expressionless_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F611. This field is constant.
 
static const xtd::forms::emoticon unamused_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F612. This field is constant.
 
static const xtd::forms::emoticon face_with_cold_sweat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F613. This field is constant.
 
static const xtd::forms::emoticon pensive_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F614. This field is constant.
 
static const xtd::forms::emoticon confused_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F615. This field is constant.
 
static const xtd::forms::emoticon confounded_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F616. This field is constant.
 
static const xtd::forms::emoticon kissing_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F617. This field is constant.
 
static const xtd::forms::emoticon face_throwing_a_kiss
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F618. This field is constant.
 
static const xtd::forms::emoticon kissing_face_with_smiling_eyes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F619. This field is constant.
 
static const xtd::forms::emoticon kissing_face_with_closed_eyes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F61A. This field is constant.
 
static const xtd::forms::emoticon face_with_stuck_out_tongue
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F61B. This field is constant.
 
static const xtd::forms::emoticon face_with_stuck_out_tongue_and_winking_eye
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F61C. This field is constant.
 
static const xtd::forms::emoticon face_with_stuck_out_tongue_and_tightly_closed_eyes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F61D. This field is constant.
 
static const xtd::forms::emoticon disappointed_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F61E. This field is constant.
 
static const xtd::forms::emoticon worried_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F61F. This field is constant.
 
static const xtd::forms::emoticon angry_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F620. This field is constant.
 
static const xtd::forms::emoticon pouting_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F621. This field is constant.
 
static const xtd::forms::emoticon crying_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F622. This field is constant.
 
static const xtd::forms::emoticon persevering_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F623. This field is constant.
 
static const xtd::forms::emoticon face_with_look_of_triumph
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F624. This field is constant.
 
static const xtd::forms::emoticon disappointed_but_relieved_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F625. This field is constant.
 
static const xtd::forms::emoticon frowning_face_with_open_mouth
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F626. This field is constant.
 
static const xtd::forms::emoticon anguished_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F627. This field is constant.
 
static const xtd::forms::emoticon fearful_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F628. This field is constant.
 
static const xtd::forms::emoticon weary_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F629. This field is constant.
 
static const xtd::forms::emoticon sleepy_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F62A. This field is constant.
 
static const xtd::forms::emoticon tired_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F62B. This field is constant.
 
static const xtd::forms::emoticon grimacing_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F62C. This field is constant.
 
static const xtd::forms::emoticon loudly_crying_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F62D. This field is constant.
 
static const xtd::forms::emoticon face_with_open_mouth
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F62E. This field is constant.
 
static const xtd::forms::emoticon hushed_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F62F. This field is constant.
 
static const xtd::forms::emoticon face_with_open_mouth_and_cold_sweat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F630. This field is constant.
 
static const xtd::forms::emoticon face_screaming_in_fear
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F631. This field is constant.
 
static const xtd::forms::emoticon astonished_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F632. This field is constant.
 
static const xtd::forms::emoticon flushed_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F633. This field is constant.
 
static const xtd::forms::emoticon sleeping_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F634. This field is constant.
 
static const xtd::forms::emoticon dizzy_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F635. This field is constant.
 
static const xtd::forms::emoticon face_without_mouth
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F636. This field is constant.
 
static const xtd::forms::emoticon face_with_medical_mask
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F637. This field is constant.
 
static const xtd::forms::emoticon grinning_cat_face_with_smiling_eyes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F638. This field is constant.
 
static const xtd::forms::emoticon cat_face_with_tears_of_joy
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F639. This field is constant.
 
static const xtd::forms::emoticon smiling_cat_face_with_open_mouth
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F63A. This field is constant.
 
static const xtd::forms::emoticon smiling_cat_face_with_heart_shaped_eyes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F63B. This field is constant.
 
static const xtd::forms::emoticon cat_face_with_wry_smile
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F63C. This field is constant.
 
static const xtd::forms::emoticon kissing_cat_face_with_closed_eyes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F63D. This field is constant.
 
static const xtd::forms::emoticon pouting_cat_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F63E. This field is constant.
 
static const xtd::forms::emoticon crying_cat_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F63F. This field is constant.
 
static const xtd::forms::emoticon weary_cat_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F640. This field is constant.
 
static const xtd::forms::emoticon slightly_frowning_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F641. This field is constant.
 
static const xtd::forms::emoticon slightly_smiling_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F642. This field is constant.
 
static const xtd::forms::emoticon upside_down_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F643. This field is constant.
 
static const xtd::forms::emoticon face_with_rolling_eyes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F644. This field is constant.
 
static const xtd::forms::emoticon face_with_no_good_gesture
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F645. This field is constant.
 
static const xtd::forms::emoticon face_with_ok_gesture
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F646. This field is constant.
 
static const xtd::forms::emoticon person_bowing_deeply
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F647. This field is constant.
 
static const xtd::forms::emoticon see_no_evil_monkey
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F648. This field is constant.
 
static const xtd::forms::emoticon hear_no_evil_monkey
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F649. This field is constant.
 
static const xtd::forms::emoticon speak_no_evil_monkey
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F64A. This field is constant.
 
static const xtd::forms::emoticon happy_person_raising_one_hand
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F64B. This field is constant.
 
static const xtd::forms::emoticon person_raising_both_hands_in_celebration
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F64C. This field is constant.
 
static const xtd::forms::emoticon person_frowning
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F64D. This field is constant.
 
static const xtd::forms::emoticon person_with_pouting_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F64E. This field is constant.
 
static const xtd::forms::emoticon person_with_folded_hands
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F64F. This field is constant.
 
static const xtd::forms::emoticon rocket
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F680. This field is constant.
 
static const xtd::forms::emoticon helicopter
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F681. This field is constant.
 
static const xtd::forms::emoticon steam_locomotive
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F682. This field is constant.
 
static const xtd::forms::emoticon railway_car
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F683. This field is constant.
 
static const xtd::forms::emoticon high_speed_train
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F684. This field is constant.
 
static const xtd::forms::emoticon high_speed_train_with_bullet_nose
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F685. This field is constant.
 
static const xtd::forms::emoticon train
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F686. This field is constant.
 
static const xtd::forms::emoticon metro
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F687. This field is constant.
 
static const xtd::forms::emoticon light_rail
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F688. This field is constant.
 
static const xtd::forms::emoticon station
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F689. This field is constant.
 
static const xtd::forms::emoticon tram
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F68A. This field is constant.
 
static const xtd::forms::emoticon tram_car
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F68B. This field is constant.
 
static const xtd::forms::emoticon bus
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F68C. This field is constant.
 
static const xtd::forms::emoticon oncoming_bus
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F68D. This field is constant.
 
static const xtd::forms::emoticon trolleybus
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F68E. This field is constant.
 
static const xtd::forms::emoticon bus_stop
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F68F. This field is constant.
 
static const xtd::forms::emoticon minibus
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F690. This field is constant.
 
static const xtd::forms::emoticon ambulance
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F691. This field is constant.
 
static const xtd::forms::emoticon fire_engine
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F692. This field is constant.
 
static const xtd::forms::emoticon police_car
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F693. This field is constant.
 
static const xtd::forms::emoticon oncoming_police_car
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F694. This field is constant.
 
static const xtd::forms::emoticon taxi
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F695. This field is constant.
 
static const xtd::forms::emoticon oncoming_taxi
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F696. This field is constant.
 
static const xtd::forms::emoticon automobile
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F697. This field is constant.
 
static const xtd::forms::emoticon oncoming_automobile
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F698. This field is constant.
 
static const xtd::forms::emoticon recreational_vehicle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F699. This field is constant.
 
static const xtd::forms::emoticon delivery_truck
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F69A. This field is constant.
 
static const xtd::forms::emoticon articulated_lorry
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F69B. This field is constant.
 
static const xtd::forms::emoticon tractor
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F69C. This field is constant.
 
static const xtd::forms::emoticon monorail
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F69D. This field is constant.
 
static const xtd::forms::emoticon mountain_railway
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F69E. This field is constant.
 
static const xtd::forms::emoticon suspension_railway
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F69F. This field is constant.
 
static const xtd::forms::emoticon mountain_cableway
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A0. This field is constant.
 
static const xtd::forms::emoticon aerial_tramway
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A1. This field is constant.
 
static const xtd::forms::emoticon ship
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A2. This field is constant.
 
static const xtd::forms::emoticon rowboat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A3. This field is constant.
 
static const xtd::forms::emoticon speedboat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A4. This field is constant.
 
static const xtd::forms::emoticon horizontal_traffic_light
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A5. This field is constant.
 
static const xtd::forms::emoticon vertical_traffic_light
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A6. This field is constant.
 
static const xtd::forms::emoticon construction_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A7. This field is constant.
 
static const xtd::forms::emoticon police_cars_revolving_light
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A8. This field is constant.
 
static const xtd::forms::emoticon triangular_flag_on_post
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A9. This field is constant.
 
static const xtd::forms::emoticon door
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6AA. This field is constant.
 
static const xtd::forms::emoticon no_entry_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6AB. This field is constant.
 
static const xtd::forms::emoticon smoking_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6AC. This field is constant.
 
static const xtd::forms::emoticon no_smoking_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6AD. This field is constant.
 
static const xtd::forms::emoticon put_litter_in_its_place_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6AE. This field is constant.
 
static const xtd::forms::emoticon do_not_litter_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6AF. This field is constant.
 
static const xtd::forms::emoticon potable_water_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B0. This field is constant.
 
static const xtd::forms::emoticon non_potable_water_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B1. This field is constant.
 
static const xtd::forms::emoticon bicycle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B2. This field is constant.
 
static const xtd::forms::emoticon no_bicycles
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B3. This field is constant.
 
static const xtd::forms::emoticon bicyclist
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B4. This field is constant.
 
static const xtd::forms::emoticon mountain_bicyclist
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B5. This field is constant.
 
static const xtd::forms::emoticon pedestrian
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B6. This field is constant.
 
static const xtd::forms::emoticon no_pedestrians
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B7. This field is constant.
 
static const xtd::forms::emoticon children_crossing
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B8. This field is constant.
 
static const xtd::forms::emoticon mens_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B9. This field is constant.
 
static const xtd::forms::emoticon womens_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6BA. This field is constant.
 
static const xtd::forms::emoticon restroom
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6BB. This field is constant.
 
static const xtd::forms::emoticon baby_symbol
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6BC. This field is constant.
 
static const xtd::forms::emoticon toilet
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6BD. This field is constant.
 
static const xtd::forms::emoticon water_closet
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6BE. This field is constant.
 
static const xtd::forms::emoticon shower
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6BF. This field is constant.
 
static const xtd::forms::emoticon bath
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6C0. This field is constant.
 
static const xtd::forms::emoticon bathtub
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6C1. This field is constant.
 
static const xtd::forms::emoticon passport_control
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6C2. This field is constant.
 
static const xtd::forms::emoticon customs
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6C3. This field is constant.
 
static const xtd::forms::emoticon baggage_claim
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6C4. This field is constant.
 
static const xtd::forms::emoticon left_luggage
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6C5. This field is constant.
 
static const xtd::forms::emoticon couch_and_lamp
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6CB. This field is constant.
 
static const xtd::forms::emoticon sleeping_accommodation
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6CC. This field is constant.
 
static const xtd::forms::emoticon shopping_bags
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6CD. This field is constant.
 
static const xtd::forms::emoticon bellhop_bell
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6CE. This field is constant.
 
static const xtd::forms::emoticon bed
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6CF. This field is constant.
 
static const xtd::forms::emoticon place_of_worship
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6D0. This field is constant.
 
static const xtd::forms::emoticon octagonal_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6D1. This field is constant.
 
static const xtd::forms::emoticon shopping_trolley
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6D2. This field is constant.
 
static const xtd::forms::emoticon hammer_and_wrench
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6E0. This field is constant.
 
static const xtd::forms::emoticon shield
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6E1. This field is constant.
 
static const xtd::forms::emoticon oil_drum
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6E2. This field is constant.
 
static const xtd::forms::emoticon motorway
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6E3. This field is constant.
 
static const xtd::forms::emoticon railway_track
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6E4. This field is constant.
 
static const xtd::forms::emoticon motor_boat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6E5. This field is constant.
 
static const xtd::forms::emoticon small_airplane
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6E9. This field is constant.
 
static const xtd::forms::emoticon airplane_departure
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6EB. This field is constant.
 
static const xtd::forms::emoticon airplane_arriving
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6EC. This field is constant.
 
static const xtd::forms::emoticon satellite
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6F0. This field is constant.
 
static const xtd::forms::emoticon passenger_ship
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6F3. This field is constant.
 
static const xtd::forms::emoticon scooter
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6F4. This field is constant.
 
static const xtd::forms::emoticon motor_scooter
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6F5. This field is constant.
 
static const xtd::forms::emoticon canoe
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6F6. This field is constant.
 
static const xtd::forms::emoticon sled
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6F7. This field is constant.
 
static const xtd::forms::emoticon flying_saucer
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6F8. This field is constant.
 
static const xtd::forms::emoticon skateboard
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6F9. This field is constant.
 
static const xtd::forms::emoticon auto_rickshaw
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6FA. This field is constant.
 
static const xtd::forms::emoticon large_orange_circle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E0. This field is constant.
 
static const xtd::forms::emoticon large_yellow_circle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E1. This field is constant.
 
static const xtd::forms::emoticon large_green_circle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E2. This field is constant.
 
static const xtd::forms::emoticon large_purple_circle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E3. This field is constant.
 
static const xtd::forms::emoticon large_brown_circle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E4. This field is constant.
 
static const xtd::forms::emoticon large_red_square
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E5. This field is constant.
 
static const xtd::forms::emoticon large_blue_square
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E6. This field is constant.
 
static const xtd::forms::emoticon large_orange_square
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E7. This field is constant.
 
static const xtd::forms::emoticon large_yellow_square
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E8. This field is constant.
 
static const xtd::forms::emoticon large_green_square
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E9. This field is constant.
 
static const xtd::forms::emoticon large_purple_square
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E1. This field is constant.
 
static const xtd::forms::emoticon large_brown_square
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7EB. This field is constant.
 
static const xtd::forms::emoticon white_heart
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F90D. This field is constant.
 
static const xtd::forms::emoticon brown_heart
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F90E. This field is constant.
 
static const xtd::forms::emoticon pinching_hand
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F90F. This field is constant.
 
static const xtd::forms::emoticon zipper_mouth_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F910. This field is constant.
 
static const xtd::forms::emoticon money_mouth_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F911. This field is constant.
 
static const xtd::forms::emoticon face_with_thermometer
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F912. This field is constant.
 
static const xtd::forms::emoticon nerd_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F913. This field is constant.
 
static const xtd::forms::emoticon thinking_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F914. This field is constant.
 
static const xtd::forms::emoticon face_with_head_bandage
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F915. This field is constant.
 
static const xtd::forms::emoticon robot_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F916. This field is constant.
 
static const xtd::forms::emoticon hugging_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F917. This field is constant.
 
static const xtd::forms::emoticon sign_of_the_horns
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F918. This field is constant.
 
static const xtd::forms::emoticon call_me_hand
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F919. This field is constant.
 
static const xtd::forms::emoticon raised_back_of_hand
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F91A. This field is constant.
 
static const xtd::forms::emoticon left_facing_fist
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F91B. This field is constant.
 
static const xtd::forms::emoticon right_facing_fist
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F91C. This field is constant.
 
static const xtd::forms::emoticon handshake
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F91D. This field is constant.
 
static const xtd::forms::emoticon hand_with_index_and_middle_fingers_crossed
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F91E. This field is constant.
 
static const xtd::forms::emoticon i_love_you_hand_sign
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F91F. This field is constant.
 
static const xtd::forms::emoticon face_with_cowboy_hat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F920. This field is constant.
 
static const xtd::forms::emoticon clown_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F921. This field is constant.
 
static const xtd::forms::emoticon nauseated_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F922. This field is constant.
 
static const xtd::forms::emoticon rolling_on_the_floor_laughing
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F923. This field is constant.
 
static const xtd::forms::emoticon drooling_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F924. This field is constant.
 
static const xtd::forms::emoticon lying_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F925. This field is constant.
 
static const xtd::forms::emoticon face_palm
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F926. This field is constant.
 
static const xtd::forms::emoticon sneezing_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F927. This field is constant.
 
static const xtd::forms::emoticon face_with_one_eyebrow_raised
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F928. This field is constant.
 
static const xtd::forms::emoticon grinning_face_with_star_eyes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F929. This field is constant.
 
static const xtd::forms::emoticon grinning_face_with_one_large_and_one_small_eye
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F92A. This field is constant.
 
static const xtd::forms::emoticon face_with_finger_covering_closed_lips
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F92B. This field is constant.
 
static const xtd::forms::emoticon serious_face_with_symbols_covering_mouth
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F92C. This field is constant.
 
static const xtd::forms::emoticon smiling_face_with_smiling_eyes_and_hand_covering_mouth
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F92D. This field is constant.
 
static const xtd::forms::emoticon face_with_open_mouth_vomiting
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F92E. This field is constant.
 
static const xtd::forms::emoticon shocked_face_with_exploding_head
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F92F. This field is constant.
 
static const xtd::forms::emoticon pregnant_woman
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F930. This field is constant.
 
static const xtd::forms::emoticon breast_feeding
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F931. This field is constant.
 
static const xtd::forms::emoticon palms_up_together
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F932. This field is constant.
 
static const xtd::forms::emoticon selfie
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F933. This field is constant.
 
static const xtd::forms::emoticon prince
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F934. This field is constant.
 
static const xtd::forms::emoticon man_in_tuxedo
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F935. This field is constant.
 
static const xtd::forms::emoticon mother_christmas
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F936. This field is constant.
 
static const xtd::forms::emoticon shrug
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F937. This field is constant.
 
static const xtd::forms::emoticon person_doing_cartwheel
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F938. This field is constant.
 
static const xtd::forms::emoticon juggling
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F939. This field is constant.
 
static const xtd::forms::emoticon fencer
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F93A. This field is constant.
 
static const xtd::forms::emoticon wrestlers
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F93C. This field is constant.
 
static const xtd::forms::emoticon water_polo
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F93D. This field is constant.
 
static const xtd::forms::emoticon handball
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F93E. This field is constant.
 
static const xtd::forms::emoticon wilted_flower
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F940. This field is constant.
 
static const xtd::forms::emoticon drum_with_drumsticks
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F941. This field is constant.
 
static const xtd::forms::emoticon clinking_glasses
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F942. This field is constant.
 
static const xtd::forms::emoticon tumbler_glass
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F943. This field is constant.
 
static const xtd::forms::emoticon spoon
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F944. This field is constant.
 
static const xtd::forms::emoticon goal_net
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F945. This field is constant.
 
static const xtd::forms::emoticon first_place_medal
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F947. This field is constant.
 
static const xtd::forms::emoticon second_place_medal
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F948. This field is constant.
 
static const xtd::forms::emoticon third_place_medal
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F949. This field is constant.
 
static const xtd::forms::emoticon boxing_glove
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F94A. This field is constant.
 
static const xtd::forms::emoticon martial_arts_uniform
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F94B. This field is constant.
 
static const xtd::forms::emoticon curling_stone
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F94C. This field is constant.
 
static const xtd::forms::emoticon lacrosse_stick_and_ball
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F94D. This field is constant.
 
static const xtd::forms::emoticon softball
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F94E. This field is constant.
 
static const xtd::forms::emoticon flying_disc
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F94F. This field is constant.
 
static const xtd::forms::emoticon croissant
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F950. This field is constant.
 
static const xtd::forms::emoticon avocado
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F951. This field is constant.
 
static const xtd::forms::emoticon cucumber
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F952. This field is constant.
 
static const xtd::forms::emoticon bacon
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F953. This field is constant.
 
static const xtd::forms::emoticon potato
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F954. This field is constant.
 
static const xtd::forms::emoticon carrot
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F955. This field is constant.
 
static const xtd::forms::emoticon baguette_bread
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F956. This field is constant.
 
static const xtd::forms::emoticon green_salad
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F957. This field is constant.
 
static const xtd::forms::emoticon shallow_pan_of_food
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F958. This field is constant.
 
static const xtd::forms::emoticon stuffed_flatbread
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F959. This field is constant.
 
static const xtd::forms::emoticon egg
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F95A. This field is constant.
 
static const xtd::forms::emoticon glass_of_milk
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F95B. This field is constant.
 
static const xtd::forms::emoticon peanuts
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F95C. This field is constant.
 
static const xtd::forms::emoticon kiwifruit
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F95D. This field is constant.
 
static const xtd::forms::emoticon pancakes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F95E. This field is constant.
 
static const xtd::forms::emoticon dumpling
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F95F. This field is constant.
 
static const xtd::forms::emoticon fortune_cookie
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F960. This field is constant.
 
static const xtd::forms::emoticon takeout_box
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F961. This field is constant.
 
static const xtd::forms::emoticon chopsticks
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F962. This field is constant.
 
static const xtd::forms::emoticon bowl_with_spoon
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F963. This field is constant.
 
static const xtd::forms::emoticon cup_with_straw
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F964. This field is constant.
 
static const xtd::forms::emoticon coconut
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F965. This field is constant.
 
static const xtd::forms::emoticon broccoli
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F966. This field is constant.
 
static const xtd::forms::emoticon pie
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F967. This field is constant.
 
static const xtd::forms::emoticon pretzel
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F968. This field is constant.
 
static const xtd::forms::emoticon cut_of_meat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F969. This field is constant.
 
static const xtd::forms::emoticon sandwich
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F96A. This field is constant.
 
static const xtd::forms::emoticon canned_food
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F96B. This field is constant.
 
static const xtd::forms::emoticon leafy_green
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F96C. This field is constant.
 
static const xtd::forms::emoticon mango
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F96D. This field is constant.
 
static const xtd::forms::emoticon moon_cake
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F96E. This field is constant.
 
static const xtd::forms::emoticon bagel
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F96F. This field is constant.
 
static const xtd::forms::emoticon smiling_face_with_smiling_eyes_and_three_hearts
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F970. This field is constant.
 
static const xtd::forms::emoticon face_with_party_horn_and_party_hat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F973. This field is constant.
 
static const xtd::forms::emoticon face_with_uneven_eyes_and_wavy_mouth
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F974. This field is constant.
 
static const xtd::forms::emoticon overheated_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F975. This field is constant.
 
static const xtd::forms::emoticon freezing_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F976. This field is constant.
 
static const xtd::forms::emoticon face_with_pleading_eyes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F97A. This field is constant.
 
static const xtd::forms::emoticon lab_coat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F97C. This field is constant.
 
static const xtd::forms::emoticon goggles
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F97D. This field is constant.
 
static const xtd::forms::emoticon hiking_boot
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F97E. This field is constant.
 
static const xtd::forms::emoticon flat_shoe
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F97F. This field is constant.
 
static const xtd::forms::emoticon crab
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F980. This field is constant.
 
static const xtd::forms::emoticon lion_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F981. This field is constant.
 
static const xtd::forms::emoticon scorpion
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F982. This field is constant.
 
static const xtd::forms::emoticon turkey
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F983. This field is constant.
 
static const xtd::forms::emoticon unicorn_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F984. This field is constant.
 
static const xtd::forms::emoticon eagle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F985. This field is constant.
 
static const xtd::forms::emoticon duck
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F986. This field is constant.
 
static const xtd::forms::emoticon bat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F987. This field is constant.
 
static const xtd::forms::emoticon shark
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F988. This field is constant.
 
static const xtd::forms::emoticon owl
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F989. This field is constant.
 
static const xtd::forms::emoticon fox_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F98A. This field is constant.
 
static const xtd::forms::emoticon butterfly
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F98B. This field is constant.
 
static const xtd::forms::emoticon deer
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F98C. This field is constant.
 
static const xtd::forms::emoticon gorilla
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F98D. This field is constant.
 
static const xtd::forms::emoticon lizard
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F98E. This field is constant.
 
static const xtd::forms::emoticon rhinoceros
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F98F. This field is constant.
 
static const xtd::forms::emoticon shrimp
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F990. This field is constant.
 
static const xtd::forms::emoticon squid
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F991. This field is constant.
 
static const xtd::forms::emoticon giraffe_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F992. This field is constant.
 
static const xtd::forms::emoticon zebra_face
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F993. This field is constant.
 
static const xtd::forms::emoticon hedgehog
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F994. This field is constant.
 
static const xtd::forms::emoticon sauropod
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F995. This field is constant.
 
static const xtd::forms::emoticon t_rex
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F996. This field is constant.
 
static const xtd::forms::emoticon cricket
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F997. This field is constant.
 
static const xtd::forms::emoticon kangaroo
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F998. This field is constant.
 
static const xtd::forms::emoticon llama
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F999. This field is constant.
 
static const xtd::forms::emoticon peacock
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F99A. This field is constant.
 
static const xtd::forms::emoticon hippopotamus
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F99B. This field is constant.
 
static const xtd::forms::emoticon parrot
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F99C. This field is constant.
 
static const xtd::forms::emoticon raccoon
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F99D. This field is constant.
 
static const xtd::forms::emoticon lobster
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F99E. This field is constant.
 
static const xtd::forms::emoticon mosquito
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F99F. This field is constant.
 
static const xtd::forms::emoticon microbe
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9A0. This field is constant.
 
static const xtd::forms::emoticon badger
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9A1. This field is constant.
 
static const xtd::forms::emoticon swan
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9A2. This field is constant.
 
static const xtd::forms::emoticon emoji_component_red_hair
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B0. This field is constant.
 
static const xtd::forms::emoticon emoji_component_curly_hair
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B1. This field is constant.
 
static const xtd::forms::emoticon emoji_component_bald
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B2. This field is constant.
 
static const xtd::forms::emoticon emoji_component_white_hair
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B3. This field is constant.
 
static const xtd::forms::emoticon bone
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B4. This field is constant.
 
static const xtd::forms::emoticon leg
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B5. This field is constant.
 
static const xtd::forms::emoticon foot
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B6. This field is constant.
 
static const xtd::forms::emoticon tooth
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B7. This field is constant.
 
static const xtd::forms::emoticon superhero
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B8. This field is constant.
 
static const xtd::forms::emoticon supervillain
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B9. This field is constant.
 
static const xtd::forms::emoticon cheese_wedge
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9C0. This field is constant.
 
static const xtd::forms::emoticon cupcake
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9C1. This field is constant.
 
static const xtd::forms::emoticon salt_shaker
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9C2. This field is constant.
 
static const xtd::forms::emoticon face_with_monocle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D0. This field is constant.
 
static const xtd::forms::emoticon adult
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D1. This field is constant.
 
static const xtd::forms::emoticon child
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D2. This field is constant.
 
static const xtd::forms::emoticon older_adult
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D3. This field is constant.
 
static const xtd::forms::emoticon bearded_person
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D4. This field is constant.
 
static const xtd::forms::emoticon person_with_headscarf
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D5. This field is constant.
 
static const xtd::forms::emoticon person_in_steamy_room
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D6. This field is constant.
 
static const xtd::forms::emoticon person_climbing
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D7. This field is constant.
 
static const xtd::forms::emoticon person_in_lotus_position
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D8. This field is constant.
 
static const xtd::forms::emoticon mage
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D9. This field is constant.
 
static const xtd::forms::emoticon fairy
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9DA. This field is constant.
 
static const xtd::forms::emoticon vampire
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9DB. This field is constant.
 
static const xtd::forms::emoticon merperson
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9DC. This field is constant.
 
static const xtd::forms::emoticon elf
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9DD. This field is constant.
 
static const xtd::forms::emoticon genie
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9DE. This field is constant.
 
static const xtd::forms::emoticon zombie
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9DF. This field is constant.
 
static const xtd::forms::emoticon brain
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E0. This field is constant.
 
static const xtd::forms::emoticon orange_heart
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E1. This field is constant.
 
static const xtd::forms::emoticon billed_cap
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E2. This field is constant.
 
static const xtd::forms::emoticon scarf
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E3. This field is constant.
 
static const xtd::forms::emoticon gloves
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E4. This field is constant.
 
static const xtd::forms::emoticon coat
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E5. This field is constant.
 
static const xtd::forms::emoticon socks
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E6. This field is constant.
 
static const xtd::forms::emoticon red_gift_envelope
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E7. This field is constant.
 
static const xtd::forms::emoticon firecracker
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E8. This field is constant.
 
static const xtd::forms::emoticon jigsaw_puzzle_piece
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E9. This field is constant.
 
static const xtd::forms::emoticon test_tube
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9EA. This field is constant.
 
static const xtd::forms::emoticon petri_dish
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9EB. This field is constant.
 
static const xtd::forms::emoticon dna_double_helix
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9EC. This field is constant.
 
static const xtd::forms::emoticon compass
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9ED. This field is constant.
 
static const xtd::forms::emoticon abacus
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9EE. This field is constant.
 
static const xtd::forms::emoticon fire_extinguisher
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9EF. This field is constant.
 
static const xtd::forms::emoticon toolbox
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F0. This field is constant.
 
static const xtd::forms::emoticon brick
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F1. This field is constant.
 
static const xtd::forms::emoticon magnet
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F2. This field is constant.
 
static const xtd::forms::emoticon luggage
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F3. This field is constant.
 
static const xtd::forms::emoticon lotion_bottle
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F4. This field is constant.
 
static const xtd::forms::emoticon spool_of_thread
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F5. This field is constant.
 
static const xtd::forms::emoticon ball_of_yarn
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F6. This field is constant.
 
static const xtd::forms::emoticon safety_pin
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F7. This field is constant.
 
static const xtd::forms::emoticon teddy_bear
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F8. This field is constant.
 
static const xtd::forms::emoticon broom
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F9. This field is constant.
 
static const xtd::forms::emoticon basket
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9FA. This field is constant.
 
static const xtd::forms::emoticon roll_of_paper
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9FB. This field is constant.
 
static const xtd::forms::emoticon bar_of_soap
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9FC. This field is constant.
 
static const xtd::forms::emoticon sponge
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9FD. This field is constant.
 
static const xtd::forms::emoticon receipt
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9FE. This field is constant.
 
static const xtd::forms::emoticon nazar_amulet
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9FF. This field is constant.
 
static const xtd::forms::emoticon ballet_shoes
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA70. This field is constant.
 
static const xtd::forms::emoticon one_piece_swinsuit
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA71. This field is constant.
 
static const xtd::forms::emoticon briefs
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA72. This field is constant.
 
static const xtd::forms::emoticon shorts
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA73. This field is constant.
 
static const xtd::forms::emoticon drop_of_blood
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA78. This field is constant.
 
static const xtd::forms::emoticon adhesive_bandage
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA79. This field is constant.
 
static const xtd::forms::emoticon stethoscope
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA7A. This field is constant.
 
static const xtd::forms::emoticon yo_yo
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA80. This field is constant.
 
static const xtd::forms::emoticon kite
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA81. This field is constant.
 
static const xtd::forms::emoticon parachute
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA82. This field is constant.
 
static const xtd::forms::emoticon ringed_planet
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA90. This field is constant.
 
static const xtd::forms::emoticon chair
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA91. This field is constant.
 
static const xtd::forms::emoticon razor
 Gets a system-defined xtd::forms::emoticon that has a stri