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 std;
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({ustring::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.h:28
const xtd::ustring & 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.h:22
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.h:32
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.h:23
static ustring format(const ustring &fmt, args_t &&... args)
Writes the text representation of the specified arguments list, to string using the specified format ...
Definition ustring.h:1131
@ 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.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h: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 string value of 0x0001FA92. This field is constant.
 
static const xtd::forms::emoticon axe
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA93. This field is constant.
 
static const xtd::forms::emoticon diya_lamp
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA94. This field is constant.
 
static const xtd::forms::emoticon banjo
 Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA95. This field is constant.
 

Public Static Methods

static const std::vector< xtd::forms::emoticon > & get_emoticons ()
 Gets emoticons collection.
 

Member Function Documentation

◆ get_emoticons()

static const std::vector< xtd::forms::emoticon > & xtd::forms::emoticons::get_emoticons ( )
static

Gets emoticons collection.

Returns
Emoticons collection.

Member Data Documentation

◆ abacus

const xtd::forms::emoticon xtd::forms::emoticons::abacus
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9EE. This field is constant.

◆ adhesive_bandage

const xtd::forms::emoticon xtd::forms::emoticons::adhesive_bandage
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA79. This field is constant.

◆ admission_tickets

const xtd::forms::emoticon xtd::forms::emoticons::admission_tickets
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F39F. This field is constant.

◆ adult

const xtd::forms::emoticon xtd::forms::emoticons::adult
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D1. This field is constant.

◆ aerial_tramway

const xtd::forms::emoticon xtd::forms::emoticons::aerial_tramway
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A1. This field is constant.

◆ airplane

const xtd::forms::emoticon xtd::forms::emoticons::airplane
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002708., 0x0000FE0F} This field is constant.

◆ airplane_arriving

const xtd::forms::emoticon xtd::forms::emoticons::airplane_arriving
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6EC. This field is constant.

◆ airplane_departure

const xtd::forms::emoticon xtd::forms::emoticons::airplane_departure
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6EB. This field is constant.

◆ alarm_clock

const xtd::forms::emoticon xtd::forms::emoticons::alarm_clock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023F0. This field is constant.

◆ alembic

const xtd::forms::emoticon xtd::forms::emoticons::alembic
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002697, 0x0000FE0F}. This field is constant.

◆ alien_monster

const xtd::forms::emoticon xtd::forms::emoticons::alien_monster
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F47E. This field is constant.

◆ ambulance

const xtd::forms::emoticon xtd::forms::emoticons::ambulance
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F691. This field is constant.

◆ american_football

const xtd::forms::emoticon xtd::forms::emoticons::american_football
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C8. This field is constant.

◆ amphora

const xtd::forms::emoticon xtd::forms::emoticons::amphora
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3FA. This field is constant.

◆ anchor

const xtd::forms::emoticon xtd::forms::emoticons::anchor
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002693. This field is constant.

◆ anger_symbol

const xtd::forms::emoticon xtd::forms::emoticons::anger_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A2. This field is constant.

◆ angry_face

const xtd::forms::emoticon xtd::forms::emoticons::angry_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F620. This field is constant.

◆ anguished_face

const xtd::forms::emoticon xtd::forms::emoticons::anguished_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F627. This field is constant.

◆ ant

const xtd::forms::emoticon xtd::forms::emoticons::ant
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F41C. This field is constant.

◆ antenna_with_bars

const xtd::forms::emoticon xtd::forms::emoticons::antenna_with_bars
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F6. This field is constant.

◆ anticlockwise_downwards_and_upwards_open_circle_arrows

const xtd::forms::emoticon xtd::forms::emoticons::anticlockwise_downwards_and_upwards_open_circle_arrows
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F504. This field is constant.

◆ aquarius

const xtd::forms::emoticon xtd::forms::emoticons::aquarius
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002652. This field is constant.

◆ aries

const xtd::forms::emoticon xtd::forms::emoticons::aries
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002648. This field is constant.

◆ arrow_pointing_rightwards_then_curving_downwards

const xtd::forms::emoticon xtd::forms::emoticons::arrow_pointing_rightwards_then_curving_downwards
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002935, 0x0000FE0F}. This field is constant.

◆ arrow_pointing_rightwards_then_curving_upwards

const xtd::forms::emoticon xtd::forms::emoticons::arrow_pointing_rightwards_then_curving_upwards
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002934, 0x0000FE0F}. This field is constant.

◆ articulated_lorry

const xtd::forms::emoticon xtd::forms::emoticons::articulated_lorry
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F69B. This field is constant.

◆ artist_palette

const xtd::forms::emoticon xtd::forms::emoticons::artist_palette
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A8. This field is constant.

◆ astonished_face

const xtd::forms::emoticon xtd::forms::emoticons::astonished_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F632. This field is constant.

◆ athletic_shoe

const xtd::forms::emoticon xtd::forms::emoticons::athletic_shoe
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F45F. This field is constant.

◆ atom_symbol

const xtd::forms::emoticon xtd::forms::emoticons::atom_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000269B, 0x0000FE0F}. This field is constant.

◆ aubergine

const xtd::forms::emoticon xtd::forms::emoticons::aubergine
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F346. This field is constant.

◆ auto_rickshaw

const xtd::forms::emoticon xtd::forms::emoticons::auto_rickshaw
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6FA. This field is constant.

◆ automated_teller_machine

const xtd::forms::emoticon xtd::forms::emoticons::automated_teller_machine
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E7. This field is constant.

◆ automobile

const xtd::forms::emoticon xtd::forms::emoticons::automobile
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F697. This field is constant.

◆ avocado

const xtd::forms::emoticon xtd::forms::emoticons::avocado
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F951. This field is constant.

◆ axe

const xtd::forms::emoticon xtd::forms::emoticons::axe
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA93. This field is constant.

◆ baby

const xtd::forms::emoticon xtd::forms::emoticons::baby
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F476. This field is constant.

◆ baby_angel

const xtd::forms::emoticon xtd::forms::emoticons::baby_angel
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F47C. This field is constant.

◆ baby_bottle

const xtd::forms::emoticon xtd::forms::emoticons::baby_bottle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F37C. This field is constant.

◆ baby_chick

const xtd::forms::emoticon xtd::forms::emoticons::baby_chick
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F424. This field is constant.

◆ baby_symbol

const xtd::forms::emoticon xtd::forms::emoticons::baby_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6BC. This field is constant.

◆ back_with_leftwards_arrow_above

const xtd::forms::emoticon xtd::forms::emoticons::back_with_leftwards_arrow_above
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F519. This field is constant.

◆ bacon

const xtd::forms::emoticon xtd::forms::emoticons::bacon
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F953. This field is constant.

◆ bactrian_camel

const xtd::forms::emoticon xtd::forms::emoticons::bactrian_camel
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F42B. This field is constant.

◆ badger

const xtd::forms::emoticon xtd::forms::emoticons::badger
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9A1. This field is constant.

◆ badminton_racquet_and_shuttlecock

const xtd::forms::emoticon xtd::forms::emoticons::badminton_racquet_and_shuttlecock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3F8. This field is constant.

◆ bagel

const xtd::forms::emoticon xtd::forms::emoticons::bagel
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F96F. This field is constant.

◆ baggage_claim

const xtd::forms::emoticon xtd::forms::emoticons::baggage_claim
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6C4. This field is constant.

◆ baguette_bread

const xtd::forms::emoticon xtd::forms::emoticons::baguette_bread
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F956. This field is constant.

◆ ball_of_yarn

const xtd::forms::emoticon xtd::forms::emoticons::ball_of_yarn
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F6. This field is constant.

◆ ballet_shoes

const xtd::forms::emoticon xtd::forms::emoticons::ballet_shoes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA70. This field is constant.

◆ balloon

const xtd::forms::emoticon xtd::forms::emoticons::balloon
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F388. This field is constant.

◆ ballot_box_with_ballot

const xtd::forms::emoticon xtd::forms::emoticons::ballot_box_with_ballot
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5F3. This field is constant.

◆ ballot_box_with_check

const xtd::forms::emoticon xtd::forms::emoticons::ballot_box_with_check
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002611, 0x0000FE0F}. This field is constant.

◆ banana

const xtd::forms::emoticon xtd::forms::emoticons::banana
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F34C. This field is constant.

◆ banjo

const xtd::forms::emoticon xtd::forms::emoticons::banjo
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA95. This field is constant.

◆ bank

const xtd::forms::emoticon xtd::forms::emoticons::bank
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E6. This field is constant.

◆ banknote_with_dollar_sign

const xtd::forms::emoticon xtd::forms::emoticons::banknote_with_dollar_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B5. This field is constant.

◆ banknote_with_euro_sign

const xtd::forms::emoticon xtd::forms::emoticons::banknote_with_euro_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B6. This field is constant.

◆ banknote_with_pound_sign

const xtd::forms::emoticon xtd::forms::emoticons::banknote_with_pound_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B7. This field is constant.

◆ banknote_with_yen_sign

const xtd::forms::emoticon xtd::forms::emoticons::banknote_with_yen_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B4. This field is constant.

◆ bar_chart

const xtd::forms::emoticon xtd::forms::emoticons::bar_chart
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4CA. This field is constant.

◆ bar_of_soap

const xtd::forms::emoticon xtd::forms::emoticons::bar_of_soap
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9FC. This field is constant.

◆ barber_pole

const xtd::forms::emoticon xtd::forms::emoticons::barber_pole
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F488. This field is constant.

◆ baseball

const xtd::forms::emoticon xtd::forms::emoticons::baseball
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026BE. This field is constant.

◆ basket

const xtd::forms::emoticon xtd::forms::emoticons::basket
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9FA. This field is constant.

◆ basketball_and_hoop

const xtd::forms::emoticon xtd::forms::emoticons::basketball_and_hoop
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C0. This field is constant.

◆ bat

const xtd::forms::emoticon xtd::forms::emoticons::bat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F987. This field is constant.

◆ bath

const xtd::forms::emoticon xtd::forms::emoticons::bath
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6C0. This field is constant.

◆ bathtub

const xtd::forms::emoticon xtd::forms::emoticons::bathtub
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6C1. This field is constant.

◆ battery

const xtd::forms::emoticon xtd::forms::emoticons::battery
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F50B. This field is constant.

◆ beach_with_umbrella

const xtd::forms::emoticon xtd::forms::emoticons::beach_with_umbrella
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D6. This field is constant.

◆ bear_face

const xtd::forms::emoticon xtd::forms::emoticons::bear_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F43B. This field is constant.

◆ bearded_person

const xtd::forms::emoticon xtd::forms::emoticons::bearded_person
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D4. This field is constant.

◆ beating_heart

const xtd::forms::emoticon xtd::forms::emoticons::beating_heart
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F493. This field is constant.

◆ bed

const xtd::forms::emoticon xtd::forms::emoticons::bed
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6CF. This field is constant.

◆ beer_mug

const xtd::forms::emoticon xtd::forms::emoticons::beer_mug
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F37A. This field is constant.

◆ bell

const xtd::forms::emoticon xtd::forms::emoticons::bell
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F514. This field is constant.

◆ bell_with_cancellation_stroke

const xtd::forms::emoticon xtd::forms::emoticons::bell_with_cancellation_stroke
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F515. This field is constant.

◆ bellhop_bell

const xtd::forms::emoticon xtd::forms::emoticons::bellhop_bell
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6CE. This field is constant.

◆ bento_box

const xtd::forms::emoticon xtd::forms::emoticons::bento_box
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F371. This field is constant.

◆ bicycle

const xtd::forms::emoticon xtd::forms::emoticons::bicycle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B2. This field is constant.

◆ bicyclist

const xtd::forms::emoticon xtd::forms::emoticons::bicyclist
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B4. This field is constant.

◆ bikini

const xtd::forms::emoticon xtd::forms::emoticons::bikini
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F459. This field is constant.

◆ billed_cap

const xtd::forms::emoticon xtd::forms::emoticons::billed_cap
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E2. This field is constant.

◆ billiards

const xtd::forms::emoticon xtd::forms::emoticons::billiards
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B1. This field is constant.

◆ biohazard_sign

const xtd::forms::emoticon xtd::forms::emoticons::biohazard_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002623, 0x0000FE0F}. This field is constant.

◆ bird

const xtd::forms::emoticon xtd::forms::emoticons::bird
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F426. This field is constant.

◆ birthday_cake

const xtd::forms::emoticon xtd::forms::emoticons::birthday_cake
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F382. This field is constant.

◆ black_chess_pawn

const xtd::forms::emoticon xtd::forms::emoticons::black_chess_pawn
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000265F. This field is constant.

◆ black_circle_for_record

const xtd::forms::emoticon xtd::forms::emoticons::black_circle_for_record
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023FA. This field is constant.

◆ black_club_suit

const xtd::forms::emoticon xtd::forms::emoticons::black_club_suit
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002663, 0x0000FE0F}. This field is constant.

◆ black_diamond_suit

const xtd::forms::emoticon xtd::forms::emoticons::black_diamond_suit
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002666, 0x0000FE0F}. This field is constant.

◆ black_down_pointing_double_triangle

const xtd::forms::emoticon xtd::forms::emoticons::black_down_pointing_double_triangle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023EC. This field is constant.

◆ black_heart

const xtd::forms::emoticon xtd::forms::emoticons::black_heart
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5A4. This field is constant.

◆ black_heart_suit

const xtd::forms::emoticon xtd::forms::emoticons::black_heart_suit
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002665, 0x0000FE0F}. This field is constant.

◆ black_heart_symbol

const xtd::forms::emoticon xtd::forms::emoticons::black_heart_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002764, 0x0000FE0F}. This field is constant.

◆ black_large_square

const xtd::forms::emoticon xtd::forms::emoticons::black_large_square
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002B1B. This field is constant.

◆ black_left_pointing_double_triangle

const xtd::forms::emoticon xtd::forms::emoticons::black_left_pointing_double_triangle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023EA. This field is constant.

◆ black_left_pointing_double_triangle_with_vertical_bar

const xtd::forms::emoticon xtd::forms::emoticons::black_left_pointing_double_triangle_with_vertical_bar
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023EE. This field is constant.

◆ black_left_pointing_triangle

const xtd::forms::emoticon xtd::forms::emoticons::black_left_pointing_triangle
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x000025C0, 0x0000FE0F}. This field is constant.

◆ black_medium_small_square

const xtd::forms::emoticon xtd::forms::emoticons::black_medium_small_square
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000025FE. This field is constant.

◆ black_medium_square

const xtd::forms::emoticon xtd::forms::emoticons::black_medium_square
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x000025FC, 0x0000FE0F}. This field is constant.

◆ black_nib

const xtd::forms::emoticon xtd::forms::emoticons::black_nib
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002712, 0x0000FE0F}. This field is constant.

◆ black_question_mark_ornament

const xtd::forms::emoticon xtd::forms::emoticons::black_question_mark_ornament
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002753. This field is constant.

◆ black_right_pointing_double_triangle

const xtd::forms::emoticon xtd::forms::emoticons::black_right_pointing_double_triangle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023E9. This field is constant.

◆ black_right_pointing_double_triangle_with_vertical_bar

const xtd::forms::emoticon xtd::forms::emoticons::black_right_pointing_double_triangle_with_vertical_bar
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023ED. This field is constant.

◆ black_right_pointing_triangle

const xtd::forms::emoticon xtd::forms::emoticons::black_right_pointing_triangle
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x000025B6, 0x0000FE0F}. This field is constant.

◆ black_right_pointing_triangle_with_double_vertical_bar

const xtd::forms::emoticon xtd::forms::emoticons::black_right_pointing_triangle_with_double_vertical_bar
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023EF. This field is constant.

◆ black_rightwards_arrow

const xtd::forms::emoticon xtd::forms::emoticons::black_rightwards_arrow
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x000027A, 0x0000FE0F}1. This field is constant.

◆ black_scissors

const xtd::forms::emoticon xtd::forms::emoticons::black_scissors
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002702, 0x0000FE0F}. This field is constant.

◆ black_small_square

const xtd::forms::emoticon xtd::forms::emoticons::black_small_square
static

25A0 25FF Geometric Shapes

Gets a system-defined xtd::forms::emoticon that has a string value of {0x000025AA, 0x0000FE0F}. This field is constant.

◆ black_spade_suit

const xtd::forms::emoticon xtd::forms::emoticons::black_spade_suit
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002660, 0x0000FE0F}. This field is constant.

◆ black_square_button

const xtd::forms::emoticon xtd::forms::emoticons::black_square_button
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F532. This field is constant.

◆ black_square_for_stop

const xtd::forms::emoticon xtd::forms::emoticons::black_square_for_stop
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023F9. This field is constant.

◆ black_sun_with_rays

const xtd::forms::emoticon xtd::forms::emoticons::black_sun_with_rays
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002600, 0x0000FE0F}. This field is constant.

◆ black_telephone

const xtd::forms::emoticon xtd::forms::emoticons::black_telephone
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000260E, 0x0000FE0F}. This field is constant.

◆ black_universal_recycling_symbol

const xtd::forms::emoticon xtd::forms::emoticons::black_universal_recycling_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000267B, 0x0000FE0F}. This field is constant.

◆ black_up_pointing_double_triangle

const xtd::forms::emoticon xtd::forms::emoticons::black_up_pointing_double_triangle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023EB. This field is constant.

◆ blossom

const xtd::forms::emoticon xtd::forms::emoticons::blossom
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F33C. This field is constant.

◆ blowfish

const xtd::forms::emoticon xtd::forms::emoticons::blowfish
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F421. This field is constant.

◆ blue_book

const xtd::forms::emoticon xtd::forms::emoticons::blue_book
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D8. This field is constant.

◆ blue_heart

const xtd::forms::emoticon xtd::forms::emoticons::blue_heart
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F499. This field is constant.

◆ boar

const xtd::forms::emoticon xtd::forms::emoticons::boar
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F417. This field is constant.

◆ bomb

const xtd::forms::emoticon xtd::forms::emoticons::bomb
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A3. This field is constant.

◆ bone

const xtd::forms::emoticon xtd::forms::emoticons::bone
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B4. This field is constant.

◆ bookmark

const xtd::forms::emoticon xtd::forms::emoticons::bookmark
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F516. This field is constant.

◆ bookmark_tabs

const xtd::forms::emoticon xtd::forms::emoticons::bookmark_tabs
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D1. This field is constant.

◆ books

const xtd::forms::emoticon xtd::forms::emoticons::books
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4DA. This field is constant.

◆ bottle_with_popping_cork

const xtd::forms::emoticon xtd::forms::emoticons::bottle_with_popping_cork
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F37E. This field is constant.

◆ bouquet

const xtd::forms::emoticon xtd::forms::emoticons::bouquet
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F490. This field is constant.

◆ bow_and_arrow

const xtd::forms::emoticon xtd::forms::emoticons::bow_and_arrow
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3F9. This field is constant.

◆ bowl_with_spoon

const xtd::forms::emoticon xtd::forms::emoticons::bowl_with_spoon
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F963. This field is constant.

◆ bowling

const xtd::forms::emoticon xtd::forms::emoticons::bowling
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B3. This field is constant.

◆ boxing_glove

const xtd::forms::emoticon xtd::forms::emoticons::boxing_glove
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F94A. This field is constant.

◆ boy

const xtd::forms::emoticon xtd::forms::emoticons::boy
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F466. This field is constant.

◆ brain

const xtd::forms::emoticon xtd::forms::emoticons::brain
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E0. This field is constant.

◆ bread

const xtd::forms::emoticon xtd::forms::emoticons::bread
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F35E. This field is constant.

◆ breast_feeding

const xtd::forms::emoticon xtd::forms::emoticons::breast_feeding
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F931. This field is constant.

◆ brick

const xtd::forms::emoticon xtd::forms::emoticons::brick
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F1. This field is constant.

◆ bride_with_veil

const xtd::forms::emoticon xtd::forms::emoticons::bride_with_veil
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F470. This field is constant.

◆ bridge_at_night

const xtd::forms::emoticon xtd::forms::emoticons::bridge_at_night
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F309. This field is constant.

◆ briefcase

const xtd::forms::emoticon xtd::forms::emoticons::briefcase
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4BC. This field is constant.

◆ briefs

const xtd::forms::emoticon xtd::forms::emoticons::briefs
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA72. This field is constant.

◆ broccoli

const xtd::forms::emoticon xtd::forms::emoticons::broccoli
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F966. This field is constant.

◆ broken_heart

const xtd::forms::emoticon xtd::forms::emoticons::broken_heart
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F494. This field is constant.

◆ broom

const xtd::forms::emoticon xtd::forms::emoticons::broom
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F9. This field is constant.

◆ brown_heart

