literate-dotfiles/docs/data.html

2931 lines
95 KiB
HTML
Raw Normal View History

2020-04-05 11:30:26 +02:00
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2020-04-05 dim. 11:29 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Scripts</title>
<meta name="generator" content="Org mode" />
<meta name="author" content="Dehaeze Thomas" />
<style type="text/css">
<!--/*--><![CDATA[/*><!--*/
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #ccc;
box-shadow: 3px 3px 3px #eee;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: visible;
padding-top: 1.2em;
}
pre.src:before {
display: none;
position: absolute;
background-color: white;
top: -10px;
right: 10px;
padding: 3px;
border: 1px solid black;
}
pre.src:hover:before { display: inline;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { width: 90%; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css" href="./css/htmlize.css"/>
<link rel="stylesheet" type="text/css" href="./css/readtheorg.css"/>
<script type="text/javascript" src="./js/jquery.min.js"></script>
<script type="text/javascript" src="./js/bootstrap.min.js"></script>
<script type="text/javascript" src="./js/jquery.stickytableheaders.min.js"></script>
<script type="text/javascript" src="./js/readtheorg.js"></script>
<script type="text/javascript">
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&amp;dn=gpl-3.0.txt GPL-v3-or-Later
<!--/*--><![CDATA[/*><!--*/
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
// @license-end
</script>
</head>
<body>
<div id="org-div-home-and-up">
<a accesskey="h" href="./index.html"> UP </a>
|
<a accesskey="H" href="./index.html"> HOME </a>
</div><div id="content">
<h1 class="title">Scripts</h1>
<div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#org95444ed">Nerd Fonts</a></li>
<li><a href="#org65105d0">Emojis</a></li>
</ul>
</div>
</div>
<div id="outline-container-org95444ed" class="outline-2">
<h2 id="org95444ed">Nerd Fonts</h2>
<div class="outline-text-2" id="text-org95444ed">
<div class="org-src-container">
<pre class="src src-conf">&#59136; - i_dev_bing_small
&#59137; - i_dev_css_tricks
&#59138; - i_dev_git
&#59139; - i_dev_bitbucket
&#59140; - i_dev_mysql
&#59141; - i_dev_streamline
&#59142; - i_dev_database
&#59143; - i_dev_dropbox
&#59144; - i_dev_github_alt
&#59145; - i_dev_github_badge
&#59146; - i_dev_github
&#59147; - i_dev_wordpress
&#59148; - i_dev_visualstudio
&#59149; - i_dev_jekyll_small
&#59150; - i_dev_android
&#59151; - i_dev_windows
&#59152; - i_dev_stackoverflow
&#59153; - i_dev_apple
&#59154; - i_dev_linux
&#59155; - i_dev_appstore
&#59156; - i_dev_ghost_small
&#59157; - i_dev_yahoo
&#59158; - i_dev_codepen
&#59159; - i_dev_github_full
&#59160; - i_dev_nodejs_small
&#59161; - i_dev_nodejs
&#59162; - i_dev_hackernews
&#59163; - i_dev_ember
&#59164; - i_dev_dojo
&#59165; - i_dev_django
&#59166; - i_dev_npm
&#59167; - i_dev_ghost
&#59168; - i_dev_modernizr
&#59169; - i_dev_unity_small
&#59170; - i_dev_rasberry_pi
&#59171; - i_dev_blackberry
&#59172; - i_dev_go
&#59173; - i_dev_git_branch
&#59174; - i_dev_git_pull_request
&#59175; - i_dev_git_merge
&#59176; - i_dev_git_compare
&#59177; - i_dev_git_commit
&#59178; - i_dev_cssdeck
&#59179; - i_dev_yahoo_small
&#59180; - i_dev_techcrunch
&#59181; - i_dev_smashing_magazine
&#59182; - i_dev_netmagazine
&#59183; - i_dev_codrops
&#59184; - i_dev_phonegap
&#59185; - i_dev_google_drive
&#59186; - i_dev_html5_multimedia
&#59187; - i_dev_html5_device_access
&#59188; - i_dev_html5_connectivity
&#59189; - i_dev_html5_3d_effects
&#59190; - i_dev_html5
&#59191; - i_dev_scala
&#59192; - i_dev_java
&#59193; - i_dev_ruby
&#59194; - i_dev_ubuntu
&#59195; - i_dev_ruby_on_rails
&#59196; - i_dev_python
&#59197; - i_dev_php
&#59198; - i_dev_markdown
&#59199; - i_dev_laravel
&#59200; - i_dev_magento
&#59201; - i_dev_joomla
&#59202; - i_dev_drupal
&#59203; - i_dev_chrome
&#59204; - i_dev_ie
&#59205; - i_dev_firefox
&#59206; - i_dev_opera
&#59207; - i_dev_bootstrap
&#59208; - i_dev_safari
&#59209; - i_dev_css3
&#59210; - i_dev_css3_full
&#59211; - i_dev_sass
&#59212; - i_dev_grunt
&#59213; - i_dev_bower
&#59214; - i_dev_javascript
&#59215; - i_dev_javascript_shield
&#59216; - i_dev_jquery
&#59217; - i_dev_coffeescript
&#59218; - i_dev_backbone
&#59219; - i_dev_angular
&#59220; - i_dev_jquery_ui
&#59221; - i_dev_swift
&#59222; - i_dev_symfony
&#59223; - i_dev_symfony_badge
&#59224; - i_dev_less
&#59225; - i_dev_stylus
&#59226; - i_dev_trello
&#59227; - i_dev_atlassian
&#59228; - i_dev_jira
&#59229; - i_dev_envato
&#59230; - i_dev_snap_svg
&#59231; - i_dev_raphael
&#59233; - i_dev_compass
&#59234; - i_dev_onedrive
&#59235; - i_dev_gulp
&#59236; - i_dev_atom
&#59237; - i_dev_cisco
&#59238; - i_dev_nancy
&#59239; - i_dev_jenkins
&#59240; - i_dev_clojure
&#59241; - i_dev_perl
&#59242; - i_dev_clojure_alt
&#59243; - i_dev_celluloid
&#59244; - i_dev_w3c
&#59245; - i_dev_redis
&#59246; - i_dev_postgresql
&#59247; - i_dev_webplatform
&#59248; - i_dev_requirejs
&#59249; - i_dev_opensource
&#59250; - i_dev_typo3
&#59251; - i_dev_uikit
&#59252; - i_dev_doctrine
&#59253; - i_dev_groovy
&#59254; - i_dev_nginx
&#59255; - i_dev_haskell
&#59256; - i_dev_zend
&#59257; - i_dev_gnu
&#59258; - i_dev_yeoman
&#59259; - i_dev_heroku
&#59260; - i_dev_msql_server
&#59261; - i_dev_debian
&#59262; - i_dev_travis
&#59263; - i_dev_dotnet
&#59264; - i_dev_codeigniter
&#59265; - i_dev_javascript_badge
&#59266; - i_dev_yii
&#59267; - i_dev_composer
&#59268; - i_dev_krakenjs_badge
&#59269; - i_dev_krakenjs
&#59270; - i_dev_mozilla
&#59271; - i_dev_firebase
&#59272; - i_dev_sizzlejs
&#59273; - i_dev_creativecommons
&#59274; - i_dev_creativecommons_badge
&#59275; - i_dev_mitlicence
&#59276; - i_dev_senchatouch
&#59277; - i_dev_bugsense
&#59278; - i_dev_extjs
&#59279; - i_dev_mootools_badge
&#59280; - i_dev_mootools
&#59281; - i_dev_ruby_rough
&#59282; - i_dev_komodo
&#59283; - i_dev_coda
&#59284; - i_dev_bintray
&#59285; - i_dev_terminal
&#59286; - i_dev_code
&#59287; - i_dev_responsive
&#59288; - i_dev_dart
&#59289; - i_dev_aptana
&#59290; - i_dev_mailchimp
&#59291; - i_dev_netbeans
&#59292; - i_dev_dreamweaver
&#59293; - i_dev_brackets
&#59294; - i_dev_eclipse
&#59295; - i_dev_cloud9
&#59296; - i_dev_scrum
&#59297; - i_dev_prolog
&#59298; - i_dev_terminal_badge
&#59299; - i_dev_code_badge
&#59300; - i_dev_mongodb
&#59301; - i_dev_meteor
&#59302; - i_dev_meteorfull
&#59303; - i_dev_fsharp
&#59304; - i_dev_rust
&#59305; - i_dev_ionic
&#59306; - i_dev_sublime
&#59307; - i_dev_appcelerator
&#59308; - i_dev_asterisk
&#59309; - i_dev_aws
&#59310; - i_dev_digital_ocean
&#59311; - i_dev_dlang
&#59312; - i_dev_docker
&#59313; - i_dev_erlang
&#59314; - i_dev_google_cloud_platform
&#59315; - i_dev_grails
&#59316; - i_dev_illustrator
&#59317; - i_dev_intellij
&#59318; - i_dev_materializecss
&#59319; - i_dev_openshift
&#59320; - i_dev_photoshop
&#59321; - i_dev_rackspace
&#59322; - i_dev_react
&#59323; - i_dev_redhat
&#59324; - i_dev_scriptcs
&#59332; - i_dev_sqllite
&#59333; - i_dev_vim
&#57856; - i_fae_smaller
&#57857; - i_fae_snowing
&#57858; - i_fae_soda
&#57859; - i_fae_sofa
&#57860; - i_fae_soup
&#57861; - i_fae_spermatozoon
&#57862; - i_fae_spin_double
&#57863; - i_fae_stomach
&#57864; - i_fae_storm
&#57865; - i_fae_telescope
&#57866; - i_fae_thermometer
&#57867; - i_fae_thermometer_high
&#57868; - i_fae_thermometer_low
&#57869; - i_fae_thin_close
&#57870; - i_fae_toilet
&#57871; - i_fae_tools
&#57872; - i_fae_tooth
&#57873; - i_fae_uterus
&#57874; - i_fae_w3c
&#57875; - i_fae_walking
&#57876; - i_fae_virus
&#57877; - i_fae_telegram_circle
&#57878; - i_fae_slash
&#57879; - i_fae_telegram
&#57880; - i_fae_shirt
&#57881; - i_fae_tacos
&#57882; - i_fae_sushi
&#57883; - i_fae_triangle_ruler
&#57884; - i_fae_tree
&#57885; - i_fae_sun_cloud
&#57886; - i_fae_ruby_o
&#57887; - i_fae_ruler
&#57888; - i_fae_umbrella
&#57889; - i_fae_medicine
&#57890; - i_fae_microscope
&#57891; - i_fae_milk_bottle
&#57892; - i_fae_minimize
&#57893; - i_fae_molecule
&#57894; - i_fae_moon_cloud
&#57895; - i_fae_mushroom
&#57896; - i_fae_mustache
&#57897; - i_fae_mysql
&#57898; - i_fae_nintendo
&#57899; - i_fae_palette_color
&#57900; - i_fae_pi
&#57901; - i_fae_pizza
&#57902; - i_fae_planet
&#57903; - i_fae_plant
&#57904; - i_fae_playstation
&#57905; - i_fae_poison
&#57906; - i_fae_popcorn
&#57907; - i_fae_popsicle
&#57908; - i_fae_pulse
&#57909; - i_fae_python
&#57910; - i_fae_quora_circle
&#57911; - i_fae_quora_square
&#57912; - i_fae_radioactive
&#57913; - i_fae_raining
&#57914; - i_fae_real_heart
&#57915; - i_fae_refrigerator
&#57916; - i_fae_restore
&#57917; - i_fae_ring
&#57918; - i_fae_ruby
&#57919; - i_fae_fingerprint
&#57920; - i_fae_floppy
&#57921; - i_fae_footprint
&#57922; - i_fae_freecodecamp
&#57923; - i_fae_galaxy
&#57924; - i_fae_galery
&#57925; - i_fae_glass
&#57926; - i_fae_google_drive
&#57927; - i_fae_google_play
&#57928; - i_fae_gps
&#57929; - i_fae_grav
&#57930; - i_fae_guitar
&#57931; - i_fae_gut
&#57932; - i_fae_halter
&#57933; - i_fae_hamburger
&#57934; - i_fae_hat
&#57935; - i_fae_hexagon
&#57936; - i_fae_high_heel
&#57937; - i_fae_hotdog
&#57938; - i_fae_ice_cream
&#57939; - i_fae_id_card
&#57940; - i_fae_imdb
&#57941; - i_fae_infinity
&#57942; - i_fae_java
&#57943; - i_fae_layers
&#57944; - i_fae_lips
&#57945; - i_fae_lipstick
&#57946; - i_fae_liver
&#57947; - i_fae_lung
&#57948; - i_fae_makeup_brushes
&#57949; - i_fae_maximize
&#57950; - i_fae_wallet
&#57951; - i_fae_chess_horse
&#57952; - i_fae_chess_king
&#57953; - i_fae_chess_pawn
&#57954; - i_fae_chess_queen
&#57955; - i_fae_chess_tower
&#57956; - i_fae_chesse
&#57957; - i_fae_chilli
&#57958; - i_fae_chip
&#57959; - i_fae_cicling
&#57960; - i_fae_cloud
&#57961; - i_fae_cockroach
&#57962; - i_fae_coffe_beans
&#57963; - i_fae_coins
&#57964; - i_fae_comb
&#57965; - i_fae_comet
&#57966; - i_fae_crown
&#57967; - i_fae_cup_coffe
&#57968; - i_fae_dice
&#57969; - i_fae_disco
&#57970; - i_fae_dna
&#57971; - i_fae_donut
&#57972; - i_fae_dress
&#57973; - i_fae_drop
&#57974; - i_fae_ello
&#57975; - i_fae_envelope_open
&#57976; - i_fae_envelope_open_o
&#57977; - i_fae_equal
&#57978; - i_fae_equal_bigger
&#57979; - i_fae_feedly
&#57980; - i_fae_file_export
&#57981; - i_fae_file_import
&#57982; - i_fae_wind
&#57983; - i_fae_atom
&#57984; - i_fae_bacteria
&#57985; - i_fae_banana
&#57986; - i_fae_bath
&#57987; - i_fae_bed
&#57988; - i_fae_benzene
&#57989; - i_fae_bigger
&#57990; - i_fae_biohazard
&#57991; - i_fae_blogger_circle
&#57992; - i_fae_blogger_square
&#57993; - i_fae_bones
&#57994; - i_fae_book_open
&#57995; - i_fae_book_open_o
&#57996; - i_fae_brain
&#57997; - i_fae_bread
&#57998; - i_fae_butterfly
&#57999; - i_fae_carot
&#58000; - i_fae_cc_by
&#58001; - i_fae_cc_cc
&#58002; - i_fae_cc_nc
&#58003; - i_fae_cc_nc_eu
&#58004; - i_fae_cc_nc_jp
&#58005; - i_fae_cc_nd
&#58006; - i_fae_cc_remix
&#58007; - i_fae_cc_sa
&#58008; - i_fae_cc_share
&#58009; - i_fae_cc_zero
&#58010; - i_fae_checklist_o
&#58011; - i_fae_cherry
&#58012; - i_fae_chess_bishop
&#58013; - i_fae_xbox
&#58014; - i_fae_apple_fruit
&#58015; - i_fae_chicken_thigh
&#58016; - i_fae_gift_card
&#58017; - i_fae_injection
&#58018; - i_fae_isle
&#58019; - i_fae_lollipop
&#58020; - i_fae_loyalty_card
&#58021; - i_fae_meat
&#58022; - i_fae_mountains
&#58023; - i_fae_orange
&#58024; - i_fae_peach
&#58025; - i_fae_pear
&#61440; - i_fa_glass
&#61441; - i_fa_music
&#61442; - i_fa_search
&#61443; - i_fa_envelope_o
&#61444; - i_fa_heart
&#61445; - i_fa_star
&#61446; - i_fa_star_o
&#61447; - i_fa_user
&#61448; - i_fa_film
&#61449; - i_fa_th_large
&#61450; - i_fa_th
&#61451; - i_fa_th_list
&#61452; - i_fa_check
&#61453; - i_fa_times
&#61454; - i_fa_search_plus
&#61456; - i_fa_search_minus
&#61457; - i_fa_power_off
&#61458; - i_fa_signal
&#61459; - i_fa_cog
&#61460; - i_fa_trash_o
&#61461; - i_fa_home
&#61462; - i_fa_file_o
&#61463; - i_fa_clock_o
&#61464; - i_fa_road
&#61465; - i_fa_download
&#61466; - i_fa_arrow_circle_o_down
&#61467; - i_fa_arrow_circle_o_up
&#61468; - i_fa_inbox
&#61469; - i_fa_play_circle_o
&#61470; - i_fa_repeat
&#61473; - i_fa_refresh
&#61474; - i_fa_list_alt
&#61475; - i_fa_lock
&#61476; - i_fa_flag
&#61477; - i_fa_headphones
&#61478; - i_fa_volume_off
&#61479; - i_fa_volume_down
&#61480; - i_fa_volume_up
&#61481; - i_fa_qrcode
&#61482; - i_fa_barcode
&#61483; - i_fa_tag
&#61484; - i_fa_tags
&#61485; - i_fa_book
&#61486; - i_fa_bookmark
&#61487; - i_fa_print
&#61488; - i_fa_camera
&#61489; - i_fa_font
&#61490; - i_fa_bold
&#61491; - i_fa_italic
&#61492; - i_fa_text_height
&#61493; - i_fa_text_width
&#61494; - i_fa_align_left
&#61495; - i_fa_align_center
&#61496; - i_fa_align_right
&#61497; - i_fa_align_justify
&#61498; - i_fa_list
&#61499; - i_fa_outdent
&#61500; - i_fa_indent
&#61501; - i_fa_video_camera
&#61502; - i_fa_picture_o
&#61504; - i_fa_pencil
&#61505; - i_fa_map_marker
&#61506; - i_fa_adjust
&#61507; - i_fa_tint
&#61508; - i_fa_pencil_square_o
&#61509; - i_fa_share_square_o
&#61510; - i_fa_check_square_o
&#61511; - i_fa_arrows
&#61512; - i_fa_step_backward
&#61513; - i_fa_fast_backward
&#61514; - i_fa_backward
&#61515; - i_fa_play
&#61516; - i_fa_pause
&#61517; - i_fa_stop
&#61518; - i_fa_forward
&#61520; - i_fa_fast_forward
&#61521; - i_fa_step_forward
&#61522; - i_fa_eject
&#61523; - i_fa_chevron_left
&#61524; - i_fa_chevron_right
&#61525; - i_fa_plus_circle
&#61526; - i_fa_minus_circle
&#61527; - i_fa_times_circle
&#61528; - i_fa_check_circle
&#61529; - i_fa_question_circle
&#61530; - i_fa_info_circle
&#61531; - i_fa_crosshairs
&#61532; - i_fa_times_circle_o
&#61533; - i_fa_check_circle_o
&#61534; - i_fa_ban
&#61536; - i_fa_arrow_left
&#61537; - i_fa_arrow_right
&#61538; - i_fa_arrow_up
&#61539; - i_fa_arrow_down
&#61540; - i_fa_share
&#61541; - i_fa_expand
&#61542; - i_fa_compress
&#61543; - i_fa_plus
&#61544; - i_fa_minus
&#61545; - i_fa_asterisk
&#61546; - i_fa_exclamation_circle
&#61547; - i_fa_gift
&#61548; - i_fa_leaf
&#61549; - i_fa_fire
&#61550; - i_fa_eye
&#61552; - i_fa_eye_slash
&#61553; - i_fa_exclamation_triangle
&#61554; - i_fa_plane
&#61555; - i_fa_calendar
&#61556; - i_fa_random
&#61557; - i_fa_comment
&#61558; - i_fa_magnet
&#61559; - i_fa_chevron_up
&#61560; - i_fa_chevron_down
&#61561; - i_fa_retweet
&#61562; - i_fa_shopping_cart
&#61563; - i_fa_folder
&#61564; - i_fa_folder_open
&#61565; - i_fa_arrows_v
&#61566; - i_fa_arrows_h
&#61568; - i_fa_bar_chart
&#61569; - i_fa_twitter_square
&#61570; - i_fa_facebook_square
&#61571; - i_fa_camera_retro
&#61572; - i_fa_key
&#61573; - i_fa_cogs
&#61574; - i_fa_comments
&#61575; - i_fa_thumbs_o_up
&#61576; - i_fa_thumbs_o_down
&#61577; - i_fa_star_half
&#61578; - i_fa_heart_o
&#61579; - i_fa_sign_out
&#61580; - i_fa_linkedin_square
&#61581; - i_fa_thumb_tack
&#61582; - i_fa_external_link
&#61584; - i_fa_sign_in
&#61585; - i_fa_trophy
&#61586; - i_fa_github_square
&#61587; - i_fa_upload
&#61588; - i_fa_lemon_o
&#61589; - i_fa_phone
&#61590; - i_fa_square_o
&#61591; - i_fa_bookmark_o
&#61592; - i_fa_phone_square
&#61593; - i_fa_twitter
&#61594; - i_fa_facebook
&#61595; - i_fa_github
&#61596; - i_fa_unlock
&#61597; - i_fa_credit_card
&#61598; - i_fa_rss
&#61600; - i_fa_hdd_o
&#61601; - i_fa_bullhorn
&#61602; - i_fa_bell_o
&#61603; - i_fa_certificate
&#61604; - i_fa_hand_o_right
&#61605; - i_fa_hand_o_left
&#61606; - i_fa_hand_o_up
&#61607; - i_fa_hand_o_down
&#61608; - i_fa_arrow_circle_left
&#61609; - i_fa_arrow_circle_right
&#61610; - i_fa_arrow_circle_up
&#61611; - i_fa_arrow_circle_down
&#61612; - i_fa_globe
&#61613; - i_fa_wrench
&#61614; - i_fa_tasks
&#61616; - i_fa_filter
&#61617; - i_fa_briefcase
&#61618; - i_fa_arrows_alt
&#61632; - i_fa_users
&#61633; - i_fa_link
&#61634; - i_fa_cloud
&#61635; - i_fa_flask
&#61636; - i_fa_scissors
&#61637; - i_fa_files_o
&#61638; - i_fa_paperclip
&#61639; - i_fa_floppy_o
&#61640; - i_fa_square
&#61641; - i_fa_bars
&#61642; - i_fa_list_ul
&#61643; - i_fa_list_ol
&#61644; - i_fa_strikethrough
&#61645; - i_fa_underline
&#61646; - i_fa_table
&#61648; - i_fa_magic
&#61649; - i_fa_truck
&#61650; - i_fa_pinterest
&#61651; - i_fa_pinterest_square
&#61652; - i_fa_google_plus_square
&#61653; - i_fa_google_plus
&#61654; - i_fa_money
&#61655; - i_fa_caret_down
&#61656; - i_fa_caret_up
&#61657; - i_fa_caret_left
&#61658; - i_fa_caret_right
&#61659; - i_fa_columns
&#61660; - i_fa_sort
&#61661; - i_fa_sort_desc
&#61662; - i_fa_sort_asc
&#61664; - i_fa_envelope
&#61665; - i_fa_linkedin
&#61666; - i_fa_undo
&#61667; - i_fa_gavel
&#61668; - i_fa_tachometer
&#61669; - i_fa_comment_o
&#61670; - i_fa_comments_o
&#61671; - i_fa_bolt
&#61672; - i_fa_sitemap
&#61673; - i_fa_umbrella
&#61674; - i_fa_clipboard
&#61675; - i_fa_lightbulb_o
&#61676; - i_fa_exchange
&#61677; - i_fa_cloud_download
&#61678; - i_fa_cloud_upload
&#61680; - i_fa_user_md
&#61681; - i_fa_stethoscope
&#61682; - i_fa_suitcase
&#61683; - i_fa_bell
&#61684; - i_fa_coffee
&#61685; - i_fa_cutlery
&#61686; - i_fa_file_text_o
&#61687; - i_fa_building_o
&#61688; - i_fa_hospital_o
&#61689; - i_fa_ambulance
&#61690; - i_fa_medkit
&#61691; - i_fa_fighter_jet
&#61692; - i_fa_beer
&#61693; - i_fa_h_square
&#61694; - i_fa_plus_square
&#61696; - i_fa_angle_double_left
&#61697; - i_fa_angle_double_right
&#61698; - i_fa_angle_double_up
&#61699; - i_fa_angle_double_down
&#61700; - i_fa_angle_left
&#61701; - i_fa_angle_right
&#61702; - i_fa_angle_up
&#61703; - i_fa_angle_down
&#61704; - i_fa_desktop
&#61705; - i_fa_laptop
&#61706; - i_fa_tablet
&#61707; - i_fa_mobile
&#61708; - i_fa_circle_o
&#61709; - i_fa_quote_left
&#61710; - i_fa_quote_right
&#61712; - i_fa_spinner
&#61713; - i_fa_circle
&#61714; - i_fa_reply
&#61715; - i_fa_github_alt
&#61716; - i_fa_folder_o
&#61717; - i_fa_folder_open_o
&#61720; - i_fa_smile_o
&#61721; - i_fa_frown_o
&#61722; - i_fa_meh_o
&#61723; - i_fa_gamepad
&#61724; - i_fa_keyboard_o
&#61725; - i_fa_flag_o
&#61726; - i_fa_flag_checkered
&#61728; - i_fa_terminal
&#61729; - i_fa_code
&#61730; - i_fa_reply_all
&#61731; - i_fa_star_half_o
&#61732; - i_fa_location_arrow
&#61733; - i_fa_crop
&#61734; - i_fa_code_fork
&#61735; - i_fa_chain_broken
&#61736; - i_fa_question
&#61737; - i_fa_info
&#61738; - i_fa_exclamation
&#61739; - i_fa_superscript
&#61740; - i_fa_subscript
&#61741; - i_fa_eraser
&#61742; - i_fa_puzzle_piece
&#61744; - i_fa_microphone
&#61745; - i_fa_microphone_slash
&#61746; - i_fa_shield
&#61747; - i_fa_calendar_o
&#61748; - i_fa_fire_extinguisher
&#61749; - i_fa_rocket
&#61750; - i_fa_maxcdn
&#61751; - i_fa_chevron_circle_left
&#61752; - i_fa_chevron_circle_right
&#61753; - i_fa_chevron_circle_up
&#61754; - i_fa_chevron_circle_down
&#61755; - i_fa_html5
&#61756; - i_fa_css3
&#61757; - i_fa_anchor
&#61758; - i_fa_unlock_alt
&#61760; - i_fa_bullseye
&#61761; - i_fa_ellipsis_h
&#61762; - i_fa_ellipsis_v
&#61763; - i_fa_rss_square
&#61764; - i_fa_play_circle
&#61765; - i_fa_ticket
&#61766; - i_fa_minus_square
&#61767; - i_fa_minus_square_o
&#61768; - i_fa_level_up
&#61769; - i_fa_level_down
&#61770; - i_fa_check_square
&#61771; - i_fa_pencil_square
&#61772; - i_fa_external_link_square
&#61773; - i_fa_share_square
&#61774; - i_fa_compass
&#61776; - i_fa_caret_square_o_down
&#61777; - i_fa_caret_square_o_up
&#61778; - i_fa_caret_square_o_right
&#61779; - i_fa_eur
&#61780; - i_fa_gbp
&#61781; - i_fa_usd
&#61782; - i_fa_inr
&#61783; - i_fa_jpy
&#61784; - i_fa_rub
&#61785; - i_fa_krw
&#61786; - i_fa_btc
&#61787; - i_fa_file
&#61788; - i_fa_file_text
&#61789; - i_fa_sort_alpha_asc
&#61790; - i_fa_sort_alpha_desc
&#61792; - i_fa_sort_amount_asc
&#61793; - i_fa_sort_amount_desc
&#61794; - i_fa_sort_numeric_asc
&#61795; - i_fa_sort_numeric_desc
&#61796; - i_fa_thumbs_up
&#61797; - i_fa_thumbs_down
&#61798; - i_fa_youtube_square
&#61799; - i_fa_youtube
&#61800; - i_fa_xing
&#61801; - i_fa_xing_square
&#61802; - i_fa_youtube_play
&#61803; - i_fa_dropbox
&#61804; - i_fa_stack_overflow
&#61805; - i_fa_instagram
&#61806; - i_fa_flickr
&#61808; - i_fa_adn
&#61809; - i_fa_bitbucket
&#61810; - i_fa_bitbucket_square
&#61811; - i_fa_tumblr
&#61812; - i_fa_tumblr_square
&#61813; - i_fa_long_arrow_down
&#61814; - i_fa_long_arrow_up
&#61815; - i_fa_long_arrow_left
&#61816; - i_fa_long_arrow_right
&#61817; - i_fa_apple
&#61818; - i_fa_windows
&#61819; - i_fa_android
&#61820; - i_fa_linux
&#61821; - i_fa_dribbble
&#61822; - i_fa_skype
&#61824; - i_fa_foursquare
&#61825; - i_fa_trello
&#61826; - i_fa_female
&#61827; - i_fa_male
&#61828; - i_fa_gratipay
&#61829; - i_fa_sun_o
&#61830; - i_fa_moon_o
&#61831; - i_fa_archive
&#61832; - i_fa_bug
&#61833; - i_fa_vk
&#61834; - i_fa_weibo
&#61835; - i_fa_renren
&#61836; - i_fa_pagelines
&#61837; - i_fa_stack_exchange
&#61838; - i_fa_arrow_circle_o_right
&#61840; - i_fa_arrow_circle_o_left
&#61841; - i_fa_caret_square_o_left
&#61842; - i_fa_dot_circle_o
&#61843; - i_fa_wheelchair
&#61844; - i_fa_vimeo_square
&#61845; - i_fa_try
&#61846; - i_fa_plus_square_o
&#61847; - i_fa_space_shuttle
&#61848; - i_fa_slack
&#61849; - i_fa_envelope_square
&#61850; - i_fa_wordpress
&#61851; - i_fa_openid
&#61852; - i_fa_university
&#61853; - i_fa_graduation_cap
&#61854; - i_fa_yahoo
&#61856; - i_fa_google
&#61857; - i_fa_reddit
&#61858; - i_fa_reddit_square
&#61859; - i_fa_stumbleupon_circle
&#61860; - i_fa_stumbleupon
&#61861; - i_fa_delicious
&#61862; - i_fa_digg
&#61863; - i_fa_pied_piper_pp
&#61864; - i_fa_pied_piper_alt
&#61865; - i_fa_drupal
&#61866; - i_fa_joomla
&#61867; - i_fa_language
&#61868; - i_fa_fax
&#61869; - i_fa_building
&#61870; - i_fa_child
&#61872; - i_fa_paw
&#61873; - i_fa_spoon
&#61874; - i_fa_cube
&#61875; - i_fa_cubes
&#61876; - i_fa_behance
&#61877; - i_fa_behance_square
&#61878; - i_fa_steam
&#61879; - i_fa_steam_square
&#61880; - i_fa_recycle
&#61881; - i_fa_car
&#61882; - i_fa_taxi
&#61883; - i_fa_tree
&#61884; - i_fa_spotify
&#61885; - i_fa_deviantart
&#61886; - i_fa_soundcloud
&#61888; - i_fa_database
&#61889; - i_fa_file_pdf_o
&#61890; - i_fa_file_word_o
&#61891; - i_fa_file_excel_o
&#61892; - i_fa_file_powerpoint_o
&#61893; - i_fa_file_image_o
&#61894; - i_fa_file_archive_o
&#61895; - i_fa_file_audio_o
&#61896; - i_fa_file_video_o
&#61897; - i_fa_file_code_o
&#61898; - i_fa_vine
&#61899; - i_fa_codepen
&#61900; - i_fa_jsfiddle
&#61901; - i_fa_life_ring
&#61902; - i_fa_circle_o_notch
&#61904; - i_fa_rebel
&#61905; - i_fa_empire
&#61906; - i_fa_git_square
&#61907; - i_fa_git
&#61908; - i_fa_hacker_news
&#61909; - i_fa_tencent_weibo
&#61910; - i_fa_qq
&#61911; - i_fa_weixin
&#61912; - i_fa_paper_plane
&#61913; - i_fa_paper_plane_o
&#61914; - i_fa_history
&#61915; - i_fa_circle_thin
&#61916; - i_fa_header
&#61917; - i_fa_paragraph
&#61918; - i_fa_sliders
&#61920; - i_fa_share_alt
&#61921; - i_fa_share_alt_square
&#61922; - i_fa_bomb
&#61923; - i_fa_futbol_o
&#61924; - i_fa_tty
&#61925; - i_fa_binoculars
&#61926; - i_fa_plug
&#61927; - i_fa_slideshare
&#61928; - i_fa_twitch
&#61929; - i_fa_yelp
&#61930; - i_fa_newspaper_o
&#61931; - i_fa_wifi
&#61932; - i_fa_calculator
&#61933; - i_fa_paypal
&#61934; - i_fa_google_wallet
&#61936; - i_fa_cc_visa
&#61937; - i_fa_cc_mastercard
&#61938; - i_fa_cc_discover
&#61939; - i_fa_cc_amex
&#61940; - i_fa_cc_paypal
&#61941; - i_fa_cc_stripe
&#61942; - i_fa_bell_slash
&#61943; - i_fa_bell_slash_o
&#61944; - i_fa_trash
&#61945; - i_fa_copyright
&#61946; - i_fa_at
&#61947; - i_fa_eyedropper
&#61948; - i_fa_paint_brush
&#61949; - i_fa_birthday_cake
&#61950; - i_fa_area_chart
&#61952; - i_fa_pie_chart
&#61953; - i_fa_line_chart
&#61954; - i_fa_lastfm
&#61955; - i_fa_lastfm_square
&#61956; - i_fa_toggle_off
&#61957; - i_fa_toggle_on
&#61958; - i_fa_bicycle
&#61959; - i_fa_bus
&#61960; - i_fa_ioxhost
&#61961; - i_fa_angellist
&#61962; - i_fa_cc
&#61963; - i_fa_ils
&#61964; - i_fa_meanpath
&#61965; - i_fa_buysellads
&#61966; - i_fa_connectdevelop
&#61968; - i_fa_dashcube
&#61969; - i_fa_forumbee
&#61970; - i_fa_leanpub
&#61971; - i_fa_sellsy
&#61972; - i_fa_shirtsinbulk
&#61973; - i_fa_simplybuilt
&#61974; - i_fa_skyatlas
&#61975; - i_fa_cart_plus
&#61976; - i_fa_cart_arrow_down
&#61977; - i_fa_diamond
&#61978; - i_fa_ship
&#61979; - i_fa_user_secret
&#61980; - i_fa_motorcycle
&#61981; - i_fa_street_view
&#61982; - i_fa_heartbeat
&#61985; - i_fa_venus
&#61986; - i_fa_mars
&#61987; - i_fa_mercury
&#61988; - i_fa_transgender
&#61989; - i_fa_transgender_alt
&#61990; - i_fa_venus_double
&#61991; - i_fa_mars_double
&#61992; - i_fa_venus_mars
&#61993; - i_fa_mars_stroke
&#61994; - i_fa_mars_stroke_v
&#61995; - i_fa_mars_stroke_h
&#61996; - i_fa_neuter
&#61997; - i_fa_genderless
&#62000; - i_fa_facebook_official
&#62001; - i_fa_pinterest_p
&#62002; - i_fa_whatsapp
&#62003; - i_fa_server
&#62004; - i_fa_user_plus
&#62005; - i_fa_user_times
&#62006; - i_fa_bed
&#62007; - i_fa_viacoin
&#62008; - i_fa_train
&#62009; - i_fa_subway
&#62010; - i_fa_medium
&#62011; - i_fa_y_combinator
&#62012; - i_fa_optin_monster
&#62013; - i_fa_opencart
&#62014; - i_fa_expeditedssl
&#62016; - i_fa_battery_full
&#62017; - i_fa_battery_three_quarters
&#62018; - i_fa_battery_half
&#62019; - i_fa_battery_quarter
&#62020; - i_fa_battery_empty
&#62021; - i_fa_mouse_pointer
&#62022; - i_fa_i_cursor
&#62023; - i_fa_object_group
&#62024; - i_fa_object_ungroup
&#62025; - i_fa_sticky_note
&#62026; - i_fa_sticky_note_o
&#62027; - i_fa_cc_jcb
&#62028; - i_fa_cc_diners_club
&#62029; - i_fa_clone
&#62030; - i_fa_balance_scale
&#62032; - i_fa_hourglass_o
&#62033; - i_fa_hourglass_start
&#62034; - i_fa_hourglass_half
&#62035; - i_fa_hourglass_end
&#62036; - i_fa_hourglass
&#62037; - i_fa_hand_rock_o
&#62038; - i_fa_hand_paper_o
&#62039; - i_fa_hand_scissors_o
&#62040; - i_fa_hand_lizard_o
&#62041; - i_fa_hand_spock_o
&#62042; - i_fa_hand_pointer_o
&#62043; - i_fa_hand_peace_o
&#62044; - i_fa_trademark
&#62045; - i_fa_registered
&#62046; - i_fa_creative_commons
&#62048; - i_fa_gg
&#62049; - i_fa_gg_circle
&#62050; - i_fa_tripadvisor
&#62051; - i_fa_odnoklassniki
&#62052; - i_fa_odnoklassniki_square
&#62053; - i_fa_get_pocket
&#62054; - i_fa_wikipedia_w
&#62055; - i_fa_safari
&#62056; - i_fa_chrome
&#62057; - i_fa_firefox
&#62058; - i_fa_opera
&#62059; - i_fa_internet_explorer
&#62060; - i_fa_television
&#62061; - i_fa_contao
&#62062; - i_fa_500px
&#62064; - i_fa_amazon
&#62065; - i_fa_calendar_plus_o
&#62066; - i_fa_calendar_minus_o
&#62067; - i_fa_calendar_times_o
&#62068; - i_fa_calendar_check_o
&#62069; - i_fa_industry
&#62070; - i_fa_map_pin
&#62071; - i_fa_map_signs
&#62072; - i_fa_map_o
&#62073; - i_fa_map
&#62074; - i_fa_commenting
&#62075; - i_fa_commenting_o
&#62076; - i_fa_houzz
&#62077; - i_fa_vimeo
&#62078; - i_fa_black_tie
&#62080; - i_fa_fonticons
&#62081; - i_fa_reddit_alien
&#62082; - i_fa_edge
&#62083; - i_fa_credit_card_alt
&#62084; - i_fa_codiepie
&#62085; - i_fa_modx
&#62086; - i_fa_fort_awesome
&#62087; - i_fa_usb
&#62088; - i_fa_product_hunt
&#62089; - i_fa_mixcloud
&#62090; - i_fa_scribd
&#62091; - i_fa_pause_circle
&#62092; - i_fa_pause_circle_o
&#62093; - i_fa_stop_circle
&#62094; - i_fa_stop_circle_o
&#62096; - i_fa_shopping_bag
&#62097; - i_fa_shopping_basket
&#62098; - i_fa_hashtag
&#62099; - i_fa_bluetooth
&#62100; - i_fa_bluetooth_b
&#62101; - i_fa_percent
&#62102; - i_fa_gitlab
&#62103; - i_fa_wpbeginner
&#62104; - i_fa_wpforms
&#62105; - i_fa_envira
&#62106; - i_fa_universal_access
&#62107; - i_fa_wheelchair_alt
&#62108; - i_fa_question_circle_o
&#62109; - i_fa_blind
&#62110; - i_fa_audio_description
&#62112; - i_fa_volume_control_phone
&#62113; - i_fa_braille
&#62114; - i_fa_assistive_listening_systems
&#62115; - i_fa_american_sign_language_interpreting
&#62116; - i_fa_deaf
&#62117; - i_fa_glide
&#62118; - i_fa_glide_g
&#62119; - i_fa_sign_language
&#62120; - i_fa_low_vision
&#62121; - i_fa_viadeo
&#62122; - i_fa_viadeo_square
&#62123; - i_fa_snapchat
&#62124; - i_fa_snapchat_ghost
&#62125; - i_fa_snapchat_square
&#62126; - i_fa_pied_piper
&#62128; - i_fa_first_order
&#62129; - i_fa_yoast
&#62130; - i_fa_themeisle
&#62131; - i_fa_google_plus_official
&#62132; - i_fa_font_awesome
&#62133; - i_fa_handshake_o
&#62134; - i_fa_envelope_open
&#62135; - i_fa_envelope_open_o
&#62136; - i_fa_linode
&#62137; - i_fa_address_book
&#62138; - i_fa_address_book_o
&#62139; - i_fa_address_card
&#62140; - i_fa_address_card_o
&#62141; - i_fa_user_circle
&#62142; - i_fa_user_circle_o
&#62144; - i_fa_user_o
&#62145; - i_fa_id_badge
&#62146; - i_fa_id_card
&#62147; - i_fa_id_card_o
&#62148; - i_fa_quora
&#62149; - i_fa_free_code_camp
&#62150; - i_fa_telegram
&#62151; - i_fa_thermometer_full
&#62152; - i_fa_thermometer_three_quarters
&#62153; - i_fa_thermometer_half
&#62154; - i_fa_thermometer_quarter
&#62155; - i_fa_thermometer_empty
&#62156; - i_fa_shower
&#62157; - i_fa_bath
&#62158; - i_fa_podcast
&#62160; - i_fa_window_maximize
&#62161; - i_fa_window_minimize
&#62162; - i_fa_window_restore
&#62163; - i_fa_window_close
&#62164; - i_fa_window_close_o
&#62165; - i_fa_bandcamp
&#62166; - i_fa_grav
&#62167; - i_fa_etsy
&#62168; - i_fa_imdb
&#62169; - i_fa_ravelry
&#62170; - i_fa_eercast
&#62171; - i_fa_microchip
&#62172; - i_fa_snowflake_o
&#62173; - i_fa_superpowers
&#62174; - i_fa_wpexplorer
&#62176; - i_fa_meetup
<span class="org-comment-delimiter"># </span><span class="org-comment">IEC Power Symbols (5 icons)</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Codepoints: 23FB-23FE 2B58</span>
&#9211; - i_iec_power
&#9212; - i_iec_toggle_power
&#9213; - i_iec_power_on
&#9214; - i_iec_sleep_mode
&#11096; - i_iec_power_off
&#62208; - i_linux_archlinux
&#62209; - i_linux_centos
&#62210; - i_linux_debian
&#62211; - i_linux_fedora
&#62212; - i_linux_linuxmint
&#62213; - i_linux_linuxmint_inverse
&#62214; - i_linux_mageia
&#62215; - i_linux_mandriva
&#62216; - i_linux_opensuse
&#62217; - i_linux_redhat
&#62218; - i_linux_slackware
&#62219; - i_linux_slackware_inverse
&#62220; - i_linux_ubuntu
&#62221; - i_linux_ubuntu_inverse
&#62222; - i_linux_freebsd
&#62223; - i_linux_coreos
&#62224; - i_linux_gentoo
&#62225; - i_linux_elementary
&#62226; - i_linux_fedora_inverse
&#62227; - i_linux_sabayon
&#9829; - i_oct_heart
&#9889; - i_oct_zap
&#62464; - i_oct_light_bulb
&#62465; - i_oct_repo
&#62466; - i_oct_repo_forked
&#62467; - i_oct_repo_push
&#62468; - i_oct_repo_pull
&#62469; - i_oct_book
&#62470; - i_oct_octoface
&#62471; - i_oct_git_pull_request
&#62472; - i_oct_mark_github
&#62473; - i_oct_cloud_download
&#62474; - i_oct_cloud_upload
&#62475; - i_oct_keyboard
&#62476; - i_oct_gist
&#62477; - i_oct_file_code
&#62478; - i_oct_file_text
&#62479; - i_oct_file_media
&#62480; - i_oct_file_zip
&#62481; - i_oct_file_pdf
&#62482; - i_oct_tag
&#62483; - i_oct_file_directory
&#62484; - i_oct_file_submodule
&#62485; - i_oct_person
&#62486; - i_oct_jersey
&#62487; - i_oct_git_commit
&#62488; - i_oct_git_branch
&#62489; - i_oct_git_merge
&#62490; - i_oct_mirror
&#62491; - i_oct_issue_opened
&#62492; - i_oct_issue_reopened
&#62493; - i_oct_issue_closed
&#62494; - i_oct_star
&#62495; - i_oct_comment
&#62496; - i_oct_question
&#62497; - i_oct_alert
&#62498; - i_oct_search
&#62499; - i_oct_gear
&#62500; - i_oct_radio_tower
&#62501; - i_oct_tools
&#62502; - i_oct_sign_out
&#62503; - i_oct_rocket
&#62504; - i_oct_rss
&#62505; - i_oct_clippy
&#62506; - i_oct_sign_in
&#62507; - i_oct_organization
&#62508; - i_oct_device_mobile
&#62509; - i_oct_unfold
&#62510; - i_oct_check
&#62511; - i_oct_mail
&#62512; - i_oct_mail_read
&#62513; - i_oct_arrow_up
&#62514; - i_oct_arrow_right
&#62515; - i_oct_arrow_down
&#62516; - i_oct_arrow_left
&#62517; - i_oct_pin
&#62518; - i_oct_gift
&#62519; - i_oct_graph
&#62520; - i_oct_triangle_left
&#62521; - i_oct_credit_card
&#62522; - i_oct_clock
&#62523; - i_oct_ruby
&#62524; - i_oct_broadcast
&#62525; - i_oct_key
&#62526; - i_oct_repo_force_push
&#62527; - i_oct_repo_clone
&#62528; - i_oct_diff
&#62529; - i_oct_eye
&#62530; - i_oct_comment_discussion
&#62531; - i_oct_mail_reply
&#62532; - i_oct_primitive_dot
&#62533; - i_oct_primitive_square
&#62534; - i_oct_device_camera
&#62535; - i_oct_device_camera_video
&#62536; - i_oct_pencil
&#62537; - i_oct_info
&#62538; - i_oct_triangle_right
&#62539; - i_oct_triangle_down
&#62540; - i_oct_link
&#62541; - i_oct_plus
&#62542; - i_oct_three_bars
&#62543; - i_oct_code
&#62544; - i_oct_location
&#62545; - i_oct_list_unordered
&#62546; - i_oct_list_ordered
&#62547; - i_oct_quote
&#62548; - i_oct_versions
&#62549; - i_oct_calendar
&#62550; - i_oct_lock
&#62551; - i_oct_diff_added
&#62552; - i_oct_diff_removed
&#62553; - i_oct_diff_modified
&#62554; - i_oct_diff_renamed
&#62555; - i_oct_horizontal_rule
&#62556; - i_oct_arrow_small_right
&#62557; - i_oct_milestone
&#62558; - i_oct_checklist
&#62559; - i_oct_megaphone
&#62560; - i_oct_chevron_right
&#62561; - i_oct_bookmark
&#62562; - i_oct_settings
&#62563; - i_oct_dashboard
&#62564; - i_oct_history
&#62565; - i_oct_link_external
&#62566; - i_oct_mute
&#62567; - i_oct_x
&#62568; - i_oct_circle_slash
&#62569; - i_oct_pulse
&#62570; - i_oct_sync
&#62571; - i_oct_telescope
&#62572; - i_oct_gist_secret
&#62573; - i_oct_home
&#62574; - i_oct_stop
&#62575; - i_oct_bug
&#62576; - i_oct_logo_github
&#62577; - i_oct_file_binary
&#62578; - i_oct_database
&#62579; - i_oct_server
&#62580; - i_oct_diff_ignored
&#62581; - i_oct_ellipsis
&#62582; - i_oct_no_newline
&#62583; - i_oct_hubot
&#62584; - i_oct_arrow_small_up
&#62585; - i_oct_arrow_small_down
&#62586; - i_oct_arrow_small_left
&#62587; - i_oct_chevron_up
&#62588; - i_oct_chevron_down
&#62589; - i_oct_chevron_left
&#62590; - i_oct_triangle_up
&#62591; - i_oct_git_compare
&#62592; - i_oct_logo_gist
&#62593; - i_oct_file_symlink_file
&#62594; - i_oct_file_symlink_directory
&#62595; - i_oct_squirrel
&#62596; - i_oct_globe
&#62597; - i_oct_unmute
&#62598; - i_oct_mention
&#62599; - i_oct_package
&#62600; - i_oct_browser
&#62601; - i_oct_terminal
&#62602; - i_oct_markdown
&#62603; - i_oct_dash
&#62604; - i_oct_fold
&#62605; - i_oct_inbox
&#62606; - i_oct_trashcan
&#62607; - i_oct_paintcan
&#62608; - i_oct_flame
&#62609; - i_oct_briefcase
&#62610; - i_oct_plug
&#62611; - i_oct_circuit_board
&#62612; - i_oct_mortar_board
&#62613; - i_oct_law
&#62614; - i_oct_thumbsup
&#62615; - i_oct_thumbsdown
&#62616; - i_oct_desktop_download
&#62617; - i_oct_beaker
&#62618; - i_oct_bell
&#62619; - i_oct_watch
&#62620; - i_oct_shield
&#62621; - i_oct_bold
&#62622; - i_oct_text_size
&#62623; - i_oct_italic
&#62624; - i_oct_tasklist
&#62625; - i_oct_verified
&#62626; - i_oct_smiley
&#62627; - i_oct_unverified
&#62628; - i_oct_ellipses
&#62629; - i_oct_file
&#62630; - i_oct_grabber
&#62631; - i_oct_plus_small
&#62632; - i_oct_reply
&#63100; - i_oct_device_desktop
&#58874; - i_custom_folder_npm
&#58875; - i_custom_folder_git
&#58876; - i_custom_folder_config
&#58877; - i_custom_folder_github
&#58878; - i_custom_folder_open
&#58879; - i_custom_folder
&#58880; - i_seti_stylus
&#58881; - i_seti_project
&#58883; - i_seti_sass
&#58884; - i_seti_rails
&#58885; - i_seti_ruby
&#58886; - i_seti_python
&#58887; - i_seti_heroku
&#58888; - i_seti_php
&#58889; - i_seti_markdown
&#58890; - i_seti_license
&#58891; - i_seti_json
&#58892; - i_seti_javascript
&#58893; - i_seti_image
&#58894; - i_seti_html
&#58895; - i_seti_mustache
&#58896; - i_seti_gulp
&#58897; - i_seti_grunt
&#58899; - i_seti_folder
&#58900; - i_seti_css
&#58901; - i_seti_config
&#58902; - i_seti_npm
&#58904; - i_seti_ejs
&#58905; - i_seti_xml
&#58906; - i_seti_bower
&#58907; - i_seti_coffee
&#58908; - i_seti_twig
&#58909; - i_custom_cpp
&#58910; - i_custom_c
&#58911; - i_seti_haskell
&#58912; - i_seti_lua
&#58914; - i_seti_karma
&#58915; - i_seti_favicon
&#58916; - i_seti_julia
&#58917; - i_seti_react
&#58918; - i_custom_go
&#58919; - i_seti_go
&#58920; - i_seti_typescript
&#58921; - i_custom_msdos
&#58922; - i_custom_windows
&#58923; - i_custom_vim
</pre>
</div>
</div>
</div>
<div id="outline-container-org65105d0" class="outline-2">
<h2 id="org65105d0">Emojis</h2>
<div class="outline-text-2" id="text-org65105d0">
<div class="org-src-container">
<pre class="src src-conf">&#128515; grinning face with big eyes; U+1F603
&#128516; grinning face with smiling eyes; U+1F604
&#128513; beaming face with smiling eyes; U+1F601
&#128518; grinning squinting face; U+1F606
&#128517; grinning face with sweat; U+1F605
&#129315; rolling on the floor laughing; U+1F923
&#128514; face with tears of joy; U+1F602
&#128578; slightly smiling face; U+1F642
&#128579; upside-down face; U+1F643
&#128521; winking face; U+1F609
&#128522; smiling face with smiling eyes; U+1F60A
&#128519; smiling face with halo; U+1F607
&#129392; smiling face with <span class="org-highlight-numbers-number">3</span> hearts; U+1F970
&#128525; smiling face with heart-eyes; U+1F60D
&#129321; star-struck; U+1F929
&#128536; face blowing a kiss; U+1F618
&#128535; kissing face; U+1F617
&#9786; smiling face; U+263A
&#128538; kissing face with closed eyes; U+1F61A
&#128537; kissing face with smiling eyes; U+1F619
&#128523; face savoring food; U+1F60B
&#128539; face with tongue; U+1F61B
&#128540; winking face with tongue; U+1F61C
&#129322; zany face; U+1F92A
&#128541; squinting face with tongue; U+1F61D
&#129297; money-mouth face; U+1F911
&#129303; hugging face; U+1F917
&#129325; face with hand over mouth; U+1F92D
&#129323; shushing face; U+1F92B
&#129300; thinking face; U+1F914
&#129296; zipper-mouth face; U+1F910
&#129320; face with raised eyebrow; U+1F928
&#128528; neutral face; U+1F610
&#128529; expressionless face; U+1F611
&#128566; face without mouth; U+1F636
&#128527; smirking face; U+1F60F
&#128530; unamused face; U+1F612
&#128580; face with rolling eyes; U+1F644
&#128556; grimacing face; U+1F62C
&#129317; lying face; U+1F925
&#128524; relieved face; U+1F60C
&#128532; pensive face; U+1F614
&#128554; sleepy face; U+1F62A
&#129316; drooling face; U+1F924
&#128564; sleeping face; U+1F634
&#128567; face with medical mask; U+1F637
&#129298; face with thermometer; U+1F912
&#129301; face with head-bandage; U+1F915
&#129314; nauseated face; U+1F922
&#129326; face vomiting; U+1F92E
&#129319; sneezing face; U+1F927
&#129397; hot face; U+1F975
&#129398; cold face; U+1F976
&#129396; woozy face; U+1F974
&#128565; dizzy face; U+1F635
&#129327; exploding head; U+1F92F
&#129312; cowboy hat face; U+1F920
&#129395; partying face; U+1F973
&#128526; smiling face with sunglasses; U+1F60E
&#129299; nerd face; U+1F913
&#129488; face with monocle; U+1F9D0
&#128533; confused face; U+1F615
&#128543; worried face; U+1F61F
&#128577; slightly frowning face; U+1F641
&#9785; frowning face; U+2639
&#128558; face with open mouth; U+1F62E
&#128559; hushed face; U+1F62F
&#128562; astonished face; U+1F632
&#128563; flushed face; U+1F633
&#129402; pleading face; U+1F97A
&#128550; frowning face with open mouth; U+1F626
&#128551; anguished face; U+1F627
&#128552; fearful face; U+1F628
&#128560; anxious face with sweat; U+1F630
&#128549; sad but relieved face; U+1F625
&#128546; crying face; U+1F622
&#128557; loudly crying face; U+1F62D
&#128561; face screaming in fear; U+1F631
&#128534; confounded face; U+1F616
&#128547; persevering face; U+1F623
&#128542; disappointed face; U+1F61E
&#128531; downcast face with sweat; U+1F613
&#128553; weary face; U+1F629
&#128555; tired face; U+1F62B
&#128548; face with steam from nose; U+1F624
&#128545; pouting face; U+1F621
&#128544; angry face; U+1F620
&#129324; face with symbols on mouth; U+1F92C
&#128520; smiling face with horns; U+1F608
&#128127; angry face with horns; U+1F47F
&#128128; skull; U+1F480
&#9760; skull and crossbones; U+2620
&#128169; pile of poo; U+1F4A9
&#129313; clown face; U+1F921
&#128121; ogre; U+1F479
&#128122; goblin; U+1F47A
&#128123; ghost; U+1F47B
&#128125; alien; U+1F47D
&#128126; alien monster; U+1F47E
&#129302; robot face; U+1F916
&#128570; grinning cat face; U+1F63A
&#128568; grinning cat face with smiling eyes; U+1F638
&#128569; cat face with tears of joy; U+1F639
&#128571; smiling cat face with heart-eyes; U+1F63B
&#128572; cat face with wry smile; U+1F63C
&#128573; kissing cat face; U+1F63D
&#128576; weary cat face; U+1F640
&#128575; crying cat face; U+1F63F
&#128574; pouting cat face; U+1F63E
&#128584; see-no-evil monkey; U+1F648
&#128585; hear-no-evil monkey; U+1F649
&#128586; speak-no-evil monkey; U+1F64A
&#128139; kiss mark; U+1F48B
&#128140; love letter; U+1F48C
&#128152; heart with arrow; U+1F498
&#128157; heart with ribbon; U+1F49D
&#128150; sparkling heart; U+1F496
&#128151; growing heart; U+1F497
&#128147; beating heart; U+1F493
&#128158; revolving hearts; U+1F49E
&#128149; two hearts; U+1F495
&#128159; heart decoration; U+1F49F
&#10083; heavy heart exclamation; U+2763
&#128148; broken heart; U+1F494
&#10084; red heart; U+2764
&#129505; orange heart; U+1F9E1
&#128155; yellow heart; U+1F49B
&#128154; green heart; U+1F49A
&#128153; blue heart; U+1F499
&#128156; purple heart; U+1F49C
&#128420; black heart; U+1F5A4
&#128175; hundred points; U+1F4AF
&#128162; anger symbol; U+1F4A2
&#128165; collision; U+1F4A5
&#128171; dizzy; U+1F4AB
&#128166; sweat droplets; U+1F4A6
&#128168; dashing away; U+1F4A8
&#128371; hole; U+1F573
&#128163; bomb; U+1F4A3
&#128172; speech balloon; U+1F4AC
&#128065;&#65039;&#8205;&#128488;&#65039; eye in speech bubble; U+1F441 U+FE0F U+200D U+1F5E8 U+FE0F
&#128488; left speech bubble; U+1F5E8
&#128495; right anger bubble; U+1F5EF
&#128173; thought balloon; U+1F4AD
&#128164; zzz; U+1F4A4
&#128075; waving hand; U+1F44B
&#129306; raised back of hand; U+1F91A
&#128400; hand with fingers splayed; U+1F590
&#9995; raised hand; U+270B
&#128406; vulcan salute; U+1F596
&#128076; OK hand; U+1F44C
&#9996; victory hand; U+270C
&#129310; crossed fingers; U+1F91E
&#129311; love-you gesture; U+1F91F
&#129304; sign of the horns; U+1F918
&#129305; call me hand; U+1F919
&#128072; backhand index pointing left; U+1F448
&#128073; backhand index pointing right; U+1F449
&#128070; backhand index pointing up; U+1F446
&#128405; middle finger; U+1F595
&#128071; backhand index pointing down; U+1F447
&#9757; index pointing up; U+261D
&#128077; thumbs up; U+1F44D
&#128078; thumbs down; U+1F44E
&#9994; raised fist; U+270A
&#128074; oncoming fist; U+1F44A
&#129307; left-facing fist; U+1F91B
&#129308; right-facing fist; U+1F91C
&#128079; clapping hands; U+1F44F
&#128588; raising hands; U+1F64C
&#128080; open hands; U+1F450
&#129330; palms up together; U+1F932
&#129309; handshake; U+1F91D
&#128591; folded hands; U+1F64F
&#9997; writing hand; U+270D
&#128133; nail polish; U+1F485
&#129331; selfie; U+1F933
&#128170; flexed biceps; U+1F4AA
&#129461; leg; U+1F9B5
&#129462; foot; U+1F9B6
&#128066; ear; U+1F442
&#128067; nose; U+1F443
&#129504; brain; U+1F9E0
&#129463; tooth; U+1F9B7
&#129460; bone; U+1F9B4
&#128064; eyes; U+1F440
&#128065; eye; U+1F441
&#128069; tongue; U+1F445
&#128068; mouth; U+1F444
&#128118; baby; U+1F476
&#129490; child; U+1F9D2
&#128102; boy; U+1F466
&#128103; girl; U+1F467
&#129489; person; U+1F9D1
&#128113; person: blond hair; U+1F471
&#128104; man; U+1F468
&#128113;&#8205;&#9794;&#65039; man: blond hair; U+1F471 U+200D U+2642 U+FE0F
&#128104;&#8205;&#129456; man: red hair; U+1F468 U+200D U+1F9B0
&#128104;&#8205;&#129457; man: curly hair; U+1F468 U+200D U+1F9B1
&#128104;&#8205;&#129459; man: white hair; U+1F468 U+200D U+1F9B3
&#128104;&#8205;&#129458; man: bald; U+1F468 U+200D U+1F9B2
&#129492; man: beard; U+1F9D4
&#128105; woman; U+1F469
&#128113;&#8205;&#9792;&#65039; woman: blond hair; U+1F471 U+200D U+2640 U+FE0F
&#128105;&#8205;&#129456; woman: red hair; U+1F469 U+200D U+1F9B0
&#128105;&#8205;&#129457; woman: curly hair; U+1F469 U+200D U+1F9B1
&#128105;&#8205;&#129459; woman: white hair; U+1F469 U+200D U+1F9B3
&#128105;&#8205;&#129458; woman: bald; U+1F469 U+200D U+1F9B2
&#129491; older person; U+1F9D3
&#128116; old man; U+1F474
&#128117; old woman; U+1F475
&#128589; person frowning; U+1F64D
&#128589;&#8205;&#9794;&#65039; man frowning; U+1F64D U+200D U+2642 U+FE0F
&#128589;&#8205;&#9792;&#65039; woman frowning; U+1F64D U+200D U+2640 U+FE0F
&#128590; person pouting; U+1F64E
&#128590;&#8205;&#9794;&#65039; man pouting; U+1F64E U+200D U+2642 U+FE0F
&#128590;&#8205;&#9792;&#65039; woman pouting; U+1F64E U+200D U+2640 U+FE0F
&#128581; person gesturing NO; U+1F645
&#128581;&#8205;&#9794;&#65039; man gesturing NO; U+1F645 U+200D U+2642 U+FE0F
&#128581;&#8205;&#9792;&#65039; woman gesturing NO; U+1F645 U+200D U+2640 U+FE0F
&#128582; person gesturing OK; U+1F646
&#128582;&#8205;&#9794;&#65039; man gesturing OK; U+1F646 U+200D U+2642 U+FE0F
&#128582;&#8205;&#9792;&#65039; woman gesturing OK; U+1F646 U+200D U+2640 U+FE0F
&#128129; person tipping hand; U+1F481
&#128129;&#8205;&#9794;&#65039; man tipping hand; U+1F481 U+200D U+2642 U+FE0F
&#128129;&#8205;&#9792;&#65039; woman tipping hand; U+1F481 U+200D U+2640 U+FE0F
&#128587; person raising hand; U+1F64B
&#128587;&#8205;&#9794;&#65039; man raising hand; U+1F64B U+200D U+2642 U+FE0F
&#128587;&#8205;&#9792;&#65039; woman raising hand; U+1F64B U+200D U+2640 U+FE0F
&#128583; person bowing; U+1F647
&#128583;&#8205;&#9794;&#65039; man bowing; U+1F647 U+200D U+2642 U+FE0F
&#128583;&#8205;&#9792;&#65039; woman bowing; U+1F647 U+200D U+2640 U+FE0F
&#129318; person facepalming; U+1F926
&#129318;&#8205;&#9794;&#65039; man facepalming; U+1F926 U+200D U+2642 U+FE0F
&#129318;&#8205;&#9792;&#65039; woman facepalming; U+1F926 U+200D U+2640 U+FE0F
&#129335; person shrugging; U+1F937
&#129335;&#8205;&#9794;&#65039; man shrugging; U+1F937 U+200D U+2642 U+FE0F
&#129335;&#8205;&#9792;&#65039; woman shrugging; U+1F937 U+200D U+2640 U+FE0F
&#128104;&#8205;&#9877;&#65039; man health worker; U+1F468 U+200D U+2695 U+FE0F
&#128105;&#8205;&#9877;&#65039; woman health worker; U+1F469 U+200D U+2695 U+FE0F
&#128104;&#8205;&#127891; man student; U+1F468 U+200D U+1F393
&#128105;&#8205;&#127891; woman student; U+1F469 U+200D U+1F393
&#128104;&#8205;&#127979; man teacher; U+1F468 U+200D U+1F3EB
&#128105;&#8205;&#127979; woman teacher; U+1F469 U+200D U+1F3EB
&#128104;&#8205;&#9878;&#65039; man judge; U+1F468 U+200D U+2696 U+FE0F
&#128105;&#8205;&#9878;&#65039; woman judge; U+1F469 U+200D U+2696 U+FE0F
&#128104;&#8205;&#127806; man farmer; U+1F468 U+200D U+1F33E
&#128105;&#8205;&#127806; woman farmer; U+1F469 U+200D U+1F33E
&#128104;&#8205;&#127859; man cook; U+1F468 U+200D U+1F373
&#128105;&#8205;&#127859; woman cook; U+1F469 U+200D U+1F373
&#128104;&#8205;&#128295; man mechanic; U+1F468 U+200D U+1F527
&#128105;&#8205;&#128295; woman mechanic; U+1F469 U+200D U+1F527
&#128104;&#8205;&#127981; man factory worker; U+1F468 U+200D U+1F3ED
&#128105;&#8205;&#127981; woman factory worker; U+1F469 U+200D U+1F3ED
&#128104;&#8205;&#128188; man office worker; U+1F468 U+200D U+1F4BC
&#128105;&#8205;&#128188; woman office worker; U+1F469 U+200D U+1F4BC
&#128104;&#8205;&#128300; man scientist; U+1F468 U+200D U+1F52C
&#128105;&#8205;&#128300; woman scientist; U+1F469 U+200D U+1F52C
&#128104;&#8205;&#128187; man technologist; U+1F468 U+200D U+1F4BB
&#128105;&#8205;&#128187; woman technologist; U+1F469 U+200D U+1F4BB
&#128104;&#8205;&#127908; man singer; U+1F468 U+200D U+1F3A4
&#128105;&#8205;&#127908; woman singer; U+1F469 U+200D U+1F3A4
&#128104;&#8205;&#127912; man artist; U+1F468 U+200D U+1F3A8
&#128105;&#8205;&#127912; woman artist; U+1F469 U+200D U+1F3A8
&#128104;&#8205;&#9992;&#65039; man pilot; U+1F468 U+200D U+2708 U+FE0F
&#128105;&#8205;&#9992;&#65039; woman pilot; U+1F469 U+200D U+2708 U+FE0F
&#128104;&#8205;&#128640; man astronaut; U+1F468 U+200D U+1F680
&#128105;&#8205;&#128640; woman astronaut; U+1F469 U+200D U+1F680
&#128104;&#8205;&#128658; man firefighter; U+1F468 U+200D U+1F692
&#128105;&#8205;&#128658; woman firefighter; U+1F469 U+200D U+1F692
&#128110; police officer; U+1F46E
&#128110;&#8205;&#9794;&#65039; man police officer; U+1F46E U+200D U+2642 U+FE0F
&#128110;&#8205;&#9792;&#65039; woman police officer; U+1F46E U+200D U+2640 U+FE0F
&#128373; detective; U+1F575
&#128373;&#65039;&#8205;&#9794;&#65039; man detective; U+1F575 U+FE0F U+200D U+2642 U+FE0F
&#128373;&#65039;&#8205;&#9792;&#65039; woman detective; U+1F575 U+FE0F U+200D U+2640 U+FE0F
&#128130; guard; U+1F482
&#128130;&#8205;&#9794;&#65039; man guard; U+1F482 U+200D U+2642 U+FE0F
&#128130;&#8205;&#9792;&#65039; woman guard; U+1F482 U+200D U+2640 U+FE0F
&#128119; construction worker; U+1F477
&#128119;&#8205;&#9794;&#65039; man construction worker; U+1F477 U+200D U+2642 U+FE0F
&#128119;&#8205;&#9792;&#65039; woman construction worker; U+1F477 U+200D U+2640 U+FE0F
&#129332; prince; U+1F934
&#128120; princess; U+1F478
&#128115; person wearing turban; U+1F473
&#128115;&#8205;&#9794;&#65039; man wearing turban; U+1F473 U+200D U+2642 U+FE0F
&#128115;&#8205;&#9792;&#65039; woman wearing turban; U+1F473 U+200D U+2640 U+FE0F
&#128114; man with Chinese cap; U+1F472
&#129493; woman with headscarf; U+1F9D5
&#129333; man in tuxedo; U+1F935
&#128112; bride with veil; U+1F470
&#129328; pregnant woman; U+1F930
&#129329; breast-feeding; U+1F931
&#128124; baby angel; U+1F47C
&#127877; Santa Claus; U+1F385
&#129334; Mrs. Claus; U+1F936
&#129464; superhero; U+1F9B8
&#129464;&#8205;&#9794;&#65039; man superhero; U+1F9B8 U+200D U+2642 U+FE0F
&#129464;&#8205;&#9792;&#65039; woman superhero; U+1F9B8 U+200D U+2640 U+FE0F
&#129465; supervillain; U+1F9B9
&#129465;&#8205;&#9794;&#65039; man supervillain; U+1F9B9 U+200D U+2642 U+FE0F
&#129465;&#8205;&#9792;&#65039; woman supervillain; U+1F9B9 U+200D U+2640 U+FE0F
&#129497; mage; U+1F9D9
&#129497;&#8205;&#9794;&#65039; man mage; U+1F9D9 U+200D U+2642 U+FE0F
&#129497;&#8205;&#9792;&#65039; woman mage; U+1F9D9 U+200D U+2640 U+FE0F
&#129498; fairy; U+1F9DA
&#129498;&#8205;&#9794;&#65039; man fairy; U+1F9DA U+200D U+2642 U+FE0F
&#129498;&#8205;&#9792;&#65039; woman fairy; U+1F9DA U+200D U+2640 U+FE0F
&#129499; vampire; U+1F9DB
&#129499;&#8205;&#9794;&#65039; man vampire; U+1F9DB U+200D U+2642 U+FE0F
&#129499;&#8205;&#9792;&#65039; woman vampire; U+1F9DB U+200D U+2640 U+FE0F
&#129500; merperson; U+1F9DC
&#129500;&#8205;&#9794;&#65039; merman; U+1F9DC U+200D U+2642 U+FE0F
&#129500;&#8205;&#9792;&#65039; mermaid; U+1F9DC U+200D U+2640 U+FE0F
&#129501; elf; U+1F9DD
&#129501;&#8205;&#9794;&#65039; man elf; U+1F9DD U+200D U+2642 U+FE0F
&#129501;&#8205;&#9792;&#65039; woman elf; U+1F9DD U+200D U+2640 U+FE0F
&#129502; genie; U+1F9DE
&#129502;&#8205;&#9794;&#65039; man genie; U+1F9DE U+200D U+2642 U+FE0F
&#129502;&#8205;&#9792;&#65039; woman genie; U+1F9DE U+200D U+2640 U+FE0F
&#129503; zombie; U+1F9DF
&#129503;&#8205;&#9794;&#65039; man zombie; U+1F9DF U+200D U+2642 U+FE0F
&#129503;&#8205;&#9792;&#65039; woman zombie; U+1F9DF U+200D U+2640 U+FE0F
&#128134; person getting massage; U+1F486
&#128134;&#8205;&#9794;&#65039; man getting massage; U+1F486 U+200D U+2642 U+FE0F
&#128134;&#8205;&#9792;&#65039; woman getting massage; U+1F486 U+200D U+2640 U+FE0F
&#128135; person getting haircut; U+1F487
&#128135;&#8205;&#9794;&#65039; man getting haircut; U+1F487 U+200D U+2642 U+FE0F
&#128135;&#8205;&#9792;&#65039; woman getting haircut; U+1F487 U+200D U+2640 U+FE0F
&#128694; person walking; U+1F6B6
&#128694;&#8205;&#9794;&#65039; man walking; U+1F6B6 U+200D U+2642 U+FE0F
&#128694;&#8205;&#9792;&#65039; woman walking; U+1F6B6 U+200D U+2640 U+FE0F
&#127939; person running; U+1F3C3
&#127939;&#8205;&#9794;&#65039; man running; U+1F3C3 U+200D U+2642 U+FE0F
&#127939;&#8205;&#9792;&#65039; woman running; U+1F3C3 U+200D U+2640 U+FE0F
&#128131; woman dancing; U+1F483
&#128378; man dancing; U+1F57A
&#128372; man in suit levitating; U+1F574
&#128111; people with bunny ears; U+1F46F
&#128111;&#8205;&#9794;&#65039; men with bunny ears; U+1F46F U+200D U+2642 U+FE0F
&#128111;&#8205;&#9792;&#65039; women with bunny ears; U+1F46F U+200D U+2640 U+FE0F
&#129494; person in steamy room; U+1F9D6
&#129494;&#8205;&#9794;&#65039; man in steamy room; U+1F9D6 U+200D U+2642 U+FE0F
&#129494;&#8205;&#9792;&#65039; woman in steamy room; U+1F9D6 U+200D U+2640 U+FE0F
&#129495; person climbing; U+1F9D7
&#129495;&#8205;&#9794;&#65039; man climbing; U+1F9D7 U+200D U+2642 U+FE0F
&#129495;&#8205;&#9792;&#65039; woman climbing; U+1F9D7 U+200D U+2640 U+FE0F
&#129338; person fencing; U+1F93A
&#127943; horse racing; U+1F3C7
&#9975; skier; U+26F7
&#127938; snowboarder; U+1F3C2
&#127948; person golfing; U+1F3CC
&#127948;&#65039;&#8205;&#9794;&#65039; man golfing; U+1F3CC U+FE0F U+200D U+2642 U+FE0F
&#127948;&#65039;&#8205;&#9792;&#65039; woman golfing; U+1F3CC U+FE0F U+200D U+2640 U+FE0F
&#127940; person surfing; U+1F3C4
&#127940;&#8205;&#9794;&#65039; man surfing; U+1F3C4 U+200D U+2642 U+FE0F
&#127940;&#8205;&#9792;&#65039; woman surfing; U+1F3C4 U+200D U+2640 U+FE0F
&#128675; person rowing boat; U+1F6A3
&#128675;&#8205;&#9794;&#65039; man rowing boat; U+1F6A3 U+200D U+2642 U+FE0F
&#128675;&#8205;&#9792;&#65039; woman rowing boat; U+1F6A3 U+200D U+2640 U+FE0F
&#127946; person swimming; U+1F3CA
&#127946;&#8205;&#9794;&#65039; man swimming; U+1F3CA U+200D U+2642 U+FE0F
&#127946;&#8205;&#9792;&#65039; woman swimming; U+1F3CA U+200D U+2640 U+FE0F
&#9977; person bouncing ball; U+26F9
&#9977;&#65039;&#8205;&#9794;&#65039; man bouncing ball; U+26F9 U+FE0F U+200D U+2642 U+FE0F
&#9977;&#65039;&#8205;&#9792;&#65039; woman bouncing ball; U+26F9 U+FE0F U+200D U+2640 U+FE0F
&#127947; person lifting weights; U+1F3CB
&#127947;&#65039;&#8205;&#9794;&#65039; man lifting weights; U+1F3CB U+FE0F U+200D U+2642 U+FE0F
&#127947;&#65039;&#8205;&#9792;&#65039; woman lifting weights; U+1F3CB U+FE0F U+200D U+2640 U+FE0F
&#128692; person biking; U+1F6B4
&#128692;&#8205;&#9794;&#65039; man biking; U+1F6B4 U+200D U+2642 U+FE0F
&#128692;&#8205;&#9792;&#65039; woman biking; U+1F6B4 U+200D U+2640 U+FE0F
&#128693; person mountain biking; U+1F6B5
&#128693;&#8205;&#9794;&#65039; man mountain biking; U+1F6B5 U+200D U+2642 U+FE0F
&#128693;&#8205;&#9792;&#65039; woman mountain biking; U+1F6B5 U+200D U+2640 U+FE0F
&#129336; person cartwheeling; U+1F938
&#129336;&#8205;&#9794;&#65039; man cartwheeling; U+1F938 U+200D U+2642 U+FE0F
&#129336;&#8205;&#9792;&#65039; woman cartwheeling; U+1F938 U+200D U+2640 U+FE0F
&#129340; people wrestling; U+1F93C
&#129340;&#8205;&#9794;&#65039; men wrestling; U+1F93C U+200D U+2642 U+FE0F
&#129340;&#8205;&#9792;&#65039; women wrestling; U+1F93C U+200D U+2640 U+FE0F
&#129341; person playing water polo; U+1F93D
&#129341;&#8205;&#9794;&#65039; man playing water polo; U+1F93D U+200D U+2642 U+FE0F
&#129341;&#8205;&#9792;&#65039; woman playing water polo; U+1F93D U+200D U+2640 U+FE0F
&#129342; person playing handball; U+1F93E
&#129342;&#8205;&#9794;&#65039; man playing handball; U+1F93E U+200D U+2642 U+FE0F
&#129342;&#8205;&#9792;&#65039; woman playing handball; U+1F93E U+200D U+2640 U+FE0F
&#129337; person juggling; U+1F939
&#129337;&#8205;&#9794;&#65039; man juggling; U+1F939 U+200D U+2642 U+FE0F
&#129337;&#8205;&#9792;&#65039; woman juggling; U+1F939 U+200D U+2640 U+FE0F
&#129496; person in lotus position; U+1F9D8
&#129496;&#8205;&#9794;&#65039; man in lotus position; U+1F9D8 U+200D U+2642 U+FE0F
&#129496;&#8205;&#9792;&#65039; woman in lotus position; U+1F9D8 U+200D U+2640 U+FE0F
&#128704; person taking bath; U+1F6C0
&#128716; person in bed; U+1F6CC
&#128109; women holding hands; U+1F46D
&#128107; woman and man holding hands; U+1F46B
&#128108; men holding hands; U+1F46C
&#128143; kiss; U+1F48F
&#128105;&#8205;&#10084;&#65039;&#8205;&#128139;&#8205;&#128104; kiss: woman, man; U+1F469 U+200D U+2764 U+FE0F U+200D U+1F48B U+200D U+1F468
&#128104;&#8205;&#10084;&#65039;&#8205;&#128139;&#8205;&#128104; kiss: man, man; U+1F468 U+200D U+2764 U+FE0F U+200D U+1F48B U+200D U+1F468
&#128105;&#8205;&#10084;&#65039;&#8205;&#128139;&#8205;&#128105; kiss: woman, woman; U+1F469 U+200D U+2764 U+FE0F U+200D U+1F48B U+200D U+1F469
&#128145; couple with heart; U+1F491
&#128105;&#8205;&#10084;&#65039;&#8205;&#128104; couple with heart: woman, man; U+1F469 U+200D U+2764 U+FE0F U+200D U+1F468
&#128104;&#8205;&#10084;&#65039;&#8205;&#128104; couple with heart: man, man; U+1F468 U+200D U+2764 U+FE0F U+200D U+1F468
&#128105;&#8205;&#10084;&#65039;&#8205;&#128105; couple with heart: woman, woman; U+1F469 U+200D U+2764 U+FE0F U+200D U+1F469
&#128106; family; U+1F46A
&#128104;&#8205;&#128105;&#8205;&#128102; family: man, woman, boy; U+1F468 U+200D U+1F469 U+200D U+1F466
&#128104;&#8205;&#128105;&#8205;&#128103; family: man, woman, girl; U+1F468 U+200D U+1F469 U+200D U+1F467
&#128104;&#8205;&#128105;&#8205;&#128103;&#8205;&#128102; family: man, woman, girl, boy; U+1F468 U+200D U+1F469 U+200D U+1F467 U+200D U+1F466
&#128104;&#8205;&#128105;&#8205;&#128102;&#8205;&#128102; family: man, woman, boy, boy; U+1F468 U+200D U+1F469 U+200D U+1F466 U+200D U+1F466
&#128104;&#8205;&#128105;&#8205;&#128103;&#8205;&#128103; family: man, woman, girl, girl; U+1F468 U+200D U+1F469 U+200D U+1F467 U+200D U+1F467
&#128104;&#8205;&#128104;&#8205;&#128102; family: man, man, boy; U+1F468 U+200D U+1F468 U+200D U+1F466
&#128104;&#8205;&#128104;&#8205;&#128103; family: man, man, girl; U+1F468 U+200D U+1F468 U+200D U+1F467
&#128104;&#8205;&#128104;&#8205;&#128103;&#8205;&#128102; family: man, man, girl, boy; U+1F468 U+200D U+1F468 U+200D U+1F467 U+200D U+1F466
&#128104;&#8205;&#128104;&#8205;&#128102;&#8205;&#128102; family: man, man, boy, boy; U+1F468 U+200D U+1F468 U+200D U+1F466 U+200D U+1F466
&#128104;&#8205;&#128104;&#8205;&#128103;&#8205;&#128103; family: man, man, girl, girl; U+1F468 U+200D U+1F468 U+200D U+1F467 U+200D U+1F467
&#128105;&#8205;&#128105;&#8205;&#128102; family: woman, woman, boy; U+1F469 U+200D U+1F469 U+200D U+1F466
&#128105;&#8205;&#128105;&#8205;&#128103; family: woman, woman, girl; U+1F469 U+200D U+1F469 U+200D U+1F467
&#128105;&#8205;&#128105;&#8205;&#128103;&#8205;&#128102; family: woman, woman, girl, boy; U+1F469 U+200D U+1F469 U+200D U+1F467 U+200D U+1F466
&#128105;&#8205;&#128105;&#8205;&#128102;&#8205;&#128102; family: woman, woman, boy, boy; U+1F469 U+200D U+1F469 U+200D U+1F466 U+200D U+1F466
&#128105;&#8205;&#128105;&#8205;&#128103;&#8205;&#128103; family: woman, woman, girl, girl; U+1F469 U+200D U+1F469 U+200D U+1F467 U+200D U+1F467
&#128104;&#8205;&#128102; family: man, boy; U+1F468 U+200D U+1F466
&#128104;&#8205;&#128102;&#8205;&#128102; family: man, boy, boy; U+1F468 U+200D U+1F466 U+200D U+1F466
&#128104;&#8205;&#128103; family: man, girl; U+1F468 U+200D U+1F467
&#128104;&#8205;&#128103;&#8205;&#128102; family: man, girl, boy; U+1F468 U+200D U+1F467 U+200D U+1F466
&#128104;&#8205;&#128103;&#8205;&#128103; family: man, girl, girl; U+1F468 U+200D U+1F467 U+200D U+1F467
&#128105;&#8205;&#128102; family: woman, boy; U+1F469 U+200D U+1F466
&#128105;&#8205;&#128102;&#8205;&#128102; family: woman, boy, boy; U+1F469 U+200D U+1F466 U+200D U+1F466
&#128105;&#8205;&#128103; family: woman, girl; U+1F469 U+200D U+1F467
&#128105;&#8205;&#128103;&#8205;&#128102; family: woman, girl, boy; U+1F469 U+200D U+1F467 U+200D U+1F466
&#128105;&#8205;&#128103;&#8205;&#128103; family: woman, girl, girl; U+1F469 U+200D U+1F467 U+200D U+1F467
&#128483; speaking head; U+1F5E3
&#128100; bust in silhouette; U+1F464
&#128101; busts in silhouette; U+1F465
&#128099; footprints; U+1F463
&#129456; red hair; U+1F9B0
&#129457; curly hair; U+1F9B1
&#129459; white hair; U+1F9B3
&#129458; bald; U+1F9B2
&#128053; monkey face; U+1F435
&#128018; monkey; U+1F412
&#129421; gorilla; U+1F98D
&#128054; dog face; U+1F436
&#128021; dog; U+1F415
&#128041; poodle; U+1F429
&#128058; wolf face; U+1F43A
&#129418; fox face; U+1F98A
&#129437; raccoon; U+1F99D
&#128049; cat face; U+1F431
&#128008; cat; U+1F408
&#129409; lion face; U+1F981
&#128047; tiger face; U+1F42F
&#128005; tiger; U+1F405
&#128006; leopard; U+1F406
&#128052; horse face; U+1F434
&#128014; horse; U+1F40E
&#129412; unicorn face; U+1F984
&#129427; zebra; U+1F993
&#129420; deer; U+1F98C
&#128046; cow face; U+1F42E
&#128002; ox; U+1F402
&#128003; water buffalo; U+1F403
&#128004; cow; U+1F404
&#128055; pig face; U+1F437
&#128022; pig; U+1F416
&#128023; boar; U+1F417
&#128061; pig nose; U+1F43D
&#128015; ram; U+1F40F
&#128017; ewe; U+1F411
&#128016; goat; U+1F410
&#128042; camel; U+1F42A
&#128043; two-hump camel; U+1F42B
&#129433; llama; U+1F999
&#129426; giraffe; U+1F992
&#128024; elephant; U+1F418
&#129423; rhinoceros; U+1F98F
&#129435; hippopotamus; U+1F99B
&#128045; mouse face; U+1F42D
&#128001; mouse; U+1F401
&#128000; rat; U+1F400
&#128057; hamster face; U+1F439
&#128048; rabbit face; U+1F430
&#128007; rabbit; U+1F407
&#128063; chipmunk; U+1F43F
&#129428; hedgehog; U+1F994
&#129415; bat; U+1F987
&#128059; bear face; U+1F43B
&#128040; koala; U+1F428
&#128060; panda face; U+1F43C
&#129432; kangaroo; U+1F998
&#129441; badger; U+1F9A1
&#128062; paw prints; U+1F43E
&#129411; turkey; U+1F983
&#128020; chicken; U+1F414
&#128019; rooster; U+1F413
&#128035; hatching chick; U+1F423
&#128036; baby chick; U+1F424
&#128037; front-facing baby chick; U+1F425
&#128038; bird; U+1F426
&#128039; penguin; U+1F427
&#128330; dove; U+1F54A
&#129413; eagle; U+1F985
&#129414; duck; U+1F986
&#129442; swan; U+1F9A2
&#129417; owl; U+1F989
&#129434; peacock; U+1F99A
&#129436; parrot; U+1F99C
&#128056; frog face; U+1F438
&#128010; crocodile; U+1F40A
&#128034; turtle; U+1F422
&#129422; lizard; U+1F98E
&#128013; snake; U+1F40D
&#128050; dragon face; U+1F432
&#128009; dragon; U+1F409
&#129429; sauropod; U+1F995
&#129430; T-Rex; U+1F996
&#128051; spouting whale; U+1F433
&#128011; whale; U+1F40B
&#128044; dolphin; U+1F42C
&#128031; fish; U+1F41F
&#128032; tropical fish; U+1F420
&#128033; blowfish; U+1F421
&#129416; shark; U+1F988
&#128025; octopus; U+1F419
&#128026; spiral shell; U+1F41A
&#128012; snail; U+1F40C
&#129419; butterfly; U+1F98B
&#128027; bug; U+1F41B
&#128028; ant; U+1F41C
&#128029; honeybee; U+1F41D
&#128030; lady beetle; U+1F41E
&#129431; cricket; U+1F997
&#128375; spider; U+1F577
&#128376; spider web; U+1F578
&#129410; scorpion; U+1F982
&#129439; mosquito; U+1F99F
&#129440; microbe; U+1F9A0
&#128144; bouquet; U+1F490
&#127800; cherry blossom; U+1F338
&#128174; white flower; U+1F4AE
&#127989; rosette; U+1F3F5
&#127801; rose; U+1F339
&#129344; wilted flower; U+1F940
&#127802; hibiscus; U+1F33A
&#127803; sunflower; U+1F33B
&#127804; blossom; U+1F33C
&#127799; tulip; U+1F337
&#127793; seedling; U+1F331
&#127794; evergreen tree; U+1F332
&#127795; deciduous tree; U+1F333
&#127796; palm tree; U+1F334
&#127797; cactus; U+1F335
&#127806; sheaf of rice; U+1F33E
&#127807; herb; U+1F33F
&#9752; shamrock; U+2618
&#127808; four leaf clover; U+1F340
&#127809; maple leaf; U+1F341
&#127810; fallen leaf; U+1F342
&#127811; leaf fluttering in wind; U+1F343
&#127815; grapes; U+1F347
&#127816; melon; U+1F348
&#127817; watermelon; U+1F349
&#127818; tangerine; U+1F34A
&#127819; lemon; U+1F34B
&#127820; banana; U+1F34C
&#127821; pineapple; U+1F34D
&#129389; mango; U+1F96D
&#127822; red apple; U+1F34E
&#127823; green apple; U+1F34F
&#127824; pear; U+1F350
&#127825; peach; U+1F351
&#127826; cherries; U+1F352
&#127827; strawberry; U+1F353
&#129373; kiwi fruit; U+1F95D
&#127813; tomato; U+1F345
&#129381; coconut; U+1F965
&#129361; avocado; U+1F951
&#127814; eggplant; U+1F346
&#129364; potato; U+1F954
&#129365; carrot; U+1F955
&#127805; ear of corn; U+1F33D
&#127798; hot pepper; U+1F336
&#129362; cucumber; U+1F952
&#129388; leafy green; U+1F96C
&#129382; broccoli; U+1F966
&#127812; mushroom; U+1F344
&#129372; peanuts; U+1F95C
&#127792; chestnut; U+1F330
&#127838; bread; U+1F35E
&#129360; croissant; U+1F950
&#129366; baguette bread; U+1F956
&#129384; pretzel; U+1F968
&#129391; bagel; U+1F96F
&#129374; pancakes; U+1F95E
&#129472; cheese wedge; U+1F9C0
&#127830; meat on bone; U+1F356
&#127831; poultry leg; U+1F357
&#129385; cut of meat; U+1F969
&#129363; bacon; U+1F953
&#127828; hamburger; U+1F354
&#127839; french fries; U+1F35F
&#127829; pizza; U+1F355
&#127789; hot dog; U+1F32D
&#129386; sandwich; U+1F96A
&#127790; taco; U+1F32E
&#127791; burrito; U+1F32F
&#129369; stuffed flatbread; U+1F959
&#129370; egg; U+1F95A
&#127859; cooking; U+1F373
&#129368; shallow pan of food; U+1F958
&#127858; pot of food; U+1F372
&#129379; bowl with spoon; U+1F963
&#129367; green salad; U+1F957
&#127871; popcorn; U+1F37F
&#129474; salt; U+1F9C2
&#129387; canned food; U+1F96B
&#127857; bento box; U+1F371
&#127832; rice cracker; U+1F358
&#127833; rice ball; U+1F359
&#127834; cooked rice; U+1F35A
&#127835; curry rice; U+1F35B
&#127836; steaming bowl; U+1F35C
&#127837; spaghetti; U+1F35D
&#127840; roasted sweet potato; U+1F360
&#127842; oden; U+1F362
&#127843; sushi; U+1F363
&#127844; fried shrimp; U+1F364
&#127845; fish cake with swirl; U+1F365
&#129390; moon cake; U+1F96E
&#127841; dango; U+1F361
&#129375; dumpling; U+1F95F
&#129376; fortune cookie; U+1F960
&#129377; takeout box; U+1F961
&#129408; crab; U+1F980
&#129438; lobster; U+1F99E
&#129424; shrimp; U+1F990
&#129425; squid; U+1F991
&#127846; soft ice cream; U+1F366
&#127847; shaved ice; U+1F367
&#127848; ice cream; U+1F368
&#127849; doughnut; U+1F369
&#127850; cookie; U+1F36A
&#127874; birthday cake; U+1F382
&#127856; shortcake; U+1F370
&#129473; cupcake; U+1F9C1
&#129383; pie; U+1F967
&#127851; chocolate bar; U+1F36B
&#127852; candy; U+1F36C
&#127853; lollipop; U+1F36D
&#127854; custard; U+1F36E
&#127855; honey pot; U+1F36F
&#127868; baby bottle; U+1F37C
&#129371; glass of milk; U+1F95B
&#9749; hot beverage; U+2615
&#127861; teacup without handle; U+1F375
&#127862; sake; U+1F376
&#127870; bottle with popping cork; U+1F37E
&#127863; wine glass; U+1F377
&#127864; cocktail glass; U+1F378
&#127865; tropical drink; U+1F379
&#127866; beer mug; U+1F37A
&#127867; clinking beer mugs; U+1F37B
&#129346; clinking glasses; U+1F942
&#129347; tumbler glass; U+1F943
&#129380; cup with straw; U+1F964
&#129378; chopsticks; U+1F962
&#127869; fork and knife with plate; U+1F37D
&#127860; fork and knife; U+1F374
&#129348; spoon; U+1F944
&#128298; kitchen knife; U+1F52A
&#127994; amphora; U+1F3FA
&#127757; globe showing Europe-Africa; U+1F30D
&#127758; globe showing Americas; U+1F30E
&#127759; globe showing Asia-Australia; U+1F30F
&#127760; globe with meridians; U+1F310
&#128506; world map; U+1F5FA
&#128510; map of Japan; U+1F5FE
&#129517; compass; U+1F9ED
&#127956; snow-capped mountain; U+1F3D4
&#9968; mountain; U+26F0
&#127755; volcano; U+1F30B
&#128507; mount fuji; U+1F5FB
&#127957; camping; U+1F3D5
&#127958; beach with umbrella; U+1F3D6
&#127964; desert; U+1F3DC
&#127965; desert island; U+1F3DD
&#127966; national park; U+1F3DE
&#127967; stadium; U+1F3DF
&#127963; classical building; U+1F3DB
&#127959; building construction; U+1F3D7
&#129521; brick; U+1F9F1
&#127960; houses; U+1F3D8
&#127962; derelict house; U+1F3DA
&#127968; house; U+1F3E0
&#127969; house with garden; U+1F3E1
&#127970; office building; U+1F3E2
&#127971; Japanese post office; U+1F3E3
&#127972; post office; U+1F3E4
&#127973; hospital; U+1F3E5
&#127974; bank; U+1F3E6
&#127976; hotel; U+1F3E8
&#127977; love hotel; U+1F3E9
&#127978; convenience store; U+1F3EA
&#127979; school; U+1F3EB
&#127980; department store; U+1F3EC
&#127981; factory; U+1F3ED
&#127983; Japanese castle; U+1F3EF
&#127984; castle; U+1F3F0
&#128146; wedding; U+1F492
&#128508; Tokyo tower; U+1F5FC
&#128509; Statue of Liberty; U+1F5FD
&#9962; church; U+26EA
&#128332; mosque; U+1F54C
&#128333; synagogue; U+1F54D
&#9961; shinto shrine; U+26E9
&#128331; kaaba; U+1F54B
&#9970; fountain; U+26F2
&#9978; tent; U+26FA
&#127745; foggy; U+1F301
&#127747; night with stars; U+1F303
&#127961; cityscape; U+1F3D9
&#127748; sunrise over mountains; U+1F304
&#127749; sunrise; U+1F305
&#127750; cityscape at dusk; U+1F306
&#127751; sunset; U+1F307
&#127753; bridge at night; U+1F309
&#9832; hot springs; U+2668
&#127756; milky way; U+1F30C
&#127904; carousel horse; U+1F3A0
&#127905; ferris wheel; U+1F3A1
&#127906; roller coaster; U+1F3A2
&#128136; barber pole; U+1F488
&#127914; circus tent; U+1F3AA
&#128642; locomotive; U+1F682
&#128643; railway car; U+1F683
&#128644; high-speed train; U+1F684
&#128645; bullet train; U+1F685
&#128646; train; U+1F686
&#128647; metro; U+1F687
&#128648; light rail; U+1F688
&#128649; station; U+1F689
&#128650; tram; U+1F68A
&#128669; monorail; U+1F69D
&#128670; mountain railway; U+1F69E
&#128651; tram car; U+1F68B
&#128652; bus; U+1F68C
&#128653; oncoming bus; U+1F68D
&#128654; trolleybus; U+1F68E
&#128656; minibus; U+1F690
&#128657; ambulance; U+1F691
&#128658; fire engine; U+1F692
&#128659; police car; U+1F693
&#128660; oncoming police car; U+1F694
&#128661; taxi; U+1F695
&#128662; oncoming taxi; U+1F696
&#128663; automobile; U+1F697
&#128664; oncoming automobile; U+1F698
&#128665; sport utility vehicle; U+1F699
&#128666; delivery truck; U+1F69A
&#128667; articulated lorry; U+1F69B
&#128668; tractor; U+1F69C
&#127950; racing car; U+1F3CE
&#127949; motorcycle; U+1F3CD
&#128757; motor scooter; U+1F6F5
&#128690; bicycle; U+1F6B2
&#128756; kick scooter; U+1F6F4
&#128761; skateboard; U+1F6F9
&#128655; bus stop; U+1F68F
&#128739; motorway; U+1F6E3
&#128740; railway track; U+1F6E4
&#128738; oil drum; U+1F6E2
&#9981; fuel pump; U+26FD
&#128680; police car light; U+1F6A8
&#128677; horizontal traffic light; U+1F6A5
&#128678; vertical traffic light; U+1F6A6
&#128721; stop sign; U+1F6D1
&#128679; construction; U+1F6A7
&#9875; anchor; U+2693
&#9973; sailboat; U+26F5
&#128758; canoe; U+1F6F6
&#128676; speedboat; U+1F6A4
&#128755; passenger ship; U+1F6F3
&#9972; ferry; U+26F4
&#128741; motor boat; U+1F6E5
&#128674; ship; U+1F6A2
&#9992; airplane; U+2708
&#128745; small airplane; U+1F6E9
&#128747; airplane departure; U+1F6EB
&#128748; airplane arrival; U+1F6EC
&#128186; seat; U+1F4BA
&#128641; helicopter; U+1F681
&#128671; suspension railway; U+1F69F
&#128672; mountain cableway; U+1F6A0
&#128673; aerial tramway; U+1F6A1
&#128752; satellite; U+1F6F0
&#128640; rocket; U+1F680
&#128760; flying saucer; U+1F6F8
&#128718; bellhop bell; U+1F6CE
&#129523; luggage; U+1F9F3
&#8987; hourglass done; U+231B
&#9203; hourglass not done; U+23F3
&#8986; watch; U+231A
&#9200; alarm clock; U+23F0
&#9201; stopwatch; U+23F1
&#9202; timer clock; U+23F2
&#128368; mantelpiece clock; U+1F570
&#128347; twelve o&#8217;clock; U+1F55B
&#128359; twelve-thirty; U+1F567
&#128336; one o&#8217;clock; U+1F550
&#128348; one-thirty; U+1F55C
&#128337; two o&#8217;clock; U+1F551
&#128349; two-thirty; U+1F55D
&#128338; three o&#8217;clock; U+1F552
&#128350; three-thirty; U+1F55E
&#128339; four o&#8217;clock; U+1F553
&#128351; four-thirty; U+1F55F
&#128340; five o&#8217;clock; U+1F554
&#128352; five-thirty; U+1F560
&#128341; six o&#8217;clock; U+1F555
&#128353; six-thirty; U+1F561
&#128342; seven o&#8217;clock; U+1F556
&#128354; seven-thirty; U+1F562
&#128343; eight o&#8217;clock; U+1F557
&#128355; eight-thirty; U+1F563
&#128344; nine o&#8217;clock; U+1F558
&#128356; nine-thirty; U+1F564
&#128345; ten o&#8217;clock; U+1F559
&#128357; ten-thirty; U+1F565
&#128346; eleven o&#8217;clock; U+1F55A
&#128358; eleven-thirty; U+1F566
&#127761; new moon; U+1F311
&#127762; waxing crescent moon; U+1F312
&#127763; first quarter moon; U+1F313
&#127764; waxing gibbous moon; U+1F314
&#127765; full moon; U+1F315
&#127766; waning gibbous moon; U+1F316
&#127767; last quarter moon; U+1F317
&#127768; waning crescent moon; U+1F318
&#127769; crescent moon; U+1F319
&#127770; new moon face; U+1F31A
&#127771; first quarter moon face; U+1F31B
&#127772; last quarter moon face; U+1F31C
&#127777; thermometer; U+1F321
&#9728; sun; U+2600
&#127773; full moon face; U+1F31D
&#127774; sun with face; U+1F31E
&#11088; star; U+2B50
&#127775; glowing star; U+1F31F
&#127776; shooting star; U+1F320
&#9729; cloud; U+2601
&#9925; sun behind cloud; U+26C5
&#9928; cloud with lightning and rain; U+26C8
&#127780; sun behind small cloud; U+1F324
&#127781; sun behind large cloud; U+1F325
&#127782; sun behind rain cloud; U+1F326
&#127783; cloud with rain; U+1F327
&#127784; cloud with snow; U+1F328
&#127785; cloud with lightning; U+1F329
&#127786; tornado; U+1F32A
&#127787; fog; U+1F32B
&#127788; wind face; U+1F32C
&#127744; cyclone; U+1F300
&#127752; rainbow; U+1F308
&#127746; closed umbrella; U+1F302
&#9730; umbrella; U+2602
&#9748; umbrella with rain drops; U+2614
&#9969; umbrella on ground; U+26F1
&#9889; high voltage; U+26A1
&#10052; snowflake; U+2744
&#9731; snowman; U+2603
&#9924; snowman without snow; U+26C4
&#9732; comet; U+2604
&#128293; fire; U+1F525
&#128167; droplet; U+1F4A7
&#127754; water wave; U+1F30A
&#127875; jack-o-lantern; U+1F383
&#127876; Christmas tree; U+1F384
&#127878; fireworks; U+1F386
&#127879; sparkler; U+1F387
&#129512; firecracker; U+1F9E8
&#10024; sparkles; U+2728
&#127880; balloon; U+1F388
&#127881; party popper; U+1F389
&#127882; confetti ball; U+1F38A
&#127883; tanabata tree; U+1F38B
&#127885; pine decoration; U+1F38D
&#127886; Japanese dolls; U+1F38E
&#127887; carp streamer; U+1F38F
&#127888; wind chime; U+1F390
&#127889; moon viewing ceremony; U+1F391
&#129511; red envelope; U+1F9E7
&#127872; ribbon; U+1F380
&#127873; wrapped gift; U+1F381
&#127895; reminder ribbon; U+1F397
&#127903; admission tickets; U+1F39F
&#127915; ticket; U+1F3AB
&#127894; military medal; U+1F396
&#127942; trophy; U+1F3C6
&#127941; sports medal; U+1F3C5
1st place medal; U+1F947 &#129351;
2nd place medal; U+1F948 &#129352;
3rd place medal; U+1F949 &#129353;
&#9917; soccer ball; U+26BD
&#9918; baseball; U+26BE
&#129358; softball; U+1F94E
&#127936; basketball; U+1F3C0
&#127952; volleyball; U+1F3D0
&#127944; american football; U+1F3C8
&#127945; rugby football; U+1F3C9
&#127934; tennis; U+1F3BE
&#129359; flying disc; U+1F94F
&#127923; bowling; U+1F3B3
&#127951; cricket game; U+1F3CF
&#127953; field hockey; U+1F3D1
&#127954; ice hockey; U+1F3D2
&#129357; lacrosse; U+1F94D
&#127955; ping pong; U+1F3D3
&#127992; badminton; U+1F3F8
&#129354; boxing glove; U+1F94A
&#129355; martial arts uniform; U+1F94B
&#129349; goal net; U+1F945
&#9971; flag in hole; U+26F3
&#9976; ice skate; U+26F8
&#127907; fishing pole; U+1F3A3
&#127933; running shirt; U+1F3BD
&#127935; skis; U+1F3BF
&#128759; sled; U+1F6F7
&#129356; curling stone; U+1F94C
&#127919; direct hit; U+1F3AF
&#127921; pool <span class="org-highlight-numbers-number">8</span> ball; U+1F3B1
&#128302; crystal ball; U+1F52E
&#129535; nazar amulet; U+1F9FF
&#127918; video game; U+1F3AE
&#128377; joystick; U+1F579
&#127920; slot machine; U+1F3B0
&#127922; game die; U+1F3B2
&#129513; jigsaw; U+1F9E9
&#129528; teddy bear; U+1F9F8
&#9824; spade suit; U+2660
&#9829; heart suit; U+2665
&#9830; diamond suit; U+2666
&#9827; club suit; U+2663
&#9823; chess pawn; U+265F
&#127183; joker; U+1F0CF
&#126980; mahjong red dragon; U+1F004
&#127924; flower playing cards; U+1F3B4
&#127917; performing arts; U+1F3AD
&#128444; framed picture; U+1F5BC
&#127912; artist palette; U+1F3A8
&#129525; thread; U+1F9F5
&#129526; yarn; U+1F9F6
&#128083; glasses; U+1F453
&#128374; sunglasses; U+1F576
&#129405; goggles; U+1F97D
&#129404; lab coat; U+1F97C
&#128084; necktie; U+1F454
&#128085; t-shirt; U+1F455
&#128086; jeans; U+1F456
&#129507; scarf; U+1F9E3
&#129508; gloves; U+1F9E4
&#129509; coat; U+1F9E5
&#129510; socks; U+1F9E6
&#128087; dress; U+1F457
&#128088; kimono; U+1F458
&#128089; bikini; U+1F459
&#128090; woman&#8217;s clothes; U+1F45A
&#128091; purse; U+1F45B
&#128092; handbag; U+1F45C
&#128093; clutch bag; U+1F45D
&#128717; shopping bags; U+1F6CD
&#127890; backpack; U+1F392
&#128094; man&#8217;s shoe; U+1F45E
&#128095; running shoe; U+1F45F
&#129406; hiking boot; U+1F97E
&#129407; flat shoe; U+1F97F
&#128096; high-heeled shoe; U+1F460
&#128097; woman&#8217;s sandal; U+1F461
&#128098; woman&#8217;s boot; U+1F462
&#128081; crown; U+1F451
&#128082; woman&#8217;s hat; U+1F452
&#127913; top hat; U+1F3A9
&#127891; graduation cap; U+1F393
&#129506; billed cap; U+1F9E2
&#9937; rescue worker&#8217;s helmet; U+26D1
&#128255; prayer beads; U+1F4FF
&#128132; lipstick; U+1F484
&#128141; ring; U+1F48D
&#128142; gem stone; U+1F48E
&#128263; muted speaker; U+1F507
&#128264; speaker low volume; U+1F508
&#128265; speaker medium volume; U+1F509
&#128266; speaker high volume; U+1F50A
&#128226; loudspeaker; U+1F4E2
&#128227; megaphone; U+1F4E3
&#128239; postal horn; U+1F4EF
&#128276; bell; U+1F514
&#128277; bell with slash; U+1F515
&#127932; musical score; U+1F3BC
&#127925; musical note; U+1F3B5
&#127926; musical notes; U+1F3B6
&#127897; studio microphone; U+1F399
&#127898; level slider; U+1F39A
&#127899; control knobs; U+1F39B
&#127908; microphone; U+1F3A4
&#127911; headphone; U+1F3A7
&#128251; radio; U+1F4FB
&#127927; saxophone; U+1F3B7
&#127928; guitar; U+1F3B8
&#127929; musical keyboard; U+1F3B9
&#127930; trumpet; U+1F3BA
&#127931; violin; U+1F3BB
&#129345; drum; U+1F941
&#128241; mobile phone; U+1F4F1
&#128242; mobile phone with arrow; U+1F4F2
&#9742; telephone; U+260E
&#128222; telephone receiver; U+1F4DE
&#128223; pager; U+1F4DF
&#128224; fax machine; U+1F4E0
&#128267; battery; U+1F50B
&#128268; electric plug; U+1F50C
&#128187; laptop computer; U+1F4BB
&#128421; desktop computer; U+1F5A5
&#128424; printer; U+1F5A8
&#9000; keyboard; U+2328
&#128433; computer mouse; U+1F5B1
&#128434; trackball; U+1F5B2
&#128189; computer disk; U+1F4BD
&#128190; floppy disk; U+1F4BE
&#128191; optical disk; U+1F4BF
&#128192; dvd; U+1F4C0
&#129518; abacus; U+1F9EE
&#127909; movie camera; U+1F3A5
&#127902; film frames; U+1F39E
&#128253; film projector; U+1F4FD
&#127916; clapper board; U+1F3AC
&#128250; television; U+1F4FA
&#128247; camera; U+1F4F7
&#128248; camera with flash; U+1F4F8
&#128249; video camera; U+1F4F9
&#128252; videocassette; U+1F4FC
&#128269; magnifying glass tilted left; U+1F50D
&#128270; magnifying glass tilted right; U+1F50E
&#128367; candle; U+1F56F
&#128161; light bulb; U+1F4A1
&#128294; flashlight; U+1F526
&#127982; red paper lantern; U+1F3EE
&#128212; notebook with decorative cover; U+1F4D4
&#128213; closed book; U+1F4D5
&#128214; open book; U+1F4D6
&#128215; green book; U+1F4D7
&#128216; blue book; U+1F4D8
&#128217; orange book; U+1F4D9
&#128218; books; U+1F4DA
&#128211; notebook; U+1F4D3
&#128210; ledger; U+1F4D2
&#128195; page with curl; U+1F4C3
&#128220; scroll; U+1F4DC
&#128196; page facing up; U+1F4C4
&#128240; newspaper; U+1F4F0
&#128478; rolled-up newspaper; U+1F5DE
&#128209; bookmark tabs; U+1F4D1
&#128278; bookmark; U+1F516
&#127991; label; U+1F3F7
&#128176; money bag; U+1F4B0
&#128180; yen banknote; U+1F4B4
&#128181; dollar banknote; U+1F4B5
&#128182; euro banknote; U+1F4B6
&#128183; pound banknote; U+1F4B7
&#128184; money with wings; U+1F4B8
&#128179; credit card; U+1F4B3
&#129534; receipt; U+1F9FE
&#128185; chart increasing with yen; U+1F4B9
&#128177; currency exchange; U+1F4B1
&#128178; heavy dollar sign; U+1F4B2
&#9993; envelope; U+2709
&#128231; e-mail; U+1F4E7
&#128232; incoming envelope; U+1F4E8
&#128233; envelope with arrow; U+1F4E9
&#128228; outbox tray; U+1F4E4
&#128229; inbox tray; U+1F4E5
&#128230; package; U+1F4E6
&#128235; closed mailbox with raised flag; U+1F4EB
&#128234; closed mailbox with lowered flag; U+1F4EA
&#128236; open mailbox with raised flag; U+1F4EC
&#128237; open mailbox with lowered flag; U+1F4ED
&#128238; postbox; U+1F4EE
&#128499; ballot box with ballot; U+1F5F3
&#9999; pencil; U+270F
&#10002; black nib; U+2712
&#128395; fountain pen; U+1F58B
&#128394; pen; U+1F58A
&#128396; paintbrush; U+1F58C
&#128397; crayon; U+1F58D
&#128221; memo; U+1F4DD
&#128188; briefcase; U+1F4BC
&#128193; file folder; U+1F4C1
&#128194; open file folder; U+1F4C2
&#128450; card index dividers; U+1F5C2
&#128197; calendar; U+1F4C5
&#128198; tear-off calendar; U+1F4C6
&#128466; spiral notepad; U+1F5D2
&#128467; spiral calendar; U+1F5D3
&#128199; card index; U+1F4C7
&#128200; chart increasing; U+1F4C8
&#128201; chart decreasing; U+1F4C9
&#128202; bar chart; U+1F4CA
&#128203; clipboard; U+1F4CB
&#128204; pushpin; U+1F4CC
&#128205; round pushpin; U+1F4CD
&#128206; paperclip; U+1F4CE
&#128391; linked paperclips; U+1F587
&#128207; straight ruler; U+1F4CF
&#128208; triangular ruler; U+1F4D0
&#9986; scissors; U+2702
&#128451; card file box; U+1F5C3
&#128452; file cabinet; U+1F5C4
&#128465; wastebasket; U+1F5D1
&#128274; locked; U+1F512
&#128275; unlocked; U+1F513
&#128271; locked with pen; U+1F50F
&#128272; locked with key; U+1F510
&#128273; key; U+1F511
&#128477; old key; U+1F5DD
&#128296; hammer; U+1F528
&#9935; pick; U+26CF
&#9874; hammer and pick; U+2692
&#128736; hammer and wrench; U+1F6E0
&#128481; dagger; U+1F5E1
&#9876; crossed swords; U+2694
&#128299; pistol; U+1F52B
&#127993; bow and arrow; U+1F3F9
&#128737; shield; U+1F6E1
&#128295; wrench; U+1F527
&#128297; nut and bolt; U+1F529
&#9881; gear; U+2699
&#128476; clamp; U+1F5DC
&#9878; balance scale; U+2696
&#128279; link; U+1F517
&#9939; chains; U+26D3
&#129520; toolbox; U+1F9F0
&#129522; magnet; U+1F9F2
&#9879; alembic; U+2697
&#129514; test tube; U+1F9EA
&#129515; petri dish; U+1F9EB
&#129516; dna; U+1F9EC
&#128300; microscope; U+1F52C
&#128301; telescope; U+1F52D
&#128225; satellite antenna; U+1F4E1
&#128137; syringe; U+1F489
&#128138; pill; U+1F48A
&#128682; door; U+1F6AA
&#128719; bed; U+1F6CF
&#128715; couch and lamp; U+1F6CB
&#128701; toilet; U+1F6BD
&#128703; shower; U+1F6BF
&#128705; bathtub; U+1F6C1
&#129524; lotion bottle; U+1F9F4
&#129527; safety pin; U+1F9F7
&#129529; broom; U+1F9F9
&#129530; basket; U+1F9FA
&#129531; roll of paper; U+1F9FB
&#129532; soap; U+1F9FC
&#129533; sponge; U+1F9FD
&#129519; fire extinguisher; U+1F9EF
&#128722; shopping cart; U+1F6D2
&#128684; cigarette; U+1F6AC
&#9904; coffin; U+26B0
&#9905; funeral urn; U+26B1
&#128511; moai; U+1F5FF
&#127975; ATM sign; U+1F3E7
&#128686; litter in bin sign; U+1F6AE
&#128688; potable water; U+1F6B0
&#9855; wheelchair symbol; U+267F
&#128697; men&#8217;s room; U+1F6B9
&#128698; women&#8217;s room; U+1F6BA
&#128699; restroom; U+1F6BB
&#128700; baby symbol; U+1F6BC
&#128702; water closet; U+1F6BE
&#128706; passport control; U+1F6C2
&#128707; customs; U+1F6C3
&#128708; baggage claim; U+1F6C4
&#128709; left luggage; U+1F6C5
&#9888; warning; U+26A0
&#128696; children crossing; U+1F6B8
&#9940; no entry; U+26D4
&#128683; prohibited; U+1F6AB
&#128691; no bicycles; U+1F6B3
&#128685; no smoking; U+1F6AD
&#128687; no littering; U+1F6AF
&#128689; non-potable water; U+1F6B1
&#128695; no pedestrians; U+1F6B7
&#128245; no mobile phones; U+1F4F5
&#128286; no one under eighteen; U+1F51E
&#9762; radioactive; U+2622
&#9763; biohazard; U+2623
&#11014; up arrow; U+2B06
&#8599; up-right arrow; U+2197
&#10145; right arrow; U+27A1
&#8600; down-right arrow; U+2198
&#11015; down arrow; U+2B07
&#8601; down-left arrow; U+2199
&#11013; left arrow; U+2B05
&#8598; up-left arrow; U+2196
&#8597; up-down arrow; U+2195
&#8596; left-right arrow; U+2194
&#8617; right arrow curving left; U+21A9
&#8618; left arrow curving right; U+21AA
&#10548; right arrow curving up; U+2934
&#10549; right arrow curving down; U+2935
&#128259; clockwise vertical arrows; U+1F503
&#128260; counterclockwise arrows button; U+1F504
&#128281; BACK arrow; U+1F519
&#128282; END arrow; U+1F51A
&#128283; ON! arrow; U+1F51B
&#128284; SOON arrow; U+1F51C
&#128285; TOP arrow; U+1F51D
&#128720; place of worship; U+1F6D0
&#9883; atom symbol; U+269B
&#128329; om; U+1F549
&#10017; star of David; U+2721
&#9784; wheel of dharma; U+2638
&#9775; yin yang; U+262F
&#10013; latin cross; U+271D
&#9766; orthodox cross; U+2626
&#9770; star and crescent; U+262A
&#9774; peace symbol; U+262E
&#128334; menorah; U+1F54E
&#128303; dotted six-pointed star; U+1F52F
&#9800; Aries; U+2648
&#9801; Taurus; U+2649
&#9802; Gemini; U+264A
&#9803; Cancer; U+264B
&#9804; Leo; U+264C
&#9805; Virgo; U+264D
&#9806; Libra; U+264E
&#9807; Scorpio; U+264F
&#9808; Sagittarius; U+2650
&#9809; Capricorn; U+2651
&#9810; Aquarius; U+2652
&#9811; Pisces; U+2653
&#9934; Ophiuchus; U+26CE
&#128256; shuffle tracks button; U+1F500
&#128257; repeat button; U+1F501
&#128258; repeat single button; U+1F502
&#9654; play button; U+25B6
&#9193; fast-forward button; U+23E9
&#9197; next track button; U+23ED
&#9199; play or pause button; U+23EF
&#9664; reverse button; U+25C0
&#9194; fast reverse button; U+23EA
&#9198; last track button; U+23EE
&#128316; upwards button; U+1F53C
&#9195; fast up button; U+23EB
&#128317; downwards button; U+1F53D
&#9196; fast down button; U+23EC
&#9208; pause button; U+23F8
&#9209; stop button; U+23F9
&#9210; record button; U+23FA
&#9167; eject button; U+23CF
&#127910; cinema; U+1F3A6
&#128261; dim button; U+1F505
&#128262; bright button; U+1F506
&#128246; antenna bars; U+1F4F6
&#128243; vibration mode; U+1F4F3
&#128244; mobile phone off; U+1F4F4
&#9792; female sign; U+2640
&#9794; male sign; U+2642
&#9877; medical symbol; U+2695
&#9854; infinity; U+267E
&#9851; recycling symbol; U+267B
&#9884; fleur-de-lis; U+269C
&#128305; trident emblem; U+1F531
&#128219; name badge; U+1F4DB
&#128304; Japanese symbol for beginner; U+1F530
&#11093; heavy large circle; U+2B55
&#9989; white heavy check mark; U+2705
&#9745; ballot box with check; U+2611
&#10004; heavy check mark; U+2714
&#10006; heavy multiplication x; U+2716
&#10060; cross mark; U+274C
&#10062; cross mark button; U+274E
&#10133; heavy plus sign; U+2795
&#10134; heavy minus sign; U+2796
&#10135; heavy division sign; U+2797
&#10160; curly loop; U+27B0
&#10175; double curly loop; U+27BF
&#12349; part alternation mark; U+303D
&#10035; eight-spoked asterisk; U+2733
&#10036; eight-pointed star; U+2734
&#10055; sparkle; U+2747
&#8252; double exclamation mark; U+203C
&#8265; exclamation question mark; U+2049
&#10067; question mark; U+2753
&#10068; white question mark; U+2754
&#10069; white exclamation mark; U+2755
&#10071; exclamation mark; U+2757
&#12336; wavy dash; U+3030
&#169; copyright; U+00A9
&#174; registered; U+00AE
&#8482; trade mark; U+2122
<span class="org-comment-delimiter">#</span><span class="org-comment">&#65039;&#8419; keycap: #; U+0023 U+FE0F U+20E3</span>
*&#65039;&#8419; keycap: *; U+002A U+FE0F U+20E3
0&#65039;&#8419; keycap: <span class="org-highlight-numbers-number">0</span>; U+0030 U+FE0F U+20E3
1&#65039;&#8419; keycap: <span class="org-highlight-numbers-number">1</span>; U+0031 U+FE0F U+20E3
2&#65039;&#8419; keycap: <span class="org-highlight-numbers-number">2</span>; U+0032 U+FE0F U+20E3
3&#65039;&#8419; keycap: <span class="org-highlight-numbers-number">3</span>; U+0033 U+FE0F U+20E3
4&#65039;&#8419; keycap: <span class="org-highlight-numbers-number">4</span>; U+0034 U+FE0F U+20E3
5&#65039;&#8419; keycap: <span class="org-highlight-numbers-number">5</span>; U+0035 U+FE0F U+20E3
6&#65039;&#8419; keycap: <span class="org-highlight-numbers-number">6</span>; U+0036 U+FE0F U+20E3
7&#65039;&#8419; keycap: <span class="org-highlight-numbers-number">7</span>; U+0037 U+FE0F U+20E3
8&#65039;&#8419; keycap: <span class="org-highlight-numbers-number">8</span>; U+0038 U+FE0F U+20E3
9&#65039;&#8419; keycap: <span class="org-highlight-numbers-number">9</span>; U+0039 U+FE0F U+20E3
&#128287; keycap: <span class="org-highlight-numbers-number">10</span>; U+1F51F
&#128288; input latin uppercase; U+1F520
&#128289; input latin lowercase; U+1F521
&#128290; input numbers; U+1F522
&#128291; input symbols; U+1F523
&#128292; input latin letters; U+1F524
&#127344; A button (blood type); U+1F170
&#127374; AB button (blood type); U+1F18E
&#127345; B button (blood type); U+1F171
&#127377; CL button; U+1F191
&#127378; COOL button; U+1F192
&#127379; FREE button; U+1F193
&#8505; information; U+2139
&#127380; ID button; U+1F194
&#9410; circled M; U+24C2
&#127381; NEW button; U+1F195
&#127382; NG button; U+1F196
&#127358; O button (blood type); U+1F17E
&#127383; OK button; U+1F197
&#127359; P button; U+1F17F
&#127384; SOS button; U+1F198
&#127385; UP! button; U+1F199
&#127386; VS button; U+1F19A
&#127489; Japanese &#8220;here&#8221; button; U+1F201
&#127490; Japanese &#8220;service charge&#8221; button; U+1F202
&#127543; Japanese &#8220;monthly amount&#8221; button; U+1F237
&#127542; Japanese &#8220;not free of charge&#8221; button; U+1F236
&#127535; Japanese &#8220;reserved&#8221; button; U+1F22F
&#127568; Japanese &#8220;bargain&#8221; button; U+1F250
&#127545; Japanese &#8220;discount&#8221; button; U+1F239
&#127514; Japanese &#8220;free of charge&#8221; button; U+1F21A
&#127538; Japanese &#8220;prohibited&#8221; button; U+1F232
&#127569; Japanese &#8220;acceptable&#8221; button; U+1F251
&#127544; Japanese &#8220;application&#8221; button; U+1F238
&#127540; Japanese &#8220;passing grade&#8221; button; U+1F234
&#127539; Japanese &#8220;vacancy&#8221; button; U+1F233
&#12951; Japanese &#8220;congratulations&#8221; button; U+3297
&#12953; Japanese &#8220;secret&#8221; button; U+3299
&#127546; Japanese &#8220;open for business&#8221; button; U+1F23A
&#127541; Japanese &#8220;no vacancy&#8221; button; U+1F235
&#128308; red circle; U+1F534
&#128309; blue circle; U+1F535
&#9898; white circle; U+26AA
&#9899; black circle; U+26AB
&#11036; white large square; U+2B1C
&#11035; black large square; U+2B1B
&#9724; black medium square; U+25FC
&#9723; white medium square; U+25FB
&#9725; white medium-small square; U+25FD
&#9726; black medium-small square; U+25FE
&#9643; white small square; U+25AB
&#9642; black small square; U+25AA
&#128310; large orange diamond; U+1F536
&#128311; large blue diamond; U+1F537
&#128312; small orange diamond; U+1F538
&#128313; small blue diamond; U+1F539
&#128314; red triangle pointed up; U+1F53A
&#128315; red triangle pointed down; U+1F53B
&#128160; diamond with a dot; U+1F4A0
&#128280; radio button; U+1F518
&#128306; black square button; U+1F532
&#128307; white square button; U+1F533
&#127937; chequered flag; U+1F3C1
&#128681; triangular flag; U+1F6A9
&#127884; crossed flags; U+1F38C
&#127988; black flag; U+1F3F4
&#127987; white flag; U+1F3F3
&#127987;&#65039;&#8205;&#127752; rainbow flag; U+1F3F3 U+FE0F U+200D U+1F308
&#127988;&#8205;&#9760;&#65039; pirate flag; U+1F3F4 U+200D U+2620 U+FE0F
</pre>
</div>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: Dehaeze Thomas</p>
<p class="date">Created: 2020-04-05 dim. 11:29</p>
</div>
</body>
</html>