const xtd::forms::emoticon xtd::forms::emoticons::brown_heart
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F90E. This field is constant.

◆ bug

const xtd::forms::emoticon xtd::forms::emoticons::bug
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F41B. This field is constant.

◆ building_construction

const xtd::forms::emoticon xtd::forms::emoticons::building_construction
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D7. This field is constant.

◆ burrito

const xtd::forms::emoticon xtd::forms::emoticons::burrito
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F32F. This field is constant.

◆ bus

const xtd::forms::emoticon xtd::forms::emoticons::bus
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F68C. This field is constant.

◆ bus_stop

const xtd::forms::emoticon xtd::forms::emoticons::bus_stop
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F68F. This field is constant.

◆ bust_in_silhouette

const xtd::forms::emoticon xtd::forms::emoticons::bust_in_silhouette
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F464. This field is constant.

◆ busts_in_silhouette

const xtd::forms::emoticon xtd::forms::emoticons::busts_in_silhouette
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F465. This field is constant.

◆ butterfly

const xtd::forms::emoticon xtd::forms::emoticons::butterfly
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F98B. This field is constant.

◆ cactus

const xtd::forms::emoticon xtd::forms::emoticons::cactus
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F335. This field is constant.

◆ calendar

const xtd::forms::emoticon xtd::forms::emoticons::calendar
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C5. This field is constant.

◆ call_me_hand

const xtd::forms::emoticon xtd::forms::emoticons::call_me_hand
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F919. This field is constant.

◆ camera

const xtd::forms::emoticon xtd::forms::emoticons::camera
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F7. This field is constant.

◆ camera_with_flash

const xtd::forms::emoticon xtd::forms::emoticons::camera_with_flash
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F8. This field is constant.

◆ camping

const xtd::forms::emoticon xtd::forms::emoticons::camping
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D5. This field is constant.

◆ cancer

const xtd::forms::emoticon xtd::forms::emoticons::cancer
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000264B. This field is constant.

◆ candle

const xtd::forms::emoticon xtd::forms::emoticons::candle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F56F. This field is constant.

◆ candy

const xtd::forms::emoticon xtd::forms::emoticons::candy
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F36C. This field is constant.

◆ canned_food

const xtd::forms::emoticon xtd::forms::emoticons::canned_food
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F96B. This field is constant.

◆ canoe

const xtd::forms::emoticon xtd::forms::emoticons::canoe
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6F6. This field is constant.

◆ capricorn

const xtd::forms::emoticon xtd::forms::emoticons::capricorn
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002651. This field is constant.

◆ card_file_box

const xtd::forms::emoticon xtd::forms::emoticons::card_file_box
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5C3. This field is constant.

◆ card_index

const xtd::forms::emoticon xtd::forms::emoticons::card_index
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C7. This field is constant.

◆ card_index_dividers

const xtd::forms::emoticon xtd::forms::emoticons::card_index_dividers
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5C2. This field is constant.

◆ carousel_horse

const xtd::forms::emoticon xtd::forms::emoticons::carousel_horse
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A0. This field is constant.

◆ carp_streamer

const xtd::forms::emoticon xtd::forms::emoticons::carp_streamer
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F38F. This field is constant.

◆ carrot

const xtd::forms::emoticon xtd::forms::emoticons::carrot
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F955. This field is constant.

◆ cat

const xtd::forms::emoticon xtd::forms::emoticons::cat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F408. This field is constant.

◆ cat_face

const xtd::forms::emoticon xtd::forms::emoticons::cat_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F431. This field is constant.

◆ cat_face_with_tears_of_joy

const xtd::forms::emoticon xtd::forms::emoticons::cat_face_with_tears_of_joy
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F639. This field is constant.

◆ cat_face_with_wry_smile

const xtd::forms::emoticon xtd::forms::emoticons::cat_face_with_wry_smile
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F63C. This field is constant.

◆ chains

const xtd::forms::emoticon xtd::forms::emoticons::chains
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026D3. This field is constant.

◆ chair

const xtd::forms::emoticon xtd::forms::emoticons::chair
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA91. This field is constant.

◆ chart_with_downwards_trend

const xtd::forms::emoticon xtd::forms::emoticons::chart_with_downwards_trend
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C9. This field is constant.

◆ chart_with_upwards_trend

const xtd::forms::emoticon xtd::forms::emoticons::chart_with_upwards_trend
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C8. This field is constant.

◆ chart_with_upwards_trend_and_yen_sign

const xtd::forms::emoticon xtd::forms::emoticons::chart_with_upwards_trend_and_yen_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B9. This field is constant.

◆ cheering_megaphone

const xtd::forms::emoticon xtd::forms::emoticons::cheering_megaphone
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E3. This field is constant.

◆ cheese_wedge

const xtd::forms::emoticon xtd::forms::emoticons::cheese_wedge
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9C0. This field is constant.

◆ chequered_flag

const xtd::forms::emoticon xtd::forms::emoticons::chequered_flag
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C1. This field is constant.

◆ cherries

const xtd::forms::emoticon xtd::forms::emoticons::cherries
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F352. This field is constant.

◆ cherry_blossom

const xtd::forms::emoticon xtd::forms::emoticons::cherry_blossom
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F338. This field is constant.

◆ chestnut

const xtd::forms::emoticon xtd::forms::emoticons::chestnut
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F330. This field is constant.

◆ chicken

const xtd::forms::emoticon xtd::forms::emoticons::chicken
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F414. This field is constant.

◆ child

const xtd::forms::emoticon xtd::forms::emoticons::child
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D2. This field is constant.

◆ children_crossing

const xtd::forms::emoticon xtd::forms::emoticons::children_crossing
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B8. This field is constant.

◆ chipmunk

const xtd::forms::emoticon xtd::forms::emoticons::chipmunk
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F43F. This field is constant.

◆ chocolate_bar

const xtd::forms::emoticon xtd::forms::emoticons::chocolate_bar
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F36B. This field is constant.

◆ chopsticks

const xtd::forms::emoticon xtd::forms::emoticons::chopsticks
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F962. This field is constant.

◆ christmas_tree

const xtd::forms::emoticon xtd::forms::emoticons::christmas_tree
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F384. This field is constant.

◆ church

const xtd::forms::emoticon xtd::forms::emoticons::church
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026EA. This field is constant.

◆ cinema

const xtd::forms::emoticon xtd::forms::emoticons::cinema
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A6. This field is constant.

◆ circled_ideograph_accept

const xtd::forms::emoticon xtd::forms::emoticons::circled_ideograph_accept
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F251. This field is constant.

◆ circled_ideograph_advantage

const xtd::forms::emoticon xtd::forms::emoticons::circled_ideograph_advantage
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F250. This field is constant.

◆ circled_ideograph_congratulation

const xtd::forms::emoticon xtd::forms::emoticons::circled_ideograph_congratulation
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00003297, 0x0000FE0F}. This field is constant.

◆ circled_ideograph_secret

const xtd::forms::emoticon xtd::forms::emoticons::circled_ideograph_secret
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00003299, 0x0000FE0F}. This field is constant.

◆ circled_latin_capital_letter_m

const xtd::forms::emoticon xtd::forms::emoticons::circled_latin_capital_letter_m
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x000024C2, 0x0000FE0F}. This field is constant.

◆ circus_tent

const xtd::forms::emoticon xtd::forms::emoticons::circus_tent
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3AA. This field is constant.

◆ cityscape

const xtd::forms::emoticon xtd::forms::emoticons::cityscape
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D9. This field is constant.

◆ cityscape_at_dusk

const xtd::forms::emoticon xtd::forms::emoticons::cityscape_at_dusk
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F306. This field is constant.

◆ clapper_board

const xtd::forms::emoticon xtd::forms::emoticons::clapper_board
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3AC. This field is constant.

◆ clapping_hands_sign

const xtd::forms::emoticon xtd::forms::emoticons::clapping_hands_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F44F. This field is constant.

◆ classical_building

const xtd::forms::emoticon xtd::forms::emoticons::classical_building
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3DB. This field is constant.

◆ clinking_beer_mugs

const xtd::forms::emoticon xtd::forms::emoticons::clinking_beer_mugs
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F37B. This field is constant.

◆ clinking_glasses

const xtd::forms::emoticon xtd::forms::emoticons::clinking_glasses
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F942. This field is constant.

◆ clipboard

const xtd::forms::emoticon xtd::forms::emoticons::clipboard
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4CB. This field is constant.

◆ clock_face_eight_oclock

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_eight_oclock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F557. This field is constant.

◆ clock_face_eight_thirty

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_eight_thirty
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F563. This field is constant.

◆ clock_face_eleven_oclock

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_eleven_oclock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F55A. This field is constant.

◆ clock_face_eleven_thirty

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_eleven_thirty
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F566. This field is constant.

◆ clock_face_five_oclock

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_five_oclock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F554. This field is constant.

◆ clock_face_five_thirty

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_five_thirty
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F560. This field is constant.

◆ clock_face_four_oclock

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_four_oclock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F553. This field is constant.

◆ clock_face_four_thirty

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_four_thirty
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F55F. This field is constant.

◆ clock_face_nine_oclock

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_nine_oclock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F558. This field is constant.

◆ clock_face_nine_thirty

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_nine_thirty
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F564. This field is constant.

◆ clock_face_one_oclock

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_one_oclock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F550. This field is constant.

◆ clock_face_one_thirty

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_one_thirty
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F55C. This field is constant.

◆ clock_face_seven_oclock

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_seven_oclock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F556. This field is constant.

◆ clock_face_seven_thirty

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_seven_thirty
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F562. This field is constant.

◆ clock_face_six_oclock

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_six_oclock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F555. This field is constant.

◆ clock_face_six_thirty

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_six_thirty
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F561. This field is constant.

◆ clock_face_ten_oclock

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_ten_oclock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F559. This field is constant.

◆ clock_face_ten_thirty

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_ten_thirty
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F565. This field is constant.

◆ clock_face_three_oclock

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_three_oclock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F552. This field is constant.

◆ clock_face_three_thirty

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_three_thirty
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F55E. This field is constant.

◆ clock_face_twelve_oclock

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_twelve_oclock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F55B. This field is constant.

◆ clock_face_twelve_thirty

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_twelve_thirty
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F567. This field is constant.

◆ clock_face_two_oclock

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_two_oclock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F551. This field is constant.

◆ clock_face_two_thirty

const xtd::forms::emoticon xtd::forms::emoticons::clock_face_two_thirty
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F55D. This field is constant.

◆ clockwise_downwards_and_upwards_open_circle_arrows

const xtd::forms::emoticon xtd::forms::emoticons::clockwise_downwards_and_upwards_open_circle_arrows
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F503. This field is constant.

◆ clockwise_rightwards_and_leftwards_open_circle_arrows

const xtd::forms::emoticon xtd::forms::emoticons::clockwise_rightwards_and_leftwards_open_circle_arrows
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F501. This field is constant.

◆ clockwise_rightwards_and_leftwards_open_circle_arrows_with_circled_one_overlay

const xtd::forms::emoticon xtd::forms::emoticons::clockwise_rightwards_and_leftwards_open_circle_arrows_with_circled_one_overlay
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F502. This field is constant.

◆ closed_book

const xtd::forms::emoticon xtd::forms::emoticons::closed_book
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D5. This field is constant.

◆ closed_lock_with_key

const xtd::forms::emoticon xtd::forms::emoticons::closed_lock_with_key
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F510. This field is constant.

◆ closed_mailbox_with_lowered_flag

const xtd::forms::emoticon xtd::forms::emoticons::closed_mailbox_with_lowered_flag
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4EA. This field is constant.

◆ closed_mailbox_with_raised_flag

const xtd::forms::emoticon xtd::forms::emoticons::closed_mailbox_with_raised_flag
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4EB. This field is constant.

◆ closed_umbrella

const xtd::forms::emoticon xtd::forms::emoticons::closed_umbrella
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F302. This field is constant.

◆ cloud

const xtd::forms::emoticon xtd::forms::emoticons::cloud
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002601, 0x0000FE0F}. This field is constant.

◆ cloud_with_lightning

const xtd::forms::emoticon xtd::forms::emoticons::cloud_with_lightning
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F329. This field is constant.

◆ cloud_with_rain

const xtd::forms::emoticon xtd::forms::emoticons::cloud_with_rain
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F327. This field is constant.

◆ cloud_with_snow

const xtd::forms::emoticon xtd::forms::emoticons::cloud_with_snow
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F328. This field is constant.

◆ cloud_with_tornado

const xtd::forms::emoticon xtd::forms::emoticons::cloud_with_tornado
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F32A. This field is constant.

◆ clown_face

const xtd::forms::emoticon xtd::forms::emoticons::clown_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F921. This field is constant.

◆ coat

const xtd::forms::emoticon xtd::forms::emoticons::coat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E5. This field is constant.

◆ cocktail_glass

const xtd::forms::emoticon xtd::forms::emoticons::cocktail_glass
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F378. This field is constant.

◆ coconut

const xtd::forms::emoticon xtd::forms::emoticons::coconut
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F965. This field is constant.

◆ coffin

const xtd::forms::emoticon xtd::forms::emoticons::coffin
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026B0, 0x0000FE0F}. This field is constant.

◆ collision_symbol

const xtd::forms::emoticon xtd::forms::emoticons::collision_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A5. This field is constant.

◆ comet

const xtd::forms::emoticon xtd::forms::emoticons::comet
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002604, 0x0000FE0F}. This field is constant.

◆ compass

const xtd::forms::emoticon xtd::forms::emoticons::compass
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9ED. This field is constant.

◆ compression

const xtd::forms::emoticon xtd::forms::emoticons::compression
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5DC. This field is constant.

◆ confetti_ball

const xtd::forms::emoticon xtd::forms::emoticons::confetti_ball
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F38A. This field is constant.

◆ confounded_face

const xtd::forms::emoticon xtd::forms::emoticons::confounded_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F616. This field is constant.

◆ confused_face

const xtd::forms::emoticon xtd::forms::emoticons::confused_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F615. This field is constant.

◆ construction_sign

const xtd::forms::emoticon xtd::forms::emoticons::construction_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A7. This field is constant.

◆ construction_worker

const xtd::forms::emoticon xtd::forms::emoticons::construction_worker
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F477. This field is constant.

◆ control_knobs

const xtd::forms::emoticon xtd::forms::emoticons::control_knobs
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F39B. This field is constant.

◆ convenience_store

const xtd::forms::emoticon xtd::forms::emoticons::convenience_store
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3EA. This field is constant.

◆ cooked_rice

const xtd::forms::emoticon xtd::forms::emoticons::cooked_rice
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F35A. This field is constant.

◆ cookie

const xtd::forms::emoticon xtd::forms::emoticons::cookie
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F36A. This field is constant.

◆ cooking

const xtd::forms::emoticon xtd::forms::emoticons::cooking
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F373. This field is constant.

◆ copyright_sign

const xtd::forms::emoticon xtd::forms::emoticons::copyright_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x000000A9, 0x0000FE0F}. This field is constant.

◆ couch_and_lamp

const xtd::forms::emoticon xtd::forms::emoticons::couch_and_lamp
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6CB. This field is constant.

◆ couple_with_heart

const xtd::forms::emoticon xtd::forms::emoticons::couple_with_heart
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F491. This field is constant.

◆ cow

const xtd::forms::emoticon xtd::forms::emoticons::cow
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F404. This field is constant.

◆ cow_face

const xtd::forms::emoticon xtd::forms::emoticons::cow_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F42E. This field is constant.

◆ crab

const xtd::forms::emoticon xtd::forms::emoticons::crab
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F980. This field is constant.

◆ credit_card

const xtd::forms::emoticon xtd::forms::emoticons::credit_card
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B3. This field is constant.

◆ crescent_moon

const xtd::forms::emoticon xtd::forms::emoticons::crescent_moon
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F319. This field is constant.

◆ cricket

const xtd::forms::emoticon xtd::forms::emoticons::cricket
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F997. This field is constant.

◆ cricket_bat_and_ball

const xtd::forms::emoticon xtd::forms::emoticons::cricket_bat_and_ball
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3CF. This field is constant.

◆ crocodile

const xtd::forms::emoticon xtd::forms::emoticons::crocodile
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F40A. This field is constant.

◆ croissant

const xtd::forms::emoticon xtd::forms::emoticons::croissant
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F950. This field is constant.

◆ cross_mark

const xtd::forms::emoticon xtd::forms::emoticons::cross_mark
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000274C. This field is constant.

◆ crossed_flags

const xtd::forms::emoticon xtd::forms::emoticons::crossed_flags
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F38C. This field is constant.

◆ crossed_swords

const xtd::forms::emoticon xtd::forms::emoticons::crossed_swords
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002694, 0x0000FE0F}. This field is constant.

◆ crown

const xtd::forms::emoticon xtd::forms::emoticons::crown
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F451. This field is constant.

◆ crying_cat_face

const xtd::forms::emoticon xtd::forms::emoticons::crying_cat_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F63F. This field is constant.

◆ crying_face

const xtd::forms::emoticon xtd::forms::emoticons::crying_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F622. This field is constant.

◆ crystal_ball

const xtd::forms::emoticon xtd::forms::emoticons::crystal_ball
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F52E. This field is constant.

◆ cucumber

const xtd::forms::emoticon xtd::forms::emoticons::cucumber
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F952. This field is constant.

◆ cup_with_straw

const xtd::forms::emoticon xtd::forms::emoticons::cup_with_straw
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F964. This field is constant.

◆ cupcake

const xtd::forms::emoticon xtd::forms::emoticons::cupcake
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9C1. This field is constant.

◆ curling_stone

const xtd::forms::emoticon xtd::forms::emoticons::curling_stone
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F94C. This field is constant.

◆ curly_loop

const xtd::forms::emoticon xtd::forms::emoticons::curly_loop
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000027B0. This field is constant.

◆ currency_exchange

const xtd::forms::emoticon xtd::forms::emoticons::currency_exchange
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B1. This field is constant.

◆ curry_and_rice

const xtd::forms::emoticon xtd::forms::emoticons::curry_and_rice
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F35B. This field is constant.

◆ custard

const xtd::forms::emoticon xtd::forms::emoticons::custard
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F36E. This field is constant.

◆ customs

const xtd::forms::emoticon xtd::forms::emoticons::customs
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6C3. This field is constant.

◆ cut_of_meat

const xtd::forms::emoticon xtd::forms::emoticons::cut_of_meat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F969. This field is constant.

◆ cyclone

const xtd::forms::emoticon xtd::forms::emoticons::cyclone
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F300. This field is constant.

◆ dagger_knife

const xtd::forms::emoticon xtd::forms::emoticons::dagger_knife
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5E1. This field is constant.

◆ dancer

const xtd::forms::emoticon xtd::forms::emoticons::dancer
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F483. This field is constant.

◆ dango

const xtd::forms::emoticon xtd::forms::emoticons::dango
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F361. This field is constant.

◆ dark_sunglasses

const xtd::forms::emoticon xtd::forms::emoticons::dark_sunglasses
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F576. This field is constant.

◆ dash_symbol

const xtd::forms::emoticon xtd::forms::emoticons::dash_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A8. This field is constant.

◆ deciduous_tree

const xtd::forms::emoticon xtd::forms::emoticons::deciduous_tree
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F333. This field is constant.

◆ deer

const xtd::forms::emoticon xtd::forms::emoticons::deer
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F98C. This field is constant.

◆ delivery_truck

const xtd::forms::emoticon xtd::forms::emoticons::delivery_truck
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F69A. This field is constant.

◆ department_store

const xtd::forms::emoticon xtd::forms::emoticons::department_store
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3EC. This field is constant.

◆ derelict_house_building

const xtd::forms::emoticon xtd::forms::emoticons::derelict_house_building
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3DA. This field is constant.

◆ desert

const xtd::forms::emoticon xtd::forms::emoticons::desert
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3DC. This field is constant.

◆ desert_island

const xtd::forms::emoticon xtd::forms::emoticons::desert_island
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3DD. This field is constant.

◆ desktop_computer

const xtd::forms::emoticon xtd::forms::emoticons::desktop_computer
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5A5. This field is constant.

◆ diamond_shape_with_a_dot_inside

const xtd::forms::emoticon xtd::forms::emoticons::diamond_shape_with_a_dot_inside
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A0. This field is constant.

◆ direct_hit

const xtd::forms::emoticon xtd::forms::emoticons::direct_hit
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3AF. This field is constant.

◆ disappointed_but_relieved_face

const xtd::forms::emoticon xtd::forms::emoticons::disappointed_but_relieved_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F625. This field is constant.

◆ disappointed_face

const xtd::forms::emoticon xtd::forms::emoticons::disappointed_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F61E. This field is constant.

◆ diya_lamp

const xtd::forms::emoticon xtd::forms::emoticons::diya_lamp
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA94. This field is constant.

◆ dizzy_face

const xtd::forms::emoticon xtd::forms::emoticons::dizzy_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F635. This field is constant.

◆ dizzy_symbol

const xtd::forms::emoticon xtd::forms::emoticons::dizzy_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4AB. This field is constant.

◆ dna_double_helix

const xtd::forms::emoticon xtd::forms::emoticons::dna_double_helix
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9EC. This field is constant.

◆ do_not_litter_symbol

const xtd::forms::emoticon xtd::forms::emoticons::do_not_litter_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6AF. This field is constant.

◆ dog

const xtd::forms::emoticon xtd::forms::emoticons::dog
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F415. This field is constant.

◆ dog_face

const xtd::forms::emoticon xtd::forms::emoticons::dog_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F436. This field is constant.

◆ dolphin

const xtd::forms::emoticon xtd::forms::emoticons::dolphin
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F42C. This field is constant.

◆ door

const xtd::forms::emoticon xtd::forms::emoticons::door
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6AA. This field is constant.

◆ double_curly_loop

const xtd::forms::emoticon xtd::forms::emoticons::double_curly_loop
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000027BF. This field is constant.

◆ double_exclamation_mark

const xtd::forms::emoticon xtd::forms::emoticons::double_exclamation_mark
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000203C, 0x0000FE0F}. This field is constant.

◆ double_vertical_bar

const xtd::forms::emoticon xtd::forms::emoticons::double_vertical_bar
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023F8. This field is constant.

◆ doughnut

const xtd::forms::emoticon xtd::forms::emoticons::doughnut
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F369. This field is constant.

◆ dove_of_peace

const xtd::forms::emoticon xtd::forms::emoticons::dove_of_peace
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F54A. This field is constant.

◆ down_pointing_red_triangle

const xtd::forms::emoticon xtd::forms::emoticons::down_pointing_red_triangle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F53B. This field is constant.

◆ down_pointing_small_red_triangle

const xtd::forms::emoticon xtd::forms::emoticons::down_pointing_small_red_triangle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F53D. This field is constant.

◆ downwards_black_arrow

const xtd::forms::emoticon xtd::forms::emoticons::downwards_black_arrow
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002B07, 0x0000FE0F}. This field is constant.

◆ dragon

const xtd::forms::emoticon xtd::forms::emoticons::dragon
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F409. This field is constant.

◆ dragon_face

const xtd::forms::emoticon xtd::forms::emoticons::dragon_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F432. This field is constant.

◆ dress

const xtd::forms::emoticon xtd::forms::emoticons::dress
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F457. This field is constant.

◆ dromedary_camel

const xtd::forms::emoticon xtd::forms::emoticons::dromedary_camel
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F42A. This field is constant.

◆ drooling_face

const xtd::forms::emoticon xtd::forms::emoticons::drooling_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F924. This field is constant.

◆ drop_of_blood

const xtd::forms::emoticon xtd::forms::emoticons::drop_of_blood
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA78. This field is constant.

◆ droplet

const xtd::forms::emoticon xtd::forms::emoticons::droplet
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A7. This field is constant.

◆ drum_with_drumsticks

const xtd::forms::emoticon xtd::forms::emoticons::drum_with_drumsticks
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F941. This field is constant.

◆ duck

const xtd::forms::emoticon xtd::forms::emoticons::duck
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F986. This field is constant.

◆ dumpling

const xtd::forms::emoticon xtd::forms::emoticons::dumpling
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F95F. This field is constant.

◆ dvd

const xtd::forms::emoticon xtd::forms::emoticons::dvd
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C0. This field is constant.

◆ e_mail_symbol

const xtd::forms::emoticon xtd::forms::emoticons::e_mail_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E7. This field is constant.

◆ eagle

const xtd::forms::emoticon xtd::forms::emoticons::eagle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F985. This field is constant.

◆ ear

const xtd::forms::emoticon xtd::forms::emoticons::ear
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F442. This field is constant.

◆ ear_of_maize

const xtd::forms::emoticon xtd::forms::emoticons::ear_of_maize
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F33D. This field is constant.

◆ ear_of_rice

const xtd::forms::emoticon xtd::forms::emoticons::ear_of_rice
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F33E. This field is constant.

◆ earth_globe_americas

const xtd::forms::emoticon xtd::forms::emoticons::earth_globe_americas
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F30E. This field is constant.

◆ earth_globe_asia_australia

const xtd::forms::emoticon xtd::forms::emoticons::earth_globe_asia_australia
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F30F. This field is constant.

◆ earth_globe_europe_africa

const xtd::forms::emoticon xtd::forms::emoticons::earth_globe_europe_africa
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F30D. This field is constant.

◆ egg

const xtd::forms::emoticon xtd::forms::emoticons::egg
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F95A. This field is constant.

◆ eight_pointed_black_star

const xtd::forms::emoticon xtd::forms::emoticons::eight_pointed_black_star
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002734, 0x0000FE0F}. This field is constant.

◆ eight_spoked_asterisk

const xtd::forms::emoticon xtd::forms::emoticons::eight_spoked_asterisk
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002733, 0x0000FE0F}. This field is constant.

◆ eject_symbol

const xtd::forms::emoticon xtd::forms::emoticons::eject_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x000023CF, 0x0000FE0F}. This field is constant.

◆ electric_light_bulb

const xtd::forms::emoticon xtd::forms::emoticons::electric_light_bulb
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A1. This field is constant.

◆ electric_plug

const xtd::forms::emoticon xtd::forms::emoticons::electric_plug
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F50C. This field is constant.

◆ electric_torch

const xtd::forms::emoticon xtd::forms::emoticons::electric_torch
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F526. This field is constant.

◆ elephant

const xtd::forms::emoticon xtd::forms::emoticons::elephant
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F418. This field is constant.

◆ elf

const xtd::forms::emoticon xtd::forms::emoticons::elf
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9DD. This field is constant.

◆ emoji_component_bald

const xtd::forms::emoticon xtd::forms::emoticons::emoji_component_bald
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B2. This field is constant.

◆ emoji_component_curly_hair

const xtd::forms::emoticon xtd::forms::emoticons::emoji_component_curly_hair
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B1. This field is constant.

◆ emoji_component_red_hair

const xtd::forms::emoticon xtd::forms::emoticons::emoji_component_red_hair
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B0. This field is constant.

◆ emoji_component_white_hair

const xtd::forms::emoticon xtd::forms::emoticons::emoji_component_white_hair
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B3. This field is constant.

◆ emoji_modifier_fitzpatrick_type_1_2

const xtd::forms::emoticon xtd::forms::emoticons::emoji_modifier_fitzpatrick_type_1_2
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3FB. This field is constant.

◆ emoji_modifier_fitzpatrick_type_3

const xtd::forms::emoticon xtd::forms::emoticons::emoji_modifier_fitzpatrick_type_3
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3FC. This field is constant.

◆ emoji_modifier_fitzpatrick_type_4

const xtd::forms::emoticon xtd::forms::emoticons::emoji_modifier_fitzpatrick_type_4
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3FD. This field is constant.

◆ emoji_modifier_fitzpatrick_type_5

const xtd::forms::emoticon xtd::forms::emoticons::emoji_modifier_fitzpatrick_type_5
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3FE. This field is constant.

◆ emoji_modifier_fitzpatrick_type_6

const xtd::forms::emoticon xtd::forms::emoticons::emoji_modifier_fitzpatrick_type_6
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3FF. This field is constant.

◆ end_with_leftwards_arrow_above

const xtd::forms::emoticon xtd::forms::emoticons::end_with_leftwards_arrow_above
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F51A. This field is constant.

◆ envelope

const xtd::forms::emoticon xtd::forms::emoticons::envelope
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002709, 0x0000FE0F}. This field is constant.

◆ envelope_with_downwards_arrow_above

const xtd::forms::emoticon xtd::forms::emoticons::envelope_with_downwards_arrow_above
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E9. This field is constant.

◆ european_castle

const xtd::forms::emoticon xtd::forms::emoticons::european_castle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3F0. This field is constant.

◆ european_post_office

const xtd::forms::emoticon xtd::forms::emoticons::european_post_office
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E4. This field is constant.

◆ evergreen_tree

const xtd::forms::emoticon xtd::forms::emoticons::evergreen_tree
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F332. This field is constant.

◆ exclamation_question_mark

const xtd::forms::emoticon xtd::forms::emoticons::exclamation_question_mark
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002049, 0x0000FE0F}. This field is constant.

◆ expressionless_face

const xtd::forms::emoticon xtd::forms::emoticons::expressionless_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F611. This field is constant.

◆ extraterrestrial_alien

const xtd::forms::emoticon xtd::forms::emoticons::extraterrestrial_alien
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F47D. This field is constant.

◆ eye

const xtd::forms::emoticon xtd::forms::emoticons::eye
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F441. This field is constant.

◆ eyeglasses

const xtd::forms::emoticon xtd::forms::emoticons::eyeglasses
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F453. This field is constant.

◆ eyes

const xtd::forms::emoticon xtd::forms::emoticons::eyes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F440. This field is constant.

◆ face_massage

const xtd::forms::emoticon xtd::forms::emoticons::face_massage
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F486. This field is constant.

◆ face_palm

const xtd::forms::emoticon xtd::forms::emoticons::face_palm
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F926. This field is constant.

◆ face_savouring_delicious_food

const xtd::forms::emoticon xtd::forms::emoticons::face_savouring_delicious_food
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F60B. This field is constant.

◆ face_screaming_in_fear

const xtd::forms::emoticon xtd::forms::emoticons::face_screaming_in_fear
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F631. This field is constant.

◆ face_throwing_a_kiss

const xtd::forms::emoticon xtd::forms::emoticons::face_throwing_a_kiss
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F618. This field is constant.

◆ face_with_cold_sweat

const xtd::forms::emoticon xtd::forms::emoticons::face_with_cold_sweat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F613. This field is constant.

◆ face_with_cowboy_hat

const xtd::forms::emoticon xtd::forms::emoticons::face_with_cowboy_hat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F920. This field is constant.

◆ face_with_finger_covering_closed_lips

const xtd::forms::emoticon xtd::forms::emoticons::face_with_finger_covering_closed_lips
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F92B. This field is constant.

◆ face_with_head_bandage

const xtd::forms::emoticon xtd::forms::emoticons::face_with_head_bandage
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F915. This field is constant.

◆ face_with_look_of_triumph

const xtd::forms::emoticon xtd::forms::emoticons::face_with_look_of_triumph
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F624. This field is constant.

◆ face_with_medical_mask

const xtd::forms::emoticon xtd::forms::emoticons::face_with_medical_mask
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F637. This field is constant.

◆ face_with_monocle

const xtd::forms::emoticon xtd::forms::emoticons::face_with_monocle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D0. This field is constant.

◆ face_with_no_good_gesture

const xtd::forms::emoticon xtd::forms::emoticons::face_with_no_good_gesture
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F645. This field is constant.

◆ face_with_ok_gesture

const xtd::forms::emoticon xtd::forms::emoticons::face_with_ok_gesture
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F646. This field is constant.

◆ face_with_one_eyebrow_raised

const xtd::forms::emoticon xtd::forms::emoticons::face_with_one_eyebrow_raised
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F928. This field is constant.

◆ face_with_open_mouth

const xtd::forms::emoticon xtd::forms::emoticons::face_with_open_mouth
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F62E. This field is constant.

◆ face_with_open_mouth_and_cold_sweat

const xtd::forms::emoticon xtd::forms::emoticons::face_with_open_mouth_and_cold_sweat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F630. This field is constant.

◆ face_with_open_mouth_vomiting

const xtd::forms::emoticon xtd::forms::emoticons::face_with_open_mouth_vomiting
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F92E. This field is constant.

◆ face_with_party_horn_and_party_hat

const xtd::forms::emoticon xtd::forms::emoticons::face_with_party_horn_and_party_hat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F973. This field is constant.

◆ face_with_pleading_eyes

const xtd::forms::emoticon xtd::forms::emoticons::face_with_pleading_eyes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F97A. This field is constant.

◆ face_with_rolling_eyes

const xtd::forms::emoticon xtd::forms::emoticons::face_with_rolling_eyes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F644. This field is constant.

◆ face_with_stuck_out_tongue

const xtd::forms::emoticon xtd::forms::emoticons::face_with_stuck_out_tongue
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F61B. This field is constant.

◆ face_with_stuck_out_tongue_and_tightly_closed_eyes

const xtd::forms::emoticon xtd::forms::emoticons::face_with_stuck_out_tongue_and_tightly_closed_eyes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F61D. This field is constant.

◆ face_with_stuck_out_tongue_and_winking_eye

const xtd::forms::emoticon xtd::forms::emoticons::face_with_stuck_out_tongue_and_winking_eye
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F61C. This field is constant.

◆ face_with_tears_of_joy

const xtd::forms::emoticon xtd::forms::emoticons::face_with_tears_of_joy
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F602. This field is constant.

◆ face_with_thermometer

const xtd::forms::emoticon xtd::forms::emoticons::face_with_thermometer
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F912. This field is constant.

◆ face_with_uneven_eyes_and_wavy_mouth

const xtd::forms::emoticon xtd::forms::emoticons::face_with_uneven_eyes_and_wavy_mouth
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F974. This field is constant.

◆ face_without_mouth

const xtd::forms::emoticon xtd::forms::emoticons::face_without_mouth
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F636. This field is constant.

◆ factory

const xtd::forms::emoticon xtd::forms::emoticons::factory
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3ED. This field is constant.

◆ fairy

const xtd::forms::emoticon xtd::forms::emoticons::fairy
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9DA. This field is constant.

◆ fallen_leaf

const xtd::forms::emoticon xtd::forms::emoticons::fallen_leaf
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F342. This field is constant.

◆ family

const xtd::forms::emoticon xtd::forms::emoticons::family
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F46A. This field is constant.

◆ father_christmas

const xtd::forms::emoticon xtd::forms::emoticons::father_christmas
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F385. This field is constant.

◆ fax_machine

const xtd::forms::emoticon xtd::forms::emoticons::fax_machine
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E0. This field is constant.

◆ fearful_face

const xtd::forms::emoticon xtd::forms::emoticons::fearful_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F628. This field is constant.

◆ female_sign

const xtd::forms::emoticon xtd::forms::emoticons::female_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002640, 0x0000FE0F}. This field is constant.

◆ fencer

const xtd::forms::emoticon xtd::forms::emoticons::fencer
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F93A. This field is constant.

◆ ferris_wheel

const xtd::forms::emoticon xtd::forms::emoticons::ferris_wheel
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A1. This field is constant.

◆ ferry

const xtd::forms::emoticon xtd::forms::emoticons::ferry
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026F4. This field is constant.

◆ field_hockey_stick_and_ball

const xtd::forms::emoticon xtd::forms::emoticons::field_hockey_stick_and_ball
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D1. This field is constant.

◆ file_cabinet

const xtd::forms::emoticon xtd::forms::emoticons::file_cabinet
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5C4. This field is constant.

◆ file_folder

const xtd::forms::emoticon xtd::forms::emoticons::file_folder
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C1. This field is constant.

◆ film_frames

const xtd::forms::emoticon xtd::forms::emoticons::film_frames
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F39E. This field is constant.

◆ film_projector

const xtd::forms::emoticon xtd::forms::emoticons::film_projector
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4FD. This field is constant.

◆ fire

const xtd::forms::emoticon xtd::forms::emoticons::fire
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F525. This field is constant.

◆ fire_engine

const xtd::forms::emoticon xtd::forms::emoticons::fire_engine
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F692. This field is constant.

◆ fire_extinguisher

const xtd::forms::emoticon xtd::forms::emoticons::fire_extinguisher
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9EF. This field is constant.

◆ firecracker

const xtd::forms::emoticon xtd::forms::emoticons::firecracker
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E8. This field is constant.

◆ firework_sparkler

const xtd::forms::emoticon xtd::forms::emoticons::firework_sparkler
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F387. This field is constant.

◆ fireworks

const xtd::forms::emoticon xtd::forms::emoticons::fireworks
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F386. This field is constant.

◆ first_place_medal

const xtd::forms::emoticon xtd::forms::emoticons::first_place_medal
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F947. This field is constant.

◆ first_quarter_moon_symbol

const xtd::forms::emoticon xtd::forms::emoticons::first_quarter_moon_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F313. This field is constant.

◆ first_quarter_moon_with_face

const xtd::forms::emoticon xtd::forms::emoticons::first_quarter_moon_with_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F31B. This field is constant.

◆ fish

const xtd::forms::emoticon xtd::forms::emoticons::fish
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F41F. This field is constant.

◆ fish_cake_with_swirl_design

const xtd::forms::emoticon xtd::forms::emoticons::fish_cake_with_swirl_design
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F365. This field is constant.

◆ fishing_pole_and_fish

const xtd::forms::emoticon xtd::forms::emoticons::fishing_pole_and_fish
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A3. This field is constant.

◆ fisted_hand_sign

const xtd::forms::emoticon xtd::forms::emoticons::fisted_hand_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F44A. This field is constant.

◆ flag_in_hole

const xtd::forms::emoticon xtd::forms::emoticons::flag_in_hole
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026F3. This field is constant.

◆ flat_shoe

const xtd::forms::emoticon xtd::forms::emoticons::flat_shoe
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F97F. This field is constant.

◆ fleur_de_lis

const xtd::forms::emoticon xtd::forms::emoticons::fleur_de_lis
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000269C, 0x0000FE0F}. This field is constant.

◆ flexed_biceps

const xtd::forms::emoticon xtd::forms::emoticons::flexed_biceps
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4AA. This field is constant.

◆ floppy_disk

const xtd::forms::emoticon xtd::forms::emoticons::floppy_disk
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4BE. This field is constant.

◆ flower_playing_cards

const xtd::forms::emoticon xtd::forms::emoticons::flower_playing_cards
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B4. This field is constant.

◆ flushed_face

const xtd::forms::emoticon xtd::forms::emoticons::flushed_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F633. This field is constant.

◆ flying_disc

const xtd::forms::emoticon xtd::forms::emoticons::flying_disc
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F94F. This field is constant.

◆ flying_saucer

const xtd::forms::emoticon xtd::forms::emoticons::flying_saucer
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6F8. This field is constant.

◆ fog

const xtd::forms::emoticon xtd::forms::emoticons::fog
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F32B. This field is constant.

◆ foggy

const xtd::forms::emoticon xtd::forms::emoticons::foggy
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F301. This field is constant.

◆ foot

const xtd::forms::emoticon xtd::forms::emoticons::foot
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B6. This field is constant.

◆ footprints

const xtd::forms::emoticon xtd::forms::emoticons::footprints
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F463. This field is constant.

◆ fork_and_knife

const xtd::forms::emoticon xtd::forms::emoticons::fork_and_knife
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F374. This field is constant.

◆ fork_and_knife_with_plate

const xtd::forms::emoticon xtd::forms::emoticons::fork_and_knife_with_plate
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F37D. This field is constant.

◆ fortune_cookie

const xtd::forms::emoticon xtd::forms::emoticons::fortune_cookie
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F960. This field is constant.

◆ fountain

const xtd::forms::emoticon xtd::forms::emoticons::fountain
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026F2. This field is constant.

◆ four_leaf_clover

const xtd::forms::emoticon xtd::forms::emoticons::four_leaf_clover
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F340. This field is constant.

◆ fox_face

const xtd::forms::emoticon xtd::forms::emoticons::fox_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F98A. This field is constant.

◆ frame_with_picture

const xtd::forms::emoticon xtd::forms::emoticons::frame_with_picture
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5BC. This field is constant.

◆ freezing_face

const xtd::forms::emoticon xtd::forms::emoticons::freezing_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F976. This field is constant.

◆ french_fries

const xtd::forms::emoticon xtd::forms::emoticons::french_fries
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F35F. This field is constant.

◆ fried_shrimp

const xtd::forms::emoticon xtd::forms::emoticons::fried_shrimp
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F364. This field is constant.

◆ frog_face

const xtd::forms::emoticon xtd::forms::emoticons::frog_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F438. This field is constant.

◆ front_facing_baby_chick

const xtd::forms::emoticon xtd::forms::emoticons::front_facing_baby_chick
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F425. This field is constant.

◆ frowning_face_with_open_mouth

const xtd::forms::emoticon xtd::forms::emoticons::frowning_face_with_open_mouth
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F626. This field is constant.

◆ fuel_pump

const xtd::forms::emoticon xtd::forms::emoticons::fuel_pump
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026FD. This field is constant.

◆ full_moon_symbol

const xtd::forms::emoticon xtd::forms::emoticons::full_moon_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F315. This field is constant.

◆ full_moon_with_face

const xtd::forms::emoticon xtd::forms::emoticons::full_moon_with_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F31D. This field is constant.

◆ funeral_urn

const xtd::forms::emoticon xtd::forms::emoticons::funeral_urn
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x000026B1, 0x0000FE0F}. This field is constant.

◆ game_die

const xtd::forms::emoticon xtd::forms::emoticons::game_die
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B2. This field is constant.

◆ gear

const xtd::forms::emoticon xtd::forms::emoticons::gear
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002699, 0x0000FE0F}. This field is constant.

◆ gem_stone

const xtd::forms::emoticon xtd::forms::emoticons::gem_stone
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F48E. This field is constant.

◆ gemini

const xtd::forms::emoticon xtd::forms::emoticons::gemini
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000264A. This field is constant.

◆ genie

const xtd::forms::emoticon xtd::forms::emoticons::genie
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9DE. This field is constant.

◆ ghost

const xtd::forms::emoticon xtd::forms::emoticons::ghost
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F47B. This field is constant.

◆ giraffe_face

const xtd::forms::emoticon xtd::forms::emoticons::giraffe_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F992. This field is constant.

◆ girl

const xtd::forms::emoticon xtd::forms::emoticons::girl
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F467. This field is constant.

◆ glass_of_milk

const xtd::forms::emoticon xtd::forms::emoticons::glass_of_milk
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F95B. This field is constant.

◆ globe_with_meridians

const xtd::forms::emoticon xtd::forms::emoticons::globe_with_meridians
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F310. This field is constant.

◆ gloves

const xtd::forms::emoticon xtd::forms::emoticons::gloves
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E4. This field is constant.

◆ glowing_star

const xtd::forms::emoticon xtd::forms::emoticons::glowing_star
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F31F. This field is constant.

◆ goal_net

const xtd::forms::emoticon xtd::forms::emoticons::goal_net
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F945. This field is constant.

◆ goat

const xtd::forms::emoticon xtd::forms::emoticons::goat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F410. This field is constant.

◆ goggles

const xtd::forms::emoticon xtd::forms::emoticons::goggles
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F97D. This field is constant.

◆ golfer

const xtd::forms::emoticon xtd::forms::emoticons::golfer
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3CC. This field is constant.

◆ gorilla

const xtd::forms::emoticon xtd::forms::emoticons::gorilla
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F98D. This field is constant.

◆ graduation_cap

const xtd::forms::emoticon xtd::forms::emoticons::graduation_cap
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F393. This field is constant.

◆ grapes

const xtd::forms::emoticon xtd::forms::emoticons::grapes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F347. This field is constant.

◆ green_apple

const xtd::forms::emoticon xtd::forms::emoticons::green_apple
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F34F. This field is constant.

◆ green_book

const xtd::forms::emoticon xtd::forms::emoticons::green_book
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D7. This field is constant.

◆ green_heart

const xtd::forms::emoticon xtd::forms::emoticons::green_heart
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F49A. This field is constant.

◆ green_salad

const xtd::forms::emoticon xtd::forms::emoticons::green_salad
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F957. This field is constant.

◆ grimacing_face

const xtd::forms::emoticon xtd::forms::emoticons::grimacing_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F62C. This field is constant.

◆ grinning_cat_face_with_smiling_eyes

const xtd::forms::emoticon xtd::forms::emoticons::grinning_cat_face_with_smiling_eyes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F638. This field is constant.

◆ grinning_face

const xtd::forms::emoticon xtd::forms::emoticons::grinning_face
static

1F600-1F64F Emoticons (Emoji)

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F600. This field is constant.

◆ grinning_face_with_one_large_and_one_small_eye

const xtd::forms::emoticon xtd::forms::emoticons::grinning_face_with_one_large_and_one_small_eye
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F92A. This field is constant.

◆ grinning_face_with_smiling_eyes

const xtd::forms::emoticon xtd::forms::emoticons::grinning_face_with_smiling_eyes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F601. This field is constant.

◆ grinning_face_with_star_eyes

const xtd::forms::emoticon xtd::forms::emoticons::grinning_face_with_star_eyes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F929. This field is constant.

◆ growing_heart

const xtd::forms::emoticon xtd::forms::emoticons::growing_heart
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F497. This field is constant.

◆ guardsman

const xtd::forms::emoticon xtd::forms::emoticons::guardsman
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F482. This field is constant.

◆ guitar

const xtd::forms::emoticon xtd::forms::emoticons::guitar
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B8. This field is constant.

◆ haircut

const xtd::forms::emoticon xtd::forms::emoticons::haircut
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F487. This field is constant.

◆ hamburger

const xtd::forms::emoticon xtd::forms::emoticons::hamburger
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F354. This field is constant.

◆ hammer

const xtd::forms::emoticon xtd::forms::emoticons::hammer
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F528. This field is constant.

◆ hammer_and_pick

const xtd::forms::emoticon xtd::forms::emoticons::hammer_and_pick
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002692, 0x0000FE0F}. This field is constant.

◆ hammer_and_wrench

const xtd::forms::emoticon xtd::forms::emoticons::hammer_and_wrench
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6E0. This field is constant.

◆ hamster_face

const xtd::forms::emoticon xtd::forms::emoticons::hamster_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F439. This field is constant.

◆ hand_with_index_and_middle_fingers_crossed

const xtd::forms::emoticon xtd::forms::emoticons::hand_with_index_and_middle_fingers_crossed
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F91E. This field is constant.

◆ handbag

const xtd::forms::emoticon xtd::forms::emoticons::handbag
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F45C. This field is constant.

◆ handball

const xtd::forms::emoticon xtd::forms::emoticons::handball
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F93E. This field is constant.

◆ handshake

const xtd::forms::emoticon xtd::forms::emoticons::handshake
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F91D. This field is constant.

◆ happy_person_raising_one_hand

const xtd::forms::emoticon xtd::forms::emoticons::happy_person_raising_one_hand
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F64B. This field is constant.

◆ hatching_chick

const xtd::forms::emoticon xtd::forms::emoticons::hatching_chick
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F423. This field is constant.

◆ headphone

const xtd::forms::emoticon xtd::forms::emoticons::headphone
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A7. This field is constant.

◆ hear_no_evil_monkey

const xtd::forms::emoticon xtd::forms::emoticons::hear_no_evil_monkey
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F649. This field is constant.

◆ heart_decoration

const xtd::forms::emoticon xtd::forms::emoticons::heart_decoration
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F49F. This field is constant.

◆ heart_with_arrow

const xtd::forms::emoticon xtd::forms::emoticons::heart_with_arrow
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F498. This field is constant.

◆ heart_with_ribbon

const xtd::forms::emoticon xtd::forms::emoticons::heart_with_ribbon
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F49D. This field is constant.

◆ heavy_check_mark

const xtd::forms::emoticon xtd::forms::emoticons::heavy_check_mark
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002714, 0x0000FE0F}. This field is constant.

◆ heavy_division_sign

const xtd::forms::emoticon xtd::forms::emoticons::heavy_division_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002797. This field is constant.

◆ heavy_dollar_sign

const xtd::forms::emoticon xtd::forms::emoticons::heavy_dollar_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B2. This field is constant.

◆ heavy_exclamation_mark_symbol

const xtd::forms::emoticon xtd::forms::emoticons::heavy_exclamation_mark_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002757. This field is constant.

◆ heavy_heart_exclamation_mark_ornament

const xtd::forms::emoticon xtd::forms::emoticons::heavy_heart_exclamation_mark_ornament
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002763, 0x0000FE0F}. This field is constant.

◆ heavy_large_circle

const xtd::forms::emoticon xtd::forms::emoticons::heavy_large_circle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002B55. This field is constant.

◆ heavy_minus_sign

const xtd::forms::emoticon xtd::forms::emoticons::heavy_minus_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002796. This field is constant.

◆ heavy_multiplication_x

const xtd::forms::emoticon xtd::forms::emoticons::heavy_multiplication_x
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002716, 0x0000FE0F}. This field is constant.

◆ heavy_plus_sign

const xtd::forms::emoticon xtd::forms::emoticons::heavy_plus_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002795. This field is constant.

◆ hedgehog

const xtd::forms::emoticon xtd::forms::emoticons::hedgehog
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F994. This field is constant.

◆ helicopter

const xtd::forms::emoticon xtd::forms::emoticons::helicopter
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F681. This field is constant.

◆ helmet_with_white_cross

const xtd::forms::emoticon xtd::forms::emoticons::helmet_with_white_cross
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026D1. This field is constant.

◆ herb

const xtd::forms::emoticon xtd::forms::emoticons::herb
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F33F. This field is constant.

◆ hibiscus

const xtd::forms::emoticon xtd::forms::emoticons::hibiscus
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F33A. This field is constant.

◆ high_brightness_symbol

const xtd::forms::emoticon xtd::forms::emoticons::high_brightness_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F506. This field is constant.

◆ high_heeled_shoe

const xtd::forms::emoticon xtd::forms::emoticons::high_heeled_shoe
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F460. This field is constant.

◆ high_speed_train

const xtd::forms::emoticon xtd::forms::emoticons::high_speed_train
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F684. This field is constant.

◆ high_speed_train_with_bullet_nose

const xtd::forms::emoticon xtd::forms::emoticons::high_speed_train_with_bullet_nose
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F685. This field is constant.

◆ high_voltage_sign

const xtd::forms::emoticon xtd::forms::emoticons::high_voltage_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026A1. This field is constant.

◆ hiking_boot

const xtd::forms::emoticon xtd::forms::emoticons::hiking_boot
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F97E. This field is constant.

◆ hippopotamus

const xtd::forms::emoticon xtd::forms::emoticons::hippopotamus
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F99B. This field is constant.

◆ hocho

const xtd::forms::emoticon xtd::forms::emoticons::hocho
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F52A. This field is constant.

◆ hole

const xtd::forms::emoticon xtd::forms::emoticons::hole
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F573. This field is constant.

◆ honey_pot

const xtd::forms::emoticon xtd::forms::emoticons::honey_pot
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F36F. This field is constant.

◆ honeybee

const xtd::forms::emoticon xtd::forms::emoticons::honeybee
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F41D. This field is constant.

◆ horizontal_traffic_light

const xtd::forms::emoticon xtd::forms::emoticons::horizontal_traffic_light
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A5. This field is constant.

◆ horse

const xtd::forms::emoticon xtd::forms::emoticons::horse
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F40E. This field is constant.

◆ horse_face

const xtd::forms::emoticon xtd::forms::emoticons::horse_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F434. This field is constant.

◆ horse_racing

const xtd::forms::emoticon xtd::forms::emoticons::horse_racing
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C7. This field is constant.

◆ hospital

const xtd::forms::emoticon xtd::forms::emoticons::hospital
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E5. This field is constant.

◆ hot_beverage

const xtd::forms::emoticon xtd::forms::emoticons::hot_beverage
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002615, 0x0000FE0F}. This field is constant.

◆ hot_dog

const xtd::forms::emoticon xtd::forms::emoticons::hot_dog
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F32D. This field is constant.

◆ hot_pepper

const xtd::forms::emoticon xtd::forms::emoticons::hot_pepper
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F336. This field is constant.

◆ hot_springs

const xtd::forms::emoticon xtd::forms::emoticons::hot_springs
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002668, 0x0000FE0F}. This field is constant.

◆ hotel

const xtd::forms::emoticon xtd::forms::emoticons::hotel
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E8. This field is constant.

◆ hourglass

const xtd::forms::emoticon xtd::forms::emoticons::hourglass
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000231B. This field is constant.

◆ hourglass_with_flowing_sand

const xtd::forms::emoticon xtd::forms::emoticons::hourglass_with_flowing_sand
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023F3. This field is constant.

◆ house_building

const xtd::forms::emoticon xtd::forms::emoticons::house_building
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E0. This field is constant.

◆ house_buildings

const xtd::forms::emoticon xtd::forms::emoticons::house_buildings
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D8. This field is constant.

◆ house_with_garden

const xtd::forms::emoticon xtd::forms::emoticons::house_with_garden
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E1. This field is constant.

◆ hugging_face

const xtd::forms::emoticon xtd::forms::emoticons::hugging_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F917. This field is constant.

◆ hundred_points_symbol

const xtd::forms::emoticon xtd::forms::emoticons::hundred_points_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4AF. This field is constant.

◆ hushed_face

const xtd::forms::emoticon xtd::forms::emoticons::hushed_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F62F. This field is constant.

◆ i_love_you_hand_sign

const xtd::forms::emoticon xtd::forms::emoticons::i_love_you_hand_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F91F. This field is constant.

◆ ice_cream

const xtd::forms::emoticon xtd::forms::emoticons::ice_cream
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F368. This field is constant.

◆ ice_hockey_stick_and_puck

const xtd::forms::emoticon xtd::forms::emoticons::ice_hockey_stick_and_puck
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D2. This field is constant.

◆ ice_skate

const xtd::forms::emoticon xtd::forms::emoticons::ice_skate
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026F8. This field is constant.

◆ imp

const xtd::forms::emoticon xtd::forms::emoticons::imp
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F47F. This field is constant.

◆ inbox_tray

const xtd::forms::emoticon xtd::forms::emoticons::inbox_tray
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E5. This field is constant.

◆ incoming_envelope

const xtd::forms::emoticon xtd::forms::emoticons::incoming_envelope
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E8. This field is constant.

◆ information_desk_person

const xtd::forms::emoticon xtd::forms::emoticons::information_desk_person
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F481. This field is constant.

◆ information_source

const xtd::forms::emoticon xtd::forms::emoticons::information_source
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002139, 0x0000FE0F}. This field is constant.

◆ input_symbol_for_latin_capital_letters

const xtd::forms::emoticon xtd::forms::emoticons::input_symbol_for_latin_capital_letters
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F520. This field is constant.

◆ input_symbol_for_latin_letters

const xtd::forms::emoticon xtd::forms::emoticons::input_symbol_for_latin_letters
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F524. This field is constant.

◆ input_symbol_for_latin_small_letters

const xtd::forms::emoticon xtd::forms::emoticons::input_symbol_for_latin_small_letters
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F521. This field is constant.

◆ input_symbol_for_numbers

const xtd::forms::emoticon xtd::forms::emoticons::input_symbol_for_numbers
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F522. This field is constant.

◆ input_symbol_for_symbols

const xtd::forms::emoticon xtd::forms::emoticons::input_symbol_for_symbols
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F523. This field is constant.

◆ izakaya_lantern

const xtd::forms::emoticon xtd::forms::emoticons::izakaya_lantern
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3EE. This field is constant.

◆ jack_o_lantern

const xtd::forms::emoticon xtd::forms::emoticons::jack_o_lantern
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F383. This field is constant.

◆ japanese_castle

const xtd::forms::emoticon xtd::forms::emoticons::japanese_castle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3EF. This field is constant.

◆ japanese_dolls

const xtd::forms::emoticon xtd::forms::emoticons::japanese_dolls
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F38E. This field is constant.

◆ japanese_goblin

const xtd::forms::emoticon xtd::forms::emoticons::japanese_goblin
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F47A. This field is constant.

◆ japanese_ogre

const xtd::forms::emoticon xtd::forms::emoticons::japanese_ogre
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F479. This field is constant.

◆ japanese_post_office

const xtd::forms::emoticon xtd::forms::emoticons::japanese_post_office
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E3. This field is constant.

◆ japanese_symbol_for_beginner

const xtd::forms::emoticon xtd::forms::emoticons::japanese_symbol_for_beginner
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F530. This field is constant.

◆ jeans

const xtd::forms::emoticon xtd::forms::emoticons::jeans
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F456. This field is constant.

◆ jigsaw_puzzle_piece

const xtd::forms::emoticon xtd::forms::emoticons::jigsaw_puzzle_piece
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E9. This field is constant.

◆ joystick

const xtd::forms::emoticon xtd::forms::emoticons::joystick
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F579. This field is constant.

◆ juggling

const xtd::forms::emoticon xtd::forms::emoticons::juggling
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F939. This field is constant.

◆ kaaba

const xtd::forms::emoticon xtd::forms::emoticons::kaaba
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F54B. This field is constant.

◆ kangaroo

const xtd::forms::emoticon xtd::forms::emoticons::kangaroo
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F998. This field is constant.

◆ key

const xtd::forms::emoticon xtd::forms::emoticons::key
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F511. This field is constant.

◆ keyboard

const xtd::forms::emoticon xtd::forms::emoticons::keyboard
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002328, 0x0000FE0F}. This field is constant.

◆ keycap_ten

const xtd::forms::emoticon xtd::forms::emoticons::keycap_ten
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F51F. This field is constant.

◆ kimono

const xtd::forms::emoticon xtd::forms::emoticons::kimono
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F458. This field is constant.

◆ kiss

const xtd::forms::emoticon xtd::forms::emoticons::kiss
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F48F. This field is constant.

◆ kiss_mark

const xtd::forms::emoticon xtd::forms::emoticons::kiss_mark
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F48B. This field is constant.

◆ kissing_cat_face_with_closed_eyes

const xtd::forms::emoticon xtd::forms::emoticons::kissing_cat_face_with_closed_eyes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F63D. This field is constant.

◆ kissing_face

const xtd::forms::emoticon xtd::forms::emoticons::kissing_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F617. This field is constant.

◆ kissing_face_with_closed_eyes

const xtd::forms::emoticon xtd::forms::emoticons::kissing_face_with_closed_eyes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F61A. This field is constant.

◆ kissing_face_with_smiling_eyes

const xtd::forms::emoticon xtd::forms::emoticons::kissing_face_with_smiling_eyes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F619. This field is constant.

◆ kite

const xtd::forms::emoticon xtd::forms::emoticons::kite
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA81. This field is constant.

◆ kiwifruit

const xtd::forms::emoticon xtd::forms::emoticons::kiwifruit
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F95D. This field is constant.

◆ koala

const xtd::forms::emoticon xtd::forms::emoticons::koala
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F428. This field is constant.

◆ lab_coat

const xtd::forms::emoticon xtd::forms::emoticons::lab_coat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F97C. This field is constant.

◆ label

const xtd::forms::emoticon xtd::forms::emoticons::label
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3F7. This field is constant.

◆ lacrosse_stick_and_ball

const xtd::forms::emoticon xtd::forms::emoticons::lacrosse_stick_and_ball
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F94D. This field is constant.

◆ lady_beetle

const xtd::forms::emoticon xtd::forms::emoticons::lady_beetle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F41E. This field is constant.

◆ large_blue_circle

const xtd::forms::emoticon xtd::forms::emoticons::large_blue_circle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F535. This field is constant.

◆ large_blue_diamond

const xtd::forms::emoticon xtd::forms::emoticons::large_blue_diamond
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F537. This field is constant.

◆ large_blue_square

const xtd::forms::emoticon xtd::forms::emoticons::large_blue_square
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E6. This field is constant.

◆ large_brown_circle

const xtd::forms::emoticon xtd::forms::emoticons::large_brown_circle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E4. This field is constant.

◆ large_brown_square

const xtd::forms::emoticon xtd::forms::emoticons::large_brown_square
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7EB. This field is constant.

◆ large_green_circle

const xtd::forms::emoticon xtd::forms::emoticons::large_green_circle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E2. This field is constant.

◆ large_green_square

const xtd::forms::emoticon xtd::forms::emoticons::large_green_square
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E9. This field is constant.

◆ large_orange_circle

const xtd::forms::emoticon xtd::forms::emoticons::large_orange_circle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E0. This field is constant.

◆ large_orange_diamond

const xtd::forms::emoticon xtd::forms::emoticons::large_orange_diamond
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F536. This field is constant.

◆ large_orange_square

const xtd::forms::emoticon xtd::forms::emoticons::large_orange_square
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E7. This field is constant.

◆ large_purple_circle

const xtd::forms::emoticon xtd::forms::emoticons::large_purple_circle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E3. This field is constant.

◆ large_purple_square

const xtd::forms::emoticon xtd::forms::emoticons::large_purple_square
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E1. This field is constant.

◆ large_red_circle

const xtd::forms::emoticon xtd::forms::emoticons::large_red_circle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F534. This field is constant.

◆ large_red_square

const xtd::forms::emoticon xtd::forms::emoticons::large_red_square
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E5. This field is constant.

◆ large_yellow_circle

const xtd::forms::emoticon xtd::forms::emoticons::large_yellow_circle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E1. This field is constant.

◆ large_yellow_square

const xtd::forms::emoticon xtd::forms::emoticons::large_yellow_square
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F7E8. This field is constant.

◆ last_quarter_moon_symbol

const xtd::forms::emoticon xtd::forms::emoticons::last_quarter_moon_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F317. This field is constant.

◆ last_quarter_moon_with_face

const xtd::forms::emoticon xtd::forms::emoticons::last_quarter_moon_with_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F31C. This field is constant.

◆ latin_cross

const xtd::forms::emoticon xtd::forms::emoticons::latin_cross
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000271D, 0x0000FE0F}. This field is constant.

◆ leaf_fluttering_in_wind

const xtd::forms::emoticon xtd::forms::emoticons::leaf_fluttering_in_wind
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F343. This field is constant.

◆ leafy_green

const xtd::forms::emoticon xtd::forms::emoticons::leafy_green
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F96C. This field is constant.

◆ ledger

const xtd::forms::emoticon xtd::forms::emoticons::ledger
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D2. This field is constant.

◆ left_facing_fist

const xtd::forms::emoticon xtd::forms::emoticons::left_facing_fist
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F91B. This field is constant.

◆ left_luggage

const xtd::forms::emoticon xtd::forms::emoticons::left_luggage
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6C5. This field is constant.

◆ left_pointing_magnifying_glass

const xtd::forms::emoticon xtd::forms::emoticons::left_pointing_magnifying_glass
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F50D. This field is constant.

◆ left_right_arrow

const xtd::forms::emoticon xtd::forms::emoticons::left_right_arrow
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002194, 0x0000FE0F}. This field is constant.

◆ left_speech_bubble

const xtd::forms::emoticon xtd::forms::emoticons::left_speech_bubble
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5E8. This field is constant.

◆ leftwards_arrow_with_hook

const xtd::forms::emoticon xtd::forms::emoticons::leftwards_arrow_with_hook
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x000021A9, 0x0000FE0F}. This field is constant.

◆ leftwards_black_arrow

const xtd::forms::emoticon xtd::forms::emoticons::leftwards_black_arrow
static

2B00-2BFF Miscellaneous Symbols And Arrows

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002B05, 0x0000FE0F}. This field is constant.

◆ leg

const xtd::forms::emoticon xtd::forms::emoticons::leg
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B5. This field is constant.

◆ lemon

const xtd::forms::emoticon xtd::forms::emoticons::lemon
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F34B. This field is constant.

◆ leo

const xtd::forms::emoticon xtd::forms::emoticons::leo
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000264C. This field is constant.

◆ leopard

const xtd::forms::emoticon xtd::forms::emoticons::leopard
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F406. This field is constant.

◆ level_slider

const xtd::forms::emoticon xtd::forms::emoticons::level_slider
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F39A. This field is constant.

◆ libra

const xtd::forms::emoticon xtd::forms::emoticons::libra
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000264E. This field is constant.

◆ light_rail

const xtd::forms::emoticon xtd::forms::emoticons::light_rail
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F688. This field is constant.

◆ link_symbol

const xtd::forms::emoticon xtd::forms::emoticons::link_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F517. This field is constant.

◆ linked_paperclips

const xtd::forms::emoticon xtd::forms::emoticons::linked_paperclips
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F587. This field is constant.

◆ lion_face

const xtd::forms::emoticon xtd::forms::emoticons::lion_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F981. This field is constant.

◆ lipstick

const xtd::forms::emoticon xtd::forms::emoticons::lipstick
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F484. This field is constant.

◆ lizard

const xtd::forms::emoticon xtd::forms::emoticons::lizard
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F98E. This field is constant.

◆ llama

const xtd::forms::emoticon xtd::forms::emoticons::llama
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F999. This field is constant.

◆ lobster

const xtd::forms::emoticon xtd::forms::emoticons::lobster
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F99E. This field is constant.

◆ lock

const xtd::forms::emoticon xtd::forms::emoticons::lock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F512. This field is constant.

◆ lock_with_ink_pen

const xtd::forms::emoticon xtd::forms::emoticons::lock_with_ink_pen
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F50F. This field is constant.

◆ lollipop

const xtd::forms::emoticon xtd::forms::emoticons::lollipop
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F36D. This field is constant.

◆ lotion_bottle

const xtd::forms::emoticon xtd::forms::emoticons::lotion_bottle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F4. This field is constant.

◆ loudly_crying_face

const xtd::forms::emoticon xtd::forms::emoticons::loudly_crying_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F62D. This field is constant.

◆ love_hotel

const xtd::forms::emoticon xtd::forms::emoticons::love_hotel
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E9. This field is constant.

◆ love_letter

const xtd::forms::emoticon xtd::forms::emoticons::love_letter
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F48C. This field is constant.

◆ low_brightness_symbol

const xtd::forms::emoticon xtd::forms::emoticons::low_brightness_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F505. This field is constant.

◆ lower_left_ballpoint_pen

const xtd::forms::emoticon xtd::forms::emoticons::lower_left_ballpoint_pen
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F58A. This field is constant.

◆ lower_left_crayon

const xtd::forms::emoticon xtd::forms::emoticons::lower_left_crayon
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F58D. This field is constant.

◆ lower_left_fountain_pen

const xtd::forms::emoticon xtd::forms::emoticons::lower_left_fountain_pen
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F58B. This field is constant.

◆ lower_left_paintbrush

const xtd::forms::emoticon xtd::forms::emoticons::lower_left_paintbrush
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F58C. This field is constant.

◆ luggage

const xtd::forms::emoticon xtd::forms::emoticons::luggage
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F3. This field is constant.

◆ lying_face

const xtd::forms::emoticon xtd::forms::emoticons::lying_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F925. This field is constant.

◆ mage

const xtd::forms::emoticon xtd::forms::emoticons::mage
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D9. This field is constant.

◆ magnet

const xtd::forms::emoticon xtd::forms::emoticons::magnet
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F2. This field is constant.

◆ mahjong_tile_red_dragon

const xtd::forms::emoticon xtd::forms::emoticons::mahjong_tile_red_dragon
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F004. This field is constant.

◆ male_sign

const xtd::forms::emoticon xtd::forms::emoticons::male_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002642, 0x0000FE0F}. This field is constant.

◆ man

const xtd::forms::emoticon xtd::forms::emoticons::man
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F468. This field is constant.

◆ man_and_woman_holding_hands

const xtd::forms::emoticon xtd::forms::emoticons::man_and_woman_holding_hands
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F46B. This field is constant.

◆ man_dancing

const xtd::forms::emoticon xtd::forms::emoticons::man_dancing
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F57A. This field is constant.

◆ man_in_business_suit_levitating

const xtd::forms::emoticon xtd::forms::emoticons::man_in_business_suit_levitating
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F574. This field is constant.

◆ man_in_tuxedo

const xtd::forms::emoticon xtd::forms::emoticons::man_in_tuxedo
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F935. This field is constant.

◆ man_with_gua_pi_mao

const xtd::forms::emoticon xtd::forms::emoticons::man_with_gua_pi_mao
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F472. This field is constant.

◆ man_with_turban

const xtd::forms::emoticon xtd::forms::emoticons::man_with_turban
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F473. This field is constant.

◆ mango

const xtd::forms::emoticon xtd::forms::emoticons::mango
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F96D. This field is constant.

◆ mans_shoe

const xtd::forms::emoticon xtd::forms::emoticons::mans_shoe
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F45E. This field is constant.

◆ mantelpiece_clock

const xtd::forms::emoticon xtd::forms::emoticons::mantelpiece_clock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F570. This field is constant.

◆ maple_leaf

const xtd::forms::emoticon xtd::forms::emoticons::maple_leaf
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F341. This field is constant.

◆ martial_arts_uniform

const xtd::forms::emoticon xtd::forms::emoticons::martial_arts_uniform
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F94B. This field is constant.

◆ meat_on_bone

const xtd::forms::emoticon xtd::forms::emoticons::meat_on_bone
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F356. This field is constant.

◆ medium_black_circle

const xtd::forms::emoticon xtd::forms::emoticons::medium_black_circle
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x000026AB. This field is constant.

◆ medium_white_circle

const xtd::forms::emoticon xtd::forms::emoticons::medium_white_circle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026AA. This field is constant.

◆ melon

const xtd::forms::emoticon xtd::forms::emoticons::melon
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F348. This field is constant.

◆ memo

const xtd::forms::emoticon xtd::forms::emoticons::memo
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4DD. This field is constant.

◆ menorah_with_nine_branches

const xtd::forms::emoticon xtd::forms::emoticons::menorah_with_nine_branches
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F54E. This field is constant.

◆ mens_symbol

const xtd::forms::emoticon xtd::forms::emoticons::mens_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B9. This field is constant.

◆ merperson

const xtd::forms::emoticon xtd::forms::emoticons::merperson
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9DC. This field is constant.

◆ metro

const xtd::forms::emoticon xtd::forms::emoticons::metro
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F687. This field is constant.

◆ microbe

const xtd::forms::emoticon xtd::forms::emoticons::microbe
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9A0. This field is constant.

◆ microphone

const xtd::forms::emoticon xtd::forms::emoticons::microphone
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A4. This field is constant.

◆ microscope

const xtd::forms::emoticon xtd::forms::emoticons::microscope
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F52C. This field is constant.

◆ military_medal

const xtd::forms::emoticon xtd::forms::emoticons::military_medal
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F396. This field is constant.

◆ milky_way

const xtd::forms::emoticon xtd::forms::emoticons::milky_way
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F30C. This field is constant.

◆ minibus

const xtd::forms::emoticon xtd::forms::emoticons::minibus
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F690. This field is constant.

◆ minidisc

const xtd::forms::emoticon xtd::forms::emoticons::minidisc
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4BD. This field is constant.

◆ mobile_phone

const xtd::forms::emoticon xtd::forms::emoticons::mobile_phone
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F1. This field is constant.

◆ mobile_phone_off

const xtd::forms::emoticon xtd::forms::emoticons::mobile_phone_off
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F4. This field is constant.

◆ mobile_phone_with_rightwards_arrow_at_left

const xtd::forms::emoticon xtd::forms::emoticons::mobile_phone_with_rightwards_arrow_at_left
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F2. This field is constant.

◆ money_bag

const xtd::forms::emoticon xtd::forms::emoticons::money_bag
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B0. This field is constant.

◆ money_mouth_face

const xtd::forms::emoticon xtd::forms::emoticons::money_mouth_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F911. This field is constant.

◆ money_with_wings

const xtd::forms::emoticon xtd::forms::emoticons::money_with_wings
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4B8. This field is constant.

◆ monkey

const xtd::forms::emoticon xtd::forms::emoticons::monkey
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F412. This field is constant.

◆ monkey_face

const xtd::forms::emoticon xtd::forms::emoticons::monkey_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F435. This field is constant.

◆ monorail

const xtd::forms::emoticon xtd::forms::emoticons::monorail
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F69D. This field is constant.

◆ moon_cake

const xtd::forms::emoticon xtd::forms::emoticons::moon_cake
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F96E. This field is constant.

◆ moon_viewing_ceremony

const xtd::forms::emoticon xtd::forms::emoticons::moon_viewing_ceremony
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F391. This field is constant.

◆ mosque

const xtd::forms::emoticon xtd::forms::emoticons::mosque
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F54C. This field is constant.

◆ mosquito

const xtd::forms::emoticon xtd::forms::emoticons::mosquito
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F99F. This field is constant.

◆ mother_christmas

const xtd::forms::emoticon xtd::forms::emoticons::mother_christmas
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F936. This field is constant.

◆ motor_boat

const xtd::forms::emoticon xtd::forms::emoticons::motor_boat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6E5. This field is constant.

◆ motor_scooter

const xtd::forms::emoticon xtd::forms::emoticons::motor_scooter
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6F5. This field is constant.

◆ motorway

const xtd::forms::emoticon xtd::forms::emoticons::motorway
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6E3. This field is constant.

◆ mount_fuji

const xtd::forms::emoticon xtd::forms::emoticons::mount_fuji
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5FB. This field is constant.

◆ mountain

const xtd::forms::emoticon xtd::forms::emoticons::mountain
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026F0. This field is constant.

◆ mountain_bicyclist

const xtd::forms::emoticon xtd::forms::emoticons::mountain_bicyclist
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B5. This field is constant.

◆ mountain_cableway

const xtd::forms::emoticon xtd::forms::emoticons::mountain_cableway
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A0. This field is constant.

◆ mountain_railway

const xtd::forms::emoticon xtd::forms::emoticons::mountain_railway
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F69E. This field is constant.

◆ mouse

const xtd::forms::emoticon xtd::forms::emoticons::mouse
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F401. This field is constant.

◆ mouse_face

const xtd::forms::emoticon xtd::forms::emoticons::mouse_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F42D. This field is constant.

◆ mouth

const xtd::forms::emoticon xtd::forms::emoticons::mouth
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F444. This field is constant.

◆ movie_camera

const xtd::forms::emoticon xtd::forms::emoticons::movie_camera
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A5. This field is constant.

◆ moyai

const xtd::forms::emoticon xtd::forms::emoticons::moyai
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5FF. This field is constant.

◆ multiple_musical_notes

const xtd::forms::emoticon xtd::forms::emoticons::multiple_musical_notes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B6. This field is constant.

◆ mushroom

const xtd::forms::emoticon xtd::forms::emoticons::mushroom
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F344. This field is constant.

◆ musical_keyboard

const xtd::forms::emoticon xtd::forms::emoticons::musical_keyboard
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B9. This field is constant.

◆ musical_note

const xtd::forms::emoticon xtd::forms::emoticons::musical_note
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B5. This field is constant.

◆ musical_score

const xtd::forms::emoticon xtd::forms::emoticons::musical_score
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3BC. This field is constant.

◆ nail_polish

const xtd::forms::emoticon xtd::forms::emoticons::nail_polish
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F485. This field is constant.

◆ name_badge

const xtd::forms::emoticon xtd::forms::emoticons::name_badge
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4DB. This field is constant.

◆ national_park

const xtd::forms::emoticon xtd::forms::emoticons::national_park
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3DE. This field is constant.

◆ nauseated_face

const xtd::forms::emoticon xtd::forms::emoticons::nauseated_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F922. This field is constant.

◆ nazar_amulet

const xtd::forms::emoticon xtd::forms::emoticons::nazar_amulet
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9FF. This field is constant.

◆ necktie

const xtd::forms::emoticon xtd::forms::emoticons::necktie
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F454. This field is constant.

◆ negative_squared_ab

const xtd::forms::emoticon xtd::forms::emoticons::negative_squared_ab
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F18E. This field is constant.

◆ negative_squared_cross_mark

const xtd::forms::emoticon xtd::forms::emoticons::negative_squared_cross_mark
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000274E. This field is constant.

◆ negative_squared_latin_capital_letter_a

const xtd::forms::emoticon xtd::forms::emoticons::negative_squared_latin_capital_letter_a
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0001F170, 0x0000FE0F}. This field is constant.

◆ negative_squared_latin_capital_letter_b

const xtd::forms::emoticon xtd::forms::emoticons::negative_squared_latin_capital_letter_b
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0001F171, 0x0000FE0F}. This field is constant.

◆ negative_squared_latin_capital_letter_o

const xtd::forms::emoticon xtd::forms::emoticons::negative_squared_latin_capital_letter_o
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0001F17E, 0x0000FE0F}. This field is constant.

◆ negative_squared_latin_capital_letter_p

const xtd::forms::emoticon xtd::forms::emoticons::negative_squared_latin_capital_letter_p
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0001F17F, 0x0000FE0F}. This field is constant.

◆ nerd_face

const xtd::forms::emoticon xtd::forms::emoticons::nerd_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F913. This field is constant.

◆ neutral_face

const xtd::forms::emoticon xtd::forms::emoticons::neutral_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F610. This field is constant.

◆ new_moon_symbol

const xtd::forms::emoticon xtd::forms::emoticons::new_moon_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F311. This field is constant.

◆ new_moon_with_face

const xtd::forms::emoticon xtd::forms::emoticons::new_moon_with_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F31A. This field is constant.

◆ newspaper

const xtd::forms::emoticon xtd::forms::emoticons::newspaper
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F0. This field is constant.

◆ night_with_stars

const xtd::forms::emoticon xtd::forms::emoticons::night_with_stars
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F303. This field is constant.

◆ no_bicycles

const xtd::forms::emoticon xtd::forms::emoticons::no_bicycles
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B3. This field is constant.

◆ no_entry

const xtd::forms::emoticon xtd::forms::emoticons::no_entry
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026D4. This field is constant.

◆ no_entry_sign

const xtd::forms::emoticon xtd::forms::emoticons::no_entry_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6AB. This field is constant.

◆ no_mobile_phones

const xtd::forms::emoticon xtd::forms::emoticons::no_mobile_phones
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F5. This field is constant.

◆ no_one_under_eighteen_symbol

const xtd::forms::emoticon xtd::forms::emoticons::no_one_under_eighteen_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F51E. This field is constant.

◆ no_pedestrians

const xtd::forms::emoticon xtd::forms::emoticons::no_pedestrians
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B7. This field is constant.

◆ no_smoking_symbol

const xtd::forms::emoticon xtd::forms::emoticons::no_smoking_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6AD. This field is constant.

◆ non_potable_water_symbol

const xtd::forms::emoticon xtd::forms::emoticons::non_potable_water_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B1. This field is constant.

◆ north_east_arrow

const xtd::forms::emoticon xtd::forms::emoticons::north_east_arrow
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002197, 0x0000FE0F}. This field is constant.

◆ north_west_arrow

const xtd::forms::emoticon xtd::forms::emoticons::north_west_arrow
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002196, 0x0000FE0F}. This field is constant.

◆ nose

const xtd::forms::emoticon xtd::forms::emoticons::nose
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F443. This field is constant.

◆ notebook

const xtd::forms::emoticon xtd::forms::emoticons::notebook
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D3. This field is constant.

◆ notebook_with_decorative_cover

const xtd::forms::emoticon xtd::forms::emoticons::notebook_with_decorative_cover
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D4. This field is constant.

◆ nut_and_bolt

const xtd::forms::emoticon xtd::forms::emoticons::nut_and_bolt
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F529. This field is constant.

◆ octagonal_sign

const xtd::forms::emoticon xtd::forms::emoticons::octagonal_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6D1. This field is constant.

◆ octopus

const xtd::forms::emoticon xtd::forms::emoticons::octopus
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F419. This field is constant.

◆ oden

const xtd::forms::emoticon xtd::forms::emoticons::oden
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F362. This field is constant.

◆ office_building

const xtd::forms::emoticon xtd::forms::emoticons::office_building
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3E2. This field is constant.

◆ oil_drum

const xtd::forms::emoticon xtd::forms::emoticons::oil_drum
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6E2. This field is constant.

◆ ok_hand_sign

const xtd::forms::emoticon xtd::forms::emoticons::ok_hand_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F44C. This field is constant.

◆ old_key

const xtd::forms::emoticon xtd::forms::emoticons::old_key
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5DD. This field is constant.

◆ older_adult

const xtd::forms::emoticon xtd::forms::emoticons::older_adult
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D3. This field is constant.

◆ older_man

const xtd::forms::emoticon xtd::forms::emoticons::older_man
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F474. This field is constant.

◆ older_woman

const xtd::forms::emoticon xtd::forms::emoticons::older_woman
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F475. This field is constant.

◆ om_symbol

const xtd::forms::emoticon xtd::forms::emoticons::om_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F549. This field is constant.

◆ on_with_exclamation_mark_with_left_right_arrow_above

const xtd::forms::emoticon xtd::forms::emoticons::on_with_exclamation_mark_with_left_right_arrow_above
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F51B. This field is constant.

◆ oncoming_automobile

const xtd::forms::emoticon xtd::forms::emoticons::oncoming_automobile
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F698. This field is constant.

◆ oncoming_bus

const xtd::forms::emoticon xtd::forms::emoticons::oncoming_bus
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F68D. This field is constant.

◆ oncoming_police_car

const xtd::forms::emoticon xtd::forms::emoticons::oncoming_police_car
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F694. This field is constant.

◆ oncoming_taxi

const xtd::forms::emoticon xtd::forms::emoticons::oncoming_taxi
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F696. This field is constant.

◆ one_piece_swinsuit

const xtd::forms::emoticon xtd::forms::emoticons::one_piece_swinsuit
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA71. This field is constant.

◆ open_book

const xtd::forms::emoticon xtd::forms::emoticons::open_book
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D6. This field is constant.

◆ open_file_folder

const xtd::forms::emoticon xtd::forms::emoticons::open_file_folder
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C2. This field is constant.

◆ open_hands_sign

const xtd::forms::emoticon xtd::forms::emoticons::open_hands_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F450. This field is constant.

◆ open_lock

const xtd::forms::emoticon xtd::forms::emoticons::open_lock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F513. This field is constant.

◆ open_mailbox_with_lowered_flag

const xtd::forms::emoticon xtd::forms::emoticons::open_mailbox_with_lowered_flag
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4ED. This field is constant.

◆ open_mailbox_with_raised_flag

const xtd::forms::emoticon xtd::forms::emoticons::open_mailbox_with_raised_flag
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4EC. This field is constant.

◆ ophiuchus

const xtd::forms::emoticon xtd::forms::emoticons::ophiuchus
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026CE. This field is constant.

◆ optical_disc

const xtd::forms::emoticon xtd::forms::emoticons::optical_disc
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4BF. This field is constant.

◆ orange_book

const xtd::forms::emoticon xtd::forms::emoticons::orange_book
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D9. This field is constant.

◆ orange_heart

const xtd::forms::emoticon xtd::forms::emoticons::orange_heart
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E1. This field is constant.

◆ orthodox_cross

const xtd::forms::emoticon xtd::forms::emoticons::orthodox_cross
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002626, 0x0000FE0F}. This field is constant.

◆ outbox_tray

const xtd::forms::emoticon xtd::forms::emoticons::outbox_tray
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E4. This field is constant.

◆ overheated_face

const xtd::forms::emoticon xtd::forms::emoticons::overheated_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F975. This field is constant.

◆ owl

const xtd::forms::emoticon xtd::forms::emoticons::owl
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F989. This field is constant.

◆ ox

const xtd::forms::emoticon xtd::forms::emoticons::ox
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F402. This field is constant.

◆ package

const xtd::forms::emoticon xtd::forms::emoticons::package
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E6. This field is constant.

◆ page_facing_up

const xtd::forms::emoticon xtd::forms::emoticons::page_facing_up
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C4. This field is constant.

◆ page_with_curl

const xtd::forms::emoticon xtd::forms::emoticons::page_with_curl
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C3. This field is constant.

◆ pager

const xtd::forms::emoticon xtd::forms::emoticons::pager
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4DF. This field is constant.

◆ palm_tree

const xtd::forms::emoticon xtd::forms::emoticons::palm_tree
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F334. This field is constant.

◆ palms_up_together

const xtd::forms::emoticon xtd::forms::emoticons::palms_up_together
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F932. This field is constant.

◆ pancakes

const xtd::forms::emoticon xtd::forms::emoticons::pancakes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F95E. This field is constant.

◆ panda_face

const xtd::forms::emoticon xtd::forms::emoticons::panda_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F43C. This field is constant.

◆ paperclip

const xtd::forms::emoticon xtd::forms::emoticons::paperclip
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4CE. This field is constant.

◆ parachute

const xtd::forms::emoticon xtd::forms::emoticons::parachute
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA82. This field is constant.

◆ parrot

const xtd::forms::emoticon xtd::forms::emoticons::parrot
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F99C. This field is constant.

◆ part_alternation_mark

const xtd::forms::emoticon xtd::forms::emoticons::part_alternation_mark
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000303D, 0x0000FE0F}. This field is constant.

◆ party_popper

const xtd::forms::emoticon xtd::forms::emoticons::party_popper
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F389. This field is constant.

◆ passenger_ship

const xtd::forms::emoticon xtd::forms::emoticons::passenger_ship
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6F3. This field is constant.

◆ passport_control

const xtd::forms::emoticon xtd::forms::emoticons::passport_control
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6C2. This field is constant.

◆ paw_prints

const xtd::forms::emoticon xtd::forms::emoticons::paw_prints
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F43E. This field is constant.

◆ peace_symbol

const xtd::forms::emoticon xtd::forms::emoticons::peace_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000262E, 0x0000FE0F}. This field is constant.

◆ peach

const xtd::forms::emoticon xtd::forms::emoticons::peach
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F351. This field is constant.

◆ peacock

const xtd::forms::emoticon xtd::forms::emoticons::peacock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F99A. This field is constant.

◆ peanuts

const xtd::forms::emoticon xtd::forms::emoticons::peanuts
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F95C. This field is constant.

◆ pear

const xtd::forms::emoticon xtd::forms::emoticons::pear
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F350. This field is constant.

◆ pedestrian

const xtd::forms::emoticon xtd::forms::emoticons::pedestrian
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B6. This field is constant.

◆ pencil

const xtd::forms::emoticon xtd::forms::emoticons::pencil
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000270F, 0x0000FE0F}. This field is constant.

◆ penguin

const xtd::forms::emoticon xtd::forms::emoticons::penguin
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F427. This field is constant.

◆ pensive_face

const xtd::forms::emoticon xtd::forms::emoticons::pensive_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F614. This field is constant.

◆ performing_arts

const xtd::forms::emoticon xtd::forms::emoticons::performing_arts
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3AD. This field is constant.

◆ permanent_paper_sign

const xtd::forms::emoticon xtd::forms::emoticons::permanent_paper_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000267E, 0x0000FE0F}. This field is constant.

◆ persevering_face

const xtd::forms::emoticon xtd::forms::emoticons::persevering_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F623. This field is constant.

◆ person_bowing_deeply

const xtd::forms::emoticon xtd::forms::emoticons::person_bowing_deeply
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F647. This field is constant.

◆ person_climbing

const xtd::forms::emoticon xtd::forms::emoticons::person_climbing
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D7. This field is constant.

◆ person_doing_cartwheel

const xtd::forms::emoticon xtd::forms::emoticons::person_doing_cartwheel
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F938. This field is constant.

◆ person_frowning

const xtd::forms::emoticon xtd::forms::emoticons::person_frowning
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F64D. This field is constant.

◆ person_in_lotus_position

const xtd::forms::emoticon xtd::forms::emoticons::person_in_lotus_position
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D8. This field is constant.

◆ person_in_steamy_room

const xtd::forms::emoticon xtd::forms::emoticons::person_in_steamy_room
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D6. This field is constant.

◆ person_raising_both_hands_in_celebration

const xtd::forms::emoticon xtd::forms::emoticons::person_raising_both_hands_in_celebration
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F64C. This field is constant.

◆ person_with_ball

const xtd::forms::emoticon xtd::forms::emoticons::person_with_ball
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026F9. This field is constant.

◆ person_with_blond_hair

const xtd::forms::emoticon xtd::forms::emoticons::person_with_blond_hair
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F471. This field is constant.

◆ person_with_folded_hands

const xtd::forms::emoticon xtd::forms::emoticons::person_with_folded_hands
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F64F. This field is constant.

◆ person_with_headscarf

const xtd::forms::emoticon xtd::forms::emoticons::person_with_headscarf
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9D5. This field is constant.

◆ person_with_pouting_face

const xtd::forms::emoticon xtd::forms::emoticons::person_with_pouting_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F64E. This field is constant.

◆ personal_computer

const xtd::forms::emoticon xtd::forms::emoticons::personal_computer
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4BB. This field is constant.

◆ petri_dish

const xtd::forms::emoticon xtd::forms::emoticons::petri_dish
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9EB. This field is constant.

◆ pick

const xtd::forms::emoticon xtd::forms::emoticons::pick
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026CF. This field is constant.

◆ pie

const xtd::forms::emoticon xtd::forms::emoticons::pie
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F967. This field is constant.

◆ pig

const xtd::forms::emoticon xtd::forms::emoticons::pig
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F416. This field is constant.

◆ pig_face

const xtd::forms::emoticon xtd::forms::emoticons::pig_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F437. This field is constant.

◆ pig_nose

const xtd::forms::emoticon xtd::forms::emoticons::pig_nose
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F43D. This field is constant.

◆ pile_of_poo

const xtd::forms::emoticon xtd::forms::emoticons::pile_of_poo
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A9. This field is constant.

◆ pill

const xtd::forms::emoticon xtd::forms::emoticons::pill
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F48A. This field is constant.

◆ pinching_hand

const xtd::forms::emoticon xtd::forms::emoticons::pinching_hand
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F90F. This field is constant.

◆ pine_decoration

const xtd::forms::emoticon xtd::forms::emoticons::pine_decoration
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F38D. This field is constant.

◆ pineapple

const xtd::forms::emoticon xtd::forms::emoticons::pineapple
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F34D. This field is constant.

◆ pisces

const xtd::forms::emoticon xtd::forms::emoticons::pisces
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002653. This field is constant.

◆ pistol

const xtd::forms::emoticon xtd::forms::emoticons::pistol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F52B. This field is constant.

◆ place_of_worship

const xtd::forms::emoticon xtd::forms::emoticons::place_of_worship
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6D0. This field is constant.

◆ playing_card_black_joker

const xtd::forms::emoticon xtd::forms::emoticons::playing_card_black_joker
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F0CF. This field is constant.

◆ police_car

const xtd::forms::emoticon xtd::forms::emoticons::police_car
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F693. This field is constant.

◆ police_cars_revolving_light

const xtd::forms::emoticon xtd::forms::emoticons::police_cars_revolving_light
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A8. This field is constant.

◆ police_officer

const xtd::forms::emoticon xtd::forms::emoticons::police_officer
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F46E. This field is constant.

◆ poodle

const xtd::forms::emoticon xtd::forms::emoticons::poodle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F429. This field is constant.

◆ popcorn

const xtd::forms::emoticon xtd::forms::emoticons::popcorn
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F37F. This field is constant.

◆ postal_horn

const xtd::forms::emoticon xtd::forms::emoticons::postal_horn
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4EF. This field is constant.

◆ postbox

const xtd::forms::emoticon xtd::forms::emoticons::postbox
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4EE. This field is constant.

◆ pot_of_food

const xtd::forms::emoticon xtd::forms::emoticons::pot_of_food
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F372. This field is constant.

◆ potable_water_symbol

const xtd::forms::emoticon xtd::forms::emoticons::potable_water_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6B0. This field is constant.

◆ potato

const xtd::forms::emoticon xtd::forms::emoticons::potato
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F954. This field is constant.

◆ pouch

const xtd::forms::emoticon xtd::forms::emoticons::pouch
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F45D. This field is constant.

◆ poultry_leg

const xtd::forms::emoticon xtd::forms::emoticons::poultry_leg
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F357. This field is constant.

◆ pouting_cat_face

const xtd::forms::emoticon xtd::forms::emoticons::pouting_cat_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F63E. This field is constant.

◆ pouting_face

const xtd::forms::emoticon xtd::forms::emoticons::pouting_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F621. This field is constant.

◆ prayer_beads

const xtd::forms::emoticon xtd::forms::emoticons::prayer_beads
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4FF. This field is constant.

◆ pregnant_woman

const xtd::forms::emoticon xtd::forms::emoticons::pregnant_woman
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F930. This field is constant.

◆ pretzel

const xtd::forms::emoticon xtd::forms::emoticons::pretzel
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F968. This field is constant.

◆ prince

const xtd::forms::emoticon xtd::forms::emoticons::prince
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F934. This field is constant.

◆ princess

const xtd::forms::emoticon xtd::forms::emoticons::princess
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F478. This field is constant.

◆ printer

const xtd::forms::emoticon xtd::forms::emoticons::printer
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5A8. This field is constant.

◆ public_address_loudspeaker

const xtd::forms::emoticon xtd::forms::emoticons::public_address_loudspeaker
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E2. This field is constant.

◆ purple_heart

const xtd::forms::emoticon xtd::forms::emoticons::purple_heart
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F49C. This field is constant.

◆ purse

const xtd::forms::emoticon xtd::forms::emoticons::purse
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F45B. This field is constant.

◆ pushpin

const xtd::forms::emoticon xtd::forms::emoticons::pushpin
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4CC. This field is constant.

◆ put_litter_in_its_place_symbol

const xtd::forms::emoticon xtd::forms::emoticons::put_litter_in_its_place_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6AE. This field is constant.

◆ rabbit

const xtd::forms::emoticon xtd::forms::emoticons::rabbit
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F407. This field is constant.

◆ rabbit_face

const xtd::forms::emoticon xtd::forms::emoticons::rabbit_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F430. This field is constant.

◆ raccoon

const xtd::forms::emoticon xtd::forms::emoticons::raccoon
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F99D. This field is constant.

◆ racing_car

const xtd::forms::emoticon xtd::forms::emoticons::racing_car
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3CE. This field is constant.

◆ racing_motorcycle

const xtd::forms::emoticon xtd::forms::emoticons::racing_motorcycle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3CD. This field is constant.

◆ radio

const xtd::forms::emoticon xtd::forms::emoticons::radio
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4FB. This field is constant.

◆ radio_button

const xtd::forms::emoticon xtd::forms::emoticons::radio_button
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F518. This field is constant.

◆ radioactive_sign

const xtd::forms::emoticon xtd::forms::emoticons::radioactive_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002622, 0x0000FE0F}. This field is constant.

◆ railway_car

const xtd::forms::emoticon xtd::forms::emoticons::railway_car
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F683. This field is constant.

◆ railway_track

const xtd::forms::emoticon xtd::forms::emoticons::railway_track
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6E4. This field is constant.

◆ rainbow

const xtd::forms::emoticon xtd::forms::emoticons::rainbow
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F308. This field is constant.

◆ raised_back_of_hand

const xtd::forms::emoticon xtd::forms::emoticons::raised_back_of_hand
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F91A. This field is constant.

◆ raised_fist

const xtd::forms::emoticon xtd::forms::emoticons::raised_fist
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000270A. This field is constant.

◆ raised_hand

const xtd::forms::emoticon xtd::forms::emoticons::raised_hand
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000270B. This field is constant.

◆ raised_hand_with_fingers_splayed

const xtd::forms::emoticon xtd::forms::emoticons::raised_hand_with_fingers_splayed
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F590. This field is constant.

◆ raised_hand_with_part_between_middle_and_ring_fingers

const xtd::forms::emoticon xtd::forms::emoticons::raised_hand_with_part_between_middle_and_ring_fingers
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F596. This field is constant.

◆ ram

const xtd::forms::emoticon xtd::forms::emoticons::ram
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F40F. This field is constant.

◆ rat

const xtd::forms::emoticon xtd::forms::emoticons::rat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F400. This field is constant.

◆ razor

const xtd::forms::emoticon xtd::forms::emoticons::razor
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA92. This field is constant.

◆ receipt

const xtd::forms::emoticon xtd::forms::emoticons::receipt
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9FE. This field is constant.

◆ recreational_vehicle

const xtd::forms::emoticon xtd::forms::emoticons::recreational_vehicle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F699. This field is constant.

◆ red_apple

const xtd::forms::emoticon xtd::forms::emoticons::red_apple
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F34E. This field is constant.

◆ red_gift_envelope

const xtd::forms::emoticon xtd::forms::emoticons::red_gift_envelope
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E7. This field is constant.

◆ registered_sign

const xtd::forms::emoticon xtd::forms::emoticons::registered_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x000000AE, 0x0000FE0F}. This field is constant.

◆ relieved_face

const xtd::forms::emoticon xtd::forms::emoticons::relieved_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F60C. This field is constant.

◆ reminder_ribbon

const xtd::forms::emoticon xtd::forms::emoticons::reminder_ribbon
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F397. This field is constant.

◆ restroom

const xtd::forms::emoticon xtd::forms::emoticons::restroom
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6BB. This field is constant.

◆ reversed_hand_with_middle_finger_extended

const xtd::forms::emoticon xtd::forms::emoticons::reversed_hand_with_middle_finger_extended
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F595. This field is constant.

◆ revolving_hearts

const xtd::forms::emoticon xtd::forms::emoticons::revolving_hearts
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F49E. This field is constant.

◆ rhinoceros

const xtd::forms::emoticon xtd::forms::emoticons::rhinoceros
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F98F. This field is constant.

◆ ribbon

const xtd::forms::emoticon xtd::forms::emoticons::ribbon
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F380. This field is constant.

◆ rice_ball

const xtd::forms::emoticon xtd::forms::emoticons::rice_ball
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F359. This field is constant.

◆ rice_cracker

const xtd::forms::emoticon xtd::forms::emoticons::rice_cracker
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F358. This field is constant.

◆ right_anger_bubble

const xtd::forms::emoticon xtd::forms::emoticons::right_anger_bubble
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5EF. This field is constant.

◆ right_facing_fist

const xtd::forms::emoticon xtd::forms::emoticons::right_facing_fist
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F91C. This field is constant.

◆ right_pointing_magnifying_glass

const xtd::forms::emoticon xtd::forms::emoticons::right_pointing_magnifying_glass
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F50E. This field is constant.

◆ rightwards_arrow_with_hook

const xtd::forms::emoticon xtd::forms::emoticons::rightwards_arrow_with_hook
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x000021AA, 0x0000FE0F}. This field is constant.

◆ ring

const xtd::forms::emoticon xtd::forms::emoticons::ring
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F48D. This field is constant.

◆ ringed_planet

const xtd::forms::emoticon xtd::forms::emoticons::ringed_planet
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA90. This field is constant.

◆ roasted_sweet_potato

const xtd::forms::emoticon xtd::forms::emoticons::roasted_sweet_potato
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F360. This field is constant.

◆ robot_face

const xtd::forms::emoticon xtd::forms::emoticons::robot_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F916. This field is constant.

◆ rocket

const xtd::forms::emoticon xtd::forms::emoticons::rocket
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F680. This field is constant.

◆ roll_of_paper

const xtd::forms::emoticon xtd::forms::emoticons::roll_of_paper
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9FB. This field is constant.

◆ rolled_up_newspaper

const xtd::forms::emoticon xtd::forms::emoticons::rolled_up_newspaper
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5DE. This field is constant.

◆ roller_coaster

const xtd::forms::emoticon xtd::forms::emoticons::roller_coaster
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A2. This field is constant.

◆ rolling_on_the_floor_laughing

const xtd::forms::emoticon xtd::forms::emoticons::rolling_on_the_floor_laughing
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F923. This field is constant.

◆ rooster

const xtd::forms::emoticon xtd::forms::emoticons::rooster
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F413. This field is constant.

◆ rose

const xtd::forms::emoticon xtd::forms::emoticons::rose
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F339. This field is constant.

◆ rosette

const xtd::forms::emoticon xtd::forms::emoticons::rosette
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3F5. This field is constant.

◆ round_pushpin

const xtd::forms::emoticon xtd::forms::emoticons::round_pushpin
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4CD. This field is constant.

◆ rowboat

const xtd::forms::emoticon xtd::forms::emoticons::rowboat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A3. This field is constant.

◆ rugby_football

const xtd::forms::emoticon xtd::forms::emoticons::rugby_football
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C9. This field is constant.

◆ runner

const xtd::forms::emoticon xtd::forms::emoticons::runner
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C3. This field is constant.

◆ running_shirt_with_sash

const xtd::forms::emoticon xtd::forms::emoticons::running_shirt_with_sash
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3BD. This field is constant.

◆ safety_pin

const xtd::forms::emoticon xtd::forms::emoticons::safety_pin
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F7. This field is constant.

◆ sagittarius

const xtd::forms::emoticon xtd::forms::emoticons::sagittarius
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002650. This field is constant.

◆ sailboat

const xtd::forms::emoticon xtd::forms::emoticons::sailboat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026F5. This field is constant.

◆ sake_bottle_and_cup

const xtd::forms::emoticon xtd::forms::emoticons::sake_bottle_and_cup
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F376. This field is constant.

◆ salt_shaker

const xtd::forms::emoticon xtd::forms::emoticons::salt_shaker
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9C2. This field is constant.

◆ sandwich

const xtd::forms::emoticon xtd::forms::emoticons::sandwich
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F96A. This field is constant.

◆ satellite

const xtd::forms::emoticon xtd::forms::emoticons::satellite
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6F0. This field is constant.

◆ satellite_antenna

const xtd::forms::emoticon xtd::forms::emoticons::satellite_antenna
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4E1. This field is constant.

◆ sauropod

const xtd::forms::emoticon xtd::forms::emoticons::sauropod
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F995. This field is constant.

◆ saxophone

const xtd::forms::emoticon xtd::forms::emoticons::saxophone
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B7. This field is constant.

◆ scales

const xtd::forms::emoticon xtd::forms::emoticons::scales
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002696, 0x0000FE0F}. This field is constant.

◆ scarf

const xtd::forms::emoticon xtd::forms::emoticons::scarf
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E3. This field is constant.

◆ school

const xtd::forms::emoticon xtd::forms::emoticons::school
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3EB. This field is constant.

◆ school_satchel

const xtd::forms::emoticon xtd::forms::emoticons::school_satchel
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F392. This field is constant.

◆ scooter

const xtd::forms::emoticon xtd::forms::emoticons::scooter
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6F4. This field is constant.

◆ scorpion

const xtd::forms::emoticon xtd::forms::emoticons::scorpion
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F982. This field is constant.

◆ scorpius

const xtd::forms::emoticon xtd::forms::emoticons::scorpius
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000264F. This field is constant.

◆ scroll

const xtd::forms::emoticon xtd::forms::emoticons::scroll
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4DC. This field is constant.

◆ seat

const xtd::forms::emoticon xtd::forms::emoticons::seat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4BA. This field is constant.

◆ second_place_medal

const xtd::forms::emoticon xtd::forms::emoticons::second_place_medal
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F948. This field is constant.

◆ see_no_evil_monkey

const xtd::forms::emoticon xtd::forms::emoticons::see_no_evil_monkey
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F648. This field is constant.

◆ seedling

const xtd::forms::emoticon xtd::forms::emoticons::seedling
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F331. This field is constant.

◆ selfie

const xtd::forms::emoticon xtd::forms::emoticons::selfie
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F933. This field is constant.

◆ serious_face_with_symbols_covering_mouth

const xtd::forms::emoticon xtd::forms::emoticons::serious_face_with_symbols_covering_mouth
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F92C. This field is constant.

◆ shallow_pan_of_food

const xtd::forms::emoticon xtd::forms::emoticons::shallow_pan_of_food
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F958. This field is constant.

◆ shamrock

const xtd::forms::emoticon xtd::forms::emoticons::shamrock
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002618, 0x0000FE0F}. This field is constant.

◆ shark

const xtd::forms::emoticon xtd::forms::emoticons::shark
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F988. This field is constant.

◆ shaved_ice

const xtd::forms::emoticon xtd::forms::emoticons::shaved_ice
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F367. This field is constant.

◆ sheep

const xtd::forms::emoticon xtd::forms::emoticons::sheep
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F411. This field is constant.

◆ shield

const xtd::forms::emoticon xtd::forms::emoticons::shield
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6E1. This field is constant.

◆ shinto_shrine

const xtd::forms::emoticon xtd::forms::emoticons::shinto_shrine
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026E9. This field is constant.

◆ ship

const xtd::forms::emoticon xtd::forms::emoticons::ship
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A2. This field is constant.

◆ shocked_face_with_exploding_head

const xtd::forms::emoticon xtd::forms::emoticons::shocked_face_with_exploding_head
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F92F. This field is constant.

◆ shooting_star

const xtd::forms::emoticon xtd::forms::emoticons::shooting_star
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F320. This field is constant.

◆ shopping_bags

const xtd::forms::emoticon xtd::forms::emoticons::shopping_bags
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6CD. This field is constant.

◆ shopping_trolley

const xtd::forms::emoticon xtd::forms::emoticons::shopping_trolley
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6D2. This field is constant.

◆ shortcake

const xtd::forms::emoticon xtd::forms::emoticons::shortcake
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F370. This field is constant.

◆ shorts

const xtd::forms::emoticon xtd::forms::emoticons::shorts
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA73. This field is constant.

◆ shower

const xtd::forms::emoticon xtd::forms::emoticons::shower
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6BF. This field is constant.

◆ shrimp

const xtd::forms::emoticon xtd::forms::emoticons::shrimp
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F990. This field is constant.

◆ shrug

const xtd::forms::emoticon xtd::forms::emoticons::shrug
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F937. This field is constant.

◆ sign_of_the_horns

const xtd::forms::emoticon xtd::forms::emoticons::sign_of_the_horns
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F918. This field is constant.

◆ silhouette_of_japan

const xtd::forms::emoticon xtd::forms::emoticons::silhouette_of_japan
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5FE. This field is constant.

◆ six_pointed_star_with_middle_dot

const xtd::forms::emoticon xtd::forms::emoticons::six_pointed_star_with_middle_dot
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F52F. This field is constant.

◆ skateboard

const xtd::forms::emoticon xtd::forms::emoticons::skateboard
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6F9. This field is constant.

◆ ski_and_ski_boot

const xtd::forms::emoticon xtd::forms::emoticons::ski_and_ski_boot
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3BF. This field is constant.

◆ skier

const xtd::forms::emoticon xtd::forms::emoticons::skier
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026F7. This field is constant.

◆ skull

const xtd::forms::emoticon xtd::forms::emoticons::skull
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F480. This field is constant.

◆ skull_and_crossbones

const xtd::forms::emoticon xtd::forms::emoticons::skull_and_crossbones
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002620, 0x0000FE0F}. This field is constant.

◆ sled

const xtd::forms::emoticon xtd::forms::emoticons::sled
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6F7. This field is constant.

◆ sleeping_accommodation

const xtd::forms::emoticon xtd::forms::emoticons::sleeping_accommodation
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6CC. This field is constant.

◆ sleeping_face

const xtd::forms::emoticon xtd::forms::emoticons::sleeping_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F634. This field is constant.

◆ sleeping_symbol

const xtd::forms::emoticon xtd::forms::emoticons::sleeping_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A4. This field is constant.

◆ sleepy_face

const xtd::forms::emoticon xtd::forms::emoticons::sleepy_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F62A. This field is constant.

◆ sleuth_or_spy

const xtd::forms::emoticon xtd::forms::emoticons::sleuth_or_spy
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F575. This field is constant.

◆ slice_of_pizza

const xtd::forms::emoticon xtd::forms::emoticons::slice_of_pizza
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F355. This field is constant.

◆ slightly_frowning_face

const xtd::forms::emoticon xtd::forms::emoticons::slightly_frowning_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F641. This field is constant.

◆ slightly_smiling_face

const xtd::forms::emoticon xtd::forms::emoticons::slightly_smiling_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F642. This field is constant.

◆ slot_machine

const xtd::forms::emoticon xtd::forms::emoticons::slot_machine
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3B0. This field is constant.

◆ small_airplane

const xtd::forms::emoticon xtd::forms::emoticons::small_airplane
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6E9. This field is constant.

◆ small_blue_diamond

const xtd::forms::emoticon xtd::forms::emoticons::small_blue_diamond
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F539. This field is constant.

◆ small_orange_diamond

const xtd::forms::emoticon xtd::forms::emoticons::small_orange_diamond
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F538. This field is constant.

◆ smiling_cat_face_with_heart_shaped_eyes

const xtd::forms::emoticon xtd::forms::emoticons::smiling_cat_face_with_heart_shaped_eyes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F63B. This field is constant.

◆ smiling_cat_face_with_open_mouth

const xtd::forms::emoticon xtd::forms::emoticons::smiling_cat_face_with_open_mouth
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F63A. This field is constant.

◆ smiling_face_with_halo

const xtd::forms::emoticon xtd::forms::emoticons::smiling_face_with_halo
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F607. This field is constant.

◆ smiling_face_with_heart_shaped_eyes

const xtd::forms::emoticon xtd::forms::emoticons::smiling_face_with_heart_shaped_eyes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F60D. This field is constant.

◆ smiling_face_with_horns

const xtd::forms::emoticon xtd::forms::emoticons::smiling_face_with_horns
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F608. This field is constant.

◆ smiling_face_with_open_mouth

const xtd::forms::emoticon xtd::forms::emoticons::smiling_face_with_open_mouth
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F603. This field is constant.

◆ smiling_face_with_open_mouth_and_cold_sweat

const xtd::forms::emoticon xtd::forms::emoticons::smiling_face_with_open_mouth_and_cold_sweat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F605. This field is constant.

◆ smiling_face_with_open_mouth_and_smiling_eyes

const xtd::forms::emoticon xtd::forms::emoticons::smiling_face_with_open_mouth_and_smiling_eyes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F604. This field is constant.

◆ smiling_face_with_open_mouth_and_tightly_closed_eyes

const xtd::forms::emoticon xtd::forms::emoticons::smiling_face_with_open_mouth_and_tightly_closed_eyes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F606. This field is constant.

◆ smiling_face_with_smiling_eyes

const xtd::forms::emoticon xtd::forms::emoticons::smiling_face_with_smiling_eyes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F60A. This field is constant.

◆ smiling_face_with_smiling_eyes_and_hand_covering_mouth

const xtd::forms::emoticon xtd::forms::emoticons::smiling_face_with_smiling_eyes_and_hand_covering_mouth
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F92D. This field is constant.

◆ smiling_face_with_smiling_eyes_and_three_hearts

const xtd::forms::emoticon xtd::forms::emoticons::smiling_face_with_smiling_eyes_and_three_hearts
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F970. This field is constant.

◆ smiling_face_with_sunglasses

const xtd::forms::emoticon xtd::forms::emoticons::smiling_face_with_sunglasses
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F60E. This field is constant.

◆ smirking_face

const xtd::forms::emoticon xtd::forms::emoticons::smirking_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F60F. This field is constant.

◆ smoking_symbol

const xtd::forms::emoticon xtd::forms::emoticons::smoking_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6AC. This field is constant.

◆ snail

const xtd::forms::emoticon xtd::forms::emoticons::snail
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F40C. This field is constant.

◆ snake

const xtd::forms::emoticon xtd::forms::emoticons::snake
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F40D. This field is constant.

◆ sneezing_face

const xtd::forms::emoticon xtd::forms::emoticons::sneezing_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F927. This field is constant.

◆ snow_capped_mountain

const xtd::forms::emoticon xtd::forms::emoticons::snow_capped_mountain
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D4. This field is constant.

◆ snowboarder

const xtd::forms::emoticon xtd::forms::emoticons::snowboarder
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C2. This field is constant.

◆ snowflake

const xtd::forms::emoticon xtd::forms::emoticons::snowflake
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002744, 0x0000FE0F}. This field is constant.

◆ snowman

const xtd::forms::emoticon xtd::forms::emoticons::snowman
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002603, 0x0000FE0F}. This field is constant.

◆ snowman_without_snow

const xtd::forms::emoticon xtd::forms::emoticons::snowman_without_snow
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026C4. This field is constant.

◆ soccer_ball

const xtd::forms::emoticon xtd::forms::emoticons::soccer_ball
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026BD. This field is constant.

◆ socks

const xtd::forms::emoticon xtd::forms::emoticons::socks
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9E6. This field is constant.

◆ soft_ice_cream

const xtd::forms::emoticon xtd::forms::emoticons::soft_ice_cream
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F366. This field is constant.

◆ softball

const xtd::forms::emoticon xtd::forms::emoticons::softball
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F94E. This field is constant.

◆ soon_with_rightwards_arrow_above

const xtd::forms::emoticon xtd::forms::emoticons::soon_with_rightwards_arrow_above
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F51C. This field is constant.

◆ south_east_arrow

const xtd::forms::emoticon xtd::forms::emoticons::south_east_arrow
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002198, 0x0000FE0F}. This field is constant.

◆ south_west_arrow

const xtd::forms::emoticon xtd::forms::emoticons::south_west_arrow
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002199, 0x0000FE0F}. This field is constant.

◆ spaghetti

const xtd::forms::emoticon xtd::forms::emoticons::spaghetti
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F35D. This field is constant.

◆ sparkle

const xtd::forms::emoticon xtd::forms::emoticons::sparkle
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002747, 0x0000FE0F}. This field is constant.

◆ sparkles

const xtd::forms::emoticon xtd::forms::emoticons::sparkles
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002728. This field is constant.

◆ sparkling_heart

const xtd::forms::emoticon xtd::forms::emoticons::sparkling_heart
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F496. This field is constant.

◆ speak_no_evil_monkey

const xtd::forms::emoticon xtd::forms::emoticons::speak_no_evil_monkey
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F64A. This field is constant.

◆ speaker

const xtd::forms::emoticon xtd::forms::emoticons::speaker
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F508. This field is constant.

◆ speaker_with_cancellation_stroke

const xtd::forms::emoticon xtd::forms::emoticons::speaker_with_cancellation_stroke
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F507. This field is constant.

◆ speaker_with_one_sound_wave

const xtd::forms::emoticon xtd::forms::emoticons::speaker_with_one_sound_wave
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F509. This field is constant.

◆ speaker_with_three_sound_waves

const xtd::forms::emoticon xtd::forms::emoticons::speaker_with_three_sound_waves
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F50A. This field is constant.

◆ speaking_head_in_silhouette

const xtd::forms::emoticon xtd::forms::emoticons::speaking_head_in_silhouette
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5E3. This field is constant.

◆ speech_balloon

const xtd::forms::emoticon xtd::forms::emoticons::speech_balloon
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4AC. This field is constant.

◆ speedboat

const xtd::forms::emoticon xtd::forms::emoticons::speedboat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A4. This field is constant.

◆ spider

const xtd::forms::emoticon xtd::forms::emoticons::spider
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F577. This field is constant.

◆ spider_web

const xtd::forms::emoticon xtd::forms::emoticons::spider_web
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F578. This field is constant.

◆ spiral_calendar_pad

const xtd::forms::emoticon xtd::forms::emoticons::spiral_calendar_pad
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5D3. This field is constant.

◆ spiral_note_pad

const xtd::forms::emoticon xtd::forms::emoticons::spiral_note_pad
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5D2. This field is constant.

◆ spiral_shell

const xtd::forms::emoticon xtd::forms::emoticons::spiral_shell
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F41A. This field is constant.

◆ splashing_sweat_symbol

const xtd::forms::emoticon xtd::forms::emoticons::splashing_sweat_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4A6. This field is constant.

◆ sponge

const xtd::forms::emoticon xtd::forms::emoticons::sponge
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9FD. This field is constant.

◆ spool_of_thread

const xtd::forms::emoticon xtd::forms::emoticons::spool_of_thread
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F5. This field is constant.

◆ spoon

const xtd::forms::emoticon xtd::forms::emoticons::spoon
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F944. This field is constant.

◆ sports_medal

const xtd::forms::emoticon xtd::forms::emoticons::sports_medal
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C5. This field is constant.

◆ spouting_whale

const xtd::forms::emoticon xtd::forms::emoticons::spouting_whale
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F433. This field is constant.

◆ squared_cjk_unified_ideograph_5272

const xtd::forms::emoticon xtd::forms::emoticons::squared_cjk_unified_ideograph_5272
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F239. This field is constant.

◆ squared_cjk_unified_ideograph_5408

const xtd::forms::emoticon xtd::forms::emoticons::squared_cjk_unified_ideograph_5408
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F234. This field is constant.

◆ squared_cjk_unified_ideograph_55b6

const xtd::forms::emoticon xtd::forms::emoticons::squared_cjk_unified_ideograph_55b6
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F23A. This field is constant.

◆ squared_cjk_unified_ideograph_6307

const xtd::forms::emoticon xtd::forms::emoticons::squared_cjk_unified_ideograph_6307
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F22F. This field is constant.

◆ squared_cjk_unified_ideograph_6708

const xtd::forms::emoticon xtd::forms::emoticons::squared_cjk_unified_ideograph_6708
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0001F237, 0x0000FE0F}. This field is constant.

◆ squared_cjk_unified_ideograph_6709

const xtd::forms::emoticon xtd::forms::emoticons::squared_cjk_unified_ideograph_6709
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F236. This field is constant.

◆ squared_cjk_unified_ideograph_6e80

const xtd::forms::emoticon xtd::forms::emoticons::squared_cjk_unified_ideograph_6e80
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F235. This field is constant.

◆ squared_cjk_unified_ideograph_7121

const xtd::forms::emoticon xtd::forms::emoticons::squared_cjk_unified_ideograph_7121
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F21A. This field is constant.

◆ squared_cjk_unified_ideograph_7533

const xtd::forms::emoticon xtd::forms::emoticons::squared_cjk_unified_ideograph_7533
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F238. This field is constant.

◆ squared_cjk_unified_ideograph_7981

const xtd::forms::emoticon xtd::forms::emoticons::squared_cjk_unified_ideograph_7981
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F232. This field is constant.

◆ squared_cjk_unified_ideograph_7a7a

const xtd::forms::emoticon xtd::forms::emoticons::squared_cjk_unified_ideograph_7a7a
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F233. This field is constant.

◆ squared_cl

const xtd::forms::emoticon xtd::forms::emoticons::squared_cl
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F191. This field is constant.

◆ squared_cool

const xtd::forms::emoticon xtd::forms::emoticons::squared_cool
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F192. This field is constant.

◆ squared_free

const xtd::forms::emoticon xtd::forms::emoticons::squared_free
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F193. This field is constant.

◆ squared_id

const xtd::forms::emoticon xtd::forms::emoticons::squared_id
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F194. This field is constant.

◆ squared_katakana_koko

const xtd::forms::emoticon xtd::forms::emoticons::squared_katakana_koko
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F201. This field is constant.

◆ squared_katakana_sa

const xtd::forms::emoticon xtd::forms::emoticons::squared_katakana_sa
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0001F202, 0x0000FE0F}. This field is constant.

◆ squared_new

const xtd::forms::emoticon xtd::forms::emoticons::squared_new
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F195. This field is constant.

◆ squared_ng

const xtd::forms::emoticon xtd::forms::emoticons::squared_ng
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F196. This field is constant.

◆ squared_ok

const xtd::forms::emoticon xtd::forms::emoticons::squared_ok
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F197. This field is constant.

◆ squared_sos

const xtd::forms::emoticon xtd::forms::emoticons::squared_sos
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F198. This field is constant.

◆ squared_up_with_exclamation_mark

const xtd::forms::emoticon xtd::forms::emoticons::squared_up_with_exclamation_mark
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F199. This field is constant.

◆ squared_vs

const xtd::forms::emoticon xtd::forms::emoticons::squared_vs
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F19A. This field is constant.

◆ squid

const xtd::forms::emoticon xtd::forms::emoticons::squid
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F991. This field is constant.

◆ stadium

const xtd::forms::emoticon xtd::forms::emoticons::stadium
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3DF. This field is constant.

◆ staff_of_aesculapius

const xtd::forms::emoticon xtd::forms::emoticons::staff_of_aesculapius
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002695, 0x0000FE0F}. This field is constant.

◆ star_and_crescent

const xtd::forms::emoticon xtd::forms::emoticons::star_and_crescent
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000262A, 0x0000FE0F}. This field is constant.

◆ star_of_david

const xtd::forms::emoticon xtd::forms::emoticons::star_of_david
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002721, 0x0000FE0F}. This field is constant.

◆ station

const xtd::forms::emoticon xtd::forms::emoticons::station
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F689. This field is constant.

◆ statue_of_liberty

const xtd::forms::emoticon xtd::forms::emoticons::statue_of_liberty
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5FD. This field is constant.

◆ steam_locomotive

const xtd::forms::emoticon xtd::forms::emoticons::steam_locomotive
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F682. This field is constant.

◆ steaming_bowl

const xtd::forms::emoticon xtd::forms::emoticons::steaming_bowl
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F35C. This field is constant.

◆ stethoscope

const xtd::forms::emoticon xtd::forms::emoticons::stethoscope
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA7A. This field is constant.

◆ stopwatch

const xtd::forms::emoticon xtd::forms::emoticons::stopwatch
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023F1. This field is constant.

◆ straight_ruler

const xtd::forms::emoticon xtd::forms::emoticons::straight_ruler
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4CF. This field is constant.

◆ strawberry

const xtd::forms::emoticon xtd::forms::emoticons::strawberry
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F353. This field is constant.

◆ studio_microphone

const xtd::forms::emoticon xtd::forms::emoticons::studio_microphone
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F399. This field is constant.

◆ stuffed_flatbread

const xtd::forms::emoticon xtd::forms::emoticons::stuffed_flatbread
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F959. This field is constant.

◆ sun_behind_cloud

const xtd::forms::emoticon xtd::forms::emoticons::sun_behind_cloud
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026C5. This field is constant.

◆ sun_with_face

const xtd::forms::emoticon xtd::forms::emoticons::sun_with_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F31E. This field is constant.

◆ sunflower

const xtd::forms::emoticon xtd::forms::emoticons::sunflower
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F33B. This field is constant.

◆ sunrise

const xtd::forms::emoticon xtd::forms::emoticons::sunrise
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F305. This field is constant.

◆ sunrise_over_mountains

const xtd::forms::emoticon xtd::forms::emoticons::sunrise_over_mountains
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F304. This field is constant.

◆ sunset_over_buildings

const xtd::forms::emoticon xtd::forms::emoticons::sunset_over_buildings
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F307. This field is constant.

◆ superhero

const xtd::forms::emoticon xtd::forms::emoticons::superhero
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B8. This field is constant.

◆ supervillain

const xtd::forms::emoticon xtd::forms::emoticons::supervillain
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B9. This field is constant.

◆ surfer

const xtd::forms::emoticon xtd::forms::emoticons::surfer
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C4. This field is constant.

◆ sushi

const xtd::forms::emoticon xtd::forms::emoticons::sushi
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F363. This field is constant.

◆ suspension_railway

const xtd::forms::emoticon xtd::forms::emoticons::suspension_railway
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F69F. This field is constant.

◆ swan

const xtd::forms::emoticon xtd::forms::emoticons::swan
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9A2. This field is constant.

◆ swimmer

const xtd::forms::emoticon xtd::forms::emoticons::swimmer
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3CA. This field is constant.

◆ synagogue

const xtd::forms::emoticon xtd::forms::emoticons::synagogue
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F54D. This field is constant.

◆ syringe

const xtd::forms::emoticon xtd::forms::emoticons::syringe
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F489. This field is constant.

◆ t_rex

const xtd::forms::emoticon xtd::forms::emoticons::t_rex
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F996. This field is constant.

◆ t_shirt

const xtd::forms::emoticon xtd::forms::emoticons::t_shirt
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F455. This field is constant.

◆ table_tennis_paddle_and_ball

const xtd::forms::emoticon xtd::forms::emoticons::table_tennis_paddle_and_ball
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D3. This field is constant.

◆ taco

const xtd::forms::emoticon xtd::forms::emoticons::taco
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F32E. This field is constant.

◆ takeout_box

const xtd::forms::emoticon xtd::forms::emoticons::takeout_box
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F961. This field is constant.

◆ tanabata_tree

const xtd::forms::emoticon xtd::forms::emoticons::tanabata_tree
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F38B. This field is constant.

◆ tangerine

const xtd::forms::emoticon xtd::forms::emoticons::tangerine
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F34A. This field is constant.

◆ taurus

const xtd::forms::emoticon xtd::forms::emoticons::taurus
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002649. This field is constant.

◆ taxi

const xtd::forms::emoticon xtd::forms::emoticons::taxi
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F695. This field is constant.

◆ teacup_without_handle

const xtd::forms::emoticon xtd::forms::emoticons::teacup_without_handle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F375. This field is constant.

◆ tear_off_calendar

const xtd::forms::emoticon xtd::forms::emoticons::tear_off_calendar
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4C6. This field is constant.

◆ teddy_bear

const xtd::forms::emoticon xtd::forms::emoticons::teddy_bear
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F8. This field is constant.

◆ telephone_receiver

const xtd::forms::emoticon xtd::forms::emoticons::telephone_receiver
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4DE. This field is constant.

◆ telescope

const xtd::forms::emoticon xtd::forms::emoticons::telescope
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F52D. This field is constant.

◆ television

const xtd::forms::emoticon xtd::forms::emoticons::television
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4FA. This field is constant.

◆ tennis_racquet_and_ball

const xtd::forms::emoticon xtd::forms::emoticons::tennis_racquet_and_ball
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3BE. This field is constant.

◆ tent

const xtd::forms::emoticon xtd::forms::emoticons::tent
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026FA. This field is constant.

◆ test_tube

const xtd::forms::emoticon xtd::forms::emoticons::test_tube
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9EA. This field is constant.

◆ thermometer

const xtd::forms::emoticon xtd::forms::emoticons::thermometer
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F321. This field is constant.

◆ thinking_face

const xtd::forms::emoticon xtd::forms::emoticons::thinking_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F914. This field is constant.

◆ third_place_medal

const xtd::forms::emoticon xtd::forms::emoticons::third_place_medal
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F949. This field is constant.

◆ thought_balloon

const xtd::forms::emoticon xtd::forms::emoticons::thought_balloon
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4AD. This field is constant.

◆ three_button_mouse

const xtd::forms::emoticon xtd::forms::emoticons::three_button_mouse
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5B1. This field is constant.

◆ thumbs_down_sign

const xtd::forms::emoticon xtd::forms::emoticons::thumbs_down_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F44E. This field is constant.

◆ thumbs_up_sign

const xtd::forms::emoticon xtd::forms::emoticons::thumbs_up_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F44D. This field is constant.

◆ thunder_cloud_and_rain

const xtd::forms::emoticon xtd::forms::emoticons::thunder_cloud_and_rain
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026C8. This field is constant.

◆ ticket

const xtd::forms::emoticon xtd::forms::emoticons::ticket
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3AB. This field is constant.

◆ tiger

const xtd::forms::emoticon xtd::forms::emoticons::tiger
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F405. This field is constant.

◆ tiger_face

const xtd::forms::emoticon xtd::forms::emoticons::tiger_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F42F. This field is constant.

◆ timer_clock

const xtd::forms::emoticon xtd::forms::emoticons::timer_clock
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000023F2. This field is constant.

◆ tired_face

const xtd::forms::emoticon xtd::forms::emoticons::tired_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F62B. This field is constant.

◆ toilet

const xtd::forms::emoticon xtd::forms::emoticons::toilet
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6BD. This field is constant.

◆ tokyo_tower

const xtd::forms::emoticon xtd::forms::emoticons::tokyo_tower
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5FC. This field is constant.

◆ tomato

const xtd::forms::emoticon xtd::forms::emoticons::tomato
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F345. This field is constant.

◆ tongue

const xtd::forms::emoticon xtd::forms::emoticons::tongue
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F445. This field is constant.

◆ toolbox

const xtd::forms::emoticon xtd::forms::emoticons::toolbox
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9F0. This field is constant.

◆ tooth

const xtd::forms::emoticon xtd::forms::emoticons::tooth
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9B7. This field is constant.

◆ top_hat

const xtd::forms::emoticon xtd::forms::emoticons::top_hat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3A9. This field is constant.

◆ top_with_upwards_arrow_above

const xtd::forms::emoticon xtd::forms::emoticons::top_with_upwards_arrow_above
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F51D. This field is constant.

◆ trackball

const xtd::forms::emoticon xtd::forms::emoticons::trackball
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5B2. This field is constant.

◆ tractor

const xtd::forms::emoticon xtd::forms::emoticons::tractor
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F69C. This field is constant.

◆ trade_mark_sign

const xtd::forms::emoticon xtd::forms::emoticons::trade_mark_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002122, 0x0000FE0F}. This field is constant.

◆ train

const xtd::forms::emoticon xtd::forms::emoticons::train
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F686. This field is constant.

◆ tram

const xtd::forms::emoticon xtd::forms::emoticons::tram
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F68A. This field is constant.

◆ tram_car

const xtd::forms::emoticon xtd::forms::emoticons::tram_car
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F68B. This field is constant.

◆ triangular_flag_on_post

const xtd::forms::emoticon xtd::forms::emoticons::triangular_flag_on_post
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A9. This field is constant.

◆ triangular_ruler

const xtd::forms::emoticon xtd::forms::emoticons::triangular_ruler
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4D0. This field is constant.

◆ trident_emblem

const xtd::forms::emoticon xtd::forms::emoticons::trident_emblem
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F531. This field is constant.

◆ trolleybus

const xtd::forms::emoticon xtd::forms::emoticons::trolleybus
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F68E. This field is constant.

◆ trophy

const xtd::forms::emoticon xtd::forms::emoticons::trophy
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3C6. This field is constant.

◆ tropical_drink

const xtd::forms::emoticon xtd::forms::emoticons::tropical_drink
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F379. This field is constant.

◆ tropical_fish

const xtd::forms::emoticon xtd::forms::emoticons::tropical_fish
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F420. This field is constant.

◆ trumpet

const xtd::forms::emoticon xtd::forms::emoticons::trumpet
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3BA. This field is constant.

◆ tulip

const xtd::forms::emoticon xtd::forms::emoticons::tulip
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F337. This field is constant.

◆ tumbler_glass

const xtd::forms::emoticon xtd::forms::emoticons::tumbler_glass
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F943. This field is constant.

◆ turkey

const xtd::forms::emoticon xtd::forms::emoticons::turkey
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F983. This field is constant.

◆ turtle

const xtd::forms::emoticon xtd::forms::emoticons::turtle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F422. This field is constant.

◆ twisted_rightwards_arrows

const xtd::forms::emoticon xtd::forms::emoticons::twisted_rightwards_arrows
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F500. This field is constant.

◆ two_hearts

const xtd::forms::emoticon xtd::forms::emoticons::two_hearts
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F495. This field is constant.

◆ two_men_holding_hands

const xtd::forms::emoticon xtd::forms::emoticons::two_men_holding_hands
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F46C. This field is constant.

◆ two_women_holding_hands

const xtd::forms::emoticon xtd::forms::emoticons::two_women_holding_hands
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F46D. This field is constant.

◆ umbrella

const xtd::forms::emoticon xtd::forms::emoticons::umbrella
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002602, 0x0000FE0F}. This field is constant.

◆ umbrella_on_ground

const xtd::forms::emoticon xtd::forms::emoticons::umbrella_on_ground
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000026F1. This field is constant.

◆ umbrella_with_rain_drops

const xtd::forms::emoticon xtd::forms::emoticons::umbrella_with_rain_drops
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002614. This field is constant.

◆ unamused_face

const xtd::forms::emoticon xtd::forms::emoticons::unamused_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F612. This field is constant.

◆ unicorn_face

const xtd::forms::emoticon xtd::forms::emoticons::unicorn_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F984. This field is constant.

◆ up_down_arrow

const xtd::forms::emoticon xtd::forms::emoticons::up_down_arrow
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002195, 0x0000FE0F}. This field is constant.

◆ up_pointing_red_triangle

const xtd::forms::emoticon xtd::forms::emoticons::up_pointing_red_triangle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F53A. This field is constant.

◆ up_pointing_small_red_triangle

const xtd::forms::emoticon xtd::forms::emoticons::up_pointing_small_red_triangle
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F53C. This field is constant.

◆ upside_down_face

const xtd::forms::emoticon xtd::forms::emoticons::upside_down_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F643. This field is constant.

◆ upwards_black_arrow

const xtd::forms::emoticon xtd::forms::emoticons::upwards_black_arrow
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002B06, 0x0000FE0F}. This field is constant.

◆ vampire

const xtd::forms::emoticon xtd::forms::emoticons::vampire
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9DB. This field is constant.

◆ variation_selector_16

const xtd::forms::emoticon xtd::forms::emoticons::variation_selector_16
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000FE0F. This field is constant.

◆ vertical_traffic_light

const xtd::forms::emoticon xtd::forms::emoticons::vertical_traffic_light
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6A6. This field is constant.

◆ vibration_mode

const xtd::forms::emoticon xtd::forms::emoticons::vibration_mode
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F3. This field is constant.

◆ victory_hand

const xtd::forms::emoticon xtd::forms::emoticons::victory_hand
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000270C, 0x0000FE0F}. This field is constant.

◆ video_camera

const xtd::forms::emoticon xtd::forms::emoticons::video_camera
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4F9. This field is constant.

◆ video_game

const xtd::forms::emoticon xtd::forms::emoticons::video_game
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3AE. This field is constant.

◆ videocassette

const xtd::forms::emoticon xtd::forms::emoticons::videocassette
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4FC. This field is constant.

◆ violin

const xtd::forms::emoticon xtd::forms::emoticons::violin
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3BB. This field is constant.

◆ virgo

const xtd::forms::emoticon xtd::forms::emoticons::virgo
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000264D. This field is constant.

◆ volcano

const xtd::forms::emoticon xtd::forms::emoticons::volcano
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F30B. This field is constant.

◆ volleyball

const xtd::forms::emoticon xtd::forms::emoticons::volleyball
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3D0. This field is constant.

◆ waning_crescent_moon_symbol

const xtd::forms::emoticon xtd::forms::emoticons::waning_crescent_moon_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F318. This field is constant.

◆ waning_gibbous_moon_symbol

const xtd::forms::emoticon xtd::forms::emoticons::waning_gibbous_moon_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F316. This field is constant.

◆ warning_sign

const xtd::forms::emoticon xtd::forms::emoticons::warning_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x000026A0, 0x0000FE0F}. This field is constant.

◆ wastebasket

const xtd::forms::emoticon xtd::forms::emoticons::wastebasket
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5D1. This field is constant.

◆ watch

const xtd::forms::emoticon xtd::forms::emoticons::watch
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000231A. This field is constant.

◆ water_buffalo

const xtd::forms::emoticon xtd::forms::emoticons::water_buffalo
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F403. This field is constant.

◆ water_closet

const xtd::forms::emoticon xtd::forms::emoticons::water_closet
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6BE. This field is constant.

◆ water_polo

const xtd::forms::emoticon xtd::forms::emoticons::water_polo
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F93D. This field is constant.

◆ water_wave

const xtd::forms::emoticon xtd::forms::emoticons::water_wave
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F30A. This field is constant.

◆ watermelon

const xtd::forms::emoticon xtd::forms::emoticons::watermelon
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F349. This field is constant.

◆ waving_black_flag

const xtd::forms::emoticon xtd::forms::emoticons::waving_black_flag
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3F4. This field is constant.

◆ waving_hand_sign

const xtd::forms::emoticon xtd::forms::emoticons::waving_hand_sign
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F44B. This field is constant.

◆ waving_white_flag

const xtd::forms::emoticon xtd::forms::emoticons::waving_white_flag
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3F3. This field is constant.

◆ wavy_dash

const xtd::forms::emoticon xtd::forms::emoticons::wavy_dash
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00003030, 0x0000FE0F}. This field is constant.

◆ waxing_crescent_moon_symbol

const xtd::forms::emoticon xtd::forms::emoticons::waxing_crescent_moon_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F312. This field is constant.

◆ waxing_gibbous_moon_symbol

const xtd::forms::emoticon xtd::forms::emoticons::waxing_gibbous_moon_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F314. This field is constant.

◆ weary_cat_face

const xtd::forms::emoticon xtd::forms::emoticons::weary_cat_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F640. This field is constant.

◆ weary_face

const xtd::forms::emoticon xtd::forms::emoticons::weary_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F629. This field is constant.

◆ wedding

const xtd::forms::emoticon xtd::forms::emoticons::wedding
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F492. This field is constant.

◆ weight_lifter

const xtd::forms::emoticon xtd::forms::emoticons::weight_lifter
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F3CB. This field is constant.

◆ whale

const xtd::forms::emoticon xtd::forms::emoticons::whale
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F40B. This field is constant.

◆ wheel_of_dharma

const xtd::forms::emoticon xtd::forms::emoticons::wheel_of_dharma
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002638, 0x0000FE0F}. This field is constant.

◆ wheelchair_symbol

const xtd::forms::emoticon xtd::forms::emoticons::wheelchair_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000267F. This field is constant.

◆ white_down_pointing_backhand_index

const xtd::forms::emoticon xtd::forms::emoticons::white_down_pointing_backhand_index
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F447. This field is constant.

◆ white_exclamation_mark_ornament

const xtd::forms::emoticon xtd::forms::emoticons::white_exclamation_mark_ornament
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002755, 0x0000FE0F}. This field is constant.

◆ white_flower

const xtd::forms::emoticon xtd::forms::emoticons::white_flower
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F4AE. This field is constant.

◆ white_frowning_face

const xtd::forms::emoticon xtd::forms::emoticons::white_frowning_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x00002639, 0x0000FE0F}. This field is constant.

◆ white_heart

const xtd::forms::emoticon xtd::forms::emoticons::white_heart
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F90D. This field is constant.

◆ white_heavy_check_mark

const xtd::forms::emoticon xtd::forms::emoticons::white_heavy_check_mark
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002705. This field is constant.

◆ white_large_square

const xtd::forms::emoticon xtd::forms::emoticons::white_large_square
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002B1C. This field is constant.

◆ white_left_pointing_backhand_index

const xtd::forms::emoticon xtd::forms::emoticons::white_left_pointing_backhand_index
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F448. This field is constant.

◆ white_medium_small_square

const xtd::forms::emoticon xtd::forms::emoticons::white_medium_small_square
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x000025FD. This field is constant.

◆ white_medium_square

const xtd::forms::emoticon xtd::forms::emoticons::white_medium_square
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x000025FB, 0x0000FE0F}. This field is constant.

◆ white_medium_star

const xtd::forms::emoticon xtd::forms::emoticons::white_medium_star
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x00002B50. This field is constant.

◆ white_question_mark_ornament

const xtd::forms::emoticon xtd::forms::emoticons::white_question_mark_ornament
static

Gets a system-defined xtd::forms::emoticon that has a string value of{ 0x00002754, 0x0000FE0F}. This field is constant.

◆ white_right_pointing_backhand_index

const xtd::forms::emoticon xtd::forms::emoticons::white_right_pointing_backhand_index
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F449. This field is constant.

◆ white_small_square

const xtd::forms::emoticon xtd::forms::emoticons::white_small_square
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x000025AB, 0x0000FE0F}. This field is constant.

◆ white_smiling_face

const xtd::forms::emoticon xtd::forms::emoticons::white_smiling_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000263A, 0x0000FE0F}. This field is constant.

◆ white_square_button

const xtd::forms::emoticon xtd::forms::emoticons::white_square_button
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F533. This field is constant.

◆ white_sun_behind_cloud

const xtd::forms::emoticon xtd::forms::emoticons::white_sun_behind_cloud
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F325. This field is constant.

◆ white_sun_behind_cloud_with_rain

const xtd::forms::emoticon xtd::forms::emoticons::white_sun_behind_cloud_with_rain
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F326. This field is constant.

◆ white_sun_with_small_cloud

const xtd::forms::emoticon xtd::forms::emoticons::white_sun_with_small_cloud
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F324. This field is constant.

◆ white_up_pointing_backhand_index

const xtd::forms::emoticon xtd::forms::emoticons::white_up_pointing_backhand_index
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F446. This field is constant.

◆ white_up_pointing_index

const xtd::forms::emoticon xtd::forms::emoticons::white_up_pointing_index
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000261D, 0x0000FE0F}. This field is constant.

◆ wilted_flower

const xtd::forms::emoticon xtd::forms::emoticons::wilted_flower
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F940. This field is constant.

◆ wind_blowing_face

const xtd::forms::emoticon xtd::forms::emoticons::wind_blowing_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F32C. This field is constant.

◆ wind_chime

const xtd::forms::emoticon xtd::forms::emoticons::wind_chime
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F390. This field is constant.

◆ wine_glass

const xtd::forms::emoticon xtd::forms::emoticons::wine_glass
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F377. This field is constant.

◆ winking_face

const xtd::forms::emoticon xtd::forms::emoticons::winking_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F609. This field is constant.

◆ wolf_face

const xtd::forms::emoticon xtd::forms::emoticons::wolf_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F43A. This field is constant.

◆ woman

const xtd::forms::emoticon xtd::forms::emoticons::woman
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F469. This field is constant.

◆ woman_with_bunny_ears

const xtd::forms::emoticon xtd::forms::emoticons::woman_with_bunny_ears
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F46F. This field is constant.

◆ womans_boots

const xtd::forms::emoticon xtd::forms::emoticons::womans_boots
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F462. This field is constant.

◆ womans_clothes

const xtd::forms::emoticon xtd::forms::emoticons::womans_clothes
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F45A. This field is constant.

◆ womans_hat

const xtd::forms::emoticon xtd::forms::emoticons::womans_hat
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F452. This field is constant.

◆ womans_sandal

const xtd::forms::emoticon xtd::forms::emoticons::womans_sandal
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F461. This field is constant.

◆ womens_symbol

const xtd::forms::emoticon xtd::forms::emoticons::womens_symbol
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F6BA. This field is constant.

◆ world_map

const xtd::forms::emoticon xtd::forms::emoticons::world_map
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F5FA. This field is constant.

◆ worried_face

const xtd::forms::emoticon xtd::forms::emoticons::worried_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F61F. This field is constant.

◆ wrapped_present

const xtd::forms::emoticon xtd::forms::emoticons::wrapped_present
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F381. This field is constant.

◆ wrench

const xtd::forms::emoticon xtd::forms::emoticons::wrench
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F527. This field is constant.

◆ wrestlers

const xtd::forms::emoticon xtd::forms::emoticons::wrestlers
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F93C. This field is constant.

◆ writing_hand

const xtd::forms::emoticon xtd::forms::emoticons::writing_hand
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000270D, 0x0000FE0F}. This field is constant.

◆ yellow_heart

const xtd::forms::emoticon xtd::forms::emoticons::yellow_heart
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F49B. This field is constant.

◆ yin_yang

const xtd::forms::emoticon xtd::forms::emoticons::yin_yang
static

Gets a system-defined xtd::forms::emoticon that has a string value of {0x0000262F, 0x0000FE0F}. This field is constant.

◆ yo_yo

const xtd::forms::emoticon xtd::forms::emoticons::yo_yo
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001FA80. This field is constant.

◆ zebra_face

const xtd::forms::emoticon xtd::forms::emoticons::zebra_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F993. This field is constant.

◆ zero_width_joiner

const xtd::forms::emoticon xtd::forms::emoticons::zero_width_joiner
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0000200D. This field is constant.

◆ zipper_mouth_face

const xtd::forms::emoticon xtd::forms::emoticons::zipper_mouth_face
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F910. This field is constant.

◆ zombie

const xtd::forms::emoticon xtd::forms::emoticons::zombie
static

Gets a system-defined xtd::forms::emoticon that has a string value of 0x0001F9DF. This field is constant.


The documentation for this class was generated from the following file: