1675527723
emojiscraper
Tiny tool to scrape emoji from https://unicode.org.
Demo
Installation
dart pub global activate emojiscraper
Available options
USAGE:
emojiscraper --format=raw --writeTo=path
emojiscraper -fraw -wpath
OPTIONS:
-h, --help Print this help message.
-i, --interactive Interactively choose version from the list of available versions.
Note: if `--edition` is passed, this flag will be ignored.
-v, --version Print version information.
-l, --list List available emoji versions.
-e, --edition=<EDITION> Choose version of emoji, i.e 14.0, 13.1 etc.
Note: if version is not valid, it will exit with code `response.statusCode`.
-f, --format=<FORMAT> Choose the format to dump to stdout or save to path.
[json] Data is parsed as JSON.
[raw] Data is not processed and left as it was downloaded.
-w, --writeTo=<WRITETO> Write to path or stdout.
[path] Write to path.
[stdout] Write to stdout.
Todo
Development
This project uses build_runner to get information at compile time so make sure to use Makefile to build, run or compile.
You can install the package from the command line:
dart pub global activate emojiscraper
The package has the following executables:
$ emojiscraper
Run this command:
With Dart:
$ dart pub add emojiscraper
With Flutter:
$ flutter pub add emojiscraper
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
emojiscraper: ^0.2.5
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:emojiscraper/emojiscraper.dart';
Examples
import 'dart:io';
import 'package:emojiscraper/emojiscraper.dart';
Future<void> main(List<String> args) async {
// fetch available versions
final List<String> versions = await fetchAvailableVersions();
// download emoji blobs
final data = await fetchEmojiData(versions.first);
}
For additional examples see the bin/cli.dart
Download Details:
Author: pombadev
Source Code: https://github.com/pombadev/emojiscraper
1673576940
KeyboardKit is a Swift library that helps you build custom keyboards with Swift and SwiftUI. It extends the native keyboard APIs and provides you with a lot more functionality than is otherwise available.
The end result can look something like this...or entirely different:
KeyboardKit lets you create keyboards that mimic the iOS stock keyboard in a single line of code. These keyboards can be customized to great extent to change their input keys, keyboard layout, design, behavior etc.
You can also use entirely custom views with the rich features of KeyboardKit, to create completely custom keyboard extensions. Most of the KeyboardKit features can be used on all major Apple platforms as well.
KeyboardKit supports iOS 13
, macOS 11
, tvOS 13
and watchOS 6
.
Although KeyboardKit builds on all platform, some features are unavailable on some platforms.
KeyboardKit can be installed with the Swift Package Manager:
https://github.com/KeyboardKit/KeyboardKit.git
or with CocoaPods:
pod KeyboardKit
You can add the library to the main app, the keyboard extension and any other targets that need it.
The online documentation has a getting-started guide that will help you get started with the library.
The online documentation has articles, code examples etc. that let you overview the various parts of the library and understand how they all connect to each other.
The online documentation is currently iOS-specific. To generate documentation for other platforms, open the package in Xcode, select a simulator then run Product/Build Documentation
.
KeyboardKit is localized in 60 keyboard-specific locales (read more):
๐ฆ๐ฑ ๐ฆ๐ช ๐ฆ๐ฒ ๐ง๐พ ๐ง๐ฌ ๐ฆ๐ฉ ๐ณ๏ธ ๐ญ๐ท ๐จ๐ฟ ๐ฉ๐ฐ
๐ณ๐ฑ ๐ง๐ช ๐บ๐ธ ๐ฌ๐ง ๐บ๐ธ ๐ช๐ช ๐ซ๐ด ๐ต๐ญ ๐ซ๐ฎ ๐ซ๐ท
๐ง๐ช ๐จ๐ญ ๐ฌ๐ช ๐ฉ๐ช ๐ฆ๐น ๐จ๐ญ ๐ฌ๐ท ๐บ๐ธ ๐ฎ๐ฑ ๐ญ๐บ
๐ฎ๐ธ ๐ฎ๐ฉ ๐ฎ๐ช ๐ฎ๐น ๐น๐ฏ ๐น๐ฏ ๐น๐ฏ ๐ฑ๐ป ๐ฑ๐น ๐ฒ๐ฐ
๐ฒ๐พ ๐ฒ๐น ๐ฒ๐ณ ๐ณ๐ด ๐ฎ๐ท ๐ต๐ฑ ๐ต๐น ๐ง๐ท ๐ท๐ด ๐ท๐บ
๐ท๐ธ ๐ท๐ธ ๐ธ๐ฐ ๐ธ๐ฎ ๐ช๐ธ ๐ฐ๐ช ๐ธ๐ช ๐น๐ท ๐บ๐ฆ ๐บ๐ฟ
KeyboardKit comes packed features to help you build amazing and powerful keyboards:
alphabetic
, numeric
and symbolic
and custom input sets.alphabertic
, can inspect a keyboard's state etc.UITextDocumentProxy
.KeyboardKit Pro extends KeyboardKit with pro features, such as additional locales, autocomplete engines, more extensions, additional views etc. It lets you create fully localized system keyboards with a single line of code.
KeyboardKit Pro requires a commercial license. Licenses can be purchased from the website or from Gumroad.
This project contains a Demo
folder with three demo apps that lets you try out KeyboardKit.
Demo
uses KeyboardKit and lets you type in a light and dark text field. It has three keyboards:
English
has a SystemKeyboard
with the standard, English locale.Unicode
has a SystemKeyboard
with custom, unicode-based inputs.Custom
has a completely custom input sets and keyboard layout.ProDemo
uses KeyboardKit Pro and supports all keyboard locales, LTR and RTL, autocomplete etc. It has two keyboards:
System LTR
has a SystemKeyboard
with all left-to-right locales.System RTL
has a SystemKeyboard
with all right-to-left locales.Just open and run any of these projects, then enable the keyboards you want to try under System Settings.
Note that you need to enable full access to try some features, like audio and haptic feedback.
Feel free to reach out if you have questions or if you want to contribute in any way:
Author: KeyboardKit
Source Code: https://github.com/KeyboardKit/KeyboardKit
License: MIT license
1673538600
A simple library that provides standard Unicode emoji support across all platforms.
Twemoji v14.0 adheres to the Unicode 14.0 spec and supports the Emoji 14.0 spec. We do not support custom emoji.
The Twemoji library offers support for all Unicode-defined emoji which are recommended for general interchange (RGI).
The folks over at MaxCDN have graciously provided CDN support.
MaxCDN is shut down right now, so in the meanwhile use a different CDN or download the assets. (See Maxcdn has shut down, cdn not working anymore. ยท Issue #580 ยท twitter/twemoji).
Use the following in the <head>
tag of your HTML document(s):
<script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
This guarantees that you will always use the latest version of the library.
If, instead, you'd like to include the latest version explicitly, you can add the following tag:
<script src="https://unpkg.com/twemoji@14.0.2/dist/twemoji.min.js" integrity="sha384-ICOlZarapRIX6UjKPcWKEpubjg7lGADN7Y9fYP4DU9zm0aPFhgnP5ef+XFaPyKv+" crossorigin="anonymous"></script>
If instead you want to download a specific version, please look at the gh-pages
branch, where you will find the built assets for both our latest and older versions.
Following are all the methods exposed in the twemoji
namespace.
This is the main parsing utility and has 3 overloads per parsing type.
Although there are two kinds of parsing supported by this utility, we recommend you use DOM parsing, explained below. Each type of parsing accepts a callback to generate an image source or an options object with parsing info.
The second kind of parsing is string parsing, explained in the legacy documentation here. This is unrecommended because this method does not sanitize the string or otherwise prevent malicious code from being executed; such sanitization is out of scope.
If the first argument to twemoji.parse
is an HTMLElement
, generated image tags will replace emoji that are inside #text
nodes only without compromising surrounding nodes or listeners, and completely avoiding the usage of innerHTML
.
If security is a major concern, this parsing can be considered the safest option but with a slight performance penalty due to DOM operations that are inevitably costly.
var div = document.createElement('div');
div.textContent = 'I \u2764\uFE0F emoji!';
document.body.appendChild(div);
twemoji.parse(document.body);
var img = div.querySelector('img');
// note the div is preserved
img.parentNode === div; // true
img.src; // https://twemoji.maxcdn.com/v/latest/72x72/2764.png
img.alt; // \u2764\uFE0F
img.className; // emoji
img.draggable; // false
All other overloads described for string
are available in exactly the same way for DOM parsing.
Here's the list of properties accepted by the optional object that can be passed to the parse
function.
{
callback: Function, // default the common replacer
attributes: Function, // default returns {}
base: string, // default MaxCDN
ext: string, // default ".png"
className: string, // default "emoji"
size: string|number, // default "72x72"
folder: string // in case it's specified
// it replaces .size info, if any
}
The function to invoke in order to generate image src
(s).
By default it is a function like the following one:
function imageSourceGenerator(icon, options) {
return ''.concat(
options.base, // by default Twitter Inc. CDN
options.size, // by default "72x72" string
'/',
icon, // the found emoji as code point
options.ext // by default ".png"
);
}
The default url is the same as twemoji.base
, so if you modify the former, it will reflect as default for all parsed strings or nodes.
The default image extension is the same as twemoji.ext
which is ".png"
.
If you modify the former, it will reflect as default for all parsed strings or nodes.
The default class
for each generated image is emoji
. It is possible to specify a different one through this property.
size
The default asset size is the same as twemoji.size
which is "72x72"
.
If you modify the former, it will reflect as default for all parsed strings or nodes.
In case you don't want to specify a size for the image. It is possible to choose a folder, as in the case of SVG emoji.
twemoji.parse(genericNode, {
folder: 'svg',
ext: '.svg'
});
This will generate urls such https://twemoji.maxcdn.com/svg/2764.svg
instead of using a specific size based image.
Basic utilities / helpers to convert code points to JavaScript surrogates and vice versa.
For a given HEX codepoint, returns UTF-16 surrogate pairs.
twemoji.convert.fromCodePoint('1f1e8');
// "\ud83c\udde8"
For given UTF-16 surrogate pairs, returns the equivalent HEX codepoint.
twemoji.convert.toCodePoint('\ud83c\udde8\ud83c\uddf3');
// "1f1e8-1f1f3"
twemoji.convert.toCodePoint('\ud83c\udde8\ud83c\uddf3', '~');
// "1f1e8~1f1f3"
If you'd like to size the emoji according to the surrounding text, you can add the following CSS to your stylesheet:
img.emoji {
height: 1em;
width: 1em;
margin: 0 .05em 0 .1em;
vertical-align: -0.1em;
}
This will make sure emoji derive their width and height from the font-size
of the text they're shown with. It also adds just a little bit of space before and after each emoji, and pulls them upwards a little bit for better optical alignment.
To properly support emoji, the document character set must be set to UTF-8. This can be done by including the following meta tag in the document <head>
<meta charset="utf-8">
To exclude certain characters from being replaced by twemoji.js, call twemoji.parse() with a callback, returning false for the specific unicode icon. For example:
twemoji.parse(document.body, {
callback: function(icon, options, variant) {
switch ( icon ) {
case 'a9': // ยฉ copyright
case 'ae': // ยฎ registered trademark
case '2122': // โข trademark
return false;
}
return ''.concat(options.base, options.size, '/', icon, options.ext);
}
});
If you're still using our V1 API, you can read our legacy documentation here.
The contributing documentation can be found here.
As an open source project, attribution is critical from a legal, practical and motivational perspective in our opinion. The graphics are licensed under the CC-BY 4.0 which has a pretty good guide on best practices for attribution.
However, we consider the guide a bit onerous and as a project, will accept a mention in a project README or an 'About' section or footer on a website. In mobile applications, a common place would be in the Settings/About section (for example, see the mobile Twitter application Settings->About->Legal section). We would consider a mention in the HTML/JS source sufficient also.
The goal of this project is to simply provide emoji for everyone. We definitely welcome improvements and fixes, but we may not merge every pull request suggested by the community due to the simple nature of the project.
The rules for contributing are available in the CONTRIBUTING.md
file.
Thank you to all of our contributors.
Author: Twitter
Source Code: https://github.com/twitter/twemoji
License: MIT, CC-BY-4.0 licenses found
1667279100
Jekyll
plugin for Astronauts.
Spaceship is a minimalistic, powerful and extremely customizable Jekyll plugin. It combines everything you may need for convenient work, without unnecessary complications, like a real spaceship.
๐ก Tip: I hope you enjoy using this plugin. If you like this project, a little star for it is your way make a clear statement: My work is valued. I would appreciate your support! Thank you!
Add jekyll-spaceship plugin in your site's Gemfile
, and run bundle install
.
# If you have any plugins, put them here!
group :jekyll_plugins do
gem 'jekyll-spaceship'
end
Or you better like to write in one line:
gem 'jekyll-spaceship', group: :jekyll_plugins
Add jekyll-spaceship to the plugins:
section in your site's _config.yml
.
plugins:
- jekyll-spaceship
๐ก Tip: Note that GitHub Pages runs in safe
mode and only allows a set of whitelisted plugins. To use the gem in GitHub Pages, you need to build locally or use CI (e.g. travis, github workflow) and deploy to your gh-pages
branch.
This plugin runs with the following configuration options by default. Alternative settings for these options can be explicitly specified in the configuration file _config.yml
.
# Where things are
jekyll-spaceship:
# default enabled processors
processors:
- table-processor
- mathjax-processor
- plantuml-processor
- mermaid-processor
- polyfill-processor
- media-processor
- emoji-processor
- element-processor
mathjax-processor:
src:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
config:
tex:
inlineMath:
- ['$','$']
- ['\(','\)']
displayMath:
- ['$$','$$']
- ['\[','\]']
svg:
fontCache: 'global'
optimize: # optimization on building stage to check and add mathjax scripts
enabled: true # value `false` for adding to all pages
include: [] # include patterns for math expressions checking (regexp)
exclude: [] # exclude patterns for math expressions checking (regexp)
plantuml-processor:
mode: default # mode value 'pre-fetch' for fetching image at building stage
css:
class: plantuml
syntax:
code: 'plantuml!'
custom: ['@startuml', '@enduml']
src: http://www.plantuml.com/plantuml/svg/
mermaid-processor:
mode: default # mode value 'pre-fetch' for fetching image at building stage
css:
class: mermaid
syntax:
code: 'mermaid!'
custom: ['@startmermaid', '@endmermaid']
config:
theme: default
src: https://mermaid.ink/svg/
media-processor:
default:
id: 'media-{id}'
class: 'media'
width: '100%'
height: 350
frameborder: 0
style: 'max-width: 600px; outline: none;'
allow: 'encrypted-media; picture-in-picture'
emoji-processor:
css:
class: emoji
src: https://github.githubassets.com/images/icons/emoji/
For now, these extended features are provided:
Noted that GitHub filters out style property, so the example displays with the obsolete align property. But in actual this plugin outputs style property with text-align CSS attribute.
^^ in a cell indicates it should be merged with the cell above.
This feature is contributed by pmccloghrylaing.
| Stage | Direct Products | ATP Yields |
| -----------------: | --------------: | ---------: |
| Glycolysis | 2 ATP ||
| ^^ | 2 NADH | 3--5 ATP |
| Pyruvaye oxidation | 2 NADH | 5 ATP |
| Citric acid cycle | 2 ATP ||
| ^^ | 6 NADH | 15 ATP |
| ^^ | 2 FADH | 3 ATP |
| 30--32 ATP |||
Code above would be parsed as:
Stage | Direct Products | ATP Yields |
---|---|---|
Glycolysis | 2 ATP | |
2 NADH | 3โ5 ATP | |
Pyruvaye oxidation | 2 NADH | 5 ATP |
Citric acid cycle | 2 ATP | |
6 NADH | 15 ATP | |
2 FADH2 | 3 ATP | |
30โ32 ATP |
A backslash at end to join cell contents with the following lines.
This feature is contributed by Lucas-C.
| : Easy Multiline : |||
| :----- | :----- | :------ |
| Apple | Banana | Orange \
| Apple | Banana | Orange \
| Apple | Banana | Orange
| Apple | Banana | Orange \
| Apple | Banana | Orange |
| Apple | Banana | Orange |
Code above would be parsed as:
Easy Multiline | ||
---|---|---|
Apple Apple Apple | Banana Banana Banana | Orange Orange Orange |
Apple Apple | Banana Banana | Orange Orange |
Apple | Banana | Orange |
Table header can be eliminated.
|--|--|--|--|--|--|--|--|
|โ| |โ|โ|โ|โ|โ|โ|
| |โ|โ|โ| |โ|โ|โ|
|โ| |โ| | | | | |
| |โ| | |โ| | | |
| | | | |โ| | | |
| | | | | |โ| | |
|โ|โ|โ|โ| |โ|โ|โ|
|โ|โ|โ|โ|โ| | |โ|
Code above would be parsed as:
โ | โ | โ | โ | โ | โ | โ | |
โ | โ | โ | โ | โ | โ | ||
โ | โ | ||||||
โ | โ | ||||||
โ | |||||||
โ | |||||||
โ | โ | โ | โ | โ | โ | โ | |
โ | โ | โ | โ | โ | โ |
Markdown table syntax use colons ":" for forcing column alignment.
Therefore, here we also use it for forcing cell alignment.
Table cell can be set alignment separately.
| : Fruits \|\| Food : |||
| :--------- | :-------- | :-------- |
| Apple | : Apple : | Apple \
| Banana | Banana | Banana \
| Orange | Orange | Orange |
| : Rowspan is 4 : || How's it? |
|^^ A. Peach || 1. Fine :|
|^^ B. Orange ||^^ 2. Bad |
|^^ C. Banana || It's OK! |
Code above would be parsed as:
Fruits || Food | ||
---|---|---|
Apple Banana Orange | Apple Banana Orange | Apple Banana Orange |
Rowspan is 4 A. Peach B. Orange C. Banana | ||
How's it? | ||
1. Fine 2. Bad | ||
It' OK! |
Sometimes we may need some abundant content (e.g., mathjax, image, video) in Markdown table
Therefore, here we also make markown syntax possible inside a cell.
| : MathJax \|\| Image : |||
| :------------ | :-------- | :----------------------------- |
| Apple | : Apple : | Apple \
| Banana | Banana | Banana \
| Orange | Orange | Orange |
| : Rowspan is 4 : || : How's it? : |
| ^^ A. Peach || 1. ![example][cell-image] |
| ^^ B. Orange || ^^ 2. $I = \int \rho R^{2} dV$ |
| ^^ C. Banana || **It's OK!** |
[cell-image]: https://jekyllrb.com/img/octojekyll.png "An exemplary image"
Code above would be parsed as:
MathJax || Image | ||
---|---|---|
Apple Banana Orange | Apple Banana Orange | Apple Banana Orange |
Rowspan is 4 A. Peach B. Orange C. Banana | ||
How's it? | ||
It' OK! |
This feature is very useful for custom cell such as using inline style. (e.g., background, color, font)
The idea and syntax comes from the Maruku package.
Following are some examples of attributes definitions (ALDs) and afterwards comes the syntax explanation:
{:ref-name: #id .cls1 .cls2}
{:second: ref-name #id-of-other title="hallo you"}
{:other: ref-name second}
An ALD line has the following structure:
If there is more than one ALD with the same reference name, the attribute definitions of all the ALDs are processed like they are defined in one ALD.
An inline attribute list (IAL) is used to attach attributes to another element.
Here are some examples for span IALs:
{: #id .cls1 .cls2} <!-- #id <=> id="id", .cls1 .cls2 <=> class="cls1 cls2" -->
{: ref-name title="hallo you"}
{: ref-name class='.cls3' .cls4}
Here is an example for custom table cell with IAL:
{:color-style: style="background: black;"}
{:color-style: style="color: white;"}
{:text-style: style="font-weight: 800; text-decoration: underline;"}
|: Here's an Inline Attribute Lists example :||||
| ------- | ------------------ | -------------------- | ------------------ |
|: :|: <div style="color: red;"> < Normal HTML Block > </div> :|||
| ^^ | Red {: .cls style="background: orange" } |||
| ^^ IALs | Green {: #id style="background: green; color: white" } |||
| ^^ | Blue {: style="background: blue; color: white" } |||
| ^^ | Black {: color-style text-style } |||
Code above would be parsed as:
Additionally, here you can learn more details about IALs.
MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all modern browsers.
Some of the main features of MathJax include:
At building stage, the MathJax engine script will be added by automatically checking whether there is a math expression in the page, this feature can help you improve the page performance on loading speed.
Put your math expression within $...$
$ a * b = c ^ b $
$ 2^{\frac{n-1}{3}} $
$ \int\_a^b f(x)\,dx. $
Code above would be parsed as:
PlantUML is a component that allows to quickly write:
There are two ways to create a diagram in your Jekyll blog page:
```plantuml!
Bob -> Alice : hello world
```
or
@startuml
Bob -> Alice : hello
@enduml
Code above would be parsed as:
Mermaid is a Javascript based diagramming and charting tool. It generates diagrams flowcharts and more, using markdown-inspired text for ease and speed.
It allows to quickly write:
There are two ways to create a diagram in your Jekyll blog page:
```mermaid!
pie title Pets adopted by volunteers
"Dogs" : 386
"Cats" : 85
"Rats" : 35
```
or
@startmermaid
pie title Pets adopted by volunteers
"Dogs" : 386
"Cats" : 85
"Rats" : 35
@endmermaid
Code above would be parsed as:
How often did you find yourself googling "How to embed a video/audio in markdown?"
While its not possible to embed a video/audio in markdown, the best and easiest way is to extract a frame from the video/audio. To add videos/audios to your markdown files easier I developped this tool for you, and it will parse the video/audio link inside the image block automatically.
For now, these media links parsing are provided:
There are two ways to embed a video/audio in your Jekyll blog page:
Inline-style:

Reference-style:
![][{reference}]
[{reference}]: {media-link}
For configuring media attributes (e.g, width, height), just adding query string to the link as below:
















As markdown is not only a lightweight markup language with plain-text-formatting syntax, but also an easy-to-read and easy-to-write plain text format, so writing a hybrid HTML with markdown is an awesome choice.
It's easy to write markdown inside HTML:
<script type="text/markdown">
# Hybrid HTML with Markdown is a not bad choice ^\_^
## Table Usage
| : Fruits \|\| Food : |||
| :--------- | :-------- | :-------- |
| Apple | : Apple : | Apple \
| Banana | Banana | Banana \
| Orange | Orange | Orange |
| : Rowspan is 4 : || How's it? |
|^^ A. Peach || 1. Fine :|
|^^ B. Orange ||^^ 2. Bad |
|^^ C. Banana || It's OK! |
## PlantUML Usage
@startuml
Bob -> Alice : hello
@enduml
## Video Usage

</script>
It allows us to polyfill features for extending markdown syntax.
For now, these polyfill features are provided:
A backslash at begin to escape the ordered list.
Normal:
1. List item Apple.
3. List item Banana.
10. List item Cafe.
Escaped:
\1. List item Apple.
\3. List item Banana.
\10. List item Cafe.
Code above would be parsed as:
Normal:
1. List item Apple.
2. List item Banana.
3. List item Cafe.
Escaped:
1. List item Apple.
3. List item Banana.
10. List item Cafe.
GitHub-flavored emoji images and names would allow emojifying content such as: it's raining :cat:s and :dog:s!
Noted that emoji images are served from the GitHub.com CDN, with a base URL of https://github.githubassets.com, which results in emoji image URLs like https://github.githubassets.com/images/icons/emoji/unicode/1f604.png.
In any page or post, use emoji as you would normally, e.g.
I give this plugin two :+1:!
Code above would be parsed as:
I give this plugin two :+1:!
If you'd like to serve emoji images locally, or use a custom emoji source, you can specify so in your _config.yml
file:
jekyll-spaceship:
emoji-processor:
src: "/assets/images/emoji"
See the Gemoji documentation for generating image files.
It allows us to modify elements via CSS3 selectors
. Through it you can easily modify the attributes of an element tag, replace the children nodes and so on, it's very flexible, but here is example usage for modifying a document:
# Here is a comprehensive example
jekyll-spaceship:
element-processor:
css:
- a: '<h1>Test</h1>' # Replace all `a` tags (String Style)
- ['a.link1', 'a.link2']: # Replace all `a.link1`, `a.link2` tags (Hash Style)
name: img # Replace element tag name
props: # Replace element properties
title: Good image # Add a title attribute
src: ['(^.*$)', '\0?a=123'] # Add query string to src attribute by regex pattern
style: # Add style attribute (Hash Style)
color: red
font-size: '1.2em'
children: # Add children to the element
- # First empty for adding after the last child node
- "<span>Google</span>" # First child node (String Style)
- # Middle empty for wrapping the children nodes
- name: span # Second child node (Hash Style)
props:
prop1: "1" # Custom property1
prop2: "2" # Custom property2
prop3: "3" # Custom property3
children: # Add nested chidren nodes
- "<span>Jekyll</span>" # First child node (String Style)
- name: span # Second child node (Hash Style)
props: # Add attributes to child node (Hash Style)
prop1: "a"
prop2: "b"
prop3: "c"
children: "<b>Yap!</b>" # Add children nodes (String Style)
- # Last empty for adding before the first child node
- a.link: '<a href="//t.com">Link</a>' # Replace all `a.link` tags (String Style)
- 'h1#title': # Replace `h1#title` tags (Hash Style)
children: I'm a title! # Replace inner html to new text
Automatically adds a target="_blank" rel="noopener noreferrer"
attribute to all external links in Jekyll's content.
jekyll-spaceship:
element-processor:
css:
- a: # Replace all `a` tags
props:
class: ['(^.*$)', '\0 ext-link'] # Add `ext-link` to class by regex pattern
target: _blank # Replace `target` value to `_blank`
rel: noopener noreferrer # Replace `rel` value to `noopener noreferrer`
Automatically adds loading="lazy"
to img
and iframe
tags to natively load lazily. Browser support is growing. If a browser does not support the loading
attribute, it will load the resource just like it would normally.
jekyll-spaceship:
element-processor:
css:
- a: # Replace all `a` tags
props: #
loading: lazy # Replace `loading` value to `lazy`
In case you want to prevent loading some images/iframes lazily, add loading="eager"
to their tags. This might be useful to prevent flickering of images during navigation (e.g. the site's logo).
See the following examples to prevent lazy loading.
jekyll-spaceship:
element-processor:
css:
- a: # Replace all `a` tags
props: #
loading: eager # Replace `loading` value to `eager`
There are three options when using this method to lazy load images. Here are the supported values for the loading attribute:
Issues and Pull Requests are greatly appreciated. If you've never contributed to an open source project before I'm more than happy to walk you through how to create a pull request.
You can start by opening an issue describing the problem that you're looking to resolve and we'll go from there.
Author: jeffreytse
Source Code: https://github.com/jeffreytse/jekyll-spaceship
License: MIT license
1661910540
npm i emoji-picker-react
Or
yarn add emoji-picker-react
Emoji-picker-react comes ready to use out of the box, zero conf needed. The only thing you need to do is add your own emoji click callback.
import React, { useState } from 'react';
import Picker from 'emoji-picker-react';
const App = () => {
const [chosenEmoji, setChosenEmoji] = useState(null);
const onEmojiClick = (event, emojiObject) => {
setChosenEmoji(emojiObject);
};
return (
<div>
{chosenEmoji ? (
<span>You chose: {chosenEmoji.emoji}</span>
) : (
<span>No emoji Chosen</span>
)}
<Picker onEmojiClick={onEmojiClick} />
</div>
);
};
Name | Type | Default Value | Required? | Description |
---|---|---|---|---|
onEmojiClick | Function | undefined | Yes | Callback to run when clicking an emoji. |
preload | Boolean | false | No | Indicates whether all emojis images, should be preloaded, or only when showing each category. |
skinTone | string | neutral | No | Decides the default skit tone for supported emojis. |
disableAutoFocus | boolean | false | No | Disables autofocus of the search bar. Useful for safari-iphone devices which zoom in to focused inputs. |
disableSearchBar | boolean | false | No | Disables the search bar and the skin tone picker altogether. |
disableSkinTonePicker | boolean | false | No | Disables the skin tone picker. |
pickerStyle | Object | undefined | No | Overrides style of the component. |
groupNames | Object | undefined | No | Specifies alternative category names to use. See Internationalization section. |
groupVisibility | Object | undefined | No | Specifies group names to be disabled. |
native | Boolean | false | No | Loads system emojis instead of Apple Emoji pngs |
searchPlaceholder | string | null | No | Decides the default placeholder for the search input |
onEmojiClick
is a regular click handler for any of the emojis in the app. It takes two arguments:
emoji
: The emoji symbol. May vary across OSs, in some it may not be visible to you.unified
: The actual emoji unicode.activeSkinTone
: The currently selected skin tone, regardless if the current emoji has one or not.originalUnified
: If the currently selected emoji has a skin tone modifier, originalUnified
will hold the "neutral" code.names
: An array of one or more descriptive names for the emoji.You may choose an alternative skin tone as the default skin tone to show for supported emojis (such as the ๐ค rocker hand emoji). Emoji-picker-react exports descriptive names for all skin variations so you may use them when setting your variations.
The following are exported:
Use them like this:
import React, { useState } from 'react';
import Picker, { SKIN_TONE_MEDIUM_DARK } from 'emoji-picker-react';
const App = () => {
const [chosenEmoji, setChosenEmoji] = useState(null);
const onEmojiClick = (event, emojiObject) => {
setChosenEmoji(emojiObject);
};
return (
<div>
<Picker onEmojiClick={onEmojiClick} skinTone={SKIN_TONE_MEDIUM_DARK} />
</div>
);
};
You can override the style of emoji-picker-react with pickerStyle props.
import React, { useState } from 'react';
import Picker from 'emoji-picker-react';
const App = () => {
const [chosenEmoji, setChosenEmoji] = useState(null);
const onEmojiClick = (event, emojiObject) => {
setChosenEmoji(emojiObject);
};
return (
<div>
<Picker onEmojiClick={onEmojiClick} pickerStyle={{ width: '100%' }} />
</div>
);
};
The emoji names cannot be translated as they come from an external library, but it is possible to rename the categories. To rename the categories, pass a prop called groupNames
which contains an object of group keys and their names as strings. For example:
<Picker
groupNames={{
smileys_people: 'yellow faces',
animals_nature: 'cute dogs and also trees',
food_drink: 'milkshakes and more',
travel_places: 'I love trains',
activities: 'lets play a game',
objects: 'stuff',
symbols: 'more stuff',
flags: 'fun with flags',
recently_used: 'did I really use those?!',
}}
/>
The complete list of keys is:
It is possible to disable certain categories by setting the groupVisibility
prop. The groupVisibility prop takes an object of group names, and a boolean indicating whether they should be shown or not. For example, if you'd like to disable the flags category, set it to false like this:
<Picker
groupVisibility={{
flags: false,
}}
/>
The complete list of keys is:
In general, UI customizations can be done directly via CSS. Descriptive classnames were added in order for you to be able to easily target whatever it is you want to change, and the markup is guaranteed to stay unchanged until the next major version (4).
Troubleshooting
For reference, if you only need to shim global, you can add
<script>
window.global = window;
</script>
to your index.html
To avoid errors such as "document is not defined" on the server side, you should make sure the library is only imported on the client side. Here is how to do that:
import dynamic from "next/dynamic";
const Picker = dynamic(
() => {
return import("emoji-picker-react");
},
{ ssr: false }
);
Author: ealush
Source Code: https://github.com/ealush/emoji-picker-react
License: Unlicense license
1661255460
Conventional Changelog with Emojis support ๐
yarn add --dev @favoloso/conventional-changelog-emoji
or
npm install --save-dev @favoloso/conventional-changelog-emoji
conventional-changelog -p @favoloso/emoji -i CHANGELOG.md -s
release-it
You can use conventional-changelog plugin (v11+) with the @favoloso/emoji
preset.
"release-it": {
"plugins": {
"@release-it/conventional-changelog": {
"preset": "@favoloso/emoji",
"infile": "CHANGELOG.md"
}
}
}
This package provides an additional bin script emoji-commit-lint
.
The scripts lints and eventually changes commit messages, from traditional conventional changelog format (i.e. feat: Add a magic feature
) to corresponding emoji (i.e. โจ Add a magic feature
), checks and applies correct casing (i.e. lower-case
) and many more, as configured by Linter Rules.
To use it, install husky
yarn add --dev husky
Now in your package.json add:
{
"husky": {
"hooks": {
"commit-msg": "emoji-commit-lint"
}
}
}
Now linter will check your commits. Any commit like <type>: <msg>
will be automatically transformed with related emoji. See Available Emojis to see available types.
The package works as-is, but its behaviour may be customized with the following options.
Note: This package supports
cosmiconfig
to provide configuration options withfavolosoEmoji
module name.
emojis
(default: {}
)
An object allowing you to customize conventional-changelog types used (as Available Emojis table).
You should provide an object, where the key is the type
you want to edit (or add), and the value is the updated configuration. Configurations will be merged with originals if existing.
See the Custom Emoji wiki page for further details.
rules
(default: {}
)
Allows to customize linter rules. See the Linter Rules wiki page for further details.
showEmojiPerCommit
(default: false
)
In the changelog, shows emoji for each commit. In the default mode (false
), emojis are omitted from commits and only the heading contains them (i.e. ๐ Bug Fixes
)
minorForBreakingInDevelopment
(default: true
)
Breaking changes during development will be considered as minor instead of major bumps (see semver spec).
- Major version zero (0.y.z) is for initial development. Anything may change at any time. The public API should not be considered stable.
language
(default: en
)
Allows to translate commits group heading in CHANGELOG.md
(i.e. ๐ Bug Fixes
) and in linter messages. Languages available: en
, it
{
"favolosoEmoji": {
"showEmojiPerCommit": false
}
}
Emoji | Aliases | Type | Type Aliases | Version Bump | In Changelog? | Heading | Order |
---|---|---|---|---|---|---|---|
๐จ | breaking | major | โ | ๐จ Breaking Changes | 10 | ||
โจ | ๐, ๐ซ, ๐ | feat | minor | โ | โจ Features | 20 | |
๐ | security | patch | โ | ๐ Security | 25 | ||
๐ | improvement | imp | patch | โ | ๐ Improvements | 30 | |
โก๏ธ | perf | performance | patch | โ | โก๏ธ Performance | 35 | |
๐ | ๐ | fix | patch | โ | ๐ Bug Fixes | 40 | |
๐ | ๐ | docs | doc | patch | โ | ๐ Documentation | 50 |
๐ | โ๏ธ | chore | chores | patch | โ | ๐ Chore | 60 |
โป๏ธ | refactor | patch | โป๏ธ Refactoring | 90 | |||
๐ฆ | โ | test | patch | ๐ฆ Test | 90 | ||
๐จ | ๐ | style | cleanup | patch | ๐จ Style | 90 | |
๐ฆ | build | deps | patch | ๐ฆ Build | 90 | ||
๐ | release | patch | ๐ Release | 90 | |||
๐ง | wip | patch | ๐ง Wip | 90 |
Author: Favoloso
Source Code: https://github.com/favoloso/conventional-changelog-emoji
License: MIT license
1661068200
The goal of emo(ji) is to make it very easy to insert emoji into RMarkdown documents.
Emoji data from muan/emojilib/.
You can install emo from github with:
# install.packages("devtools")
devtools::install_github("hadley/emo")
You can either refer to emoji by their name (which is unique):
emo::ji("poop")
#> ๐ฉ
Or by a keyword. Keywords are not unique so emo::ji will pick one for you at random.
emo::ji("face")
#> ๐
emo::ji("face")
#> ๐
emo::ji("face")
#> ๐๐ฝ
Often you'll use inline like `r emo::ji("smile")`
๐
These are all keywords with more than one emoji associated with them.
#> -1 : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> :( : ๐๐
#> :) : ๐๐
#> :D : ๐๐๐
#> (no specific gender) : ๐ง๐ง๐ง
#> (non-human color) : ๐ง๐ง
#> +1 : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> 00 : ๐๐๐๐๐๐๐๐๐๐๐๐
#> 1 : ๐๐1๏ธโฃ
#> 10 : ๐๐ฅ๐
#> 11 : ๐๐ฆ
#> 12 : ๐๐ง
#> 2 : ๐๐2๏ธโฃ
#> 3 : ๐๐๐3๏ธโฃ
#> 30 : ๐ง๐๐๐๐๐ ๐ก๐ข๐ฃ๐ค๐ฅ๐ฆ
#> 4 : ๐๐๐4๏ธโฃ
#> 5 : ๐๐ 5๏ธโฃ
#> 6 : ๐๐ก6๏ธโฃ
#> 7 : ๐๐ข7๏ธโฃ
#> 8 : ๐๐ฃ๐ฑ8๏ธโฃ
#> 80s : ๐พ๐ผ
#> 9 : ๐๐ค9๏ธโฃ
#> 90s : ๐๐ฝ๐พ๐ฟ๐ผ
#> 911 : ๐ฎ๐ฎโโ๏ธ๐๐๐จ๐
#> a : ๐
ฐ๐
ฐ๏ธ
#> accessibility : โฟโฟ
#> accessories : ๐๐ถ๐๐๐๐
#> actor : ๐จโ๐ค๐จ๐ปโ๐ค๐จ๐ผโ๐ค๐จ๐ฝโ๐ค๐จ๐พโ๐ค๐จ๐ฟโ๐ค๐ฉโ๐ค๐ฉ๐ปโ๐ค๐ฉ๐ผโ๐ค๐ฉ๐ฝโ๐ค๐ฉ๐พโ๐ค๐ฉ๐ฟโ๐ค
#> admission : ๐๐ซ๐
#> aeroplane : ๐ฉ๐ซ๐ฌ
#> aesculapius : โโ๏ธ
#> affection : ๐๐๐๐๐ป๐ซ๐๐จโโค๏ธโ๐จ๐ฉโโค๏ธโ๐ฉ๐๐๐๐๐๐๐๐๐๐๐๐๐ฉ๐
#> agree : ๐โ
๐๐โ๏ธ
#> air : ๐จ๐ฌ
#> airplane : ๐ฉ๐ซ๐ฌ๐บโ๏ธ
#> airport : ๐ซ๐ฌ๐
#> alarm : โฐโฒ
#> alcohol : ๐ถ๐ท๐ธ๐น๐บ๐ป๐ฅ๐ฅ
#> alert : ๐จโ ๏ธ
#> alien : ๐พ๐ฝ๏ธ
#> alphabet : ๐ ๐ก๐ค๐๐ยฎ๏ธโน๏ธโ๏ธ๐
ฐ๏ธ๐
ฑ๏ธ๐
พ๏ธ๐
ฟ๏ธ
#> american : ๐ฝ๐๐ฆ๐ธ
#> amusement park : ๐ก๐ข
#> anchor : ๐ฑโ๏ธ
#> and : โ ๏ธโช๏ธโ๏ธ๐ฝ
#> angel : ๐๐ผ๐ผ๐ป๐ผ๐ผ๐ผ๐ฝ๐ผ๐พ๐ผ๐ฟ
#> angry : ๐ก๐ ๐ฟ๐๐ข๐ฏ
#> animal : ๐บ๐ธ๐น๐ป๐ผ๐ฝ๐๐ฟ๐พ๐๐๐๐๐ต๐๐ฆ๐ถ๐๐ฉ๐บ๐ฆ๐ฑ๐๐ฆ๐ฏ๐
๐๐ด๐๐ฆ๐ฆ๐ฎ๐๐๐๐ท๐๐๐ฝ๐๐๐๐ช๐ซ๐๐ฆ๐ญ๐๐๐น๐ฐ๐๐ฟ๐ฆ๐ป๐จ๐ผ๐พ๐ฆ๐๐๐ฃ๐ค๐ฅ๐ฆ๐ง๐๐ฆ
๐ฆ๐ฆ๐ธ๐๐ข๐ฆ๐๐ฒ๐๐ณ๐๐ฌ๐๐ ๐ก๐ฆ๐๐ฆ๐ฆ๐ฆ๐๐ฆ๐๐๐๐๐ท๐ธ๐ฆ๐ค
#> answer : โ
โ๏ธ
#> antenna : ๐ก๐ถ
#> apology : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ
#> apple : ๐๐๐ฑ
#> arab : ๐ฆ๐ช๐ธ๐พ
#> arabs : ๐ณ๐ณโโ๏ธ
#> arachnid : ๐ท๐ธ๐ฆ
#> archer : ๐นโ
#> architect : ๐จโ๐ผ๐จ๐ปโ๐ผ๐จ๐ผโ๐ผ๐จ๐ฝโ๐ผ๐จ๐พโ๐ผ๐จ๐ฟโ๐ผ๐ฉโ๐ผ๐ฉ๐ปโ๐ผ๐ฉ๐ผโ๐ผ๐ฉ๐ฝโ๐ผ๐ฉ๐พโ๐ผ๐ฉ๐ฟโ๐ผ๐๐
#> arrest : ๐ฎ๐ฎโโ๏ธโ
#> arrow : ๐๐ฒ๐ฉ๐นโฌโโกโโฌโโฌ
โโโฉโชโคดโคต๐๐๐๐๐๐๐๐๐๐โถโฉโญโฏโโชโฎ๐ผโซ๐ฝโฌโ๏ธโโ๏ธโ๏ธโ๏ธโ๏ธโฉ๏ธโช๏ธโป๏ธโก๏ธโคด๏ธโคต๏ธโฌ
๏ธโฌ๏ธโฌ๏ธ
#> art : ๐๐ญ๐ผ๐จ๐
#> artist : ๐จโ๐จ๐จ๐ปโ๐จ๐จ๐ผโ๐จ๐จ๐ฝโ๐จ๐จ๐พโ๐จ๐จ๐ฟโ๐จ๐ฉโ๐จ๐ฉ๐ปโ๐จ๐ฉ๐ผโ๐จ๐ฉ๐ฝโ๐จ๐ฉ๐พโ๐จ๐ฉ๐ฟโ๐จ๐
#> asia : ๐พ๐
#> ask : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> assembly : ๐จโ๐ญ๐จ๐ปโ๐ญ๐จ๐ผโ๐ญ๐จ๐ฝโ๐ญ๐จ๐พโ๐ญ๐จ๐ฟโ๐ญ๐ฉโ๐ญ๐ฉ๐ปโ๐ญ๐ฉ๐ผโ๐ญ๐ฉ๐ฝโ๐ญ๐ฉ๐พโ๐ญ๐ฉ๐ฟโ๐ญ
#> astrology : โโโโโโโโโโโโโ
#> astronaut : ๐จโ๐๐จ๐ปโ๐๐จ๐ผโ๐๐จ๐ฝโ๐๐จ๐พโ๐๐จ๐ฟโ๐๐ฉโ๐๐ฉ๐ปโ๐๐ฉ๐ผโ๐๐ฉ๐ฝโ๐๐ฉ๐พโ๐๐ฉ๐ฟโ๐
#> athlete : ๐๐โโ๏ธ
#> aviator : ๐จโโ๏ธ๐ฉโโ๏ธ
#> aw : ๐ฆ๐ฆ๐ผ
#> award : ๐๐๐
๐ฅ๐ฅ๐ฅ
#> awesome : ๐๐โจโ๏ธ
#> b : ๐
ฑ๐
ฑ๏ธ
#> baby : ๐ถ๐ถ๐ป๐ถ๐ผ๐ถ๐ฝ๐ถ๐พ๐ถ๐ฟ๐คฐ๐คฑ๐คฑ๐ป๐คฑ๐ผ๐คฑ๐ฝ๐คฑ๐พ๐คฑ๐ฟ๐ผ๐ผ๐ป๐ผ๐ผ๐ผ๐ฝ๐ผ๐พ๐ผ๐ฟ๐ฃ๐ค๐ฅ๐ผ๐ผ
#> back : ๐โฉ๏ธโฌ
๏ธ
#> backhand : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐ค๐ค๐ป๐ค๐ผ๐ค๐ฝ๐ค๐พ๐ค๐ฟ๐๏ธ๐๏ธ๐๏ธ๐๏ธ
#> bad : ๐ใฝ๏ธ
#> badge : ๐๐ฐ
#> bag : ๐๐๐๐๐ฐ๐ฐ
#> baggage : ๐๐
#> bags : ๐๐
#> balance : ๐คน๐คน๐ป๐คน๐ผ๐คน๐ฝ๐คน๐พ๐คน๐ฟ๐คนโโ๏ธ๐คนโโ๏ธโ
#> ball : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟโนโน๐ปโน๐ผโน๐ฝโน๐พโน๐ฟโน๏ธโโ๏ธโน๐ปโโ๏ธโน๐ผโโ๏ธโน๐ฝโโ๏ธโน๐พโโ๏ธโน๐ฟโโ๏ธโน๏ธโโ๏ธโน๐ปโโ๏ธโน๐ผโโ๏ธโน๐ฝโโ๏ธโน๐พโโ๏ธโน๐ฟโโ๏ธ๐คพ๐คพ๐ป๐คพ๐ผ๐คพ๐ฝ๐คพ๐พ๐คพ๐ฟ๐๐โฝ๐๐๐๐๐พ๐ฑ๐ณ๐๐๐๐ฎโฝโน๏ธ
#> balloon : ๐ฌ๐ฏ๐ญ
#> ballot : ๐ณโ๏ธ๐ณ
#> ballpoint : ๐๐๏ธ
#> balls : ๐๐๐๐พ
#> bank : ๐ด๐ต๐ถ๐ท๐ธ๐ณ๐น๐ฑ๐ง
#> banknote : ๐ด๐ต๐ถ๐ท๐ธ
#> banner : ๐๐๐ฆ๐ฉ๐ฆ๐ช๐ฆ๐ซ๐ฆ๐ฌ๐ฆ๐ฎ๐ฆ๐ฑ๐ฆ๐ฒ๐ฆ๐ด๐ฆ๐ถ๐ฆ๐ท๐ฆ๐ธ๐ฆ๐น๐ฆ๐บ๐ฆ๐ผ๐ฆ๐ฝ๐ฆ๐ฟ๐ง๐ฆ๐ง๐ง๐ง๐ฉ๐ง๐ช๐ง๐ซ๐ง๐ฌ๐ง๐ญ๐ง๐ฎ๐ง๐ฏ๐ง๐ฑ๐ง๐ฒ๐ง๐ณ๐ง๐ด๐ง๐ถ๐ง๐ท๐ง๐ธ๐ง๐น๐ง๐ผ๐ง๐พ๐ง๐ฟ๐จ๐ฆ๐จ๐จ๐จ๐ฉ๐จ๐ซ๐จ๐ฌ๐จ๐ญ๐จ๐ฎ๐จ๐ฐ๐จ๐ฑ๐จ๐ฒ๐จ๐ณ๐จ๐ด๐จ๐ท๐จ๐บ๐จ๐ป๐จ๐ผ๐จ๐ฝ๐จ๐พ๐จ๐ฟ๐ฉ๐ช๐ฉ๐ฏ๐ฉ๐ฐ๐ฉ๐ฒ๐ฉ๐ด๐ฉ๐ฟ๐ช๐จ๐ช๐ช๐ช๐ฌ๐ช๐ญ๐ช๐ท๐ช๐ธ๐ช๐น๐ช๐บ๐ซ๐ฎ๐ซ๐ฏ๐ซ๐ฐ๐ซ๐ฒ๐ซ๐ด๐ซ๐ท๐ฌ๐ฆ๐ฌ๐ง๐ฌ๐ฉ๐ฌ๐ช๐ฌ๐ซ๐ฌ๐ฌ๐ฌ๐ญ๐ฌ๐ฎ๐ฌ๐ฑ๐ฌ๐ฒ๐ฌ๐ณ๐ฌ๐ต๐ฌ๐ถ๐ฌ๐ท๐ฌ๐ธ๐ฌ๐น๐ฌ๐บ๐ฌ๐ผ๐ฌ๐พ๐ญ๐ฐ๐ญ๐ณ๐ญ๐ท๐ญ๐น๐ญ๐บ๐ฎ๐จ๐ฎ๐ฉ๐ฎ๐ช๐ฎ๐ฑ๐ฎ๐ฒ๐ฎ๐ณ๐ฎ๐ด๐ฎ๐ถ๐ฎ๐ท๐ฎ๐ธ๐ฎ๐น๐ฏ๐ช๐ฏ๐ฒ๐ฏ๐ด๐ฏ๐ต๐ฐ๐ช๐ฐ๐ฌ๐ฐ๐ญ๐ฐ๐ฎ๐ฐ๐ฒ๐ฐ๐ณ๐ฐ๐ต๐ฐ๐ท๐ฐ๐ผ๐ฐ๐พ๐ฐ๐ฟ๐ฑ๐ฆ๐ฑ๐ง๐ฑ๐จ๐ฑ๐ฎ๐ฑ๐ฐ๐ฑ๐ท๐ฑ๐ธ๐ฑ๐น๐ฑ๐บ๐ฑ๐ป๐ฑ๐พ๐ฒ๐ฆ๐ฒ๐จ๐ฒ๐ฉ๐ฒ๐ช๐ฒ๐ฌ๐ฒ๐ญ๐ฒ๐ฐ๐ฒ๐ฑ๐ฒ๐ฒ๐ฒ๐ณ๐ฒ๐ด๐ฒ๐ต๐ฒ๐ถ๐ฒ๐ท๐ฒ๐ธ๐ฒ๐น๐ฒ๐บ๐ฒ๐ป๐ฒ๐ผ๐ฒ๐ฝ๐ฒ๐พ๐ฒ๐ฟ๐ณ๐ฆ๐ณ๐จ๐ณ๐ช๐ณ๐ซ๐ณ๐ฌ๐ณ๐ฎ๐ณ๐ฑ๐ณ๐ด๐ณ๐ต๐ณ๐ท๐ณ๐บ๐ณ๐ฟ๐ด๐ฒ๐ต๐ฆ๐ต๐ช๐ต๐ซ๐ต๐ฌ๐ต๐ญ๐ต๐ฐ๐ต๐ฑ๐ต๐ฒ๐ต๐ณ๐ต๐ท๐ต๐ธ๐ต๐น๐ต๐ผ๐ต๐พ๐ถ๐ฆ๐ท๐ช๐ท๐ด๐ท๐ธ๐ท๐บ๐ท๐ผ๐ธ๐ฆ๐ธ๐ง๐ธ๐จ๐ธ๐ฉ๐ธ๐ช๐ธ๐ฌ๐ธ๐ญ๐ธ๐ฎ๐ธ๐ฐ๐ธ๐ฑ๐ธ๐ฒ๐ธ๐ณ๐ธ๐ด๐ธ๐ท๐ธ๐ธ๐ธ๐น๐ธ๐ป๐ธ๐ฝ๐ธ๐พ๐ธ๐ฟ๐น๐จ๐น๐ฉ๐น๐ซ๐น๐ฌ๐น๐ญ๐น๐ฏ๐น๐ฐ๐น๐ฑ๐น๐ฒ๐น๐ณ๐น๐ด๐น๐ท๐น๐น๐น๐ป๐น๐ผ๐น๐ฟ๐บ๐ฆ๐บ๐ฌ๐บ๐ธ๐บ๐พ๐บ๐ฟ๐ป๐ฆ๐ป๐จ๐ป๐ช๐ป๐ฌ๐ป๐ฎ๐ป๐ณ๐ป๐บ๐ผ๐ซ๐ผ๐ธ๐ฝ๐ฐ๐พ๐ช๐พ๐น๐ฟ๐ฆ๐ฟ๐ฒ๐ฟ๐ผ
#> bar : ๐ซ๐ถ๐พ๐ท๐ธ๐น๐บ๐ป๐ฏ๐ฎ๐โธ๐ถโญ๏ธโฎ๏ธโฏ๏ธโธ๏ธ
#> barber : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐
#> bat : ๐ฆ๐๐
#> bath : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐ฟ๐โจ
#> bathroom : ๐๐ฝ๐ฟ๐
#> bathtub : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> beach : ๐๐๐โโ๏ธ๐ฃ๐๐ฌ๐ ๐ฆ๐๐๐บ๐ด๐ฅ๐น๐โ๏ธ๐
#> bear : ๐ป๐จ
#> beard : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ
#> bearer : ๐โโ
#> beauty : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐
#> beef : ๐ฎ๐๐๐
#> beer : ๐บ๐ป
#> behind : โ
๐ฅ๏ธ๐ฆ๏ธ
#> bell : ๐๐๐๐
#> beverage : ๐ฅโ๐ต๐ถ๐ท๐ธ๐น๐บ๐ป๐ฅ๐ฅโ
#> biceps : ๐ช๐ช๐ป๐ช๐ผ๐ช๐ฝ๐ช๐พ๐ช๐ฟ
#> bicycle : ๐ด๐ด๐ป๐ด๐ผ๐ด๐ฝ๐ด๐พ๐ด๐ฟ๐ดโโ๏ธ๐ด๐ปโโ๏ธ๐ด๐ผโโ๏ธ๐ด๐ฝโโ๏ธ๐ด๐พโโ๏ธ๐ด๐ฟโโ๏ธ๐ดโโ๏ธ๐ด๐ปโโ๏ธ๐ด๐ผโโ๏ธ๐ด๐ฝโโ๏ธ๐ด๐พโโ๏ธ๐ด๐ฟโโ๏ธ๐ต๐ต๐ป๐ต๐ผ๐ต๐ฝ๐ต๐พ๐ต๐ฟ๐ตโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ๐ตโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ๐ฒ๐ณ๐ฒ
#> bicyclist : ๐ต๐ต๐ป๐ต๐ผ๐ต๐ฝ๐ต๐พ๐ต๐ฟ
#> bike : ๐ด๐ดโโ๏ธ๐ต๐ต๐ป๐ต๐ผ๐ต๐ฝ๐ต๐พ๐ต๐ฟ๐ตโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ๐ตโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ๐ฒ๐ณ
#> biking : ๐ด๐ด๐ป๐ด๐ผ๐ด๐ฝ๐ด๐พ๐ด๐ฟ๐ดโโ๏ธ๐ด๐ปโโ๏ธ๐ด๐ผโโ๏ธ๐ด๐ฝโโ๏ธ๐ด๐พโโ๏ธ๐ด๐ฟโโ๏ธ๐ดโโ๏ธ๐ด๐ปโโ๏ธ๐ด๐ผโโ๏ธ๐ด๐ฝโโ๏ธ๐ด๐พโโ๏ธ๐ด๐ฟโโ๏ธ๐ตโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ
#> bill : ๐ด๐ต๐ถ๐ท๐ธ๐ณ
#> bills : ๐ท๐ธ
#> bin : ๐๐ฏ
#> biologist : ๐จโ๐ฌ๐จ๐ปโ๐ฌ๐จ๐ผโ๐ฌ๐จ๐ฝโ๐ฌ๐จ๐พโ๐ฌ๐จ๐ฟโ๐ฌ๐ฉโ๐ฌ๐ฉ๐ปโ๐ฌ๐ฉ๐ผโ๐ฌ๐ฉ๐ฝโ๐ฌ๐ฉ๐พโ๐ฌ๐ฉ๐ฟโ๐ฌ
#> bird : ๐ฆ๐๐๐ฃ๐ค๐ฅ๐ฆ๐ง๐๐ฆ
๐ฆ๐ฆ๐
#> birthday : ๐๐๐๐๐
#> black : ๐คโฉ๏ธโช๏ธโญ๏ธโฎ๏ธโฏ๏ธโน๏ธโบ๏ธโช๏ธโถ๏ธโ๏ธโผ๏ธโพ๏ธโ๏ธโ๏ธโ ๏ธโฃ๏ธโฅ๏ธโฆ๏ธโป๏ธโซ๏ธโ๏ธโ๏ธโด๏ธโ๏ธโค๏ธโก๏ธโฌ
๏ธโฌ๏ธโฌ๏ธโฌ๏ธ
#> blind : ๐๐ฆ
#> blond : ๐ธ๐ฑ๐ฑ๐ป๐ฑ๐ผ๐ฑ๐ฝ๐ฑ๐พ๐ฑ๐ฟ๐ฑโโ๏ธ๐ฑ๐ปโโ๏ธ๐ฑ๐ผโโ๏ธ๐ฑ๐ฝโโ๏ธ๐ฑ๐พโโ๏ธ๐ฑ๐ฟโโ๏ธ
#> blonde : ๐ธ๐ฑ๐ฑโโ๏ธ๐ฑ๐ปโโ๏ธ๐ฑ๐ผโโ๏ธ๐ฑ๐ฝโโ๏ธ๐ฑ๐พโโ๏ธ๐ฑ๐ฟโโ๏ธ
#> blood type : ๐
ฐ๐๐
ฑ๐
พ
#> blow : ๐จ๐๐ฌ
#> blue : ๐ฐ๐โโ๏ธ๐๐๐๐๐ท๐น๐ ๐ต
#> blue-square : ๐๐ง๐ฎ๐ฐโฟ๐น๐ป๐พ๐๐๐๐
๐ญ๐๐๐๐โฉโญโฏโช๐ผโซ๐ฝโฌโธโนโบ๐ฆ๐ถ#๏ธโฃ0๏ธโฃ1๏ธโฃ2๏ธโฃ3๏ธโฃ4๏ธโฃ5๏ธโฃ6๏ธโฃ7๏ธโฃ8๏ธโฃ9๏ธโฃ๐๐ ๐ก๐ข๐ฃ๐ค๐๐๐๐๐๐๐๐ณโน๏ธโโ๏ธโ๏ธโ๏ธโ๏ธโฉ๏ธโช๏ธโถ๏ธโ๏ธโก๏ธโคด๏ธโคต๏ธโฌ
๏ธโฌ๏ธโฌ๏ธ๐
ฟ๏ธ๐๏ธ
#> blush : ๐๐ณโบ๏ธ
#> boat : ๐ฃ๐ฃ๐ป๐ฃ๐ผ๐ฃ๐ฝ๐ฃ๐พ๐ฃ๐ฟ๐ฃโโ๏ธ๐ฃ๐ปโโ๏ธ๐ฃ๐ผโโ๏ธ๐ฃ๐ฝโโ๏ธ๐ฃ๐พโโ๏ธ๐ฃ๐ฟโโ๏ธ๐ฃโโ๏ธ๐ฃ๐ปโโ๏ธ๐ฃ๐ผโโ๏ธ๐ฃ๐ฝโโ๏ธ๐ฃ๐พโโ๏ธ๐ฃ๐ฟโโ๏ธ๐ถ๐คโด๐ฅ๐ข
#> body : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐
#> bone : ๐๐
#> book : ๐๐๐๐๐๐๐
#> boom : ๐ฃ๐ฅ
#> booze : ๐ถ๐ท๐ธ๐น๐บ๐ป๐ฅ
#> border : ๐๐
#> bottle : ๐ผ๐ถ๐พ
#> bottom : ๐ฝโฌ๐ปโคต๏ธโฌ๏ธ
#> bow : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐น
#> bowing : ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ
#> bowl : ๐๐ต
#> box : ๐ฑ๐๐ค๐ฅ๐ฆ๐ณ๐โ๏ธ๐ณ
#> boy : ๐ถ๐ฆ๐ฆ๐ป๐ฆ๐ผ๐ฆ๐ฝ๐ฆ๐พ๐ฆ๐ฟ๐คด๐ฒ๐ฑ๐โโ๏ธ๐โโ๏ธ๐
โโ๏ธ๐โโ๏ธ๐โโ๏ธ๐โโ๏ธ๐๐คฆ๐คทโโ๏ธ๐โโ๏ธ๐โโ๏ธ๐บ๐จโ๐ฉโ๐งโ๐ฆ๐จโ๐ฉโ๐ฆโ๐ฆ๐จโ๐จโ๐ฆ๐จโ๐จโ๐งโ๐ฆ๐จโ๐จโ๐ฆโ๐ฆ๐ฉโ๐ฉโ๐ฆ๐ฉโ๐ฉโ๐งโ๐ฆ๐ฉโ๐ฉโ๐ฆโ๐ฆ๐จโ๐ฆ๐จโ๐ฆโ๐ฆ๐จโ๐งโ๐ฆ๐ฉโ๐ฆ๐ฉโ๐ฆโ๐ฆ๐ฉโ๐งโ๐ฆ
#> bread : ๐ฅ๐ฅ๐ฅช
#> breakfast : ๐๐ฅ๐ฅ๐ฅ๐ณ๐ฅฃ๐ต
#> breast : ๐คฑ๐คฑ๐ป๐คฑ๐ผ๐คฑ๐ฝ๐คฑ๐พ๐คฑ๐ฟ
#> bride : ๐ฐ๐ฐ๐ป๐ฐ๐ผ๐ฐ๐ฝ๐ฐ๐พ๐ฐ๐ฟ๐
#> bright : ๐โ๐๐๐
#> brightness : ๐
๐โ๏ธ
#> british : ๐๐โโ๏ธ๐ต๐ท๐ฌ๐ง๐ฎ๐ด๐ป๐ฌ
#> broadcast : ๐๐๐
#> broken : ๐๐
#> bubble : ๐ฌ๐ฏ๐ญ๐จ
#> bug : ๐๐๐
#> build : ๐ท๐ทโโ๏ธโ๐จโ๐
#> building : ๐๐ ๐ข๐ฃ๐ค๐ฅ๐ฆ๐จ๐ช๐ซ๐ฌ๐ญ๐ฏ๐ฐ๐๏ธ๐ ๏ธ
#> buildings : ๐๐๐๏ธ
#> bull : ๐๐ฏโ
#> bunny : ๐ฏ๐ฏโโ๏ธ๐ฐ๐
#> bunny ear : ๐ฏ๐ฏโโ๏ธ๐ฏโโ๏ธ
#> bus : ๐๐๐๐๐บ
#> business : ๐จโ๐ผ๐จ๐ปโ๐ผ๐จ๐ผโ๐ผ๐จ๐ฝโ๐ผ๐จ๐พโ๐ผ๐จ๐ฟโ๐ผ๐ฉโ๐ผ๐ฉ๐ปโ๐ผ๐ฉ๐ผโ๐ผ๐ฉ๐ฝโ๐ผ๐ฉ๐พโ๐ผ๐ฉ๐ฟโ๐ผ๐ด๐ด๐ป๐ด๐ผ๐ด๐ฝ๐ด๐พ๐ด๐ฟ๐๐๏ธโโ๏ธ๐๐ฆโณ๐ผ๐๐๐๐๐๐ใฝ๏ธ๐ด๏ธ
#> bust : ๐ค๐ฅ
#> butterfly : ๐๐ฆ
#> button : ๐ผ๐ฝ๐๐ฒ๐ณ๐ตโผ๏ธ๐ฑ๏ธ
#> ca : ๐๐จ๐ฆ
#> cable : ๐ ๐ก
#> cake : ๐ฅ๐๐ฐ
#> calculation : โโโโ๏ธ
#> calendar : ๐
๐๐๐๏ธ
#> call : ๐ค๐ค๐ป๐ค๐ผ๐ค๐ฝ๐ค๐พ๐ค๐ฟ๐ฒ๐
#> camera : ๐คณ๐คณ๐ป๐คณ๐ผ๐คณ๐ฝ๐คณ๐พ๐คณ๐ฟ๐ฅ๐ธ๐น๐ฆ
#> camping : ๐๐ฆโบ๏ธ
#> cap : ๐๐
#> capital : โ๏ธ๐
ฐ๏ธ๐
ฑ๏ธ๐
พ๏ธ๐
ฟ๏ธ
#> car : ๐๐๐๐๐๐๐๐๐๐๐๐จ๐ก
#> card : โ โฅโฆโฃ๐๐ด๐ณ๐๐๐
#> cardinal : โฌโกโฌโฌ
#> cards : ๐โ ๏ธโฃ๏ธโฅ๏ธโฆ๏ธ
#> care : ๐
๐
๐ป๐
๐ผ๐
๐ฝ๐
๐พ๐
๐ฟ
#> carnival : ๐ ๐ก๐ข๐ช๐
#> cars : ๐๐๐๐๐๐๐
ฟ๏ธ
#> cartwheel : ๐คธ๐คธ๐ป๐คธ๐ผ๐คธ๐ฝ๐คธ๐พ๐คธ๐ฟ๐คธโโ๏ธ๐คธ๐ปโโ๏ธ๐คธ๐ผโโ๏ธ๐คธ๐ฝโโ๏ธ๐คธ๐พโโ๏ธ๐คธ๐ฟโโ๏ธ๐คธโโ๏ธ๐คธ๐ปโโ๏ธ๐คธ๐ผโโ๏ธ๐คธ๐ฝโโ๏ธ๐คธ๐พโโ๏ธ๐คธ๐ฟโโ๏ธ
#> cash : ๐ฆ๐ง
#> cat : ๐บ๐ธ๐น๐ป๐ผ๐ฝ๐๐ฟ๐พ๐ฑ๐ฏ๐พ
#> cats : ๐บ๐ธ๐น๐ป๐ผ๐ฝ๐๐ฟ๐พ๐
#> cd : ๐ฟ๐
#> celebration : ๐
๐
๐ป๐
๐ผ๐
๐ฝ๐
๐พ๐
๐ฟ๐คถ๐คถ๐ป๐คถ๐ผ๐คถ๐ฝ๐คถ๐พ๐คถ๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐พ๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐
#> cell : ๐ฑ๐ฒ๐ต๐ถ๐ณ๐ด
#> ceremony : ๐๐
#> chart : ๐น๐๐๐
#> chatting : ๐ฌ๐จ
#> check : โ
โ๏ธโ๏ธ
#> cheese : ๐ง๐
#> chef : ๐จโ๐ณ๐จ๐ปโ๐ณ๐จ๐ผโ๐ณ๐จ๐ฝโ๐ณ๐จ๐พโ๐ณ๐จ๐ฟโ๐ณ๐ฉโ๐ณ๐ฉ๐ปโ๐ณ๐ฉ๐ผโ๐ณ๐ฉ๐ฝโ๐ณ๐ฉ๐พโ๐ณ๐ฉ๐ฟโ๐ณ
#> chemist : ๐จโ๐ฌ๐จ๐ปโ๐ฌ๐จ๐ผโ๐ฌ๐จ๐ฝโ๐ฌ๐จ๐พโ๐ฌ๐จ๐ฟโ๐ฌ๐ฉโ๐ฌ๐ฉ๐ปโ๐ฌ๐ฉ๐ผโ๐ฌ๐ฉ๐ฝโ๐ฌ๐ฉ๐พโ๐ฌ๐ฉ๐ฟโ๐ฌ
#> cherry : ๐ธ๐
#> chick : ๐ฃ๐ค๐ฅ
#> chicken : ๐๐๐ฃ๐ค๐ฅ๐๐ฅ
#> child : ๐ถ๐ฆ๐ง๐ช๐จโ๐ฉโ๐ง๐จโ๐ฆ๐จโ๐ง๐ฉโ๐ฆ๐ฉโ๐ง๐ผ๐ธ
#> childish : ๐๐
#> children : ๐จโ๐ฉโ๐งโ๐ฆ๐จโ๐ฉโ๐ฆโ๐ฆ๐จโ๐ฉโ๐งโ๐ง๐จโ๐จโ๐ฆ๐จโ๐จโ๐ง๐จโ๐จโ๐งโ๐ฆ๐จโ๐จโ๐ฆโ๐ฆ๐จโ๐จโ๐งโ๐ง๐ฉโ๐ฉโ๐ฆ๐ฉโ๐ฉโ๐ง๐ฉโ๐ฉโ๐งโ๐ฆ๐ฉโ๐ฉโ๐ฆโ๐ฆ๐ฉโ๐ฉโ๐งโ๐ง๐จโ๐ฆโ๐ฆ๐จโ๐งโ๐ฆ๐จโ๐งโ๐ง๐ฉโ๐ฆโ๐ฆ๐ฉโ๐งโ๐ฆ๐ฉโ๐งโ๐ง
#> chime : ๐๐
#> china : ๐๐จ๐ณ
#> chinese : ๐ฒ๐ฒ๐๐๐ถ๐ฏ๐๐น๐๐ฒ๐๐ธ๐ด๐ณ๐ต๐จ๐ณใ๏ธใ๏ธ๐ท๏ธ
#> chocolate : ๐ช๐ซ
#> chop : ๐ฅฉ๐ช
#> christmas : ๐
โ๐๐๐จ๐ฝโ๏ธโ๏ธ
#> Christmas : ๐
๐
๐ป๐
๐ผ๐
๐ฝ๐
๐พ๐
๐ฟ๐คถ๐คถ๐ป๐คถ๐ผ๐คถ๐ฝ๐คถ๐พ๐คถ๐ฟ๐
#> church : ๐โช๏ธ
#> cigarette : ๐ฌ๐ญ
#> cinema : ๐ฅ๐๐ฝ
#> circle : ๐ซ๐ณ๐ฏ๐ฑ๐ท๐ต๐โบโญโ๐๐๐ด๐ตยฉ๏ธยฎ๏ธโบ๏ธโช๏ธโซ๏ธโญ
#> circled : โ๏ธใ๏ธใ๏ธ
#> circus : ๐ฉ๐ต๐๐ฆ๐๐ช๐๐๐๐ฎ
#> city : ๐๐๐๐ป๐ฆ
#> cjk : ๐๏ธ๐ฏ๏ธ๐ท๏ธ
#> clap : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> clapper : ๐ฌ๐ฌ
#> classy : ๐จ๐ฉ
#> claus : ๐
๐
๐ป๐
๐ผ๐
๐ฝ๐
๐พ๐
๐ฟ๐คถ๐คถ๐ป๐คถ๐ผ๐คถ๐ฝ๐คถ๐พ๐คถ๐ฟ
#> clean : ๐๐ฟ๐
#> clenched : โโ๐ปโ๐ผโ๐ฝโ๐พโ๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> climber : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ
#> clink : ๐ป๐ฅ
#> clock : โโฐโฑโฒ๐ฐ๐๐ง๐๐๐๐๐๐๐๐๐๐ ๐๐ก๐๐ข๐๐ฃ๐๐ค๐๐ฅ๐๐ฆ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐ ๏ธ๐ก๏ธ๐ข๏ธ๐ฃ๏ธ๐ค๏ธ๐ฅ๏ธ๐ฆ๏ธ๐ง๏ธ
#> clockwise : ๐๐๐
#> closed : ๐๐๐ซ๐ช๐๐๐ช๐ซ
#> cloth : ๐๐
#> clothing : ๐ฃ๐๐๐๐๐๐๐๐๐๐๐๐๐๐ ๐ก๐ข๐๐๐ฉ๐๐ฟ๐โ
#> cloud : ๐ญโ
โ๐ค๐ฅ๐ฆ๐ง๐จ๐ฉ๐ช๐ซ๐ฌ๐โ๏ธโ
โ๏ธ๐ค๏ธ๐ฅ๏ธ๐ฆ๏ธ๐ช๏ธ
#> cocktail : ๐ธ๐น๐ธ
#> coder : ๐จโ๐ป๐จ๐ปโ๐ป๐จ๐ผโ๐ป๐จ๐ฝโ๐ป๐จ๐พโ๐ป๐จ๐ฟโ๐ป๐ฉโ๐ป๐ฉ๐ปโ๐ป๐ฉ๐ผโ๐ป๐ฉ๐ฝโ๐ป๐ฉ๐พโ๐ป๐ฉ๐ฟโ๐ป
#> cold : ๐
๐๐ฐ๐ท๐ค๐๐ก๐จโ๐ง๐ฟโ๏ธ
#> comic : ๐ฉ๐ช๐ช๐ป๐ช๐ผ๐ช๐ฝ๐ช๐พ๐ช๐ฟ๐ค๐ข๐ฃ๐ฅ๐ฆ๐จ๐ซ๐ฌ๐ญ๐ง๐ก๐
#> communication : ๐ฃ๐ฐ๐ป๐๐ ๐ก๐ง๐ฉ๐ซ๐ช๐ฌโ๏ธโ๏ธ
#> compose : ๐ผ๐น๐
#> computer : ๐ค๐จโ๐ป๐ฉโ๐ป๐ป๐ฅ๐จ๐ฑ๐ฒ๐ฝ๐พ๐ฟ๐๐ป๏ธ
#> concert : ๐๐๐ซ
#> confused : ๐๐๐คท๐คทโโ๏ธโโ
#> congo : ๐จ๐ฉ๐จ๐ฌ
#> congratulations : ๐๐
#> construction : ๐ท๐ท๐ป๐ท๐ผ๐ท๐ฝ๐ท๐พ๐ท๐ฟ๐ทโโ๏ธ๐ท๐ปโโ๏ธ๐ท๐ผโโ๏ธ๐ท๐ฝโโ๏ธ๐ท๐พโโ๏ธ๐ท๐ฟโโ๏ธ๐ทโโ๏ธ๐ท๐ปโโ๏ธ๐ท๐ผโโ๏ธ๐ท๐ฝโโ๏ธ๐ท๐พโโ๏ธ๐ท๐ฟโโ๏ธโ๐
#> contest : ๐๐
#> continue : โฉโฌ๏ธ
#> control : ๐๐
#> cook : ๐จโ๐ณ๐จ๐ปโ๐ณ๐จ๐ผโ๐ณ๐จ๐ฝโ๐ณ๐จ๐พโ๐ณ๐จ๐ฟโ๐ณ๐ฉโ๐ณ๐ฉ๐ปโ๐ณ๐ฉ๐ผโ๐ณ๐ฉ๐ฝโ๐ณ๐ฉ๐พโ๐ณ๐ฉ๐ฟโ๐ณ๐ฅ๐จ๐ฐ
#> cooking : ๐ฅ๐ฝ๐ด๐ช๐บ
#> cool : ๐๐๐ถโจ๐
#> cop : ๐ฎ๐ฎ๐ป๐ฎ๐ผ๐ฎ๐ฝ๐ฎ๐พ๐ฎ๐ฟ๐ฎโโ๏ธ๐ฎ๐ปโโ๏ธ๐ฎ๐ผโโ๏ธ๐ฎ๐ฝโโ๏ธ๐ฎ๐พโโ๏ธ๐ฎ๐ฟโโ๏ธ๐ฎโโ๏ธ๐ฎ๐ปโโ๏ธ๐ฎ๐ผโโ๏ธ๐ฎ๐ฝโโ๏ธ๐ฎ๐พโโ๏ธ๐ฎ๐ฟโโ๏ธ
#> cosmetics : ๐
๐
๐ป๐
๐ผ๐
๐ฝ๐
๐พ๐
๐ฟ๐
#> country : ๐พ๐๐ฆ๐ฉ๐ฆ๐ช๐ฆ๐ซ๐ฆ๐ฌ๐ฆ๐ฎ๐ฆ๐ฑ๐ฆ๐ฒ๐ฆ๐ด๐ฆ๐ถ๐ฆ๐ท๐ฆ๐ธ๐ฆ๐น๐ฆ๐บ๐ฆ๐ผ๐ฆ๐ฝ๐ฆ๐ฟ๐ง๐ฆ๐ง๐ง๐ง๐ฉ๐ง๐ช๐ง๐ซ๐ง๐ฌ๐ง๐ญ๐ง๐ฎ๐ง๐ฏ๐ง๐ฑ๐ง๐ฒ๐ง๐ณ๐ง๐ด๐ง๐ถ๐ง๐ท๐ง๐ธ๐ง๐น๐ง๐ผ๐ง๐พ๐ง๐ฟ๐จ๐ฆ๐จ๐จ๐จ๐ฉ๐จ๐ซ๐จ๐ฌ๐จ๐ญ๐จ๐ฎ๐จ๐ฐ๐จ๐ฑ๐จ๐ฒ๐จ๐ณ๐จ๐ด๐จ๐ท๐จ๐บ๐จ๐ป๐จ๐ผ๐จ๐ฝ๐จ๐พ๐จ๐ฟ๐ฉ๐ช๐ฉ๐ฏ๐ฉ๐ฐ๐ฉ๐ฒ๐ฉ๐ด๐ฉ๐ฟ๐ช๐จ๐ช๐ช๐ช๐ฌ๐ช๐ญ๐ช๐ท๐ช๐ธ๐ช๐น๐ซ๐ฎ๐ซ๐ฏ๐ซ๐ฐ๐ซ๐ฒ๐ซ๐ด๐ซ๐ท๐ฌ๐ฆ๐ฌ๐ง๐ฌ๐ฉ๐ฌ๐ช๐ฌ๐ซ๐ฌ๐ฌ๐ฌ๐ญ๐ฌ๐ฎ๐ฌ๐ฑ๐ฌ๐ฒ๐ฌ๐ณ๐ฌ๐ต๐ฌ๐ถ๐ฌ๐ท๐ฌ๐ธ๐ฌ๐น๐ฌ๐บ๐ฌ๐ผ๐ฌ๐พ๐ญ๐ฐ๐ญ๐ณ๐ญ๐ท๐ญ๐น๐ญ๐บ๐ฎ๐จ๐ฎ๐ฉ๐ฎ๐ช๐ฎ๐ฑ๐ฎ๐ฒ๐ฎ๐ณ๐ฎ๐ด๐ฎ๐ถ๐ฎ๐ท๐ฎ๐ธ๐ฎ๐น๐ฏ๐ช๐ฏ๐ฒ๐ฏ๐ด๐ฏ๐ต๐ฐ๐ช๐ฐ๐ฌ๐ฐ๐ญ๐ฐ๐ฎ๐ฐ๐ฒ๐ฐ๐ณ๐ฐ๐ต๐ฐ๐ท๐ฐ๐ผ๐ฐ๐พ๐ฐ๐ฟ๐ฑ๐ฆ๐ฑ๐ง๐ฑ๐จ๐ฑ๐ฎ๐ฑ๐ฐ๐ฑ๐ท๐ฑ๐ธ๐ฑ๐น๐ฑ๐บ๐ฑ๐ป๐ฑ๐พ๐ฒ๐ฆ๐ฒ๐จ๐ฒ๐ฉ๐ฒ๐ช๐ฒ๐ฌ๐ฒ๐ญ๐ฒ๐ฐ๐ฒ๐ฑ๐ฒ๐ฒ๐ฒ๐ณ๐ฒ๐ด๐ฒ๐ต๐ฒ๐ถ๐ฒ๐ท๐ฒ๐ธ๐ฒ๐น๐ฒ๐บ๐ฒ๐ป๐ฒ๐ผ๐ฒ๐ฝ๐ฒ๐พ๐ฒ๐ฟ๐ณ๐ฆ๐ณ๐จ๐ณ๐ช๐ณ๐ซ๐ณ๐ฌ๐ณ๐ฎ๐ณ๐ฑ๐ณ๐ด๐ณ๐ต๐ณ๐ท๐ณ๐บ๐ณ๐ฟ๐ด๐ฒ๐ต๐ฆ๐ต๐ช๐ต๐ซ๐ต๐ฌ๐ต๐ญ๐ต๐ฐ๐ต๐ฑ๐ต๐ฒ๐ต๐ณ๐ต๐ท๐ต๐ธ๐ต๐น๐ต๐ผ๐ต๐พ๐ถ๐ฆ๐ท๐ช๐ท๐ด๐ท๐ธ๐ท๐บ๐ท๐ผ๐ธ๐ฆ๐ธ๐ง๐ธ๐จ๐ธ๐ฉ๐ธ๐ช๐ธ๐ฌ๐ธ๐ญ๐ธ๐ฎ๐ธ๐ฐ๐ธ๐ฑ๐ธ๐ฒ๐ธ๐ณ๐ธ๐ด๐ธ๐ท๐ธ๐ธ๐ธ๐น๐ธ๐ป๐ธ๐ฝ๐ธ๐พ๐ธ๐ฟ๐น๐จ๐น๐ฉ๐น๐ซ๐น๐ฌ๐น๐ญ๐น๐ฏ๐น๐ฐ๐น๐ฑ๐น๐ฒ๐น๐ณ๐น๐ด๐น๐ท๐น๐น๐น๐ป๐น๐ผ๐น๐ฟ๐บ๐ฆ๐บ๐ฌ๐บ๐ธ๐บ๐พ๐บ๐ฟ๐ป๐ฆ๐ป๐จ๐ป๐ช๐ป๐ฌ๐ป๐ฎ๐ป๐ณ๐ป๐บ๐ผ๐ซ๐ผ๐ธ๐ฝ๐ฐ๐พ๐ช๐พ๐น๐ฟ๐ฆ๐ฟ๐ฒ๐ฟ๐ผ
#> couple : ๐คต๐ฐ๐ซ๐ฌ๐ญ๐๐ฉโโค๏ธโ๐โ๐จ๐จโโค๏ธโ๐โ๐จ๐ฉโโค๏ธโ๐โ๐ฉ๐๐จโโค๏ธโ๐จ๐ฉโโค๏ธโ๐ฉ๐
#> court : ๐จโโ๏ธ๐ฉโโ๏ธ
#> cow : ๐ฎ๐๐๐๐ฅ
#> crayon : ๐๐๏ธ
#> cream : ๐ฆ๐จ๐ฐ
#> create : ๐จโ๐
#> creativity : ๐๐
#> creature : ๐น๐บ๐ป๐ฝ๐พ๐
#> creepy : ๐น๐บ๐๐
#> crescent : ๐๐๐โช๏ธ
#> cross : ๐ค๐ค๐ป๐ค๐ผ๐ค๐ฝ๐ค๐พ๐ค๐ฟโ๐โฆ๏ธโ๏ธโ๏ธ
#> crossed : ๐๐โ๏ธ
#> crossing : ๐ธ๐ท
#> crown : ๐คด๐ธ
#> crush : ๐๐
#> cry : ๐๐ข๐ญ๐ฟ
#> crystal : ๐ฎ๐
#> cup : ๐ต๐ถ
#> curl : ๐โฐโฟ
#> currency : ๐ด๐ต๐ถ๐ท๐น๐ฑ๐ฒ
#> curry : ๐ฅ๐
#> curving : โคด๏ธโคต๏ธ
#> cut : ๐ช๐นโ๏ธ
#> cutlery : ๐ด๐ฅ๐ช
#> cycle : ๐๐
#> cyclist : ๐ด๐ด๐ป๐ด๐ผ๐ด๐ฝ๐ด๐พ๐ด๐ฟ๐ดโโ๏ธ๐ด๐ปโโ๏ธ๐ด๐ผโโ๏ธ๐ด๐ฝโโ๏ธ๐ด๐พโโ๏ธ๐ด๐ฟโโ๏ธ๐ดโโ๏ธ๐ด๐ปโโ๏ธ๐ด๐ผโโ๏ธ๐ด๐ฝโโ๏ธ๐ด๐พโโ๏ธ๐ด๐ฟโโ๏ธ๐ต๐ต๐ป๐ต๐ผ๐ต๐ฝ๐ต๐พ๐ต๐ฟ๐ตโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ๐ตโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ๐ณ
#> dad : ๐จ๐ช
#> dance : ๐บ๐บ๐ป๐บ๐ผ๐บ๐ฝ๐บ๐พ๐บ๐ฟ
#> dancer : ๐บ๐ฏ๐ฏโโ๏ธ๐ฏโโ๏ธ
#> dancing : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> danger : ๐๐ฏโก๐ธโ๐ดโ ๏ธ
#> dark : ๐ถ๐๐ฆ
#> dark skin tone : ๐ถ๐ฟ๐ง๐ฟ๐ฆ๐ฟ๐ง๐ฟ๐ง๐ฟ๐จ๐ฟ๐ฉ๐ฟ๐ง๐ฟ๐ด๐ฟ๐ต๐ฟ๐จ๐ฟโโ๏ธ๐ฉ๐ฟโโ๏ธ๐จ๐ฟโ๐๐ฉ๐ฟโ๐๐จ๐ฟโ๐ซ๐ฉ๐ฟโ๐ซ๐จ๐ฟโโ๏ธ๐ฉ๐ฟโโ๏ธ๐จ๐ฟโ๐พ๐ฉ๐ฟโ๐พ๐จ๐ฟโ๐ณ๐ฉ๐ฟโ๐ณ๐จ๐ฟโ๐ง๐ฉ๐ฟโ๐ง๐จ๐ฟโ๐ญ๐ฉ๐ฟโ๐ญ๐จ๐ฟโ๐ผ๐ฉ๐ฟโ๐ผ๐จ๐ฟโ๐ฌ๐ฉ๐ฟโ๐ฌ๐จ๐ฟโ๐ป๐ฉ๐ฟโ๐ป๐จ๐ฟโ๐ค๐ฉ๐ฟโ๐ค๐จ๐ฟโ๐จ๐ฉ๐ฟโ๐จ๐จ๐ฟโโ๏ธ๐ฉ๐ฟโโ๏ธ๐จ๐ฟโ๐๐ฉ๐ฟโ๐๐จ๐ฟโ๐๐ฉ๐ฟโ๐๐ฎ๐ฟ๐ฎ๐ฟโโ๏ธ๐ฎ๐ฟโโ๏ธ๐ต๐ฟ๐ต๐ฟโโ๏ธ๐ต๐ฟโโ๏ธ๐๐ฟ๐๐ฟโโ๏ธ๐๐ฟโโ๏ธ๐ท๐ฟ๐ท๐ฟโโ๏ธ๐ท๐ฟโโ๏ธ๐คด๐ฟ๐ธ๐ฟ๐ณ๐ฟ๐ณ๐ฟโโ๏ธ๐ณ๐ฟโโ๏ธ๐ฒ๐ฟ๐ง๐ฟ๐ง๐ฟ๐ฑ๐ฟ๐ฑ๐ฟโโ๏ธ๐ฑ๐ฟโโ๏ธ๐คต๐ฟ๐ฐ๐ฟ๐คฐ๐ฟ๐คฑ๐ฟ๐ผ๐ฟ๐
๐ฟ๐คถ๐ฟ๐ง๐ฟ๐ง๐ฟโโ๏ธ๐ง๐ฟโโ๏ธ๐ง๐ฟ๐ง๐ฟโโ๏ธ๐ง๐ฟโโ๏ธ๐ง๐ฟ๐ง๐ฟโโ๏ธ๐ง๐ฟโโ๏ธ๐ง๐ฟ๐ง๐ฟโโ๏ธ๐ง๐ฟโโ๏ธ๐ง๐ฟ๐ง๐ฟโโ๏ธ๐ง๐ฟโโ๏ธ๐๐ฟ๐๐ฟโโ๏ธ๐๐ฟโโ๏ธ๐๐ฟ๐๐ฟโโ๏ธ๐๐ฟโโ๏ธ๐
๐ฟ๐
๐ฟโโ๏ธ๐
๐ฟโโ๏ธ๐๐ฟ๐๐ฟโโ๏ธ๐๐ฟโโ๏ธ๐๐ฟ๐๐ฟโโ๏ธ๐๐ฟโโ๏ธ๐๐ฟ๐๐ฟโโ๏ธ๐๐ฟโโ๏ธ๐๐ฟ๐๐ฟโโ๏ธ๐๐ฟโโ๏ธ๐คฆ๐ฟ๐คฆ๐ฟโโ๏ธ๐คฆ๐ฟโโ๏ธ๐คท๐ฟ๐คท๐ฟโโ๏ธ๐คท๐ฟโโ๏ธ๐๐ฟ๐๐ฟโโ๏ธ๐๐ฟโโ๏ธ๐๐ฟ๐๐ฟโโ๏ธ๐๐ฟโโ๏ธ๐ถ๐ฟ๐ถ๐ฟโโ๏ธ๐ถ๐ฟโโ๏ธ๐๐ฟ๐๐ฟโโ๏ธ๐๐ฟโโ๏ธ๐๐ฟ๐บ๐ฟ๐ง๐ฟ๐ง๐ฟโโ๏ธ๐ง๐ฟโโ๏ธ๐ง๐ฟ๐ง๐ฟโโ๏ธ๐ง๐ฟโโ๏ธ๐ง๐ฟ๐ง๐ฟโโ๏ธ๐ง๐ฟโโ๏ธ๐๐ฟ๐๐ฟ๐ด๐ฟ๐๐ฟ๐๐ฟ๐๐ฟ๐๐ฟโโ๏ธ๐๐ฟโโ๏ธ๐๐ฟ๐๐ฟโโ๏ธ๐๐ฟโโ๏ธ๐ฃ๐ฟ๐ฃ๐ฟโโ๏ธ๐ฃ๐ฟโโ๏ธ๐๐ฟ๐๐ฟโโ๏ธ๐๐ฟโโ๏ธโน๐ฟโน๐ฟโโ๏ธโน๐ฟโโ๏ธ๐๐ฟ๐๐ฟโโ๏ธ๐๐ฟโโ๏ธ๐ด๐ฟ๐ด๐ฟโโ๏ธ๐ด๐ฟโโ๏ธ๐ต๐ฟ๐ต๐ฟโโ๏ธ๐ต๐ฟโโ๏ธ๐คธ๐ฟ๐คธ๐ฟโโ๏ธ๐คธ๐ฟโโ๏ธ๐คฝ๐ฟ๐คฝ๐ฟโโ๏ธ๐คฝ๐ฟโโ๏ธ๐คพ๐ฟ๐คพ๐ฟโโ๏ธ๐คพ๐ฟโโ๏ธ๐คน๐ฟ๐คน๐ฟโโ๏ธ๐คน๐ฟโโ๏ธ๐คณ๐ฟ๐ช๐ฟ๐๐ฟ๐๐ฟโ๐ฟ๐๐ฟ๐๐ฟ๐๐ฟโ๐ฟ๐ค๐ฟ๐๐ฟ๐ค๐ฟ๐ค๐ฟ๐๐ฟโ๐ฟ๐๐ฟ๐๐ฟ๐๐ฟโ๐ฟ๐๐ฟ๐ค๐ฟ๐ค๐ฟ๐ค๐ฟ๐๐ฟ๐ค๐ฟโ๐ฟ๐๐ฟ๐๐ฟ๐๐ฟ๐คฒ๐ฟ๐๐ฟ๐
๐ฟ๐๐ฟ๐๐ฟ
#> dash : ๐จใฐ๏ธ
#> date : ๐ซ๐ฌ๐ญ๐
๐๐
#> dating : ๐ซ๐๐จโโค๏ธโ๐โ๐จ๐ฉโโค๏ธโ๐โ๐ฉ๐๐จโโค๏ธโ๐จ๐ฉโโค๏ธโ๐ฉ๐ฉ
#> dawn : ๐๐
#> deadpan : ๐๐
#> decoration : ๐ต๐
#> democratic : ๐จ๐ฉ๐ฑ๐ฆ
#> demon : ๐ฟ๐น
#> depressed : ๐๐๐ข๐ญ๐๐โโ๏ธ
#> derelict : ๐๐๏ธ
#> desert : ๐ช๐ซ๐๐
#> desktop : ๐ป๐ฅ
#> dessert : ๐ก๐ฆ๐ง๐จ๐ฉ๐ช๐๐ฐ๐ซ๐ฌ๐ญ๐ฎ
#> detective : ๐ต๐ต๐ป๐ต๐ผ๐ต๐ฝ๐ต๐พ๐ต๐ฟ๐ต๏ธโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ๐ต๏ธโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ๐๐
#> developer : ๐จโ๐ป๐จ๐ปโ๐ป๐จ๐ผโ๐ป๐จ๐ฝโ๐ป๐จ๐พโ๐ป๐จ๐ฟโ๐ป๐ฉโ๐ป๐ฉ๐ปโ๐ป๐ฉ๐ผโ๐ป๐ฉ๐ฝโ๐ป๐ฉ๐พโ๐ป๐ฉ๐ฟโ๐ป
#> devil : ๐๐ฟ๐น
#> diagonal : โ๏ธโ๏ธโ๏ธโ๏ธ
#> dial : ๐๐ฑ๐โ๏ธ
#> dialog : ๐ฌ๐จ
#> diamond : ๐๐๐ถ๐ท๐ธ๐น๐ โฆ๏ธ
#> direction : ๐๐โ๐๐๐บโฌโโกโโฌโโฌ
โ๐ผโซ๐ฝโฌ๐บ๐ปโ๏ธโโ๏ธโ๏ธโ๏ธโ๏ธโช๏ธโถ๏ธโ๏ธโคด๏ธโคต๏ธโฌ๏ธโฌ๏ธ
#> disappointed : ๐ฅ๐๐
#> disaster : ๐๐
#> disbelief : ๐คจ๐คฆ๐คฆ๐ป๐คฆ๐ผ๐คฆ๐ฝ๐คฆ๐พ๐คฆ๐ฟ๐คฆโโ๏ธ๐คฆ๐ปโโ๏ธ๐คฆ๐ผโโ๏ธ๐คฆ๐ฝโโ๏ธ๐คฆ๐พโโ๏ธ๐คฆ๐ฟโโ๏ธ๐คฆโโ๏ธ๐คฆ๐ปโโ๏ธ๐คฆ๐ผโโ๏ธ๐คฆ๐ฝโโ๏ธ๐คฆ๐พโโ๏ธ๐คฆ๐ฟโโ๏ธ
#> disc : ๐ฟ๐๐ฟ๏ธ
#> discouraged : ๐๐โโ๏ธ
#> disk : ๐ฝ๐พ๐ฟ๐
#> divide : โ๐น
#> dizzy : ๐ต๐
#> djinn : ๐ง๐งโโ๏ธ๐งโโ๏ธ
#> doctor : ๐ท๐จโโ๏ธ๐จ๐ปโโ๏ธ๐จ๐ผโโ๏ธ๐จ๐ฝโโ๏ธ๐จ๐พโโ๏ธ๐จ๐ฟโโ๏ธ๐ฉโโ๏ธ๐ฉ๐ปโโ๏ธ๐ฉ๐ผโโ๏ธ๐ฉ๐ฝโโ๏ธ๐ฉ๐พโโ๏ธ๐ฉ๐ฟโโ๏ธ๐ฅ๐๐
#> document : ๐๐๐๐
#> documents : ๐๐๐๐ฅ๐๐ผ๐๐๐๐๐
#> dog : ๐ถ๐ฉ๐พ
#> dollar : ๐ค๐ฐ๐ด๐ต๐ถ๐ธ๐ณ๐ฑ๐ฒ
#> door : ๐ช๐๐
#> dork : ๐ค๐
#> double : โฉโชโซโฌโธโฟโผโฉ๏ธโช๏ธโญ๏ธโฎ๏ธโฏ๏ธโธ๏ธ
#> doubt : ๐คท๐คท๐ป๐คท๐ผ๐คท๐ฝ๐คท๐พ๐คท๐ฟ๐คทโโ๏ธ๐คท๐ปโโ๏ธ๐คท๐ผโโ๏ธ๐คท๐ฝโโ๏ธ๐คท๐พโโ๏ธ๐คท๐ฟโโ๏ธ๐คทโโ๏ธ๐คท๐ปโโ๏ธ๐คท๐ผโโ๏ธ๐คท๐ฝโโ๏ธ๐คท๐พโโ๏ธ๐คท๐ฟโโ๏ธโ
#> down : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐ฉ๐โฌโคต๐ฝโฌ๐ปโ๐๏ธ๐๏ธ
#> downwards : โคต๏ธโฌ๏ธ
#> Dracula : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ
#> dragon : ๐ฒ๐๏ธ
#> draw : ๐จโฐใฐ๏ธ
#> drawing : ๐๐๐
#> dream : ๐ค๐ญ
#> dress : ๐๐
#> drink : ๐ผ๐ฅโ๐ต๐ถ๐พ๐ท๐ธ๐น๐บ๐ป๐ฅ๐ฅ๐บ๐ฑ๐
#> drip : ๐ฆ๐ง
#> driving : ๐ฆ๐ธ
#> drop : โ๐ง
#> drum : ๐ฅ๐ข
#> drumstick : ๐๐
#> drunk : ๐ถ๐ท๐ธ๐บ๐ป๐ฅ
#> dusk : ๐๐๐
#> dvd : ๐ฟ๐
#> e-mail : ๐จ๐ฉ
#> ear : ๐พ๐ฝ
#> early : ๐๐ง๐๐๐๐๐๐๐๐๐๐ ๐๐ก๐๐ข๐๐ฃ๐๐ค๐๐ฅ๐๐ฆ
#> earth : ๐๐๐๐๐๏ธ๐๏ธ๐๏ธ
#> east : ๐โกโ๏ธโ๏ธ
#> economics : ๐๐ใฝ๏ธ
#> education : ๐๐๐ซ
#> egg : ๐ฃ๐ฅ๐ณ
#> eight : ๐๐ฃ๐ฑโณ๏ธโด๏ธ๐๏ธ
#> eject : โโ๏ธ
#> elder : ๐ด๐ต
#> election : ๐ณโ
โ๏ธ
#> electric : ๐โก๐๐ก๐ฆ
#> electrician : ๐จโ๐ง๐จ๐ปโ๐ง๐จ๐ผโ๐ง๐จ๐ฝโ๐ง๐จ๐พโ๐ง๐จ๐ฟโ๐ง๐ฉโ๐ง๐ฉ๐ปโ๐ง๐ฉ๐ผโ๐ง๐ฉ๐ฝโ๐ง๐ฉ๐พโ๐ง๐ฉ๐ฟโ๐ง
#> electricity : โก๐๐ก
#> eleven : ๐๐ฆ๐๏ธ
#> email : ๐๐ค๐ง๐จ๐ฉ๐ค๐ฅ๐ซ๐ช๐ฌ๐ญ๐ฎ
#> emergency : ๐จ๐
#> enforcement : ๐ฎ๐ฎโโ๏ธ๐๐
#> engine : ๐๐
#> engineer : ๐จโ๐ฌ๐จ๐ปโ๐ฌ๐จ๐ผโ๐ฌ๐จ๐ฝโ๐ฌ๐จ๐พโ๐ฌ๐จ๐ฟโ๐ฌ๐ฉโ๐ฌ๐ฉ๐ปโ๐ฌ๐ฉ๐ผโ๐ฌ๐ฉ๐ฝโ๐ฌ๐ฉ๐พโ๐ฌ๐ฉ๐ฟโ๐ฌ๐จโ๐ป๐ฉโ๐ป
#> england : ๐ท๐ฌ๐ง
#> entertainer : ๐จโ๐ค๐จ๐ปโ๐ค๐จ๐ผโ๐ค๐จ๐ฝโ๐ค๐จ๐พโ๐ค๐จ๐ฟโ๐ค๐ฉโ๐ค๐ฉ๐ปโ๐ค๐ฉ๐ผโ๐ค๐ฉ๐ฝโ๐ค๐ฉ๐พโ๐ค๐ฉ๐ฟโ๐ค
#> entry : ๐ช๐ซโ๏ธ
#> envelope : ๐๐ฃ๐จ๐ฉ๐ฎโ๏ธ
#> environment : ๐โฐ๐โป๏ธ
#> error : ๐จ๐ดโ ๏ธ
#> espresso : โโ
#> European : ๐ค๐ฐ
#> evening : ๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐
#> evil : ๐๐ฟ๐บ๐๐๐๐ค๐
#> exam : โ๐๐ฏ
#> exasperation : ๐คฆ๐คฆ๐ป๐คฆ๐ผ๐คฆ๐ฝ๐คฆ๐พ๐คฆ๐ฟ๐คฆโโ๏ธ๐คฆ๐ปโโ๏ธ๐คฆ๐ผโโ๏ธ๐คฆ๐ฝโโ๏ธ๐คฆ๐พโโ๏ธ๐คฆ๐ฟโโ๏ธ๐คฆโโ๏ธ๐คฆ๐ปโโ๏ธ๐คฆ๐ผโโ๏ธ๐คฆ๐ฝโโ๏ธ๐คฆ๐พโโ๏ธ๐คฆ๐ฟโโ๏ธ
#> excited : ๐๐
#> exclamation : โผโโโโผโโ ๏ธโ๏ธโฃ๏ธ
#> exercise : ๐๐๐โโ๏ธ๐๐โโ๏ธ๐๐๏ธโโ๏ธ๐ด๐ดโโ๏ธ๐ฒ
#> explode : ๐ฃ๐ฅ
#> explosion : ๐ฃ๐ฅ
#> extraterrestrial : ๐ฝ๐พ๐ฝ๏ธ
#> eye : ๐๐๐๐๐๐๐๐๐๐๐คช๐ธ๐ป๐ฝ๐๐๏ธโ๐จ๏ธ๐๐ถ๐ฏ
#> eyes : ๐คฉ๐
#> eyewear : ๐๐๐ถ
#> face : ๐๐๐๐คฃ๐๐๐
๐๐๐๐๐๐๐๐๐๐โบ๐๐ค๐คฉ๐ค๐๐๐ถ๐๐๐ฃ๐ฅ๐ฎ๐ค๐ฏ๐ช๐ซ๐ด๐๐๐๐๐คค๐๐๐๐๐๐ค๐ฒ๐๐๐๐๐ค๐ข๐ญ๐ฆ๐ง๐จ๐ฉ๐ฌ๐ฐ๐ฑ๐ณ๐ต๐ก๐ ๐ท๐ค๐ค๐คข๐คง๐๐ค ๐คก๐คฅ๐ค๐๐ฟ๐น๐บ๐๐ป๐ฝ๐พ๐ค๐ฉ๐บ๐ธ๐น๐ป๐ผ๐ฝ๐๐ฟ๐พ๐๐๐๐ผ๐ผ๐ป๐ผ๐ผ๐ผ๐ฝ๐ผ๐พ๐ผ๐ฟ๐คฆ๐คฆ๐ป๐คฆ๐ผ๐คฆ๐ฝ๐คฆ๐พ๐คฆ๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐ฃ๐๐๐๐๐ถโ๐ต๐ถ๐บ๐ฆ๐ฑ๐ฆ๐ฏ๐ด๐ฆ๐ฎ๐ท๐ฝ๐ญ๐น๐ฐ๐ป๐ผ๐ธ๐ฒ๐ณ๐๐๐๐๐๐ฌ๐ฟโน๏ธโบ๏ธ๐ฌ๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐ ๏ธ๐ก๏ธ๐ข๏ธ๐ฃ๏ธ๐ค๏ธ๐ฅ๏ธ๐ฆ๏ธ๐ง๏ธ
#> facepalm : ๐คฆโโ๏ธ๐คฆ๐ปโโ๏ธ๐คฆ๐ผโโ๏ธ๐คฆ๐ฝโโ๏ธ๐คฆ๐พโโ๏ธ๐คฆ๐ฟโโ๏ธ๐คฆโโ๏ธ๐คฆ๐ปโโ๏ธ๐คฆ๐ผโโ๏ธ๐คฆ๐ฝโโ๏ธ๐คฆ๐พโโ๏ธ๐คฆ๐ฟโโ๏ธ
#> factory : ๐จโ๐ญ๐จ๐ปโ๐ญ๐จ๐ผโ๐ญ๐จ๐ฝโ๐ญ๐จ๐พโ๐ญ๐จ๐ฟโ๐ญ๐ฉโ๐ญ๐ฉ๐ปโ๐ญ๐ฉ๐ผโ๐ญ๐ฉ๐ฝโ๐ญ๐ฉ๐พโ๐ญ๐ฉ๐ฟโ๐ญ
#> fairy tale : ๐๐๐ฟ๐น๐บ๐๐ป๐ฝ๐พ๐ธ๐ธ๐ป๐ธ๐ผ๐ธ๐ฝ๐ธ๐พ๐ธ๐ฟ๐ผ๐ผ๐ป๐ผ๐ผ๐ผ๐ฝ๐ผ๐พ๐ผ๐ฟ๐ฒ๐๐ฎ
#> faithful : ๐ถ๐
#> fall : ๐ป๐โ
๐
#> falling : ๐๐๐
#> family : ๐ช๐จโ๐ฉโ๐ง๐จโ๐ฉโ๐งโ๐ฆ๐จโ๐ฉโ๐ฆโ๐ฆ๐จโ๐ฉโ๐งโ๐ง๐จโ๐จโ๐ฆ๐จโ๐จโ๐ง๐จโ๐จโ๐งโ๐ฆ๐จโ๐จโ๐ฆโ๐ฆ๐จโ๐จโ๐งโ๐ง๐ฉโ๐ฉโ๐ฆ๐ฉโ๐ฉโ๐ง๐ฉโ๐ฉโ๐งโ๐ฆ๐ฉโ๐ฉโ๐ฆโ๐ฆ๐ฉโ๐ฉโ๐งโ๐ง๐จโ๐ฆ๐จโ๐ฆโ๐ฆ๐จโ๐ง๐จโ๐งโ๐ฆ๐จโ๐งโ๐ง๐ฉโ๐ฆ๐ฉโ๐ฆโ๐ฆ๐ฉโ๐ง๐ฉโ๐งโ๐ฆ๐ฉโ๐งโ๐ง
#> fantasy : ๐๐๐ฟ๐น๐บ๐ป๐ฝ๐พ๐ธ๐ธ๐ป๐ธ๐ผ๐ธ๐ฝ๐ธ๐พ๐ธ๐ฟ๐ผ๐ผ๐ป๐ผ๐ผ๐ผ๐ฝ๐ผ๐พ๐ผ๐ฟ๐ฎ
#> farmer : ๐จโ๐พ๐จ๐ปโ๐พ๐จ๐ผโ๐พ๐จ๐ฝโ๐พ๐จ๐พโ๐พ๐จ๐ฟโ๐พ๐ฉโ๐พ๐ฉ๐ปโ๐พ๐ฉ๐ผโ๐พ๐ฉ๐ฝโ๐พ๐ฉ๐พโ๐พ๐ฉ๐ฟโ๐พ
#> fashion : ๐
๐๐๐๐๐๐๐๐๐๐๐๐ ๐ก๐ข๐๐๐
#> fast : ๐๐๐จ๐
โกโฉ
#> fast food : ๐๐
#> father : ๐จ๐
๐
๐ป๐
๐ผ๐
๐ฝ๐
๐พ๐
๐ฟ๐ช
#> faucet : ๐ง๐ฐ๐ฑ
#> favor : ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ
#> favorite : ๐๐
#> fear : ๐จ๐ฑ
#> fearful : ๐จ๐ฑ
#> feet : ๐ถ๐ถโโ๏ธ๐ฃ๐พ
#> female : ๐ง๐ฉ๐ต๐ฎโโ๏ธ๐ต๏ธโโ๏ธ๐โโ๏ธ๐ทโโ๏ธ๐ธ๐ณโโ๏ธ๐ฑโโ๏ธ๐คถ๐๐๐
๐๐๐๐โโ๏ธ๐คฆโโ๏ธ๐คท๐๐๐ถโโ๏ธ๐โโ๏ธ๐๐ฏ๐๏ธโโ๏ธ๐โโ๏ธ๐ฃโโ๏ธ๐โโ๏ธโน๏ธโโ๏ธ๐๏ธโโ๏ธ๐ดโโ๏ธ๐ตโโ๏ธ๐ญ๐๐๐๐ ๐๐๐๐บโ
#> festival : ๐
๐ช๐๐๐๐
#> file : ๐๐๐๐
#> film : ๐ฅ๐๐ฝ๐ฌ๐น๐ฆ๐
#> find : ๐๐
#> finger : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟโโ๐ปโ๐ผโ๐ฝโ๐พโ๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐ค๐ค๐ป๐ค๐ผ๐ค๐ฝ๐ค๐พ๐ค๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐ค๐ค๐ป๐ค๐ผ๐ค๐ฝ๐ค๐พ๐ค๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐
#> fingers : ๐๐โ๐๐๐โ๐๐ค๐โ๐โ๐ค๐
#> fins : ๐ฌ๐ฆ
#> fire : ๐๐ฏ๐
#> firefighter : ๐จโ๐๐จ๐ปโ๐๐จ๐ผโ๐๐จ๐ฝโ๐๐จ๐พโ๐๐จ๐ฟโ๐๐ฉโ๐๐ฉ๐ปโ๐๐ฉ๐ผโ๐๐ฉ๐ฝโ๐๐ฉ๐พโ๐๐ฉ๐ฟโ๐
#> fireman : ๐จโ๐๐ฉโ๐
#> firetruck : ๐จโ๐๐จ๐ปโ๐๐จ๐ผโ๐๐จ๐ฝโ๐๐จ๐พโ๐๐จ๐ฟโ๐๐ฉโ๐๐ฉ๐ปโ๐๐ฉ๐ผโ๐๐ฉ๐ฝโ๐๐ฉ๐พโ๐๐ฉ๐ฟโ๐
#> fireworks : ๐โ๏ธ
#> fish : ๐ฌ๐ ๐ก๐ฆ๐ฃ๐ฅ๐๐ฃโ
#> fist : โโ๐ปโ๐ผโ๐ฝโ๐พโ๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐ค๐ค๐ป๐ค๐ผ๐ค๐ฝ๐ค๐พ๐ค๐ฟ๐ค๐ค๐ป๐ค๐ผ๐ค๐ฝ๐ค๐พ๐ค๐ฟ
#> fistbump : ๐ค๐ค
#> five : ๐๐ ๐๏ธ
#> fix : ๐ง๐ฉ
#> flag : โณ๐ณ๏ธโ๐๐ฆ๐จ๐ฆ๐ฉ๐ฆ๐ช๐ฆ๐ซ๐ฆ๐ฌ๐ฆ๐ฎ๐ฆ๐ฑ๐ฆ๐ฒ๐ฆ๐ด๐ฆ๐ถ๐ฆ๐ท๐ฆ๐ธ๐ฆ๐น๐ฆ๐บ๐ฆ๐ผ๐ฆ๐ฝ๐ฆ๐ฟ๐ง๐ฆ๐ง๐ง๐ง๐ฉ๐ง๐ช๐ง๐ซ๐ง๐ฌ๐ง๐ญ๐ง๐ฎ๐ง๐ฏ๐ง๐ฑ๐ง๐ฒ๐ง๐ณ๐ง๐ด๐ง๐ถ๐ง๐ท๐ง๐ธ๐ง๐น๐ง๐ป๐ง๐ผ๐ง๐พ๐ง๐ฟ๐จ๐ฆ๐จ๐จ๐จ๐ฉ๐จ๐ซ๐จ๐ฌ๐จ๐ญ๐จ๐ฎ๐จ๐ฐ๐จ๐ฑ๐จ๐ฒ๐จ๐ณ๐จ๐ด๐จ๐ต๐จ๐ท๐จ๐บ๐จ๐ป๐จ๐ผ๐จ๐ฝ๐จ๐พ๐จ๐ฟ๐ฉ๐ช๐ฉ๐ฌ๐ฉ๐ฏ๐ฉ๐ฐ๐ฉ๐ฒ๐ฉ๐ด๐ฉ๐ฟ๐ช๐ฆ๐ช๐จ๐ช๐ช๐ช๐ฌ๐ช๐ญ๐ช๐ท๐ช๐ธ๐ช๐น๐ช๐บ๐ซ๐ฎ๐ซ๐ฏ๐ซ๐ฐ๐ซ๐ฒ๐ซ๐ด๐ซ๐ท๐ฌ๐ฆ๐ฌ๐ง๐ฌ๐ฉ๐ฌ๐ช๐ฌ๐ซ๐ฌ๐ฌ๐ฌ๐ญ๐ฌ๐ฎ๐ฌ๐ฑ๐ฌ๐ฒ๐ฌ๐ณ๐ฌ๐ต๐ฌ๐ถ๐ฌ๐ท๐ฌ๐ธ๐ฌ๐น๐ฌ๐บ๐ฌ๐ผ๐ฌ๐พ๐ญ๐ฐ๐ญ๐ฒ๐ญ๐ณ๐ญ๐ท๐ญ๐น๐ญ๐บ๐ฎ๐จ๐ฎ๐ฉ๐ฎ๐ช๐ฎ๐ฑ๐ฎ๐ฒ๐ฎ๐ณ๐ฎ๐ด๐ฎ๐ถ๐ฎ๐ท๐ฎ๐ธ๐ฎ๐น๐ฏ๐ช๐ฏ๐ฒ๐ฏ๐ด๐ฏ๐ต๐ฐ๐ช๐ฐ๐ฌ๐ฐ๐ญ๐ฐ๐ฎ๐ฐ๐ฒ๐ฐ๐ณ๐ฐ๐ต๐ฐ๐ท๐ฐ๐ผ๐ฐ๐พ๐ฐ๐ฟ๐ฑ๐ฆ๐ฑ๐ง๐ฑ๐จ๐ฑ๐ฎ๐ฑ๐ฐ๐ฑ๐ท๐ฑ๐ธ๐ฑ๐น๐ฑ๐บ๐ฑ๐ป๐ฑ๐พ๐ฒ๐ฆ๐ฒ๐จ๐ฒ๐ฉ๐ฒ๐ช๐ฒ๐ซ๐ฒ๐ฌ๐ฒ๐ญ๐ฒ๐ฐ๐ฒ๐ฑ๐ฒ๐ฒ๐ฒ๐ณ๐ฒ๐ด๐ฒ๐ต๐ฒ๐ถ๐ฒ๐ท๐ฒ๐ธ๐ฒ๐น๐ฒ๐บ๐ฒ๐ป๐ฒ๐ผ๐ฒ๐ฝ๐ฒ๐พ๐ฒ๐ฟ๐ณ๐ฆ๐ณ๐จ๐ณ๐ช๐ณ๐ซ๐ณ๐ฌ๐ณ๐ฎ๐ณ๐ฑ๐ณ๐ด๐ณ๐ต๐ณ๐ท๐ณ๐บ๐ณ๐ฟ๐ด๐ฒ๐ต๐ฆ๐ต๐ช๐ต๐ซ๐ต๐ฌ๐ต๐ญ๐ต๐ฐ๐ต๐ฑ๐ต๐ฒ๐ต๐ณ๐ต๐ท๐ต๐ธ๐ต๐น๐ต๐ผ๐ต๐พ๐ถ๐ฆ๐ท๐ช๐ท๐ด๐ท๐ธ๐ท๐บ๐ท๐ผ๐ธ๐ฆ๐ธ๐ง๐ธ๐จ๐ธ๐ฉ๐ธ๐ช๐ธ๐ฌ๐ธ๐ญ๐ธ๐ฎ๐ธ๐ฏ๐ธ๐ฐ๐ธ๐ฑ๐ธ๐ฒ๐ธ๐ณ๐ธ๐ด๐ธ๐ท๐ธ๐ธ๐ธ๐น๐ธ๐ป๐ธ๐ฝ๐ธ๐พ๐ธ๐ฟ๐น๐ฆ๐น๐จ๐น๐ฉ๐น๐ซ๐น๐ฌ๐น๐ญ๐น๐ฏ๐น๐ฐ๐น๐ฑ๐น๐ฒ๐น๐ณ๐น๐ด๐น๐ท๐น๐น๐น๐ป๐น๐ผ๐น๐ฟ๐บ๐ฆ๐บ๐ฌ๐บ๐ฒ๐บ๐ณ๐บ๐ธ๐บ๐พ๐บ๐ฟ๐ป๐ฆ๐ป๐จ๐ป๐ช๐ป๐ฌ๐ป๐ฎ๐ป๐ณ๐ป๐บ๐ผ๐ซ๐ผ๐ธ๐ฝ๐ฐ๐พ๐ช๐พ๐น๐ฟ๐ฆ๐ฟ๐ฒ๐ฟ๐ผ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ๐ด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ๐ด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟโณ๐ณ๏ธ๐ช๐ซ๐ฌ๐ญ
#> flex : ๐ช๐ช๐ป๐ช๐ผ๐ช๐ฝ๐ช๐พ๐ช๐ฟ
#> flight : ๐ฉ๐ซ๐ฌ๐บโ๏ธ
#> flirt : ๐๐
#> flower : ๐๐ธ๐ฎ๐ต๐น๐ฅ๐บ๐ป๐ผ๐ท๐ด
#> flowers : ๐๐น๐บ๐ผ๐ท
#> flushed : ๐๐ณ
#> fly : ๐ฆ๐๐ฉ๐บ๐๐๐ธโ๏ธ
#> folded : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> folder : ๐๐
#> food : ๐๐ก๐ฆ๐ฆ๐๐๐๐๐๐๐๐๐๐๐ฅ๐
๐ฅ๐๐ฅ๐ฅ๐ฝ๐ถ๐ฅ๐ฅ๐ฐ๐๐ฅ๐ฅ๐ฅ๐ง๐๐๐ฅ๐๐ญ๐ฎ๐ฏ๐ฅ๐ฅ๐ณ๐ฅ๐ฒ๐ฅ๐ฟ๐ฑ๐๐๐๐๐๐๐ ๐ข๐ฃ๐ค๐ฅ๐ก๐ฆ๐จ๐ฉ๐ช๐๐ฐ๐ซ๐ญ๐ฎ๐ผ๐ฝ๐ฃ
#> football : โฝ๐๐
#> for : โน๏ธโบ๏ธ
#> forbid : ๐ซ๐
#> forbidden : ๐๐๐๐
๐
๐ป๐
๐ผ๐
๐ฝ๐
๐พ๐
๐ฟ๐
โโ๏ธ๐
๐ปโโ๏ธ๐
๐ผโโ๏ธ๐
๐ฝโโ๏ธ๐
๐พโโ๏ธ๐
๐ฟโโ๏ธ๐
โโ๏ธ๐
๐ปโโ๏ธ๐
๐ผโโ๏ธ๐
๐ฝโโ๏ธ๐
๐พโโ๏ธ๐
๐ฟโโ๏ธ๐๐ซ๐ณ๐ญ๐ฏ๐ท๐ต๐๐ฒ
#> fork : ๐ฝ๐ด๐ฝ
#> fortune : ๐ฎ๐ฏ
#> forward : โฉโญ๐ผ
#> fountain : ๐โฒ๏ธ๐๏ธ
#> four : ๐๐๐๐๏ธ
#> frame : ๐ผ๐ฒ๐ผ๏ธ
#> frames : ๐๐
#> french : ๐ฅ๐ฅ๐๐ซ๐ท๐ฌ๐ซ๐ต๐ซ๐น๐ซ
#> friend : ๐ถ๐
#> friendship : ๐ฌ๐ญ
#> frown : ๐๐ฆ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> frowning : ๐๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธโน๏ธ
#> fruit : ๐๐๐๐๐๐๐๐๐๐๐๐๐๐ฅ๐
๐ฅ๐ฅ๐ฅง
#> frustrated : ๐๐ซ๐ฉ๐
#> fuel : โฝโฝ
#> full : ๐๐๐ฏ๐ต๐๏ธ
#> fun : ๐๐บ๐ข๐ณ
#> funeral : โฐ๏ธโฑ๏ธ
#> funny : ๐๐
#> gadgets : ๐ง๐ฑ๐ท๐ธ
#> gamble : ๐๐ฐ
#> gambling : ๐๐ฒ
#> game : ๐พ๐ฐ๐๐ฑ๐ณ๐๐๐๐๐ธ๐ฏ๐ฅ๐ฎ๐น๐ฒโ โฅโฆโฃ๐๐๐ด
#> garbage : ๐๐ฏโป๏ธ
#> gardener : ๐จโ๐พ๐จ๐ปโ๐พ๐จ๐ผโ๐พ๐จ๐ฝโ๐พ๐จ๐พโ๐พ๐จ๐ฟโ๐พ๐ฉโ๐พ๐ฉ๐ปโ๐พ๐ฉ๐ผโ๐พ๐ฉ๐ฝโ๐พ๐ฉ๐พโ๐พ๐ฉ๐ฟโ๐พ
#> gas : ๐คโฝ
#> gb : ๐๐โโ๏ธ
#> geek : ๐ค๐
#> gem : ๐๐๐ถ๐ท๐ธ๐น๐
#> gender : ๐น๐บ๐ป
#> gender-neutral : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ
#> geometric : ๐ถ๐ท๐ธ๐น๐บ๐ป๐ ๐๐ฒ๐ณ๐ด๐ต
#> gesture : ๐๐๐๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐
๐
๐ป๐
๐ผ๐
๐ฝ๐
๐พ๐
๐ฟ๐
โโ๏ธ๐
๐ปโโ๏ธ๐
๐ผโโ๏ธ๐
๐ฝโโ๏ธ๐
๐พโโ๏ธ๐
๐ฟโโ๏ธ๐
โโ๏ธ๐
๐ปโโ๏ธ๐
๐ผโโ๏ธ๐
๐ฝโโ๏ธ๐
๐พโโ๏ธ๐
๐ฟโโ๏ธ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐ค๐๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> gibbous : ๐๐
#> gift : ๐๐ฆ
#> girl : ๐ถ๐ธ๐ฑโโ๏ธ๐๐๐
๐๐๐๐โโ๏ธ๐คฆโโ๏ธ๐คท๐๐๐๐จโ๐ฉโ๐ง๐จโ๐ฉโ๐งโ๐ฆ๐จโ๐ฉโ๐งโ๐ง๐จโ๐จโ๐ง๐จโ๐จโ๐งโ๐ฆ๐จโ๐จโ๐งโ๐ง๐ฉโ๐ฉโ๐ง๐ฉโ๐ฉโ๐งโ๐ฆ๐ฉโ๐ฉโ๐งโ๐ง๐จโ๐ง๐จโ๐งโ๐ฆ๐จโ๐งโ๐ง๐ฉโ๐ง๐ฉโ๐งโ๐ฆ๐ฉโ๐งโ๐ง๐๐๐
#> girls : ๐ฉ๐ฏ
#> glass : ๐ฅ๐ท๐ธ๐ฅ๐ฅ๐๐๐ธ๐๏ธ
#> glasses : ๐๐ค๐๐ถ
#> globe : ๐๐๐๐๐๏ธ๐๏ธ๐๏ธ
#> gn : ๐ฌ๐ณ๐ฌ๐ถ
#> gold : ๐
๐ฅ
#> golf : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๏ธโโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐๏ธโโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธโณ
#> gondola : ๐ ๐ก
#> good : ๐ค๐๐๐โจ๐๐๐โ๏ธ
#> graduate : ๐จโ๐๐จ๐ปโ๐๐จ๐ผโ๐๐จ๐ฝโ๐๐จ๐พโ๐๐จ๐ฟโ๐๐ฉโ๐๐ฉ๐ปโ๐๐ฉ๐ผโ๐๐ฉ๐ฝโ๐๐ฉ๐พโ๐๐ฉ๐ฟโ๐
#> graduation : ๐จโ๐๐ฉโ๐๐๐
#> graph : ๐น๐๐๐ใฝ๏ธ
#> grass : ๐ฑ๐ฟ๐
#> gray : ๐โโ
#> green : ๐คข๐๐ฒ๐๐๐ฅ๐ต๐พ๐๐ฐโป๏ธ
#> green-square : ๐นโ
โ๐ฏโณ๏ธโ๏ธ
#> grin : ๐๐๐ธ
#> groom : ๐คต๐คต๐ป๐คต๐ผ๐คต๐ฝ๐คต๐พ๐คต๐ฟ๐
#> growth : ๐น๐
#> gua pi mao : ๐ฒ๐ฒ๐ป๐ฒ๐ผ๐ฒ๐ฝ๐ฒ๐พ๐ฒ๐ฟ
#> guard : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ
#> guy : ๐ฆ๐จ๐๐ท๐ฑ
#> gym : ๐๐๏ธโโ๏ธ
#> gymnastics : ๐คธ๐คธ๐ป๐คธ๐ผ๐คธ๐ฝ๐คธ๐พ๐คธ๐ฟ๐คธโโ๏ธ๐คธ๐ปโโ๏ธ๐คธ๐ผโโ๏ธ๐คธ๐ฝโโ๏ธ๐คธ๐พโโ๏ธ๐คธ๐ฟโโ๏ธ๐คธโโ๏ธ๐คธ๐ปโโ๏ธ๐คธ๐ผโโ๏ธ๐คธ๐ฝโโ๏ธ๐คธ๐พโโ๏ธ๐คธ๐ฟโโ๏ธ
#> haha : ๐๐คฃ๐๐๐๐น๐
#> haircut : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐
#> halloween : ๐น๐ป๐๐ฎ
#> halo : ๐๐ผ
#> hammer : โ๐
#> hand : ๐
๐
๐ป๐
๐ผ๐
๐ฝ๐
๐พ๐
๐ฟ๐
โโ๏ธ๐
๐ปโโ๏ธ๐
๐ผโโ๏ธ๐
๐ฝโโ๏ธ๐
๐พโโ๏ธ๐
๐ฟโโ๏ธ๐
โโ๏ธ๐
๐ปโโ๏ธ๐
๐ผโโ๏ธ๐
๐ฝโโ๏ธ๐
๐พโโ๏ธ๐
๐ฟโโ๏ธ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐ซ๐ฌ๐ญ๐ช๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟโโ๐ปโ๐ผโ๐ฝโ๐พโ๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟโโ๐ปโ๐ผโ๐ฝโ๐พโ๐ฟ๐ค๐ค๐ป๐ค๐ผ๐ค๐ฝ๐ค๐พ๐ค๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐ค๐ค๐ป๐ค๐ผ๐ค๐ฝ๐ค๐พ๐ค๐ฟ๐ค๐ค๐ป๐ค๐ผ๐ค๐ฝ๐ค๐พ๐ค๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟโโ๐ปโ๐ผโ๐ฝโ๐พโ๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟโโ๐ปโ๐ผโ๐ฝโ๐พโ๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐ค๐ค๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐ค๐ค๐ป๐ค๐ผ๐ค๐ฝ๐ค๐พ๐ค๐ฟโ๐ปโ๐ผโ๐ฝโ๐พโ๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐ค๐งคโโ๏ธ
#> handball : ๐คพ๐คพ๐ป๐คพ๐ผ๐คพ๐ฝ๐คพ๐พ๐คพ๐ฟ๐คพโโ๏ธ๐คพ๐ปโโ๏ธ๐คพ๐ผโโ๏ธ๐คพ๐ฝโโ๏ธ๐คพ๐พโโ๏ธ๐คพ๐ฟโโ๏ธ๐คพโโ๏ธ๐คพ๐ปโโ๏ธ๐คพ๐ผโโ๏ธ๐คพ๐ฝโโ๏ธ๐คพ๐พโโ๏ธ๐คพ๐ฟโโ๏ธ
#> hands : ๐ค๐๐๐๐
#> happiness : ๐โบ๏ธ
#> happy : ๐๐๐๐๐๐
๐๐๐๐๐บ๐น๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐
#> hat : ๐ค ๐ท๐ท๐ป๐ท๐ผ๐ท๐ฝ๐ท๐พ๐ท๐ฟ๐ฒ๐ฒ๐ป๐ฒ๐ผ๐ฒ๐ฝ๐ฒ๐พ๐ฒ๐ฟ๐๐ฉ๐โ
#> head : ๐๐โโ๏ธ๐ฃ๐ฃ๏ธ
#> headline : ๐ฐ๐
#> headscarf : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ
#> health : ๐ฅ๐๐๐
#> healthcare : ๐จโโ๏ธ๐จ๐ปโโ๏ธ๐จ๐ผโโ๏ธ๐จ๐ฝโโ๏ธ๐จ๐พโโ๏ธ๐จ๐ฟโโ๏ธ๐ฉโโ๏ธ๐ฉ๐ปโโ๏ธ๐ฉ๐ผโโ๏ธ๐ฉ๐ฝโโ๏ธ๐ฉ๐พโโ๏ธ๐ฉ๐ฟโโ๏ธ
#> hear : ๐๐
#> heart : ๐๐ป๐โค๐๐๐๐๐โฅ๏ธโฃ๏ธโค๏ธ
#> heaven : ๐๐ผ
#> heavy : โ๏ธโ๏ธโ๏ธโฃ๏ธโค๏ธโญ
#> helmet : ๐ทโโ๏ธ
#> help : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐
#> here : ๐๐๐
#> high : ๐โก๏ธ
#> highfive : โ๐
#> hijab : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ
#> hike : ๐ถ๐ถ๐ป๐ถ๐ผ๐ถ๐ฝ๐ถ๐พ๐ถ๐ฟ๐ถโโ๏ธ๐ถ๐ปโโ๏ธ๐ถ๐ผโโ๏ธ๐ถ๐ฝโโ๏ธ๐ถ๐พโโ๏ธ๐ถ๐ฟโโ๏ธ๐ถโโ๏ธ๐ถ๐ปโโ๏ธ๐ถ๐ผโโ๏ธ๐ถ๐ฝโโ๏ธ๐ถ๐พโโ๏ธ๐ถ๐ฟโโ๏ธ
#> hinduism : ๐ณ๐ณโโ๏ธ๐
#> hipster : ๐ด๐ดโโ๏ธ๐ฒ
#> history : ๐๐ฐ๐
#> hit : ๐๐ฏ
#> hmmm : ๐ค๐
#> hobby : ๐ฃ๐ฃโโ๏ธ๐ฑ๐ฃ
#> hockey : ๐๐
#> hold : ๐ซ๐ฌ๐ญ
#> hole : ๐ณโณโณ
#> home : ๐ช๐จโ๐ฉโ๐ง๐จโ๐ฉโ๐งโ๐ฆ๐จโ๐ฉโ๐ฆโ๐ฆ๐จโ๐ฉโ๐งโ๐ง๐จโ๐จโ๐ฆ๐จโ๐จโ๐ง๐จโ๐จโ๐งโ๐ฆ๐จโ๐จโ๐ฆโ๐ฆ๐จโ๐จโ๐งโ๐ง๐ฉโ๐ฉโ๐ฆ๐ฉโ๐ฉโ๐ง๐ฉโ๐ฉโ๐งโ๐ฆ๐ฉโ๐ฉโ๐ฆโ๐ฆ๐ฉโ๐ฉโ๐งโ๐ง๐จโ๐ฆ๐จโ๐ฆโ๐ฆ๐จโ๐ง๐จโ๐งโ๐ฆ๐จโ๐งโ๐ง๐ฉโ๐ฆ๐ฉโ๐ฆโ๐ฆ๐ฉโ๐ง๐ฉโ๐งโ๐ฆ๐ฉโ๐งโ๐ง๐ ๐ก
#> honey : ๐๐ฏ
#> hook : โฉ๏ธโช๏ธ
#> hooray : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐
#> horn : ๐ฆ๐ฏ
#> horns : ๐๐ฟ๐ค๐ค๐ป๐ค๐ผ๐ค๐ฝ๐ค๐พ๐ค๐ฟ๐ฆ
#> horror : ๐ฑ๐
#> horse : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐ด๐
#> hospital : ๐๐
#> hot : ๐
๐๐ช๐ซ๐ถ๐๐ฆ๐ง๐จโโจ๐ก๐ฅโโจ
#> hotel : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐ฉ๐๐๐
#> hourglass : โณโ๏ธโณ๏ธ
#> house : ๐๐ ๐ก๐ช๐๏ธ๐๏ธ๐ ๏ธ
#> huh : ๐๐จโ
#> human : ๐ด๐ต๐จโโ๏ธ๐ฉโโ๏ธ๐จโ๐๐ฉโ๐๐จโ๐ซ๐ฉโ๐ซ๐จโโ๏ธ๐ฉโโ๏ธ๐จโ๐พ๐ฉโ๐พ๐จโ๐ณ๐ฉโ๐ณ๐จโ๐ง๐ฉโ๐ง๐จโ๐ญ๐ฉโ๐ญ๐จโ๐ผ๐ฉโ๐ผ๐จโ๐ฌ๐ฉโ๐ฌ๐จโ๐ป๐ฉโ๐ป๐จโ๐ค๐ฉโ๐ค๐จโ๐จ๐ฉโ๐จ๐จโโ๏ธ๐ฉโโ๏ธ๐จโ๐๐ฉโ๐๐จโ๐๐ฉโ๐๐ต๐ต๏ธโโ๏ธ๐ท๐ทโโ๏ธ๐๐โโ๏ธ๐๐โโ๏ธ๐ถ๐ถโโ๏ธ๐ฃ๐ค๐ฅ๐๐โโ๏ธโนโน๏ธโโ๏ธ๐ต๐ตโโ๏ธ๐ซ๐ฌ๐ญ๐๐จโโค๏ธโ๐จ๐ฉโโค๏ธโ๐ฉ๐ช๐จโ๐ฉโ๐ง๐จโ๐ฉโ๐งโ๐ฆ๐จโ๐ฉโ๐ฆโ๐ฆ๐จโ๐ฉโ๐งโ๐ง๐จโ๐จโ๐ฆ๐จโ๐จโ๐ง๐จโ๐จโ๐งโ๐ฆ๐จโ๐จโ๐ฆโ๐ฆ๐จโ๐จโ๐งโ๐ง๐ฉโ๐ฉโ๐ฆ๐ฉโ๐ฉโ๐ง๐ฉโ๐ฉโ๐งโ๐ฆ๐ฉโ๐ฉโ๐ฆโ๐ฆ๐ฉโ๐ฉโ๐งโ๐ง๐จโ๐ฆ๐จโ๐ฆโ๐ฆ๐จโ๐ง๐จโ๐งโ๐ฆ๐จโ๐งโ๐ง๐ฉโ๐ฆ๐ฉโ๐ฆโ๐ฆ๐ฉโ๐ง๐ฉโ๐งโ๐ฆ๐ฉโ๐งโ๐ง๐ฎ
#> hump : ๐ช๐ซ
#> hush : ๐ค๐
#> ice : ๐ฆ๐ง๐จ๐โธ
#> icon : ๐๐ตโช๏ธโซ๏ธโป๏ธโผ๏ธ
#> ideograph : ๐ท๐ถ๐ฏ๐๐น๐๐ฒ๐๐ธ๐ด๐ณใใ๐บ๐ตใ๏ธใ๏ธ
#> ignorance : ๐คท๐คท๐ป๐คท๐ผ๐คท๐ฝ๐คท๐พ๐คท๐ฟ๐คทโโ๏ธ๐คท๐ปโโ๏ธ๐คท๐ผโโ๏ธ๐คท๐ฝโโ๏ธ๐คท๐พโโ๏ธ๐คท๐ฟโโ๏ธ๐คทโโ๏ธ๐คท๐ปโโ๏ธ๐คท๐ผโโ๏ธ๐คท๐ฝโโ๏ธ๐คท๐พโโ๏ธ๐คท๐ฟโโ๏ธ
#> ill : ๐ท๐ค๐คข
#> ILY : ๐ค๐ค๐ป๐ค๐ผ๐ค๐ฝ๐ค๐พ๐ค๐ฟ
#> in : ๐ฎ๐ณโณ๐ด๏ธ๐ฃ๏ธ
#> inbox : ๐ง๐จ๐ค๐ฅ๐ซ๐ช๐ฌ๐ญโ๏ธ
#> incoming : ๐ฒ๐จ
#> index : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟโโ๐ปโ๐ผโ๐ฝโ๐พโ๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐โ๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ
#> indian : ๐ณ๐ณโโ๏ธ๐๐ฎ๐ด
#> indifference : ๐๐๐๐คท๐คท๐ป๐คท๐ผ๐คท๐ฝ๐คท๐พ๐คท๐ฟ๐คทโโ๏ธ๐คท๐ปโโ๏ธ๐คท๐ผโโ๏ธ๐คท๐ฝโโ๏ธ๐คท๐พโโ๏ธ๐คท๐ฟโโ๏ธ๐คทโโ๏ธ๐คท๐ปโโ๏ธ๐คท๐ผโโ๏ธ๐คท๐ฝโโ๏ธ๐คท๐พโโ๏ธ๐คท๐ฟโโ๏ธ
#> indifferent : ๐๐คท๐คทโโ๏ธ
#> industrial : ๐จโ๐ญ๐จ๐ปโ๐ญ๐จ๐ผโ๐ญ๐จ๐ฝโ๐ญ๐จ๐พโ๐ญ๐จ๐ฟโ๐ญ๐ฉโ๐ญ๐ฉ๐ปโ๐ญ๐ฉ๐ผโ๐ญ๐ฉ๐ฝโ๐ญ๐ฉ๐พโ๐ญ๐ฉ๐ฟโ๐ญ
#> infatuation : ๐๐๐๐๐
#> information : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐โนโน๏ธ
#> ink : ๐จ๐
#> input : ๐ ๐ก๐ข๐ฃ๐ค๐๐ฒ๐ณ
#> insect : ๐ฆ๐๐๐๐๐ท๐ธ
#> instructor : ๐จโ๐ซ๐จ๐ปโ๐ซ๐จ๐ผโ๐ซ๐จ๐ฝโ๐ซ๐จ๐พโ๐ซ๐จ๐ฟโ๐ซ๐ฉโ๐ซ๐ฉ๐ปโ๐ซ๐ฉ๐ผโ๐ซ๐ฉ๐ฝโ๐ซ๐ฉ๐พโ๐ซ๐ฉ๐ฟโ๐ซ
#> instrument : ๐ฏ๐ท๐ธ๐น๐บ๐ป๐ฅ
#> intercardinal : โโโโ
#> international : ๐๐๐๐
#> internet : ๐๐ถ
#> inventor : ๐จโ๐ป๐จ๐ปโ๐ป๐จ๐ผโ๐ป๐จ๐ฝโ๐ป๐จ๐พโ๐ป๐จ๐ฟโ๐ป๐ฉโ๐ป๐ฉ๐ปโ๐ป๐ฉ๐ผโ๐ป๐ฉ๐ฝโ๐ป๐ฉ๐พโ๐ป๐ฉ๐ฟโ๐ป
#> iphone : ๐ฒ๐ต
#> islam : ๐๐
#> island : ๐๐จ๐ฝ๐ณ๐ซ
#> islands : ๐ฆ๐ฝ๐จ๐จ๐จ๐ฐ๐ซ๐ฐ๐ซ๐ด๐ฌ๐ธ๐ฎ๐จ๐ฐ๐พ๐ฒ๐ญ๐ฒ๐ต๐ธ๐ง๐น๐จ๐ป๐ฌ๐ป๐ฎ
#> japan : ๐ฅโฉ๐๐ฏ๐ต
#> japanese : ๐น๐บ๐๐ฎ๐ฑ๐๐๐๐ข๐ฃ๐ก๐ถ๐พ๐ป๐ผ๐๐๐ด๐๐๐ฒ๐ธ๐ด๐ณ๐บ๐ต๐๐ฏ๐ตใ๏ธ๐๏ธ๐ท๏ธ
#> Japanese : ๐๐ก๐ฃ๐ฏ๐๐๐๐ด๐ฐ๐๐๐ท๐ถ๐ฏ๐๐น๐๐ฒ๐๐ธ๐ด๐ณใใ๐บ๐ต๐
#> Jew : ๐โก
#> jewel : ๐๐ถ๐ท๐ธ๐น๐
#> jewelry : ๐๐
#> jewish : ๐๐๐ฏ
#> Jewish : ๐โก
#> jockey : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> joy : ๐๐๐๐๐๐๐๐๐น
#> judaism : ๐โก
#> judge : ๐ฉโโ๏ธ๐ฉ๐ปโโ๏ธ๐ฉ๐ผโโ๏ธ๐ฉ๐ฝโโ๏ธ๐ฉ๐พโโ๏ธ๐ฉ๐ฟโโ๏ธ
#> juggle : ๐คน๐คน๐ป๐คน๐ผ๐คน๐ฝ๐คน๐พ๐คน๐ฟ๐คนโโ๏ธ๐คนโโ๏ธ
#> juggling : ๐คนโโ๏ธ๐คน๐ปโโ๏ธ๐คน๐ผโโ๏ธ๐คน๐ฝโโ๏ธ๐คน๐พโโ๏ธ๐คน๐ฟโโ๏ธ๐คนโโ๏ธ๐คน๐ปโโ๏ธ๐คน๐ผโโ๏ธ๐คน๐ฝโโ๏ธ๐คน๐พโโ๏ธ๐คน๐ฟโโ๏ธ
#> justice : ๐จโโ๏ธ๐จ๐ปโโ๏ธ๐จ๐ผโโ๏ธ๐จ๐ฝโโ๏ธ๐จ๐พโโ๏ธ๐จ๐ฟโโ๏ธ๐ฉโโ๏ธโ
#> kanji : ๐๐ถ๐ฏ๐๐น๐๐ฒ๐๐ธ๐ด๐ณ๐ตใ๏ธใ๏ธ๐ท๏ธ
#> katakana : ๐๐๐๏ธ
#> kebab : ๐ฅ๐ข
#> key : ๐๐
#> keyboard : ๐นโจ๏ธ
#> keycap : #๏ธโฃ*๏ธโฃ0๏ธโฃ1๏ธโฃ2๏ธโฃ3๏ธโฃ4๏ธโฃ5๏ธโฃ6๏ธโฃ7๏ธโฃ8๏ธโฃ9๏ธโฃ
#> king : ๐คด๐
#> kiss : ๐๐๐๐๐ฝ๐๐
#> kitchen : ๐ณ๐ฏ๐ด๐ฅ๐ช
#> knife : ๐ฝ๐ด๐ช๐ก๐ฝ๐ก๏ธ
#> knowledge : ๐๐๐๐๐
#> korea : ๐ฐ๐ต๐ฐ๐ท
#> label : ๐๐ท
#> labor : ๐ท๐ทโโ๏ธ
#> lady : ๐ฉ๐ต๐
#> landing : ๐ซ๐ฌ
#> lantern : ๐๐ฎ
#> laptop : ๐จโ๐ป๐ฉโ๐ป๐ป
#> large : ๐คชโฌ๏ธโฌ๏ธโญ
#> late : ๐๐ง๐๐๐๐๐๐๐๐๐๐ ๐๐ก๐๐ข๐๐ฃ๐๐ค๐๐ฅ๐๐ฆ
#> latin : ๐ ๐ก๐คโ๏ธโ๏ธ๐
ฐ๏ธ๐
ฑ๏ธ๐
พ๏ธ๐
ฟ๏ธ
#> laugh : ๐๐คฃ๐๐
๐
#> lavatory : ๐น๐บ๐ป๐พ
#> law : ๐ฎ๐ฎโโ๏ธ๐๐๐จ๐ผยฉ๏ธโข๏ธ
#> lawn : ๐ฑ๐ฟ๐
#> leaf : ๐ฟ๐๐๐๐๐ฐ
#> learn : ๐๐ซ๐๐๐
#> left : ๐โโ๏ธโ๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐จ
#> left-pointing : โช๏ธโฎ๏ธโ๏ธ๐๏ธ
#> leftwards : ๐ค๐ค๐ป๐ค๐ผ๐ค๐ฝ๐ค๐พ๐ค๐ฟโฉ๏ธโฌ
๏ธ
#> legal : ๐ฎ๐ฎโโ๏ธ๐๐๐๐จ๐๐ผยฉ๏ธโข๏ธ
#> letter : ๐๐ง๐จ๐ฉ๐ค๐ฅ๐ฎโน๏ธโ๏ธโ๏ธ๐
ฐ๏ธ๐
ฑ๏ธ๐
พ๏ธ๐
ฟ๏ธ
#> letters : ๐ ๐ก๐ค
#> library : ๐๐๐๐๐๐
#> lifter : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๏ธ
#> light : ๐จ๐ฅ๐ฆ๐๐ฏ๐ก๐ฆ๐ฎ๐
#> light skin tone : ๐ถ๐ป๐ง๐ป๐ฆ๐ป๐ง๐ป๐ง๐ป๐จ๐ป๐ฉ๐ป๐ง๐ป๐ด๐ป๐ต๐ป๐จ๐ปโโ๏ธ๐ฉ๐ปโโ๏ธ๐จ๐ปโ๐๐ฉ๐ปโ๐๐จ๐ปโ๐ซ๐ฉ๐ปโ๐ซ๐จ๐ปโโ๏ธ๐ฉ๐ปโโ๏ธ๐จ๐ปโ๐พ๐ฉ๐ปโ๐พ๐จ๐ปโ๐ณ๐ฉ๐ปโ๐ณ๐จ๐ปโ๐ง๐ฉ๐ปโ๐ง๐จ๐ปโ๐ญ๐ฉ๐ปโ๐ญ๐จ๐ปโ๐ผ๐ฉ๐ปโ๐ผ๐จ๐ปโ๐ฌ๐ฉ๐ปโ๐ฌ๐จ๐ปโ๐ป๐ฉ๐ปโ๐ป๐จ๐ปโ๐ค๐ฉ๐ปโ๐ค๐จ๐ปโ๐จ๐ฉ๐ปโ๐จ๐จ๐ปโโ๏ธ๐ฉ๐ปโโ๏ธ๐จ๐ปโ๐๐ฉ๐ปโ๐๐จ๐ปโ๐๐ฉ๐ปโ๐๐ฎ๐ป๐ฎ๐ปโโ๏ธ๐ฎ๐ปโโ๏ธ๐ต๐ป๐ต๐ปโโ๏ธ๐ต๐ปโโ๏ธ๐๐ป๐๐ปโโ๏ธ๐๐ปโโ๏ธ๐ท๐ป๐ท๐ปโโ๏ธ๐ท๐ปโโ๏ธ๐คด๐ป๐ธ๐ป๐ณ๐ป๐ณ๐ปโโ๏ธ๐ณ๐ปโโ๏ธ๐ฒ๐ป๐ง๐ป๐ง๐ป๐ฑ๐ป๐ฑ๐ปโโ๏ธ๐ฑ๐ปโโ๏ธ๐คต๐ป๐ฐ๐ป๐คฐ๐ป๐คฑ๐ป๐ผ๐ป๐
๐ป๐คถ๐ป๐ง๐ป๐ง๐ปโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ป๐ง๐ปโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ป๐ง๐ปโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ป๐ง๐ปโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ป๐ง๐ปโโ๏ธ๐ง๐ปโโ๏ธ๐๐ป๐๐ปโโ๏ธ๐๐ปโโ๏ธ๐๐ป๐๐ปโโ๏ธ๐๐ปโโ๏ธ๐
๐ป๐
๐ปโโ๏ธ๐
๐ปโโ๏ธ๐๐ป๐๐ปโโ๏ธ๐๐ปโโ๏ธ๐๐ป๐๐ปโโ๏ธ๐๐ปโโ๏ธ๐๐ป๐๐ปโโ๏ธ๐๐ปโโ๏ธ๐๐ป๐๐ปโโ๏ธ๐๐ปโโ๏ธ๐คฆ๐ป๐คฆ๐ปโโ๏ธ๐คฆ๐ปโโ๏ธ๐คท๐ป๐คท๐ปโโ๏ธ๐คท๐ปโโ๏ธ๐๐ป๐๐ปโโ๏ธ๐๐ปโโ๏ธ๐๐ป๐๐ปโโ๏ธ๐๐ปโโ๏ธ๐ถ๐ป๐ถ๐ปโโ๏ธ๐ถ๐ปโโ๏ธ๐๐ป๐๐ปโโ๏ธ๐๐ปโโ๏ธ๐๐ป๐บ๐ป๐ง๐ป๐ง๐ปโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ป๐ง๐ปโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ป๐ง๐ปโโ๏ธ๐ง๐ปโโ๏ธ๐๐ป๐๐ป๐ด๐ป๐๐ป๐๐ป๐๐ป๐๐ปโโ๏ธ๐๐ปโโ๏ธ๐๐ป๐๐ปโโ๏ธ๐๐ปโโ๏ธ๐ฃ๐ป๐ฃ๐ปโโ๏ธ๐ฃ๐ปโโ๏ธ๐๐ป๐๐ปโโ๏ธ๐๐ปโโ๏ธโน๐ปโน๐ปโโ๏ธโน๐ปโโ๏ธ๐๐ป๐๐ปโโ๏ธ๐๐ปโโ๏ธ๐ด๐ป๐ด๐ปโโ๏ธ๐ด๐ปโโ๏ธ๐ต๐ป๐ต๐ปโโ๏ธ๐ต๐ปโโ๏ธ๐คธ๐ป๐คธ๐ปโโ๏ธ๐คธ๐ปโโ๏ธ๐คฝ๐ป๐คฝ๐ปโโ๏ธ๐คฝ๐ปโโ๏ธ๐คพ๐ป๐คพ๐ปโโ๏ธ๐คพ๐ปโโ๏ธ๐คน๐ป๐คน๐ปโโ๏ธ๐คน๐ปโโ๏ธ๐คณ๐ป๐ช๐ป๐๐ป๐๐ปโ๐ป๐๐ป๐๐ป๐๐ปโ๐ป๐ค๐ป๐๐ป๐ค๐ป๐ค๐ป๐๐ปโ๐ป๐๐ป๐๐ป๐๐ปโ๐ป๐๐ป๐ค๐ป๐ค๐ป๐ค๐ป๐๐ป๐ค๐ปโ๐ป๐๐ป๐๐ป๐๐ป๐คฒ๐ป๐๐ป๐
๐ป๐๐ป๐๐ป
#> lightning : โ๐ฉโกโก๏ธ
#> like : ๐๐๐๐๐๐ป๐ซ๐ฌ๐ญ๐๐จโโค๏ธโ๐โ๐จ๐ฉโโค๏ธโ๐โ๐ฉ๐๐จโโค๏ธโ๐จ๐ฉโโค๏ธโ๐ฉ๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐ฉ๐โค๏ธ
#> limit : โ๐ซ๐ฒโ๏ธ
#> link : ๐๐
#> lion : ๐ฆโ
#> lips : ๐๐
#> literature : ๐๐
#> litter : ๐ฎ๐ฏ
#> lizard : ๐๐ฆ
#> location : ๐บ๐๐
#> lock : ๐๐๐๐๐โ๐๏ธ
#> lol : ๐คฃ๐
#> look : ๐๐
#> loop : ๐๐โฐโฟ
#> loud : ๐๐ข
#> love : ๐๐๐๐๐ป๐ซ๐ฌ๐ญ๐๐จโโค๏ธโ๐โ๐จ๐ฉโโค๏ธโ๐โ๐ฉ๐๐จโโค๏ธโ๐จ๐ฉโโค๏ธโ๐ฉ๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐น๐ฉ๐โค๏ธ
#> lower : ๐๏ธ๐๏ธ๐๏ธ๐๏ธ
#> lowered : ๐ช๐ญ๐ช๐ญ
#> luck : ๐๐ค๐ค๐ป๐ค๐ผ๐ค๐ฝ๐ค๐พ๐ค๐ฟ๐๐๐ฐ๐ฑ๐ฒ
#> lucky : ๐ค๐
#> m : โโ๏ธ
#> mad : ๐ก๐ ๐ข๐ฏ
#> magic : ๐ซ๐ฉ๐ฐ๐๐๐โจ๐๐ฑ๐๐ฎโ ๏ธโฃ๏ธโฅ๏ธโฆ๏ธ
#> magical : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ
#> magnifying : ๐๐๐๏ธ
#> mahjong : ๐๐๏ธ
#> mail : ๐๐ง๐จ๐ฉ๐ค๐ฅ๐ฆ๐ซ๐ช๐ฌ๐ญ๐ฎ
#> mailbox : ๐ซ๐ช๐ฌ๐ญ๐ฎ๐ช๐ซ๐ฌ๐ญ
#> male : ๐ฆ๐ด๐๐ท๐คด๐ณ๐ฒ๐ฑ๐
๐โโ๏ธ๐โโ๏ธ๐
โโ๏ธ๐โโ๏ธ๐โโ๏ธ๐โโ๏ธ๐๐คฆ๐คทโโ๏ธ๐โโ๏ธ๐โโ๏ธ๐บ๐ฏโโ๏ธ๐๐๐นโ
#> mall : ๐๐ฌ
#> man : ๐ฆ๐จ๐จ๐ป๐จ๐ผ๐จ๐ฝ๐จ๐พ๐จ๐ฟ๐ด๐ด๐ป๐ด๐ผ๐ด๐ฝ๐ด๐พ๐ด๐ฟ๐จโโ๏ธ๐จ๐ปโโ๏ธ๐จ๐ผโโ๏ธ๐จ๐ฝโโ๏ธ๐จ๐พโโ๏ธ๐จ๐ฟโโ๏ธ๐จโ๐๐จ๐ปโ๐๐จ๐ผโ๐๐จ๐ฝโ๐๐จ๐พโ๐๐จ๐ฟโ๐๐จโ๐ซ๐จ๐ปโ๐ซ๐จ๐ผโ๐ซ๐จ๐ฝโ๐ซ๐จ๐พโ๐ซ๐จ๐ฟโ๐ซ๐จโโ๏ธ๐จ๐ปโโ๏ธ๐จ๐ผโโ๏ธ๐จ๐ฝโโ๏ธ๐จ๐พโโ๏ธ๐จ๐ฟโโ๏ธ๐จโ๐พ๐จ๐ปโ๐พ๐จ๐ผโ๐พ๐จ๐ฝโ๐พ๐จ๐พโ๐พ๐จ๐ฟโ๐พ๐จโ๐ณ๐จ๐ปโ๐ณ๐จ๐ผโ๐ณ๐จ๐ฝโ๐ณ๐จ๐พโ๐ณ๐จ๐ฟโ๐ณ๐จโ๐ง๐จ๐ปโ๐ง๐จ๐ผโ๐ง๐จ๐ฝโ๐ง๐จ๐พโ๐ง๐จ๐ฟโ๐ง๐จโ๐ญ๐จ๐ปโ๐ญ๐จ๐ผโ๐ญ๐จ๐ฝโ๐ญ๐จ๐พโ๐ญ๐จ๐ฟโ๐ญ๐จโ๐ผ๐จ๐ปโ๐ผ๐จ๐ผโ๐ผ๐จ๐ฝโ๐ผ๐จ๐พโ๐ผ๐จ๐ฟโ๐ผ๐จโ๐ฌ๐จ๐ปโ๐ฌ๐จ๐ผโ๐ฌ๐จ๐ฝโ๐ฌ๐จ๐พโ๐ฌ๐จ๐ฟโ๐ฌ๐จโ๐ป๐จ๐ปโ๐ป๐จ๐ผโ๐ป๐จ๐ฝโ๐ป๐จ๐พโ๐ป๐จ๐ฟโ๐ป๐จโ๐ค๐จ๐ปโ๐ค๐จ๐ผโ๐ค๐จ๐ฝโ๐ค๐จ๐พโ๐ค๐จ๐ฟโ๐ค๐จโ๐จ๐จ๐ปโ๐จ๐จ๐ผโ๐จ๐จ๐ฝโ๐จ๐จ๐พโ๐จ๐จ๐ฟโ๐จ๐จโโ๏ธ๐จ๐ปโโ๏ธ๐จ๐ผโโ๏ธ๐จ๐ฝโโ๏ธ๐จ๐พโโ๏ธ๐จ๐ฟโโ๏ธ๐จโ๐๐จ๐ปโ๐๐จ๐ผโ๐๐จ๐ฝโ๐๐จ๐พโ๐๐จ๐ฟโ๐๐จโ๐๐จ๐ปโ๐๐จ๐ผโ๐๐จ๐ฝโ๐๐จ๐พโ๐๐จ๐ฟโ๐๐ฎ๐ฎโโ๏ธ๐ฎ๐ปโโ๏ธ๐ฎ๐ผโโ๏ธ๐ฎ๐ฝโโ๏ธ๐ฎ๐พโโ๏ธ๐ฎ๐ฟโโ๏ธ๐ต๏ธโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐ทโโ๏ธ๐ท๐ปโโ๏ธ๐ท๐ผโโ๏ธ๐ท๐ฝโโ๏ธ๐ท๐พโโ๏ธ๐ท๐ฟโโ๏ธ๐คด๐ณโโ๏ธ๐ณ๐ปโโ๏ธ๐ณ๐ผโโ๏ธ๐ณ๐ฝโโ๏ธ๐ณ๐พโโ๏ธ๐ณ๐ฟโโ๏ธ๐ฒ๐ฒ๐ป๐ฒ๐ผ๐ฒ๐ฝ๐ฒ๐พ๐ฒ๐ฟ๐ฑ๐ฑโโ๏ธ๐ฑ๐ปโโ๏ธ๐ฑ๐ผโโ๏ธ๐ฑ๐ฝโโ๏ธ๐ฑ๐พโโ๏ธ๐ฑ๐ฟโโ๏ธ๐คต๐คต๐ป๐คต๐ผ๐คต๐ฝ๐คต๐พ๐คต๐ฟ๐
๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐
โโ๏ธ๐
๐ปโโ๏ธ๐
๐ผโโ๏ธ๐
๐ฝโโ๏ธ๐
๐พโโ๏ธ๐
๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐คฆ๐คฆโโ๏ธ๐คฆ๐ปโโ๏ธ๐คฆ๐ผโโ๏ธ๐คฆ๐ฝโโ๏ธ๐คฆ๐พโโ๏ธ๐คฆ๐ฟโโ๏ธ๐คทโโ๏ธ๐คท๐ปโโ๏ธ๐คท๐ผโโ๏ธ๐คท๐ฝโโ๏ธ๐คท๐พโโ๏ธ๐คท๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐ถโโ๏ธ๐ถ๐ปโโ๏ธ๐ถ๐ผโโ๏ธ๐ถ๐ฝโโ๏ธ๐ถ๐พโโ๏ธ๐ถ๐ฟโโ๏ธ๐๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐บ๐บ๐ป๐บ๐ผ๐บ๐ฝ๐บ๐พ๐บ๐ฟ๐ด๐ด๐ป๐ด๐ผ๐ด๐ฝ๐ด๐พ๐ด๐ฟ๐๏ธโโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐ฃโโ๏ธ๐ฃ๐ปโโ๏ธ๐ฃ๐ผโโ๏ธ๐ฃ๐ฝโโ๏ธ๐ฃ๐พโโ๏ธ๐ฃ๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธโน๏ธโโ๏ธโน๐ปโโ๏ธโน๐ผโโ๏ธโน๐ฝโโ๏ธโน๐พโโ๏ธโน๐ฟโโ๏ธ๐๏ธโโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐ดโโ๏ธ๐ด๐ปโโ๏ธ๐ด๐ผโโ๏ธ๐ด๐ฝโโ๏ธ๐ด๐พโโ๏ธ๐ด๐ฟโโ๏ธ๐ตโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ๐คธโโ๏ธ๐คธ๐ปโโ๏ธ๐คธ๐ผโโ๏ธ๐คธ๐ฝโโ๏ธ๐คธ๐พโโ๏ธ๐คธ๐ฟโโ๏ธ๐คฝโโ๏ธ๐คฝ๐ปโโ๏ธ๐คฝ๐ผโโ๏ธ๐คฝ๐ฝโโ๏ธ๐คฝ๐พโโ๏ธ๐คฝ๐ฟโโ๏ธ๐คพโโ๏ธ๐คพ๐ปโโ๏ธ๐คพ๐ผโโ๏ธ๐คพ๐ฝโโ๏ธ๐คพ๐พโโ๏ธ๐คพ๐ฟโโ๏ธ๐คนโโ๏ธ๐คน๐ปโโ๏ธ๐คน๐ผโโ๏ธ๐คน๐ฝโโ๏ธ๐คน๐พโโ๏ธ๐คน๐ฟโโ๏ธ๐ซ๐ฌ๐ฉโโค๏ธโ๐โ๐จ๐จโโค๏ธโ๐โ๐จ๐จโโค๏ธโ๐จ๐จโ๐ฉโ๐ง๐จโ๐ฉโ๐งโ๐ฆ๐จโ๐ฉโ๐ฆโ๐ฆ๐จโ๐ฉโ๐งโ๐ง๐จโ๐จโ๐ฆ๐จโ๐จโ๐ง๐จโ๐จโ๐งโ๐ฆ๐จโ๐จโ๐ฆโ๐ฆ๐จโ๐จโ๐งโ๐ง๐จโ๐ฆ๐จโ๐ฆโ๐ฆ๐จโ๐ง๐จโ๐งโ๐ฆ๐จโ๐งโ๐ง๐๐นโ๐ฎ๐ฒ๐ด๏ธ
#> manager : ๐จโ๐ผ๐จ๐ปโ๐ผ๐จ๐ผโ๐ผ๐จ๐ฝโ๐ผ๐จ๐พโ๐ผ๐จ๐ฟโ๐ผ๐ฉโ๐ผ๐ฉ๐ปโ๐ผ๐ฉ๐ผโ๐ผ๐ฉ๐ฝโ๐ผ๐ฉ๐พโ๐ผ๐ฉ๐ฟโ๐ผ
#> manicure : ๐
๐
๐ป๐
๐ผ๐
๐ฝ๐
๐พ๐
๐ฟ
#> mantilla : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ
#> map : ๐บ๐พ๐
#> marathon : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐ฝ
#> mark : ๐๐๐๐โ
โโโผโโโโโโข๐๐ฉโผโโข๏ธโ๏ธโ๏ธโ๏ธโฃ๏ธใฝ๏ธ
#> marriage : ๐คต๐ฐ๐ซ๐๐จโโค๏ธโ๐โ๐จ๐ฉโโค๏ธโ๐โ๐ฉ๐๐จโโค๏ธโ๐จ๐ฉโโค๏ธโ๐ฉ๐๐
#> mask : ๐ท๐น๐บ๐ญ
#> massage : ๐๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธโบ๏ธ
#> math : ๐๐โโโโ๏ธ
#> mathematician : ๐จโ๐ฌ๐จ๐ปโ๐ฌ๐จ๐ผโ๐ฌ๐จ๐ฝโ๐ฌ๐จ๐พโ๐ฌ๐จ๐ฟโ๐ฌ๐ฉโ๐ฌ๐ฉ๐ปโ๐ฌ๐ฉ๐ผโ๐ฌ๐ฉ๐ฝโ๐ฌ๐ฉ๐พโ๐ฌ๐ฉ๐ฟโ๐ฌ
#> meat : ๐๐๐ฅ๐๐ฒ๐ก๐ฅง
#> mechanic : ๐จโ๐ง๐จ๐ปโ๐ง๐จ๐ผโ๐ง๐จ๐ฝโ๐ง๐จ๐พโ๐ง๐จ๐ฟโ๐ง๐ฉโ๐ง๐ฉ๐ปโ๐ง๐ฉ๐ผโ๐ง๐ฉ๐ฝโ๐ง๐ฉ๐พโ๐ง๐ฉ๐ฟโ๐ง
#> medal : ๐๐
๐ฅ๐ฅ๐ฅ๐
#> medicine : ๐ท๐ฟ๐ฅ๐๐โ
#> meditation : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ
#> medium : ๐โป๏ธโผ๏ธโฝ๏ธโพ๏ธโช๏ธโซ๏ธโญ
#> medium skin tone : ๐ถ๐ฝ๐ง๐ฝ๐ฆ๐ฝ๐ง๐ฝ๐ง๐ฝ๐จ๐ฝ๐ฉ๐ฝ๐ง๐ฝ๐ด๐ฝ๐ต๐ฝ๐จ๐ฝโโ๏ธ๐ฉ๐ฝโโ๏ธ๐จ๐ฝโ๐๐ฉ๐ฝโ๐๐จ๐ฝโ๐ซ๐ฉ๐ฝโ๐ซ๐จ๐ฝโโ๏ธ๐ฉ๐ฝโโ๏ธ๐จ๐ฝโ๐พ๐ฉ๐ฝโ๐พ๐จ๐ฝโ๐ณ๐ฉ๐ฝโ๐ณ๐จ๐ฝโ๐ง๐ฉ๐ฝโ๐ง๐จ๐ฝโ๐ญ๐ฉ๐ฝโ๐ญ๐จ๐ฝโ๐ผ๐ฉ๐ฝโ๐ผ๐จ๐ฝโ๐ฌ๐ฉ๐ฝโ๐ฌ๐จ๐ฝโ๐ป๐ฉ๐ฝโ๐ป๐จ๐ฝโ๐ค๐ฉ๐ฝโ๐ค๐จ๐ฝโ๐จ๐ฉ๐ฝโ๐จ๐จ๐ฝโโ๏ธ๐ฉ๐ฝโโ๏ธ๐จ๐ฝโ๐๐ฉ๐ฝโ๐๐จ๐ฝโ๐๐ฉ๐ฝโ๐๐ฎ๐ฝ๐ฎ๐ฝโโ๏ธ๐ฎ๐ฝโโ๏ธ๐ต๐ฝ๐ต๐ฝโโ๏ธ๐ต๐ฝโโ๏ธ๐๐ฝ๐๐ฝโโ๏ธ๐๐ฝโโ๏ธ๐ท๐ฝ๐ท๐ฝโโ๏ธ๐ท๐ฝโโ๏ธ๐คด๐ฝ๐ธ๐ฝ๐ณ๐ฝ๐ณ๐ฝโโ๏ธ๐ณ๐ฝโโ๏ธ๐ฒ๐ฝ๐ง๐ฝ๐ง๐ฝ๐ฑ๐ฝ๐ฑ๐ฝโโ๏ธ๐ฑ๐ฝโโ๏ธ๐คต๐ฝ๐ฐ๐ฝ๐คฐ๐ฝ๐คฑ๐ฝ๐ผ๐ฝ๐
๐ฝ๐คถ๐ฝ๐ง๐ฝ๐ง๐ฝโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐ฝ๐ง๐ฝโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐ฝ๐ง๐ฝโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐ฝ๐ง๐ฝโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐ฝ๐ง๐ฝโโ๏ธ๐ง๐ฝโโ๏ธ๐๐ฝ๐๐ฝโโ๏ธ๐๐ฝโโ๏ธ๐๐ฝ๐๐ฝโโ๏ธ๐๐ฝโโ๏ธ๐
๐ฝ๐
๐ฝโโ๏ธ๐
๐ฝโโ๏ธ๐๐ฝ๐๐ฝโโ๏ธ๐๐ฝโโ๏ธ๐๐ฝ๐๐ฝโโ๏ธ๐๐ฝโโ๏ธ๐๐ฝ๐๐ฝโโ๏ธ๐๐ฝโโ๏ธ๐๐ฝ๐๐ฝโโ๏ธ๐๐ฝโโ๏ธ๐คฆ๐ฝ๐คฆ๐ฝโโ๏ธ๐คฆ๐ฝโโ๏ธ๐คท๐ฝ๐คท๐ฝโโ๏ธ๐คท๐ฝโโ๏ธ๐๐ฝ๐๐ฝโโ๏ธ๐๐ฝโโ๏ธ๐๐ฝ๐๐ฝโโ๏ธ๐๐ฝโโ๏ธ๐ถ๐ฝ๐ถ๐ฝโโ๏ธ๐ถ๐ฝโโ๏ธ๐๐ฝ๐๐ฝโโ๏ธ๐๐ฝโโ๏ธ๐๐ฝ๐บ๐ฝ๐ง๐ฝ๐ง๐ฝโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐ฝ๐ง๐ฝโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐ฝ๐ง๐ฝโโ๏ธ๐ง๐ฝโโ๏ธ๐๐ฝ๐๐ฝ๐ด๐ฝ๐๐ฝ๐๐ฝ๐๐ฝ๐๐ฝโโ๏ธ๐๐ฝโโ๏ธ๐๐ฝ๐๐ฝโโ๏ธ๐๐ฝโโ๏ธ๐ฃ๐ฝ๐ฃ๐ฝโโ๏ธ๐ฃ๐ฝโโ๏ธ๐๐ฝ๐๐ฝโโ๏ธ๐๐ฝโโ๏ธโน๐ฝโน๐ฝโโ๏ธโน๐ฝโโ๏ธ๐๐ฝ๐๐ฝโโ๏ธ๐๐ฝโโ๏ธ๐ด๐ฝ๐ด๐ฝโโ๏ธ๐ด๐ฝโโ๏ธ๐ต๐ฝ๐ต๐ฝโโ๏ธ๐ต๐ฝโโ๏ธ๐คธ๐ฝ๐คธ๐ฝโโ๏ธ๐คธ๐ฝโโ๏ธ๐คฝ๐ฝ๐คฝ๐ฝโโ๏ธ๐คฝ๐ฝโโ๏ธ๐คพ๐ฝ๐คพ๐ฝโโ๏ธ๐คพ๐ฝโโ๏ธ๐คน๐ฝ๐คน๐ฝโโ๏ธ๐คน๐ฝโโ๏ธ๐คณ๐ฝ๐ช๐ฝ๐๐ฝ๐๐ฝโ๐ฝ๐๐ฝ๐๐ฝ๐๐ฝโ๐ฝ๐ค๐ฝ๐๐ฝ๐ค๐ฝ๐ค๐ฝ๐๐ฝโ๐ฝ๐๐ฝ๐๐ฝ๐๐ฝโ๐ฝ๐๐ฝ๐ค๐ฝ๐ค๐ฝ๐ค๐ฝ๐๐ฝ๐ค๐ฝโ๐ฝ๐๐ฝ๐๐ฝ๐๐ฝ๐คฒ๐ฝ๐๐ฝ๐
๐ฝ๐๐ฝ๐๐ฝ
#> medium-dark skin tone : ๐ถ๐พ๐ง๐พ๐ฆ๐พ๐ง๐พ๐ง๐พ๐จ๐พ๐ฉ๐พ๐ง๐พ๐ด๐พ๐ต๐พ๐จ๐พโโ๏ธ๐ฉ๐พโโ๏ธ๐จ๐พโ๐๐ฉ๐พโ๐๐จ๐พโ๐ซ๐ฉ๐พโ๐ซ๐จ๐พโโ๏ธ๐ฉ๐พโโ๏ธ๐จ๐พโ๐พ๐ฉ๐พโ๐พ๐จ๐พโ๐ณ๐ฉ๐พโ๐ณ๐จ๐พโ๐ง๐ฉ๐พโ๐ง๐จ๐พโ๐ญ๐ฉ๐พโ๐ญ๐จ๐พโ๐ผ๐ฉ๐พโ๐ผ๐จ๐พโ๐ฌ๐ฉ๐พโ๐ฌ๐จ๐พโ๐ป๐ฉ๐พโ๐ป๐จ๐พโ๐ค๐ฉ๐พโ๐ค๐จ๐พโ๐จ๐ฉ๐พโ๐จ๐จ๐พโโ๏ธ๐ฉ๐พโโ๏ธ๐จ๐พโ๐๐ฉ๐พโ๐๐จ๐พโ๐๐ฉ๐พโ๐๐ฎ๐พ๐ฎ๐พโโ๏ธ๐ฎ๐พโโ๏ธ๐ต๐พ๐ต๐พโโ๏ธ๐ต๐พโโ๏ธ๐๐พ๐๐พโโ๏ธ๐๐พโโ๏ธ๐ท๐พ๐ท๐พโโ๏ธ๐ท๐พโโ๏ธ๐คด๐พ๐ธ๐พ๐ณ๐พ๐ณ๐พโโ๏ธ๐ณ๐พโโ๏ธ๐ฒ๐พ๐ง๐พ๐ง๐พ๐ฑ๐พ๐ฑ๐พโโ๏ธ๐ฑ๐พโโ๏ธ๐คต๐พ๐ฐ๐พ๐คฐ๐พ๐คฑ๐พ๐ผ๐พ๐
๐พ๐คถ๐พ๐ง๐พ๐ง๐พโโ๏ธ๐ง๐พโโ๏ธ๐ง๐พ๐ง๐พโโ๏ธ๐ง๐พโโ๏ธ๐ง๐พ๐ง๐พโโ๏ธ๐ง๐พโโ๏ธ๐ง๐พ๐ง๐พโโ๏ธ๐ง๐พโโ๏ธ๐ง๐พ๐ง๐พโโ๏ธ๐ง๐พโโ๏ธ๐๐พ๐๐พโโ๏ธ๐๐พโโ๏ธ๐๐พ๐๐พโโ๏ธ๐๐พโโ๏ธ๐
๐พ๐
๐พโโ๏ธ๐
๐พโโ๏ธ๐๐พ๐๐พโโ๏ธ๐๐พโโ๏ธ๐๐พ๐๐พโโ๏ธ๐๐พโโ๏ธ๐๐พ๐๐พโโ๏ธ๐๐พโโ๏ธ๐๐พ๐๐พโโ๏ธ๐๐พโโ๏ธ๐คฆ๐พ๐คฆ๐พโโ๏ธ๐คฆ๐พโโ๏ธ๐คท๐พ๐คท๐พโโ๏ธ๐คท๐พโโ๏ธ๐๐พ๐๐พโโ๏ธ๐๐พโโ๏ธ๐๐พ๐๐พโโ๏ธ๐๐พโโ๏ธ๐ถ๐พ๐ถ๐พโโ๏ธ๐ถ๐พโโ๏ธ๐๐พ๐๐พโโ๏ธ๐๐พโโ๏ธ๐๐พ๐บ๐พ๐ง๐พ๐ง๐พโโ๏ธ๐ง๐พโโ๏ธ๐ง๐พ๐ง๐พโโ๏ธ๐ง๐พโโ๏ธ๐ง๐พ๐ง๐พโโ๏ธ๐ง๐พโโ๏ธ๐๐พ๐๐พ๐ด๐พ๐๐พ๐๐พ๐๐พ๐๐พโโ๏ธ๐๐พโโ๏ธ๐๐พ๐๐พโโ๏ธ๐๐พโโ๏ธ๐ฃ๐พ๐ฃ๐พโโ๏ธ๐ฃ๐พโโ๏ธ๐๐พ๐๐พโโ๏ธ๐๐พโโ๏ธโน๐พโน๐พโโ๏ธโน๐พโโ๏ธ๐๐พ๐๐พโโ๏ธ๐๐พโโ๏ธ๐ด๐พ๐ด๐พโโ๏ธ๐ด๐พโโ๏ธ๐ต๐พ๐ต๐พโโ๏ธ๐ต๐พโโ๏ธ๐คธ๐พ๐คธ๐พโโ๏ธ๐คธ๐พโโ๏ธ๐คฝ๐พ๐คฝ๐พโโ๏ธ๐คฝ๐พโโ๏ธ๐คพ๐พ๐คพ๐พโโ๏ธ๐คพ๐พโโ๏ธ๐คน๐พ๐คน๐พโโ๏ธ๐คน๐พโโ๏ธ๐คณ๐พ๐ช๐พ๐๐พ๐๐พโ๐พ๐๐พ๐๐พ๐๐พโ๐พ๐ค๐พ๐๐พ๐ค๐พ๐ค๐พ๐๐พโ๐พ๐๐พ๐๐พ๐๐พโ๐พ๐๐พ๐ค๐พ๐ค๐พ๐ค๐พ๐๐พ๐ค๐พโ๐พ๐๐พ๐๐พ๐๐พ๐คฒ๐พ๐๐พ๐
๐พ๐๐พ๐๐พ
#> medium-light skin tone : ๐ถ๐ผ๐ง๐ผ๐ฆ๐ผ๐ง๐ผ๐ง๐ผ๐จ๐ผ๐ฉ๐ผ๐ง๐ผ๐ด๐ผ๐ต๐ผ๐จ๐ผโโ๏ธ๐ฉ๐ผโโ๏ธ๐จ๐ผโ๐๐ฉ๐ผโ๐๐จ๐ผโ๐ซ๐ฉ๐ผโ๐ซ๐จ๐ผโโ๏ธ๐ฉ๐ผโโ๏ธ๐จ๐ผโ๐พ๐ฉ๐ผโ๐พ๐จ๐ผโ๐ณ๐ฉ๐ผโ๐ณ๐จ๐ผโ๐ง๐ฉ๐ผโ๐ง๐จ๐ผโ๐ญ๐ฉ๐ผโ๐ญ๐จ๐ผโ๐ผ๐ฉ๐ผโ๐ผ๐จ๐ผโ๐ฌ๐ฉ๐ผโ๐ฌ๐จ๐ผโ๐ป๐ฉ๐ผโ๐ป๐จ๐ผโ๐ค๐ฉ๐ผโ๐ค๐จ๐ผโ๐จ๐ฉ๐ผโ๐จ๐จ๐ผโโ๏ธ๐ฉ๐ผโโ๏ธ๐จ๐ผโ๐๐ฉ๐ผโ๐๐จ๐ผโ๐๐ฉ๐ผโ๐๐ฎ๐ผ๐ฎ๐ผโโ๏ธ๐ฎ๐ผโโ๏ธ๐ต๐ผ๐ต๐ผโโ๏ธ๐ต๐ผโโ๏ธ๐๐ผ๐๐ผโโ๏ธ๐๐ผโโ๏ธ๐ท๐ผ๐ท๐ผโโ๏ธ๐ท๐ผโโ๏ธ๐คด๐ผ๐ธ๐ผ๐ณ๐ผ๐ณ๐ผโโ๏ธ๐ณ๐ผโโ๏ธ๐ฒ๐ผ๐ง๐ผ๐ง๐ผ๐ฑ๐ผ๐ฑ๐ผโโ๏ธ๐ฑ๐ผโโ๏ธ๐คต๐ผ๐ฐ๐ผ๐คฐ๐ผ๐คฑ๐ผ๐ผ๐ผ๐
๐ผ๐คถ๐ผ๐ง๐ผ๐ง๐ผโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ผ๐ง๐ผโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ผ๐ง๐ผโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ผ๐ง๐ผโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ผ๐ง๐ผโโ๏ธ๐ง๐ผโโ๏ธ๐๐ผ๐๐ผโโ๏ธ๐๐ผโโ๏ธ๐๐ผ๐๐ผโโ๏ธ๐๐ผโโ๏ธ๐
๐ผ๐
๐ผโโ๏ธ๐
๐ผโโ๏ธ๐๐ผ๐๐ผโโ๏ธ๐๐ผโโ๏ธ๐๐ผ๐๐ผโโ๏ธ๐๐ผโโ๏ธ๐๐ผ๐๐ผโโ๏ธ๐๐ผโโ๏ธ๐๐ผ๐๐ผโโ๏ธ๐๐ผโโ๏ธ๐คฆ๐ผ๐คฆ๐ผโโ๏ธ๐คฆ๐ผโโ๏ธ๐คท๐ผ๐คท๐ผโโ๏ธ๐คท๐ผโโ๏ธ๐๐ผ๐๐ผโโ๏ธ๐๐ผโโ๏ธ๐๐ผ๐๐ผโโ๏ธ๐๐ผโโ๏ธ๐ถ๐ผ๐ถ๐ผโโ๏ธ๐ถ๐ผโโ๏ธ๐๐ผ๐๐ผโโ๏ธ๐๐ผโโ๏ธ๐๐ผ๐บ๐ผ๐ง๐ผ๐ง๐ผโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ผ๐ง๐ผโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ผ๐ง๐ผโโ๏ธ๐ง๐ผโโ๏ธ๐๐ผ๐๐ผ๐ด๐ผ๐๐ผ๐๐ผ๐๐ผ๐๐ผโโ๏ธ๐๐ผโโ๏ธ๐๐ผ๐๐ผโโ๏ธ๐๐ผโโ๏ธ๐ฃ๐ผ๐ฃ๐ผโโ๏ธ๐ฃ๐ผโโ๏ธ๐๐ผ๐๐ผโโ๏ธ๐๐ผโโ๏ธโน๐ผโน๐ผโโ๏ธโน๐ผโโ๏ธ๐๐ผ๐๐ผโโ๏ธ๐๐ผโโ๏ธ๐ด๐ผ๐ด๐ผโโ๏ธ๐ด๐ผโโ๏ธ๐ต๐ผ๐ต๐ผโโ๏ธ๐ต๐ผโโ๏ธ๐คธ๐ผ๐คธ๐ผโโ๏ธ๐คธ๐ผโโ๏ธ๐คฝ๐ผ๐คฝ๐ผโโ๏ธ๐คฝ๐ผโโ๏ธ๐คพ๐ผ๐คพ๐ผโโ๏ธ๐คพ๐ผโโ๏ธ๐คน๐ผ๐คน๐ผโโ๏ธ๐คน๐ผโโ๏ธ๐คณ๐ผ๐ช๐ผ๐๐ผ๐๐ผโ๐ผ๐๐ผ๐๐ผ๐๐ผโ๐ผ๐ค๐ผ๐๐ผ๐ค๐ผ๐ค๐ผ๐๐ผโ๐ผ๐๐ผ๐๐ผ๐๐ผโ๐ผ๐๐ผ๐ค๐ผ๐ค๐ผ๐ค๐ผ๐๐ผ๐ค๐ผโ๐ผ๐๐ผ๐๐ผ๐๐ผ๐คฒ๐ผ๐๐ผ๐
๐ผ๐๐ผ๐๐ผ
#> meh : ๐๐๐
#> men : ๐ด๐โโ๏ธ๐ฏโโ๏ธ๐คผโโ๏ธ
#> meow : ๐ฑ๐
#> mermaid : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ
#> merman : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ
#> merwoman : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ
#> message : ๐ฌ๐จ
#> metrics : ๐๐๐
#> mexican : ๐ฎ๐ฏ
#> mic : ๐๐ค
#> milestone : ๐๐ฉ
#> military : ๐ต๐๐
#> milk : ๐ฎ๐๐ผ๐ฅ
#> mischievous : ๐๐๐๐
#> mobile : ๐ฑ๐ฒ๐ต๐ถ๐ณ๐ด
#> mojito : ๐ด๐ธ๐น๐๐
#> money : ๐ค๐๐ฆ๐ฐ๐ด๐ต๐ถ๐ท๐ธ๐ณ๐น๐ฑ๐ฒ๐๐๐ง๐ฐ
#> monkey : ๐๐๐๐ต๐๐
#> monster : ๐น๐บ๐๐ป๐ฝ๐พ๐ค๐ฉ
#> moo : ๐ฎ๐
#> moon : ๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐ท๏ธ๐๏ธ
#> morning : ๐๐
โฐ๐โ
#> mother : ๐คถ๐คถ๐ป๐คถ๐ผ๐คถ๐ฝ๐คถ๐พ๐คถ๐ฟ๐ช
#> mountain : ๐ต๐ต๐ป๐ต๐ผ๐ต๐ฝ๐ต๐พ๐ต๐ฟ๐ตโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ๐ตโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ๐โฐ๐๐ป๐๐๐๐ ๐
#> mouse : ๐ญ๐๐๐ฑ๏ธ
#> moustache : ๐จใฐ๏ธ
#> mouth : ๐๐๐๐ถ๐ฎ๐ค๐ค๐ฆ๐ฐ๐บ๐
๐
#> movie : ๐ฅ๐๐ฝ๐ฌ๐ฆ
#> Mrs. : ๐คถ๐คถ๐ป๐คถ๐ผ๐คถ๐ฝ๐คถ๐พ๐คถ๐ฟ
#> mug : ๐บ๐ป
#> multiplication : โโ๏ธ
#> multitask : ๐คน๐คน๐ป๐คน๐ผ๐คน๐ฝ๐คน๐พ๐คน๐ฟ๐คนโโ๏ธ๐คน๐ปโโ๏ธ๐คน๐ผโโ๏ธ๐คน๐ฝโโ๏ธ๐คน๐พโโ๏ธ๐คน๐ฟโโ๏ธ๐คนโโ๏ธ๐คน๐ปโโ๏ธ๐คน๐ผโโ๏ธ๐คน๐ฝโโ๏ธ๐คน๐พโโ๏ธ๐คน๐ฟโโ๏ธ
#> munch : ๐ฑ๐
#> muscle : ๐ช๐ช๐ป๐ช๐ผ๐ช๐ฝ๐ช๐พ๐ช๐ฟ
#> museum : ๐ผ๐จ
#> music : ๐ฏ๐ผ๐ต๐ถ๐๐๐๐ค๐ง๐ป๐ท๐ธ๐น๐บ๐ป๐ฅ๐๐ฃ๐
#> Muslim : ๐๐
#> mustache : ๐จใฐ๏ธ
#> mute : ๐ถ๐๐๐๐ต๐ด
#> myth : ๐ฒ๐
#> nail : ๐
๐
๐ป๐
๐ผ๐
๐ฝ๐
๐พ๐
๐ฟ
#> NASA : ๐ฐ๐
#> nation : ๐พ๐๐ฆ๐ฉ๐ฆ๐ช๐ฆ๐ซ๐ฆ๐ฌ๐ฆ๐ฎ๐ฆ๐ฑ๐ฆ๐ฒ๐ฆ๐ด๐ฆ๐ถ๐ฆ๐ท๐ฆ๐ธ๐ฆ๐น๐ฆ๐บ๐ฆ๐ผ๐ฆ๐ฝ๐ฆ๐ฟ๐ง๐ฆ๐ง๐ง๐ง๐ฉ๐ง๐ช๐ง๐ซ๐ง๐ฌ๐ง๐ญ๐ง๐ฎ๐ง๐ฏ๐ง๐ฑ๐ง๐ฒ๐ง๐ณ๐ง๐ด๐ง๐ถ๐ง๐ท๐ง๐ธ๐ง๐น๐ง๐ผ๐ง๐พ๐ง๐ฟ๐จ๐ฆ๐จ๐จ๐จ๐ฉ๐จ๐ซ๐จ๐ฌ๐จ๐ญ๐จ๐ฎ๐จ๐ฐ๐จ๐ฑ๐จ๐ฒ๐จ๐ณ๐จ๐ด๐จ๐ท๐จ๐บ๐จ๐ป๐จ๐ผ๐จ๐ฝ๐จ๐พ๐จ๐ฟ๐ฉ๐ช๐ฉ๐ฏ๐ฉ๐ฐ๐ฉ๐ฒ๐ฉ๐ด๐ฉ๐ฟ๐ช๐จ๐ช๐ช๐ช๐ฌ๐ช๐ญ๐ช๐ท๐ช๐ธ๐ช๐น๐ซ๐ฎ๐ซ๐ฏ๐ซ๐ฐ๐ซ๐ฒ๐ซ๐ด๐ซ๐ท๐ฌ๐ฆ๐ฌ๐ง๐ฌ๐ฉ๐ฌ๐ช๐ฌ๐ซ๐ฌ๐ฌ๐ฌ๐ญ๐ฌ๐ฎ๐ฌ๐ฑ๐ฌ๐ฒ๐ฌ๐ณ๐ฌ๐ต๐ฌ๐ถ๐ฌ๐ท๐ฌ๐ธ๐ฌ๐น๐ฌ๐บ๐ฌ๐ผ๐ฌ๐พ๐ญ๐ฐ๐ญ๐ณ๐ญ๐ท๐ญ๐น๐ญ๐บ๐ฎ๐จ๐ฎ๐ฉ๐ฎ๐ช๐ฎ๐ฑ๐ฎ๐ฒ๐ฎ๐ณ๐ฎ๐ด๐ฎ๐ถ๐ฎ๐ท๐ฎ๐ธ๐ฎ๐น๐ฏ๐ช๐ฏ๐ฒ๐ฏ๐ด๐ฏ๐ต๐ฐ๐ช๐ฐ๐ฌ๐ฐ๐ญ๐ฐ๐ฎ๐ฐ๐ฒ๐ฐ๐ณ๐ฐ๐ต๐ฐ๐ท๐ฐ๐ผ๐ฐ๐พ๐ฐ๐ฟ๐ฑ๐ฆ๐ฑ๐ง๐ฑ๐จ๐ฑ๐ฎ๐ฑ๐ฐ๐ฑ๐ท๐ฑ๐ธ๐ฑ๐น๐ฑ๐บ๐ฑ๐ป๐ฑ๐พ๐ฒ๐ฆ๐ฒ๐จ๐ฒ๐ฉ๐ฒ๐ช๐ฒ๐ฌ๐ฒ๐ญ๐ฒ๐ฐ๐ฒ๐ฑ๐ฒ๐ฒ๐ฒ๐ณ๐ฒ๐ด๐ฒ๐ต๐ฒ๐ถ๐ฒ๐ท๐ฒ๐ธ๐ฒ๐น๐ฒ๐บ๐ฒ๐ป๐ฒ๐ผ๐ฒ๐ฝ๐ฒ๐พ๐ฒ๐ฟ๐ณ๐ฆ๐ณ๐จ๐ณ๐ช๐ณ๐ซ๐ณ๐ฌ๐ณ๐ฎ๐ณ๐ฑ๐ณ๐ด๐ณ๐ต๐ณ๐ท๐ณ๐บ๐ณ๐ฟ๐ด๐ฒ๐ต๐ฆ๐ต๐ช๐ต๐ซ๐ต๐ฌ๐ต๐ญ๐ต๐ฐ๐ต๐ฑ๐ต๐ฒ๐ต๐ณ๐ต๐ท๐ต๐ธ๐ต๐น๐ต๐ผ๐ต๐พ๐ถ๐ฆ๐ท๐ช๐ท๐ด๐ท๐ธ๐ท๐บ๐ท๐ผ๐ธ๐ฆ๐ธ๐ง๐ธ๐จ๐ธ๐ฉ๐ธ๐ช๐ธ๐ฌ๐ธ๐ญ๐ธ๐ฎ๐ธ๐ฐ๐ธ๐ฑ๐ธ๐ฒ๐ธ๐ณ๐ธ๐ด๐ธ๐ท๐ธ๐ธ๐ธ๐น๐ธ๐ป๐ธ๐ฝ๐ธ๐พ๐ธ๐ฟ๐น๐จ๐น๐ฉ๐น๐ซ๐น๐ฌ๐น๐ญ๐น๐ฏ๐น๐ฐ๐น๐ฑ๐น๐ฒ๐น๐ณ๐น๐ด๐น๐ท๐น๐น๐น๐ป๐น๐ผ๐น๐ฟ๐บ๐ฆ๐บ๐ฌ๐บ๐ธ๐บ๐พ๐บ๐ฟ๐ป๐ฆ๐ป๐จ๐ป๐ช๐ป๐ฌ๐ป๐ฎ๐ป๐ณ๐ป๐บ๐ผ๐ซ๐ผ๐ธ๐ฝ๐ฐ๐พ๐ช๐พ๐น๐ฟ๐ฆ๐ฟ๐ฒ๐ฟ๐ผ
#> nature : ๐๐๐๐ต๐๐ฆ๐ถ๐๐ฉ๐บ๐ฆ๐ฑ๐ฆ๐ฏ๐
๐๐ด๐ฆ๐ฆ๐ฎ๐๐๐ท๐๐๐๐๐๐ซ๐๐ฆ๐ญ๐๐น๐ฐ๐๐ฟ๐ฆ๐ป๐จ๐ผ๐๐๐ฆ๐ง๐ฆ
๐ฆ๐ฆ๐ธ๐๐ข๐ฆ๐๐ฒ๐๐ณ๐๐ฌ๐๐ก๐ฆ๐๐๐ฆ๐ฆ๐ฆ๐๐๐๐๐๐ธ๐ฅ๐ป๐ผ๐ท๐ฑ๐ฒ๐ณ๐ด๐ต๐พ๐๐๐๐๐๐๐๐๐๐๐๐๐
๐๐ ๐โฐ๐๐ป๐๐ก๐๐๐๐๐๐๐๐๐๐๐๐๐โ
๐๐๐๐๐โ๏ธ
#> negative : ๐
ฐ๏ธ๐
ฑ๏ธ๐
พ๏ธ๐
ฟ๏ธ
#> nerdy : ๐ค๐
#> nervous : ๐ฅ๐๐ง๐จ๐ฐ๐
#> new : ๐๐ณ๐จ๐ณ๐ฟ๐ต๐ฌ
#> news : ๐ฐ๐
#> newspaper : ๐๐
#> next : โญโก๏ธ
#> nib : ๐โ๏ธ
#> night : ๐ด๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐โญ๐๐ ๐๐ฆ๐
#> nine : ๐๐ค๐๏ธ
#> no : ๐ฃ๐๐๐๐
๐
๐ป๐
๐ผ๐
๐ฝ๐
๐พ๐
๐ฟ๐
โโ๏ธ๐
๐ปโโ๏ธ๐
๐ผโโ๏ธ๐
๐ฝโโ๏ธ๐
๐พโโ๏ธ๐
๐ฟโโ๏ธ๐
โโ๏ธ๐
๐ปโโ๏ธ๐
๐ผโโ๏ธ๐
๐ฝโโ๏ธ๐
๐พโโ๏ธ๐
๐ฟโโ๏ธ๐๐๐ซ๐ณ๐ญ๐ฏ๐ท๐ต๐โโ๐ณ๐ดโ๏ธ๐ญ๏ธ
#> noodle : ๐๐
#> nope : ๐
๐
โโ๏ธ
#> north : โฌ๐ฐ๐ตโ๏ธโ๏ธ
#> northeast : โโ๏ธ
#> northern : ๐ฌ๐ง๐ฒ๐ต
#> northwest : โโ๏ธ
#> nose : ๐ฝ๐
#> not : ๐๐๐๐
๐
๐ป๐
๐ผ๐
๐ฝ๐
๐พ๐
๐ฟ๐๐ซ๐ณ๐ญ๐ฏ๐ท๐ต๐
#> note : ๐ต๐ถ๐ด๐ต๐ถ๐ท๐ธ๐๐๐ฃ๐๏ธ
#> notebook : ๐๐๐
#> notes : ๐ถ๐๐๐
#> numbers : 0๏ธโฃ1๏ธโฃ2๏ธโฃ3๏ธโฃ4๏ธโฃ5๏ธโฃ6๏ธโฃ7๏ธโฃ8๏ธโฃ9๏ธโฃ๐๐ฏ๐ข
#> nurse : ๐จโโ๏ธ๐จ๐ปโโ๏ธ๐จ๐ผโโ๏ธ๐จ๐ฝโโ๏ธ๐จ๐พโโ๏ธ๐จ๐ฟโโ๏ธ๐ฉโโ๏ธ๐ฉ๐ปโโ๏ธ๐ฉ๐ผโโ๏ธ๐ฉ๐ฝโโ๏ธ๐ฉ๐พโโ๏ธ๐ฉ๐ฟโโ๏ธ๐
#> nursing : ๐คฑ๐คฑ๐ป๐คฑ๐ผ๐คฑ๐ฝ๐คฑ๐พ๐คฑ๐ฟ
#> nut : ๐ฅ๐ฉ
#> o : โญ๐
พ๐
พ๏ธ
#> oโclock : ๐๐๐๐๐๐๐๐๐๐๐๐
#> Oberon : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ
#> ocean : ๐๐โโ๏ธ๐ณ๐๐ฌ๐ ๐ก๐ฆ๐๐ฆ๐ฆ๐๐ฎ๐ด
#> oclock : ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ
#> of : โธ๏ธโ๏ธโก๏ธ๐๏ธ
#> off : ๐๐ด
#> office : ๐จโ๐ผ๐จ๐ปโ๐ผ๐จ๐ผโ๐ผ๐จ๐ฝโ๐ผ๐จ๐พโ๐ผ๐จ๐ฟโ๐ผ๐ฉโ๐ผ๐ฉ๐ปโ๐ผ๐ฉ๐ผโ๐ผ๐ฉ๐ฝโ๐ผ๐ฉ๐พโ๐ผ๐ฉ๐ฟโ๐ผ๐๐๐
#> officer : ๐ฎ๐ฎ๐ป๐ฎ๐ผ๐ฎ๐ฝ๐ฎ๐พ๐ฎ๐ฟ๐ฎโโ๏ธ๐ฎ๐ปโโ๏ธ๐ฎ๐ผโโ๏ธ๐ฎ๐ฝโโ๏ธ๐ฎ๐พโโ๏ธ๐ฎ๐ฟโโ๏ธ๐ฎโโ๏ธ๐ฎ๐ปโโ๏ธ๐ฎ๐ผโโ๏ธ๐ฎ๐ฝโโ๏ธ๐ฎ๐พโโ๏ธ๐ฎ๐ฟโโ๏ธ
#> oink : ๐ท๐ฝ
#> ok : ๐๐โ
๐โ๏ธโ๏ธ
#> OK : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐
#> old : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐ด๐ด๐ป๐ด๐ผ๐ด๐ฝ๐ด๐พ๐ด๐ฟ๐ต๐ต๐ป๐ต๐ผ๐ต๐ฝ๐ต๐พ๐ต๐ฟ๐๐
#> oldschool : โโณ๐๐พ๐บ๐ผ
#> omg : ๐ฑ๐
#> on : ๐โฑ
#> oncoming : ๐๐๐๐
#> one : ๐๐๐๏ธ
#> oops : ๐ฃ๐๐จ๐ฆ
#> open : ๐๐๐
๐๐ฎ๐ฆ๐ฐ๐บ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐ฌ๐ญ๐๐๐ฌ๐ญ๐๏ธ
#> optical : ๐ฝ๐ฟ๐๐ฟ๏ธ
#> orange : ๐งก๐๐ฅ๐๐ถ๐ธ
#> orange-square : ๐ผ๐ณ๐ด๐๐ถ๐๐ธ๐บโด๏ธ๐ท๏ธ
#> organizing : ๐๐
#> ornament : โ๏ธโฃ๏ธ
#> outer_space : ๐ฝ๐
#> outlined : โบโโ๐ณ
#> ox : ๐ฎ๐๐โ
#> pad : ๐๐๐๏ธ๐๏ธ
#> paddle : ๐ถ๐
#> page : ๐๐
#> painter : ๐จโ๐จ๐ฉโ๐จ
#> painting : ๐ผ๐จ๐
#> pair : ๐ซ๐ฌ๐ญ๐๐จโโค๏ธโ๐โ๐จ๐ฉโโค๏ธโ๐โ๐ฉ๐๐จโโค๏ธโ๐จ๐ฉโโค๏ธโ๐ฉ
#> palette : ๐จโ๐จ๐จ๐ปโ๐จ๐จ๐ผโ๐จ๐จ๐ฝโ๐จ๐จ๐พโ๐จ๐จ๐ฟโ๐จ๐ฉโ๐จ๐ฉ๐ปโ๐จ๐ฉ๐ผโ๐จ๐ฉ๐ฝโ๐จ๐ฉ๐พโ๐จ๐ฉ๐ฟโ๐จ๐จ
#> palm : ๐คฆ๐คฆ๐ป๐คฆ๐ผ๐คฆ๐ฝ๐คฆ๐พ๐คฆ๐ฟ๐โ๐๐ด๐ฅฅ
#> pan : ๐ณ๐ฅ
#> panda : ๐ผ๐
#> paper : ๐จ๐ฎ๐๐๐๐๐๐๐ฐ๐๐โ๏ธ
#> paperclip : ๐๐
#> parent : ๐จโ๐ฆ๐จโ๐ฆโ๐ฆ๐จโ๐ง๐จโ๐งโ๐ฆ๐จโ๐งโ๐ง๐ฉโ๐ฆ๐ฉโ๐ฆโ๐ฆ๐ฉโ๐ง๐ฉโ๐งโ๐ฆ๐ฉโ๐งโ๐ง
#> parents : ๐ช๐จโ๐ฉโ๐ง๐จโ๐ฉโ๐งโ๐ฆ๐จโ๐ฉโ๐ฆโ๐ฆ๐จโ๐ฉโ๐งโ๐ง๐จโ๐จโ๐ฆ๐จโ๐จโ๐ง๐จโ๐จโ๐งโ๐ฆ๐จโ๐จโ๐ฆโ๐ฆ๐จโ๐จโ๐งโ๐ง๐ฉโ๐ฉโ๐ฆ๐ฉโ๐ฉโ๐ง๐ฉโ๐ฉโ๐งโ๐ฆ๐ฉโ๐ฉโ๐ฆโ๐ฆ๐ฉโ๐ฉโ๐งโ๐ง
#> parlor : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> party : ๐๐๐บ๐ป๐ฅ๐ช๐๐๐๐ฎ
#> partying : ๐ฏ๐ฏโโ๏ธ๐ฏโโ๏ธ
#> pass : ๐ซ๐ฏ
#> passenger : ๐ณโด๐ข
#> passport : ๐๐
#> password : ๐๐๐
#> pastry : ๐ฅ๐๐ฐ๐ฅง
#> pause : โฏโธ
#> payment : ๐ฐ๐ธ๐ณ๐ฒ๐ง
#> peace : โ๐โฎ๏ธโ๐๏ธ
#> pedestrian : ๐ธ๐ท
#> pen : ๐๐โ๏ธ๐๏ธ๐๏ธ
#> pencil : ๐โ๏ธ
#> people : ๐ซ๐ฌ๐ญ๐ช๐จโ๐ฉโ๐ง๐จโ๐ฉโ๐งโ๐ฆ๐จโ๐ฉโ๐ฆโ๐ฆ๐จโ๐ฉโ๐งโ๐ง๐จโ๐จโ๐ฆ๐จโ๐จโ๐ง๐จโ๐จโ๐งโ๐ฆ๐จโ๐จโ๐ฆโ๐ฆ๐จโ๐จโ๐งโ๐ง๐ฉโ๐ฉโ๐ฆ๐ฉโ๐ฉโ๐ง๐ฉโ๐ฉโ๐งโ๐ฆ๐ฉโ๐ฉโ๐ฆโ๐ฆ๐ฉโ๐ฉโ๐งโ๐ง๐จโ๐ฆ๐จโ๐ฆโ๐ฆ๐จโ๐ง๐จโ๐งโ๐ฆ๐จโ๐งโ๐ง๐ฉโ๐ฆ๐ฉโ๐ฆโ๐ฆ๐ฉโ๐ง๐ฉโ๐งโ๐ฆ๐ฉโ๐งโ๐ง
#> perfect : ๐๐ฏ
#> person : ๐ฑ๐ฑโโ๏ธ๐ฃ๐ค๐ฅโน๏ธ
#> personal : ๐ป๐ป๏ธ
#> pet : ๐ถ๐๐ฉ๐ฑ๐๐น๐ฐ๐๐พ
#> phew : ๐ฅ๐๐ค
#> phone : ๐คณ๐คณ๐ป๐คณ๐ผ๐คณ๐ฝ๐คณ๐พ๐คณ๐ฟ๐ฑ๐ฒ๐๐ต๐ถ๐ณ๐ด
#> photo : ๐โฐ๐๐ป๐๐๐๐๐๐๐๐ฏ๐ผ๐๐๐
๐๐๐๐๐ ๐ก๐ข๐ ๐๐๐๐ท๐ธ
#> photography : ๐ผ๐ท๐ธ
#> physicist : ๐จโ๐ฌ๐จ๐ปโ๐ฌ๐จ๐ผโ๐ฌ๐จ๐ฝโ๐ฌ๐จ๐พโ๐ฌ๐จ๐ฟโ๐ฌ๐ฉโ๐ฌ๐ฉ๐ปโ๐ฌ๐ฉ๐ผโ๐ฌ๐ฉ๐ฝโ๐ฌ๐ฉ๐พโ๐ฌ๐ฉ๐ฟโ๐ฌ
#> picture : ๐ผ๐ผ๏ธ
#> pig : ๐ท๐๐ฝ๐ฅ
#> pilot : ๐จโโ๏ธ๐จ๐ปโโ๏ธ๐จ๐ผโโ๏ธ๐จ๐ฝโโ๏ธ๐จ๐พโโ๏ธ๐จ๐ฟโโ๏ธ๐ฉโโ๏ธ๐ฉ๐ปโโ๏ธ๐ฉ๐ผโโ๏ธ๐ฉ๐ฝโโ๏ธ๐ฉ๐พโโ๏ธ๐ฉ๐ฟโโ๏ธ
#> pin : ๐๐
#> pink : ๐๐๐๐
#> pirate : ๐ดโ ๏ธ
#> place : ๐๐๐ฉ
#> plane : ๐จโโ๏ธ๐จ๐ปโโ๏ธ๐จ๐ผโโ๏ธ๐จ๐ฝโโ๏ธ๐จ๐พโโ๏ธ๐จ๐ฟโโ๏ธ๐ฉโโ๏ธ๐ฉ๐ปโโ๏ธ๐ฉ๐ผโโ๏ธ๐ฉ๐ฝโโ๏ธ๐ฉ๐พโโ๏ธ๐ฉ๐ฟโโ๏ธ
#> planet : ๐๐๐๐๐๐๐๐๐๐๐๐
#> planning : ๐๐
#> plant : ๐ธ๐ต๐ฅ๐บ๐ป๐ท๐ฑ๐ฒ๐ณ๐ด๐ต๐พ๐ฟ๐๐๐๐๐ฝ๐๐ฐ๐ก๐๐
#> plate : ๐ฝ๐ฝ
#> play : ๐พ๐ณ๐ฏ๐ฝ๐ฎ๐น๐ฒ๐๐โถโฉโฏโชโถ๏ธ
#> playful : ๐๐๐๐
#> please : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> pleased : ๐โบ๏ธ
#> plumber : ๐จโ๐ง๐จ๐ปโ๐ง๐จ๐ผโ๐ง๐จ๐ฝโ๐ง๐จ๐พโ๐ง๐จ๐ฟโ๐ง๐ฉโ๐ง๐ฉ๐ปโ๐ง๐ฉ๐ผโ๐ง๐ฉ๐ฝโ๐ง๐ฉ๐พโ๐ง๐ฉ๐ฟโ๐ง
#> podcast : ๐๐ป
#> point : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟโโ๐ปโ๐ผโ๐ฝโ๐พโ๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐ผ๐ฏโ๏ธโ๏ธ
#> pointing : โ๏ธโคด๏ธโคต๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ
#> poker : ๐โ ๏ธโฃ๏ธโฅ๏ธโฆ๏ธ
#> pole : ๐๐ฃ
#> police : ๐ฎ๐ฎ๐ป๐ฎ๐ผ๐ฎ๐ฝ๐ฎ๐พ๐ฎ๐ฟ๐ฎโโ๏ธ๐ฎ๐ปโโ๏ธ๐ฎ๐ผโโ๏ธ๐ฎ๐ฝโโ๏ธ๐ฎ๐พโโ๏ธ๐ฎ๐ฟโโ๏ธ๐ฎโโ๏ธ๐ฎ๐ปโโ๏ธ๐ฎ๐ผโโ๏ธ๐ฎ๐ฝโโ๏ธ๐ฎ๐พโโ๏ธ๐ฎ๐ฟโโ๏ธ๐๐๐จ
#> polish : ๐
๐
๐ป๐
๐ผ๐
๐ฝ๐
๐พ๐
๐ฟ
#> polo : ๐คฝ๐คฝ๐ป๐คฝ๐ผ๐คฝ๐ฝ๐คฝ๐พ๐คฝ๐ฟ
#> pool : ๐คฝโโ๏ธ๐คฝโโ๏ธ๐ฑ
#> post : ๐ฃ๐ค๐ฏ๐ฉ
#> postal : ๐ฏโ๏ธ
#> postbox : ๐ซ๐ช๐ฌ๐ญ
#> pot : ๐ฒ๐ฏ
#> potato : ๐ฅ๐
#> pouting : ๐ก๐พ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ
#> power : โ๐๐
#> prank : ๐๐๐๐
#> pray : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> prayer : ๐คฒ๐คฒ๐ป๐คฒ๐ผ๐คฒ๐ฝ๐คฒ๐พ๐คฒ๐ฟ๐ฟ๐
#> pregnant : ๐คฐ๐คฐ๐ป๐คฐ๐ผ๐คฐ๐ฝ๐คฐ๐พ๐คฐ๐ฟ
#> presentation : ๐น๐๐๐ใฝ๏ธ
#> press : ๐ฐ๐
#> pride : ๐ค๐ณ๏ธโ๐
#> prime : 2๏ธโฃ3๏ธโฃ5๏ธโฃ7๏ธโฃ
#> prince : ๐คด๐คด๐ป๐คด๐ผ๐คด๐ฝ๐คด๐พ๐คด๐ฟ
#> print : ๐ฃ๐พ
#> privacy : ๐๐๐ใ๏ธ
#> professor : ๐จโ๐ซ๐จ๐ปโ๐ซ๐จ๐ผโ๐ซ๐จ๐ฝโ๐ซ๐จ๐พโ๐ซ๐จ๐ฟโ๐ซ๐ฉโ๐ซ๐ฉ๐ปโ๐ซ๐ฉ๐ผโ๐ซ๐ฉ๐ฝโ๐ซ๐ฉ๐พโ๐ซ๐ฉ๐ฟโ๐ซ
#> program : ๐ป๐บ
#> programmer : ๐จโ๐ป๐ฉโ๐ป
#> progress : ๐๐ง
#> prohibited : ๐๐๐๐
๐
๐ป๐
๐ผ๐
๐ฝ๐
๐พ๐
๐ฟ๐
โโ๏ธ๐
๐ปโโ๏ธ๐
๐ผโโ๏ธ๐
๐ฝโโ๏ธ๐
๐พโโ๏ธ๐
๐ฟโโ๏ธ๐
โโ๏ธ๐
๐ปโโ๏ธ๐
๐ผโโ๏ธ๐
๐ฝโโ๏ธ๐
๐พโโ๏ธ๐
๐ฟโโ๏ธ๐๐ณ๐ญ๐ฏ๐ท๐ต๐
#> proud : ๐๐ค
#> pub : ๐บ๐ป๐
#> public : ๐
๐๐
#> Puck : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ
#> pump : โฝโฝ
#> punch : โโ๐ปโ๐ผโ๐ฝโ๐พโ๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> punctuation : โผโโโโโโ
#> purple-square : ๐๐บ๐ฏโโโโโโโโโโโโโ๐
#> quarter : ๐๐๐๐
#> queen : ๐ธ๐
#> question : โโโโโ๏ธ
#> quiet : ๐ถ๐คซ๐๐๐ด
#> quiz : โ๐๐ฏ
#> race : ๐๐โโ๏ธ๐ต๐ตโโ๏ธ๐๐๐
#> racehorse : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐
#> racing : ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐๐๐๏ธ
#> racquet : ๐พ๐ธ
#> radio : ๐ก๐
#> railway : ๐๐๐๐
๐๐๐๐๐ค๐
#> rain : โ๐ฆ๐ง๐๐โโฑโโ๏ธ๐ฆ๏ธ
#> raised : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐ค๐ค๐ป๐ค๐ผ๐ค๐ฝ๐ค๐พ๐ค๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐ซ๐ฌ
#> raising hand : ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ
#> rancher : ๐จโ๐พ๐จ๐ปโ๐พ๐จ๐ผโ๐พ๐จ๐ฝโ๐พ๐จ๐พโ๐พ๐จ๐ฟโ๐พ๐ฉโ๐พ๐ฉ๐ปโ๐พ๐ฉ๐ผโ๐พ๐ฉ๐ฝโ๐พ๐ฉ๐พโ๐พ๐ฉ๐ฟโ๐พ
#> random : ๐ฒ๐
#> rays : โโ๏ธ
#> read : ๐๐๐๐๐๐
#> receive : ๐ฒ๐จ๐ฅ
#> record : ๐ฝ๐ฅ๐ฝ๐ฌ๐น๐ผ๐๐๐โบ๐ฆโบ๏ธ
#> red : ๐ก๐น๐บ๐๐๐๐ด๐ฎ๐ผ๐ฝ๐บ๐ป๐ด๐๏ธ
#> red-circle : ใ๏ธใ๏ธ
#> red-square : ๐๐๐๐ฒ๐ด๐ต๐
ฐ๏ธ๐
ฑ๏ธ๐
พ๏ธ
#> relax : ๐บ๐ปโจ
#> relaxed : โบ๐
#> relieved : ๐ฅ๐
#> religion : ๐ฟ๐๐โฉ๐๐๐โก๐๐ฏ
#> repeat : ๐๐
#> reptile : ๐๐ฆ
#> republic : ๐จ๐ฉ๐จ๐ซ๐ฉ๐ด๐ฎ๐ท๐ฑ๐ฆ๐ฒ๐ฉ๐ธ๐พ๐น๐ฟ๐ป๐ช
#> research : ๐จโ๐ฌ๐ฉโ๐ฌ
#> rest : ๐ช๐๐
#> restroom : ๐ฝ๐ฐ๐น๐บ๐ป๐พ
#> return : ๐โฉ๏ธโช๏ธ
#> revolving : ๐๐จ
#> ribbon : ๐๐
#> rice : ๐พ๐๐๐๐๐ฃ
#> right : ๐โถโฏโ๏ธโถ๏ธ๐๏ธ
#> right-pointing : โฉ๏ธโญ๏ธโฏ๏ธโถ๏ธ
#> rightwards : ๐ค๐ค๐ป๐ค๐ผ๐ค๐ฝ๐ค๐พ๐ค๐ฟโช๏ธโก๏ธโคด๏ธโคต๏ธ
#> roar : ๐ฏ๐
#> rock : ๐จโ๐ค๐จ๐ปโ๐ค๐จ๐ผโ๐ค๐จ๐ฝโ๐ค๐จ๐พโ๐ค๐จ๐ฟโ๐ค๐ฉโ๐ค๐ฉ๐ปโ๐ค๐ฉ๐ผโ๐ค๐ฉ๐ฝโ๐ค๐ฉ๐พโ๐ค๐ฉ๐ฟโ๐ค๐ฅ๐ธ๐ฟ
#> rock-on : ๐ค๐ค๐ป๐ค๐ผ๐ค๐ฝ๐ค๐พ๐ค๐ฟ
#> rocket : ๐จโ๐๐จ๐ปโ๐๐จ๐ผโ๐๐จ๐ฝโ๐๐จ๐พโ๐๐จ๐ฟโ๐๐ฉโ๐๐ฉ๐ปโ๐๐ฉ๐ผโ๐๐ฉ๐ฝโ๐๐ฉ๐พโ๐๐ฉ๐ฟโ๐
#> rockstar : ๐จโ๐ค๐ฉโ๐ค
#> rodent : ๐ญ๐๐๐ฟ
#> rolling : ๐คฃ๐
#> round : ๐โญ
#> rowboat : ๐ฃ๐ฃ๐ป๐ฃ๐ผ๐ฃ๐ฝ๐ฃ๐พ๐ฃ๐ฟ๐ฃโโ๏ธ๐ฃ๐ปโโ๏ธ๐ฃ๐ผโโ๏ธ๐ฃ๐ฝโโ๏ธ๐ฃ๐พโโ๏ธ๐ฃ๐ฟโโ๏ธ๐ฃโโ๏ธ๐ฃ๐ปโโ๏ธ๐ฃ๐ผโโ๏ธ๐ฃ๐ฝโโ๏ธ๐ฃ๐พโโ๏ธ๐ฃ๐ฟโโ๏ธ
#> royal : ๐๐โโ๏ธ๐คด๐ธ๐
#> royalty : ๐๐ฐ
#> ruler : ๐๐
#> running : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐จ๐๐ฝ
#> sad : ๐๐๐๐๐ข๐ญ๐ฉ๐ฟ๐๐โโ๏ธ๐
#> saint : ๐ง๐ฑ๐ฐ๐ณ๐ฑ๐จ๐ต๐ฒ๐ธ๐ญ๐ป๐จ
#> sale : ๐ท๐ฐ๐ธ
#> sales : ๐๐ฆ๐ด๐ต๐ถ๐ท๐ณ๐ฑ๐ฒ๐๐๐ง
#> salon : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐
#> sand : ๐โโณโณ๏ธ
#> santa : ๐
๐
๐ป๐
๐ผ๐
๐ฝ๐
๐พ๐
๐ฟ๐คถ
#> sarcasm : ๐๐
#> sassy : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ
#> sauna : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ
#> save : ๐พ๐๐
#> scales : ๐จโโ๏ธ๐จ๐ปโโ๏ธ๐จ๐ผโโ๏ธ๐จ๐ฝโโ๏ธ๐จ๐พโโ๏ธ๐จ๐ฟโโ๏ธ๐ฉโโ๏ธ๐ฉ๐ปโโ๏ธ๐ฉ๐ผโโ๏ธ๐ฉ๐ฝโโ๏ธ๐ฉ๐พโโ๏ธ๐ฉ๐ฟโโ๏ธโโ๏ธ
#> scared : ๐จ๐ฑ๐
#> scary : ๐น๐บ๐ป
#> schedule : ๐๐ง๐๐๐๐๐๐๐๐๐๐ ๐๐ก๐๐ข๐๐ฃ๐๐ค๐๐ฅ๐๐ฆ๐
๐๐
#> school : ๐จโ๐ซ๐ฉโ๐ซ๐๐๐๐๐ธโ๏ธ
#> science : ๐ฌ๐ญ
#> scientist : ๐จโ๐ฌ๐จ๐ปโ๐ฌ๐จ๐ผโ๐ฌ๐จ๐ฝโ๐ฌ๐จ๐พโ๐ฌ๐จ๐ฟโ๐ฌ๐ฉโ๐ฌ๐ฉ๐ปโ๐ฌ๐ฉ๐ผโ๐ฌ๐ฉ๐ฝโ๐ฌ๐ฉ๐พโ๐ฌ๐ฉ๐ฟโ๐ฌ
#> scooter : ๐ด๐ต
#> score : ๐ผ๐ต๐ถ๐ง๐ฏ
#> scorpio : ๐ฆโ
#> scream : ๐ฑ๐
#> screen : ๐ป๐ฅ
#> scribble : โฐใฐ๏ธ
#> sd : ๐ธ๐ฉ๐ธ๐ธ
#> sea : ๐๐โโ๏ธ๐ณ๐๐ฌ๐ก๐ฆ๐๐๐ฆ๐ฅ๐
#> seafood : ๐ฆ๐ข
#> search : ๐๐
#> season : โโ๏ธ
#> secret : ๐๐ค๐ใ๏ธ
#> security : ๐๐๐๐๐ก
#> see : ๐๐๐
#> selfie : ๐คณ๐คณ๐ป๐คณ๐ผ๐คณ๐ฝ๐คณ๐พ๐คณ๐ฟ
#> senior : ๐ด๐ต
#> sent : ๐ฉ๐ค
#> serpent : ๐โ
#> seven : ๐๐ข๐๏ธ
#> shape : โฐ๐๐ถ๐ท๐ธ๐น๐บ๐ป๐ฒ๐ณ๐ด๐ตโ๏ธโช๏ธโซ๏ธโป๏ธโผ๏ธโด๏ธ
#> sheep : ๐๐
#> shell : ๐๐
#> shine : ๐โจ
#> shinkansen : ๐๐
#> ship : ๐ฃ๐ฃโโ๏ธ๐ถ๐ค๐ณโด๐ฅ๐๐ฑโ๏ธ
#> shirt : ๐๐๐ฝ
#> shocked : ๐ฒ๐จ๐คฏ๐ฑ
#> shoe : ๐๐๐ ๐ก๐ข
#> shoes : ๐๐ ๐ก๐ข
#> shoot : ๐ซ๐ซ
#> shopping : ๐๐๐๐๐๐๐ช๐ฌ๐ณ๐๐
#> shot : ๐ฅ๐
#> shower : ๐๐
#> shrimp : ๐ฆ๐ค
#> shrug : ๐คท๐คท๐ป๐คท๐ผ๐คท๐ฝ๐คท๐พ๐คท๐ฟ๐คทโโ๏ธ๐คท๐ปโโ๏ธ๐คท๐ผโโ๏ธ๐คท๐ฝโโ๏ธ๐คท๐พโโ๏ธ๐คท๐ฟโโ๏ธ๐คทโโ๏ธ๐คท๐ปโโ๏ธ๐คท๐ผโโ๏ธ๐คท๐ฝโโ๏ธ๐คท๐พโโ๏ธ๐คท๐ฟโโ๏ธ
#> shy : ๐๐ณ
#> sick : ๐ฃ๐ซ๐๐ท๐ค๐คข๐คฎ๐คง๐๐
#> sign : ๐๐ฎ๐ธโโโโโโโโโโโโโยฉ๏ธยฎ๏ธโข๏ธโข๏ธโฃ๏ธโโโ ๏ธโก๏ธ๐๏ธ๐๏ธ
#> signal : ๐ฅ๐ฆ๐ก๐ถ
#> silence : ๐ถ๐ค๐ฏ๐๐๐ด
#> silent : ๐ถ๐๐
#> silhouette : ๐ฃ๐ค๐ฅ๐ฃ๏ธ
#> silly : ๐๐๐
#> sing : ๐ฃ๐๐ค
#> singer : ๐จโ๐ค๐จ๐ปโ๐ค๐จ๐ผโ๐ค๐จ๐ฝโ๐ค๐จ๐พโ๐ค๐จ๐ฟโ๐ค๐ฉโ๐ค๐ฉ๐ปโ๐ค๐ฉ๐ผโ๐ค๐ฉ๐ฝโ๐ค๐ฉ๐พโ๐ค๐ฉ๐ฟโ๐ค
#> six : ๐๐ก๐๏ธ
#> sketch : ๐๐
#> skewer : ๐ข๐ก
#> ski : โท๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐ ๐ก๐ฟ
#> skill : ๐คน๐คน๐ป๐คน๐ผ๐คน๐ฝ๐คน๐พ๐คน๐ฟ๐คนโโ๏ธ๐คนโโ๏ธ
#> sky : ๐๐๐๐๐๐ณโ๏ธ
#> sleep : ๐ช๐ด๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐ค๐๐๐๐๐๐๐๐๐๐๐๐๐๐
#> sleepy : ๐ด๐ฉ๐ค
#> sleuth : ๐ต๐ต๐ป๐ต๐ผ๐ต๐ฝ๐ต๐พ๐ต๐ฟ๐ต๏ธโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ๐ต๏ธโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ๐ต๏ธ
#> slice : ๐๐ฐ
#> slow : ๐ข๐
#> small : ๐คช๐ฆโช๏ธโซ๏ธโฝ๏ธโพ๏ธ๐ค๏ธ
#> smell : ๐๐ญ
#> smile : ๐๐๐๐๐
๐๐๐๐๐๐๐โบ๐๐ค๐๐๐๐๐๐๐๐บ๐ธ๐ป๐ผ
#> smirk : ๐๐ผ
#> smoke : ๐จ๐ญ๐ฌ๐ญ
#> smoking : ๐ฌ๐ญ๐ญ๏ธ
#> smug : ๐๐ค
#> snack : ๐๐ฟ๐ฉ๐ช๐ซ๐ฌ๐ญ
#> snow : โท๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐จโ๐ฟโ๐
#> snowboard : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> snowman : โโ๏ธโ
#> soccer : โฝโฝ
#> soft : ๐ฆ๐
#> software : ๐จโ๐ป๐จ๐ปโ๐ป๐จ๐ผโ๐ป๐จ๐ฝโ๐ป๐จ๐พโ๐ป๐จ๐ฟโ๐ป๐ฉโ๐ป๐ฉ๐ปโ๐ป๐ฉ๐ผโ๐ป๐ฉ๐ฝโ๐ป๐ฉ๐พโ๐ป๐ฉ๐ฟโ๐ป
#> sorcerer : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ
#> sorceress : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ
#> sorry : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐
#> sound : ๐๐๐๐ข๐ฃ๐๐๐ต๐ค
#> south : โฌ๐ฌ๐ธ๐ฐ๐ท๐ธ๐ธ๐ฟ๐ฆโ๏ธโ๏ธ
#> southeast : โโ๏ธ
#> southwest : โโ๏ธ
#> space : ๐จโ๐๐ฉโ๐๐๐ฐ๐๐๐๐๐๐๐๐๐๐๐๐๐โ๐ญ๐ก
#> spanner : ๐ ๐ง
#> sparkle : ๐๐ซ๐๐โจโณ๏ธโ๏ธ
#> speak : ๐๐ฃ
#> speaker : ๐๐๐๐ฃ
#> speaking : ๐ฃ๐ฃ๏ธ
#> speech : ๐ฌ๐จ๐ฏ๐ญ๐จ
#> speed : ๐๐๐
โฉ
#> spicy : ๐ถ๐
#> spiral : ๐๐๐๐๐๏ธ๐๏ธ
#> splayed : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> spock : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> spooky : ๐ป๐ฎ
#> sports : ๐คบโท๐๐๐๏ธโโ๏ธ๐๐โโ๏ธ๐ฃ๐ฃโโ๏ธ๐๐โโ๏ธโนโน๏ธโโ๏ธ๐๐๏ธโโ๏ธ๐ด๐ดโโ๏ธ๐ต๐ตโโ๏ธ๐๐๐คผโโ๏ธ๐คผโโ๏ธ๐คฝโโ๏ธ๐คฝโโ๏ธ๐คพโโ๏ธ๐คพโโ๏ธ๐๐๐ฒ๐๐โฝ๐๐๐๐๐พ๐ณ๐๐๐๐๐ธ๐ฅ๐ฅ
โณโธ๐ฟ๐นโฝโพ๏ธ
#> spring : ๐๐ฐ๐๐ฆ๐๐๐ธ๐ฎ๐น๐ท๐ฑ๐โ
๐โ๐ง๐โ๏ธ
#> springs : โจโจ
#> spy : ๐ต๐ต๐ป๐ต๐ผ๐ต๐ฝ๐ต๐พ๐ต๐ฟ๐ต๏ธโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ๐ต๏ธโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ๐ต๏ธ
#> square : โนโ๐ฒ๐ณโน๏ธโช๏ธโซ๏ธโป๏ธโผ๏ธโฝ๏ธโพ๏ธโฌ๏ธโฌ๏ธ
#> squared : ๐
ฐ๏ธ๐
ฑ๏ธ๐
พ๏ธ๐
ฟ๏ธ๐๏ธ๐๏ธ๐ฏ๏ธ๐ท๏ธ
#> squiggle : โฐใฐ๏ธ
#> squirrel : ๐ฟ๐ฐ
#> staff : โโ๏ธ
#> star : ๐คฉ๐จโ๐ค๐จ๐ปโ๐ค๐จ๐ผโ๐ค๐จ๐ฝโ๐ค๐จ๐พโ๐ค๐จ๐ฟโ๐ค๐ฉโ๐ค๐ฉ๐ปโ๐ค๐ฉ๐ผโ๐ค๐ฉ๐ฝโ๐ค๐ฉ๐พโ๐ค๐ฉ๐ฟโ๐ค๐ซ๐โญ๐๐ โจโก๐ฏโดโช๏ธโก๏ธโณ๏ธโด๏ธโญ
#> stars : ๐๐โจ๐ญโ๏ธ
#> states : ๐ซ๐ฒ๐บ๐ธ
#> stationery : ๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐โ๏ธโ๏ธโ๏ธ
#> stats : ๐น๐๐๐ใฝ๏ธ
#> statue : ๐ฝ๐ฟ
#> steam room : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ
#> steaming : ๐โโจ
#> steps : ๐ถ๐ถโโ๏ธ
#> stick : ๐ข๐ก๐๐
#> stone : ๐ฟโป๏ธ
#> stop : ๐
โ๐๐๐ซโนโน๏ธ
#> store : ๐ช๐ฌ
#> student : ๐จโ๐๐จ๐ปโ๐๐จ๐ผโ๐๐จ๐ฝโ๐๐จ๐พโ๐๐จ๐ฟโ๐๐ฉโ๐๐ฉ๐ปโ๐๐ฉ๐ผโ๐๐ฉ๐ฝโ๐๐ฉ๐พโ๐๐ฉ๐ฟโ๐๐๐ซ
#> study : ๐ฌ๐๐๐๐๐๐๐๐โ๏ธ
#> stunned : ๐ฏ๐ง
#> suit : ๐ด๐ด๐ป๐ด๐ผ๐ด๐ฝ๐ด๐พ๐ด๐ฟโ ๏ธโฃ๏ธโฅ๏ธโฆ๏ธ๐ด๏ธ
#> suits : โ ๏ธโฃ๏ธโฅ๏ธโฆ๏ธ
#> summer : ๐๐๐โโ๏ธ๐๐โโ๏ธ๐ช๐๐ท๐ด๐๐ค๐ฆ๐ง๐น๐บ๐ป๐๐ค๐โฑ๐โณ๐ฃ๐
โ๏ธ
#> sun : ๐๐ป๐๐
๐๐๐โ
๐ค๐ฅ๐ฆโฑ๐
๐โ๏ธโ
๐ค๏ธ๐ฅ๏ธ๐ฆ๏ธ
#> sunny : ๐โ
#> sunset : ๐๐ด
#> surfing : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ
#> surprise : ๐ฎ๐คญโโโผโ
#> surprised : ๐ฏ๐ฒ๐
#> sweat : ๐
๐ฅ๐๐ฐ๐ฆ๐ง
#> sweet : ๐ ๐ก๐ฆ๐ง๐จ๐ฉ๐ช๐๐ฐ๐ซ๐ฌ๐ญ๐ฎ๐ฏ
#> swim : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐๐
#> swirl : ๐ฅ๐
#> symbol : #๏ธโฃโ๏ธโฎ๏ธโป๏ธโฟโ๏ธโ๏ธ๐๏ธ๐๏ธ๐ญ๏ธ๐น๏ธ๐บ๏ธ
#> sync : ๐๐
#> talk : ๐ฃ๐ฌ๐จ
#> talkshow : ๐๐ค
#> tape : ๐ฝ๐ผโฟ
#> taste : ๐๐
#> tea : โ๐ต
#> teacher : ๐จโ๐ซ๐จ๐ปโ๐ซ๐จ๐ผโ๐ซ๐จ๐ฝโ๐ซ๐จ๐พโ๐ซ๐จ๐ฟโ๐ซ๐ฉโ๐ซ๐ฉ๐ปโ๐ซ๐ฉ๐ผโ๐ซ๐ฉ๐ฝโ๐ซ๐ฉ๐พโ๐ซ๐ฉ๐ฟโ๐ซ
#> team : ๐ฅ๐
#> tear : ๐๐ข๐ญ๐น๐ฟ
#> tears : ๐๐ข๐ญ๐น๐ฟ
#> technologist : ๐จโ๐ป๐จ๐ปโ๐ป๐จ๐ผโ๐ป๐จ๐ฝโ๐ป๐จ๐พโ๐ป๐จ๐ฟโ๐ป๐ฉโ๐ป๐ฉ๐ปโ๐ป๐ฉ๐ผโ๐ป๐ฉ๐ฝโ๐ป๐ฉ๐พโ๐ป๐ฉ๐ฟโ๐ป
#> technology : ๐ฑ๐๐ ๐ป๐ฅ๐ฒ๐ฝ๐พ๐ฟ๐บโ๏ธ
#> teenager : ๐ฆ๐ง
#> telephone : ๐ฑ๐ฒ๐๐ต๐ถ๐ณ๐ดโ๏ธ
#> television : ๐บ๐บ
#> temperature : ๐ค๐ก
#> temple : ๐โฉ๐
#> ten : ๐๐ฅ๐๏ธ
#> tent : ๐๐ชโบ๏ธ
#> territories : ๐ต๐ธ๐น๐ซ
#> test : โ๐๐ฏ
#> textbook : ๐๐
#> th : ๐๐น๐ญ
#> thanks : ๐๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> theater : ๐ญ๐ฆ
#> then : โคด๏ธโคต๏ธ
#> therapist : ๐จโโ๏ธ๐จ๐ปโโ๏ธ๐จ๐ผโโ๏ธ๐จ๐ฝโโ๏ธ๐จ๐พโโ๏ธ๐จ๐ฟโโ๏ธ๐ฉโโ๏ธ๐ฉ๐ปโโ๏ธ๐ฉ๐ผโโ๏ธ๐ฉ๐ฝโโ๏ธ๐ฉ๐พโโ๏ธ๐ฉ๐ฟโโ๏ธ
#> thinking : ๐ค๐ฏ๐ญ
#> thirty : ๐ง๐๐๐๐๐ ๐ก๐ข๐ฃ๐ค๐ฅ๐ฆ
#> three : ๐๐๐๏ธ๐ฑ๏ธ
#> thumb : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> thumbs : ๐๏ธ๐๏ธ
#> thunder : โ๐ฉโกโก๏ธโ๏ธ
#> tichel : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ
#> tick : โ
โ๏ธโ๏ธ
#> tiger : ๐ฏ๐
#> time : โโณโฐโฑ๐ฐ๐๐ง๐๐๐๐๐๐๐๐๐๐ ๐๐ก๐๐ข๐๐ฃ๐๐ค๐๐ฅ๐๐ฆโ๏ธโ๏ธ
#> timer : โโณโฒ
#> tipping : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> tipping hand : ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ
#> tired : ๐ช๐ซ๐ด๐๐ฉ๐ค
#> Titania : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ
#> toast : ๐๐ฅ
#> toilet : ๐ฝ๐น๐บ๐ป๐พ
#> tongue : ๐๐๐๐
#> tool : ๐ช๐บ๐ฅ๐๐๐ฌ๐ญ๐ฆ๐จโโ๐ ๐ซ๐น๐ง๐ฉ๐๐๐ฎ๐ฑ๐ฐ
#> tools : ๐จโโ๐ ๐ง๐ฉ
#> top : ๐ฉ๐๐ผโซ๐บโคด๏ธโฌ๏ธ
#> tracking : ๐ฃ๐พ
#> trademark : โขโข๏ธ
#> tradesperson : ๐จโ๐ง๐จ๐ปโ๐ง๐จ๐ผโ๐ง๐จ๐ฝโ๐ง๐จ๐พโ๐ง๐จ๐ฟโ๐ง๐ฉโ๐ง๐ฉ๐ปโ๐ง๐ฉ๐ผโ๐ง๐ฉ๐ฝโ๐ง๐ฉ๐พโ๐ง๐ฉ๐ฟโ๐ง
#> traffic : ๐ฅ๐ฆ๐ธ
#> train : ๐๐๐๐
๐๐ค
#> training : ๐๐๏ธโโ๏ธ
#> tram : ๐๐๐
#> transport : ๐บ๐
#> transportation : ๐ต๐ตโโ๏ธ๐๐๐๐
๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐ค๐ฅ๐ฆ๐ค๐ข๐ฉ๐๐๐ ๐กโ๏ธ
#> trash : ๐๐ฏโป๏ธ
#> travel : ๐บ๐
๐๐ฑ๐
#> tray : ๐ค๐ฅ
#> tree : ๐ฒ๐ณ๐ด๐๐๐
#> trend : ๐น๐๐
#> triangle : ๐โถโญโฏโโฎ๐ผโฉ๏ธโช๏ธโญ๏ธโฎ๏ธโฏ๏ธโถ๏ธโ๏ธ
#> Triton : ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ
#> trolley : ๐๐
#> trolleybus : ๐๐๐
#> tropical : ๐ ๐ด๐น๐
#> truck : ๐๐๐
#> turban : ๐ณ๐ณ๐ป๐ณ๐ผ๐ณ๐ฝ๐ณ๐พ๐ณ๐ฟ๐ณโโ๏ธ๐ณ๐ปโโ๏ธ๐ณ๐ผโโ๏ธ๐ณ๐ฝโโ๏ธ๐ณ๐พโโ๏ธ๐ณ๐ฟโโ๏ธ๐ณโโ๏ธ๐ณ๐ปโโ๏ธ๐ณ๐ผโโ๏ธ๐ณ๐ฝโโ๏ธ๐ณ๐พโโ๏ธ๐ณ๐ฟโโ๏ธ
#> turkey : ๐ฆ๐๐น๐ท
#> tuxedo : ๐คต๐คต๐ป๐คต๐ผ๐คต๐ฝ๐คต๐พ๐คต๐ฟ
#> twelve : ๐๐ง๐๏ธ
#> twilight : ๐๐๐๐๐๐๐๐๐๐๐๐
#> twins : ๐ฌโ
#> twister : ๐ช๐
#> two : โ๐๐๐๏ธ
#> uber : ๐๐
#> ufo : ๐ฝ๐พ
#> UFO : ๐ฝ๐ธ
#> uk : ๐๐โโ๏ธ๐ท
#> umbrella : ๐๐โโฑโ๏ธโโฑ๐
#> undead : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ๐ง๐งโโ๏ธ๐งโโ๏ธ
#> unhappy : ๐๐๐โโ๏ธ
#> unified : ๐๏ธ๐ฏ๏ธ๐ท๏ธ
#> united : ๐ฆ๐ช๐ฌ๐ง๐น๐ฟ๐บ๐ธ
#> up : โโ๐ปโ๐ผโ๐ฝโ๐พโ๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๐๐บโโ๏ธ๐๏ธ๐๏ธ
#> upset : ๐ฃ๐ซ๐๐๐๐ข๐ญ๐ฉ๐ฟ
#> upward : ๐น๐
#> upwards : โคด๏ธโฌ๏ธ
#> user : ๐ฃ๐ค๐ฅ
#> v : โโ๐ปโ๐ผโ๐ฝโ๐พโ๐ฟ
#> vacation : ๐น๐๐
๐
#> valentines : ๐๐๐๐๐๐ป๐ซ๐๐จโโค๏ธโ๐โ๐จ๐ฉโโค๏ธโ๐โ๐ฉ๐๐จโโค๏ธโ๐จ๐ฉโโค๏ธโ๐ฉ๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐นโค๏ธ
#> vegetable : ๐บ๐ด๐ต๐ฟ๐๐๐๐๐
๐๐ฅ๐ฅ๐ฝ๐ฅ๐๐ฅ๐
#> vehicle : ๐๐๐๐
๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐ด๐ต๐ค๐ฉ๐๐๐ ๐กโ๏ธ
#> veil : ๐ฐ๐ฐ๐ป๐ฐ๐ผ๐ฐ๐ฝ๐ฐ๐พ๐ฐ๐ฟ
#> vertical : โธโโญ๏ธโฎ๏ธโฏ๏ธโธ๏ธ
#> victory : โโ๐ปโ๐ผโ๐ฝโ๐พโ๐ฟโ
#> video : ๐ป๐ฅ๐ฝ๐บ๐ท๐ธ๐น๐ผ
#> view : ๐๐
#> violence : ๐๐ซ
#> virgin : ๐ป๐ฌ๐ป๐ฎ
#> Virgo : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ
#> voltage : โกโก๏ธ
#> volume : ๐๐๐๐๐ข๐ฃ๐
#> vomit : ๐คข๐คฎ
#> vote : ๐ณโ
โ๏ธ
#> vulcan : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ
#> walk : ๐ถ๐ถ๐ป๐ถ๐ผ๐ถ๐ฝ๐ถ๐พ๐ถ๐ฟ๐ถโโ๏ธ๐ถ๐ปโโ๏ธ๐ถ๐ผโโ๏ธ๐ถ๐ฝโโ๏ธ๐ถ๐พโโ๏ธ๐ถ๐ฟโโ๏ธ๐ถโโ๏ธ๐ถ๐ปโโ๏ธ๐ถ๐ผโโ๏ธ๐ถ๐ฝโโ๏ธ๐ถ๐พโโ๏ธ๐ถ๐ฟโโ๏ธ
#> walking : ๐ถ๐ถ๐ป๐ถ๐ผ๐ถ๐ฝ๐ถ๐พ๐ถ๐ฟ๐๐โโ๏ธ๐ฃ๐ท
#> walking dead : ๐ง๐งโโ๏ธ๐งโโ๏ธ
#> waning : ๐๐
#> warm : ๐๐
โจ
#> warning : ๐ง๐ธโโโ ๏ธ
#> watch : ๐๐โ๏ธ
#> water : ๐ฃ๐ฃโโ๏ธ๐๐โโ๏ธ๐คฝ๐คฝ๐ป๐คฝ๐ผ๐คฝ๐ฝ๐คฝ๐พ๐คฝ๐ฟ๐ฆ๐๐ฅค๐ถ๐ฟ๐ง๐๐ฐ๐พ๐ฑโ
#> water polo : ๐คฝโโ๏ธ๐คฝ๐ปโโ๏ธ๐คฝ๐ผโโ๏ธ๐คฝ๐ฝโโ๏ธ๐คฝ๐พโโ๏ธ๐คฝ๐ฟโโ๏ธ๐คฝโโ๏ธ๐คฝ๐ปโโ๏ธ๐คฝ๐ผโโ๏ธ๐คฝ๐ฝโโ๏ธ๐คฝ๐พโโ๏ธ๐คฝ๐ฟโโ๏ธ
#> wave : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐
#> waving : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐ด๐ณ๏ธ
#> waxing : ๐๐
#> wc : ๐ฝ๐น๐บ๐ป๐พ
#> weapon : ๐ช๐บ๐ก๐ซ๐น๐ก๐ฑ
#> weary : ๐ฉ๐
#> weather : ๐๐กโ
โ๐ค๐ฅ๐ฆ๐ง๐จ๐ฉ๐ช๐ซ๐๐โโฑโกโโ๏ธโ๏ธโโ
โ๏ธ
#> wedding : ๐คต๐ฐ๐ฐ๐ป๐ฐ๐ผ๐ฐ๐ฝ๐ฐ๐พ๐ฐ๐ฟ๐
#> weep : ๐๐ฟ
#> weight : ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๏ธ
#> weight lifter : ๐๏ธโโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐๏ธโโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ
#> weird : ๐๐ฝ
#> west : โฌ
โ๏ธโ๏ธ
#> whale : ๐ณ๐
#> wheel : ๐กโธ๏ธ
#> whew : ๐ฅ๐
#> white : โซ๏ธโป๏ธโฝ๏ธโ๏ธโน๏ธโบ๏ธโช๏ธโ๏ธโฌ๏ธโญ๐ค๏ธ๐ฅ๏ธ๐ฆ๏ธ๐ณ๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ
#> white-collar : ๐จโ๐ผ๐จ๐ปโ๐ผ๐จ๐ผโ๐ผ๐จ๐ฝโ๐ผ๐จ๐พโ๐ผ๐จ๐ฟโ๐ผ๐ฉโ๐ผ๐ฉ๐ปโ๐ผ๐ฉ๐ผโ๐ผ๐ฉ๐ฝโ๐ผ๐ฉ๐พโ๐ผ๐ฉ๐ฟโ๐ผ
#> wild : ๐บ๐ฏ๐ป
#> wind : ๐จ๐๐ฌ๐๐ฌ๏ธ
#> wine : ๐๐ถ๐พ๐ท
#> wings : ๐ผ๐ธ
#> wink : ๐๐
#> winner : ๐๐
#> winning : ๐๐
๐ฅ
#> winter : โท๐๐โ๐ฟโ๏ธโโ๏ธ
#> wip : ๐ท๐ทโโ๏ธ๐๐งโ ๏ธ
#> witch : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ
#> with : โฉ๏ธโช๏ธโญ๏ธโฎ๏ธโฏ๏ธโณ๏ธโ๏ธโ๏ธโโ๏ธโน๏ธ๐ค๏ธ๐ฆ๏ธ๐ช๏ธ๐ฝ๐๐ช๐ซ๐ฌ๐ญ๐ผ๏ธ๐ณ
#> wizard : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ
#> woman : ๐ง๐ฉ๐ฉ๐ป๐ฉ๐ผ๐ฉ๐ฝ๐ฉ๐พ๐ฉ๐ฟ๐ต๐ต๐ป๐ต๐ผ๐ต๐ฝ๐ต๐พ๐ต๐ฟ๐ฉโโ๏ธ๐ฉ๐ปโโ๏ธ๐ฉ๐ผโโ๏ธ๐ฉ๐ฝโโ๏ธ๐ฉ๐พโโ๏ธ๐ฉ๐ฟโโ๏ธ๐ฉโ๐๐ฉ๐ปโ๐๐ฉ๐ผโ๐๐ฉ๐ฝโ๐๐ฉ๐พโ๐๐ฉ๐ฟโ๐๐ฉโ๐ซ๐ฉ๐ปโ๐ซ๐ฉ๐ผโ๐ซ๐ฉ๐ฝโ๐ซ๐ฉ๐พโ๐ซ๐ฉ๐ฟโ๐ซ๐ฉโโ๏ธ๐ฉ๐ปโโ๏ธ๐ฉ๐ผโโ๏ธ๐ฉ๐ฝโโ๏ธ๐ฉ๐พโโ๏ธ๐ฉ๐ฟโโ๏ธ๐ฉโ๐พ๐ฉ๐ปโ๐พ๐ฉ๐ผโ๐พ๐ฉ๐ฝโ๐พ๐ฉ๐พโ๐พ๐ฉ๐ฟโ๐พ๐ฉโ๐ณ๐ฉ๐ปโ๐ณ๐ฉ๐ผโ๐ณ๐ฉ๐ฝโ๐ณ๐ฉ๐พโ๐ณ๐ฉ๐ฟโ๐ณ๐ฉโ๐ง๐ฉ๐ปโ๐ง๐ฉ๐ผโ๐ง๐ฉ๐ฝโ๐ง๐ฉ๐พโ๐ง๐ฉ๐ฟโ๐ง๐ฉโ๐ญ๐ฉ๐ปโ๐ญ๐ฉ๐ผโ๐ญ๐ฉ๐ฝโ๐ญ๐ฉ๐พโ๐ญ๐ฉ๐ฟโ๐ญ๐ฉโ๐ผ๐ฉ๐ปโ๐ผ๐ฉ๐ผโ๐ผ๐ฉ๐ฝโ๐ผ๐ฉ๐พโ๐ผ๐ฉ๐ฟโ๐ผ๐ฉโ๐ฌ๐ฉ๐ปโ๐ฌ๐ฉ๐ผโ๐ฌ๐ฉ๐ฝโ๐ฌ๐ฉ๐พโ๐ฌ๐ฉ๐ฟโ๐ฌ๐ฉโ๐ป๐ฉ๐ปโ๐ป๐ฉ๐ผโ๐ป๐ฉ๐ฝโ๐ป๐ฉ๐พโ๐ป๐ฉ๐ฟโ๐ป๐ฉโ๐ค๐ฉ๐ปโ๐ค๐ฉ๐ผโ๐ค๐ฉ๐ฝโ๐ค๐ฉ๐พโ๐ค๐ฉ๐ฟโ๐ค๐ฉโ๐จ๐ฉ๐ปโ๐จ๐ฉ๐ผโ๐จ๐ฉ๐ฝโ๐จ๐ฉ๐พโ๐จ๐ฉ๐ฟโ๐จ๐ฉโโ๏ธ๐ฉ๐ปโโ๏ธ๐ฉ๐ผโโ๏ธ๐ฉ๐ฝโโ๏ธ๐ฉ๐พโโ๏ธ๐ฉ๐ฟโโ๏ธ๐ฉโ๐๐ฉ๐ปโ๐๐ฉ๐ผโ๐๐ฉ๐ฝโ๐๐ฉ๐พโ๐๐ฉ๐ฟโ๐๐ฉโ๐๐ฉ๐ปโ๐๐ฉ๐ผโ๐๐ฉ๐ฝโ๐๐ฉ๐พโ๐๐ฉ๐ฟโ๐๐ฎโโ๏ธ๐ฎ๐ปโโ๏ธ๐ฎ๐ผโโ๏ธ๐ฎ๐ฝโโ๏ธ๐ฎ๐พโโ๏ธ๐ฎ๐ฟโโ๏ธ๐ต๏ธโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐ทโโ๏ธ๐ท๐ปโโ๏ธ๐ท๐ผโโ๏ธ๐ท๐ฝโโ๏ธ๐ท๐พโโ๏ธ๐ท๐ฟโโ๏ธ๐ธ๐ณโโ๏ธ๐ณ๐ปโโ๏ธ๐ณ๐ผโโ๏ธ๐ณ๐ฝโโ๏ธ๐ณ๐พโโ๏ธ๐ณ๐ฟโโ๏ธ๐ฑโโ๏ธ๐ฑ๐ปโโ๏ธ๐ฑ๐ผโโ๏ธ๐ฑ๐ฝโโ๏ธ๐ฑ๐พโโ๏ธ๐ฑ๐ฟโโ๏ธ๐ฐ๐คฐ๐คฐ๐ป๐คฐ๐ผ๐คฐ๐ฝ๐คฐ๐พ๐คฐ๐ฟ๐คถ๐๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐
๐
โโ๏ธ๐
๐ปโโ๏ธ๐
๐ผโโ๏ธ๐
๐ฝโโ๏ธ๐
๐พโโ๏ธ๐
๐ฟโโ๏ธ๐๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐คฆโโ๏ธ๐คฆ๐ปโโ๏ธ๐คฆ๐ผโโ๏ธ๐คฆ๐ฝโโ๏ธ๐คฆ๐พโโ๏ธ๐คฆ๐ฟโโ๏ธ๐คท๐คทโโ๏ธ๐คท๐ปโโ๏ธ๐คท๐ผโโ๏ธ๐คท๐ฝโโ๏ธ๐คท๐พโโ๏ธ๐คท๐ฟโโ๏ธ๐๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐ถโโ๏ธ๐ถ๐ปโโ๏ธ๐ถ๐ผโโ๏ธ๐ถ๐ฝโโ๏ธ๐ถ๐พโโ๏ธ๐ถ๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ๐๏ธโโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐ฃโโ๏ธ๐ฃ๐ปโโ๏ธ๐ฃ๐ผโโ๏ธ๐ฃ๐ฝโโ๏ธ๐ฃ๐พโโ๏ธ๐ฃ๐ฟโโ๏ธ๐โโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธโน๏ธโโ๏ธโน๐ปโโ๏ธโน๐ผโโ๏ธโน๐ฝโโ๏ธโน๐พโโ๏ธโน๐ฟโโ๏ธ๐๏ธโโ๏ธ๐๐ปโโ๏ธ๐๐ผโโ๏ธ๐๐ฝโโ๏ธ๐๐พโโ๏ธ๐๐ฟโโ๏ธ๐ดโโ๏ธ๐ด๐ปโโ๏ธ๐ด๐ผโโ๏ธ๐ด๐ฝโโ๏ธ๐ด๐พโโ๏ธ๐ด๐ฟโโ๏ธ๐ตโโ๏ธ๐ต๐ปโโ๏ธ๐ต๐ผโโ๏ธ๐ต๐ฝโโ๏ธ๐ต๐พโโ๏ธ๐ต๐ฟโโ๏ธ๐คธโโ๏ธ๐คธ๐ปโโ๏ธ๐คธ๐ผโโ๏ธ๐คธ๐ฝโโ๏ธ๐คธ๐พโโ๏ธ๐คธ๐ฟโโ๏ธ๐คฝโโ๏ธ๐คฝ๐ปโโ๏ธ๐คฝ๐ผโโ๏ธ๐คฝ๐ฝโโ๏ธ๐คฝ๐พโโ๏ธ๐คฝ๐ฟโโ๏ธ๐คพโโ๏ธ๐คพ๐ปโโ๏ธ๐คพ๐ผโโ๏ธ๐คพ๐ฝโโ๏ธ๐คพ๐พโโ๏ธ๐คพ๐ฟโโ๏ธ๐คนโโ๏ธ๐คน๐ปโโ๏ธ๐คน๐ผโโ๏ธ๐คน๐ฝโโ๏ธ๐คน๐พโโ๏ธ๐คน๐ฟโโ๏ธ๐ซ๐ญ๐ฉโโค๏ธโ๐โ๐จ๐ฉโโค๏ธโ๐โ๐ฉ๐ฉโโค๏ธโ๐ฉ๐จโ๐ฉโ๐ง๐จโ๐ฉโ๐งโ๐ฆ๐จโ๐ฉโ๐ฆโ๐ฆ๐จโ๐ฉโ๐งโ๐ง๐ฉโ๐ฉโ๐ฆ๐ฉโ๐ฉโ๐ง๐ฉโ๐ฉโ๐งโ๐ฆ๐ฉโ๐ฉโ๐ฆโ๐ฆ๐ฉโ๐ฉโ๐งโ๐ง๐ฉโ๐ฆ๐ฉโ๐ฆโ๐ฆ๐ฉโ๐ง๐ฉโ๐งโ๐ฆ๐ฉโ๐งโ๐ง๐๐๐ ๐ก๐ข๐๐๐บโ
#> women : ๐ต๐๐ฏ๐ฏโโ๏ธ๐คผโโ๏ธ๐
#> wood : ๐ฒ๐ณ
#> words : ๐ฌ๐จ๐๐๐๐๐๐ ๐๐๐๐๐๐๐๐
#> work : ๐ข๐ผ
#> worker : ๐จโ๐ญ๐จ๐ปโ๐ญ๐จ๐ผโ๐ญ๐จ๐ฝโ๐ญ๐จ๐พโ๐ญ๐จ๐ฟโ๐ญ๐ฉโ๐ญ๐ฉ๐ปโ๐ญ๐ฉ๐ผโ๐ญ๐ฉ๐ฝโ๐ญ๐ฉ๐พโ๐ญ๐ฉ๐ฟโ๐ญ๐ท๐ท๐ป๐ท๐ผ๐ท๐ฝ๐ท๐พ๐ท๐ฟ๐ทโโ๏ธ๐ท๐ปโโ๏ธ๐ท๐ผโโ๏ธ๐ท๐ฝโโ๏ธ๐ท๐พโโ๏ธ๐ท๐ฟโโ๏ธ๐ทโโ๏ธ๐ท๐ปโโ๏ธ๐ท๐ผโโ๏ธ๐ท๐ฝโโ๏ธ๐ท๐พโโ๏ธ๐ท๐ฟโโ๏ธ
#> workout : ๐๐๐๏ธโโ๏ธ๐ช๐ฆ
#> world : ๐๐๐๐๐บ
#> worship : ๐๐๐
#> wow : ๐ฎโโ
#> wrench : ๐จโ๐ง๐ฉโ๐ง๐ ๐ง
#> wrestle : ๐คผ๐คผโโ๏ธ๐คผโโ๏ธ
#> wrestlers : ๐คผโโ๏ธ๐คผโโ๏ธ
#> write : โ๐ปโ๐ผโ๐ฝโ๐พโ๐ฟ๐๐๐โ๏ธโ๏ธ
#> writing : ๐๐๐โ๏ธโ๏ธโ๏ธ
#> ws : ๐ฆ๐ธ๐ผ๐ธ
#> x : โโโ๏ธ
#> xmas : ๐
๐คถโ๐๐๐โ๏ธ
#> xox : ๐ฒ๐ต
#> yacht : ๐ณโด
#> yellow : ๐๐ผ๐โญ๐ฐ
#> yen : ๐ด๐น
#> yes : ๐๐๐โ๏ธโ๏ธ
#> yoga : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ๐งโโ๏ธ๐ง๐ปโโ๏ธ๐ง๐ผโโ๏ธ๐ง๐ฝโโ๏ธ๐ง๐พโโ๏ธ๐ง๐ฟโโ๏ธ
#> young : ๐ถ๐ถ๐ป๐ถ๐ผ๐ถ๐ฝ๐ถ๐พ๐ถ๐ฟ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐ฆ๐ฆ๐ป๐ฆ๐ผ๐ฆ๐ฝ๐ฆ๐พ๐ฆ๐ฟ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐ฑ
#> zodiac : ๐ง๐ง๐ป๐ง๐ผ๐ง๐ฝ๐ง๐พ๐ง๐ฟ๐ฌ๐ฆ๐๐๐๐๐๐ฆ๐ฆ๐บ๐นโโโโโโโโโโโโโ
#> zoom : ๐๐๐ญ
Author: Hadley
Source Code: https://github.com/hadley/emo
1661060400
Search, find and copy emojis inside RStudio. Basically a DT + clipr + miniUI wrapper around hadley/emo.
Why? Because ๐ค. But also because I wanted an easy way to find the Unicode strings for emoji.
Install ermoji with devtools
devtools::install_github("gadenbuie/ermoji")
Or install using Dean Attaliโs addinlist.
Open Search and Copy Emoji from the RStudio Addins dropdown.
Pick your emoji and use the โCopyโ buttons to copy the emoji to your clipboard.
You can use regular expressions to search for any text in the table of emoji.
You can even search by emoji by pasting your emoji into the search field.
Search inside individual columns for more specific emoji finding.
ermoji was built by Garrick Aden-Buie (@grrrck).
Built on the shoulders of giants. Thanks to Hadley Wickham for emo, Yihui Xie and RStudio for DT, Matthew Lincoln for clipr. Thanks to r-lib for devtools
and usethis
โ from idea to package in 60 minutes.
Find more great RStudio addins on the addinlist, like my other addin regexplain.
Feel free to file an issue if you find a bug โ or better yet, submit a pull request!
Author: Gadenbuie
Source Code: https://github.com/gadenbuie/ermoji
License: Unknown, MIT licenses found
1660809327
Make emoji searchable with this keyword library.
npm install emojilib --save
> require("emojilib")
{
'๐': [
'grinning_face',
'face',
'smile',
'happy',
'joy',
':D',
'grin'
],
'๐': [
'grinning_face_with_big_eyes',
'face',
'happy',
'joy',
'haha',
...
}
If you are looking for the unicode emoji dataset, including version, grouping, ordering, and skin tone support flag, check out unicode-emoji-json
.
Previously:
> var emoji = require("emojilib")
> emoji.lib
{
"grinning": {
"keywords": ["face", "smile", "happy", "joy"],
"char": "๐",
"fitzpatrick_scale": false,
"category": "people"
},
...
}
Now, merge keywords with other metadata from unicode-emoji-json
:
> var data = require('unicode-emoji-json')
> var keywordSet = require('emojilib')
> for (const emoji in data) {
data[emoji]['keywords'] = keywordSet[emoji]
}
> data['๐']
{
name: 'grinning face',
slug: 'grinning_face',
group: 'Smileys & Emotion',
emoji_version: '1.0',
unicode_version: '1.0',
skin_tone_support: false,
keywords: [ 'grinning_face', 'face', 'smile', 'happy', 'joy', ':D', 'grin' ]
}
Previously:
> var emoji = require("emojilib")
> emoji.ordered
[ 'grinning', 'grimacing', 'grin', 'joy', 'smiley', 'smile', 'sweat_smile', ...]
Now this data can be found in unicode-emoji-json
:
> var orderedEmoji = require('unicode-emoji-json/data-ordered-emoji')
['๐', '๐', '๐', '๐', '๐', '๐
',...]
Previously:
> var emoji = require("emojilib")
> emoji.fitzpatrick_scale_modifiers
[ '๐ป', '๐ผ', '๐ฝ', '๐พ', '๐ฟ' ]
Now this data can be found in unicode-emoji-json
:
> require('unicode-emoji-json/data-emoji-components')
{
light_skin_tone: '๐ป',
medium_light_skin_tone: '๐ผ',
medium_skin_tone: '๐ฝ',
medium_dark_skin_tone: '๐พ',
dark_skin_tone: '๐ฟ',
red_hair: '๐ฆฐ',
curly_hair: '๐ฆฑ',
white_hair: '๐ฆณ',
bald: '๐ฆฒ'
}
Previously:
> require("emojilib").lib['v'].fitzpatrick_scale
true
> require("emojilib").lib['turtle'].fitzpatrick_scale
false
Now this data can be found in unicode-emoji-json
:
> require('unicode-emoji-json')['โ๏ธ'].skin_tone_support
true
> require('unicode-emoji-json')['๐ข'].skin_tone_support
false
See CONTRIBUTING.md
.
Author: Muan
Source Code: https://github.com/muan/emojilib/
License: MIT license
1660772220
A cute ndjson formatter for pino.
Usage
Pipe a server that uses pino into pino-colada for logging.
node server.js | pino-colada
After parsing input from server.js
, pino-colada returns a stream and pipes it over to process.stdout
. It will output a timestamp, a log level in a form of an emoji, and a message.
const pino = require('pino')
const logger = pino({
prettyPrint: {},
prettifier: require('pino-colada')
})
logger.info('hi')
pino-colada has a few special-case formatting modes that are enabled by passing certain keys into pino when the data is logged. Errors, for instance, should print out the error message and the stack trace. But not all errors will contain the appropriate keys (such as an error return from a promise).
Below is an example log message to demonstrate how pino-colada processes the data:
10:01:31 ๐จ MyNamespace MyFunction Encountered an internal server error GET 500 /test 230B 45ms
Error: Mock Error message triggered.
at testHandler (/home/user/index.js:175:20)
at /home/user/index.js:398:11
at processTicksAndRejections (node:internal/process/task_queues:96:5)
{
"err": {
"msg": "Mock Error message triggered."
}
}
Given the following pino log,
{"level":30,"time":1639403408545,"pid":37661,"hostname":"Irinas-MacBook-Pro.local","name":"http","message":"response","method":"GET","url":"/error","statusCode":500,"elapsed":3,"contentLength":0,"v":1}
pino-colada
produces the following output:
14:46:04 โจ http --> GET 500 /error 0B 3ms
The output corresponds to pino's ndjson. Here are is an annotated explanation of how pino-colada
formats the logs:
14:46:04 โจ http --> GET 500 /error 0B 3ms
โฌ โโฌโ โโฌโ โโฌโ โโฌโ โโโโฌโโ โฌ โโฌโ
| | | | | | | |
โโโโโฌโโโ | | | | | | | |
โฐโโ "time" | | | | | |
| | | | | | | |
โฐโโ "level" | | | | |
| | | | | | |
โฐโโ "name" | | | |
| | | | | |
โฐโโ "message" | | |
| | | | |
โฐโโ "method" | |
| | | |
โฐโโ "statusCode"
| | |
โฐโโ "url"
| |
โฐโโ "contentLength"
โฐโโ "elapsed"/"responseTime"
A few notes on the formatting:
"level"
:"message"
value is request
or response
, we convert it to <--
and -->
respectively."stack"
property is present, pino-colada
will print the stack trace following the formatted error log.Install
npm install pino-colada
Related content
Author: lrlna
Source Code: https://github.com/lrlna/pino-colada
License: MIT license
1659736200
Remove Emoji ๐ข
Dart package accurately replace/remove emojis in text. Remove-emoji heavily inspired by node package emoji-regex.
A simple usage example:
import 'package:remove_emoji/remove_emoji.dart';
void main() {
var word = '๐คฃh๐e๐l๐ชl๐o๐ณ๐ค๐จโ๐ฆฐ๐คถ๐ฟ ๐งโโ๏ธ๐๐ฅ๐ฏ๐ฆ๐ฅ๐ฅ๐๐ฐ๐ง๐จ๐ง๐w๐คทโโ๏ธo๐r๐คชl๐คฆโโ๏ธd๐ธ๐ค๐๐๐๐พ๐ค๐คฉ๐ข๐ญ๐ก๐๐ง๐๐๐๐ง๐๐๐ค๐๐ฅฑ';
var remove = RemoveEmoji();
// with trim
print(remove.removemoji(word));
// without trim
print(remove.removemoji(word,'', false));
// or use extension ๐ค
// with trim
print(word.removemoji);
// without trim
print(word.removemojiNoTrim);
}
output
hello world
hello world
Run this command:
With Dart:
$ dart pub add remove_emoji
With Flutter:
$ flutter pub add remove_emoji
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
remove_emoji: ^0.0.7
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:remove_emoji/remove_emoji.dart';
example/remove_emoji_example.dart
import 'package:remove_emoji/remove_emoji.dart';
void main() {
var remove = RemoveEmoji();
print(remove.removemoji(
'๐คฃh๐e๐l๐ชl๐o๐ณ๐ค๐จโ๐ฆฐ๐คถ๐ฟ ๐งโโ๏ธ๐๐ฅ๐ฏ๐ฆ๐ฅ๐ฅ๐๐ฐ๐ง๐จ๐ง๐w๐คทโโ๏ธo๐r๐คชl๐คฆโโ๏ธd๐ธ๐ค๐๐๐๐พ๐ค๐คฉ๐ข๐ญ๐ก๐๐ง๐๐๐๐ง๐๐๐ค๐๐ฅฑ'));
// or
print(
'๐คฃh๐e๐l๐ชl๐o๐ณ๐ค๐จโ๐ฆฐ๐คถ๐ฟ ๐งโโ๏ธ๐๐ฅ๐ฏ๐ฆ๐ฅ๐ฅ๐๐ฐ๐ง๐จ๐ง๐w๐คทโโ๏ธo๐r๐คชl๐คฆโโ๏ธd๐ธ๐ค๐๐๐๐พ๐ค๐คฉ๐ข๐ญ๐ก๐๐ง๐๐๐๐ง๐๐๐ค๐๐ฅฑ'
.removemoji);
// other language
print('5 rue des รฉcoles. la quantinรฉ 75000 Paris๐คฃ๐ฅ'.removemoji);
// get the regex string
// this function will help you to get the regex string and use it in your own code
print(remove.getRegexString());
}
Happy ๐ to recieve or provide contributions related to this package.
Please file feature requests and bugs at the issue tracker.
if you have any questions , feel free to wite us on
Author: Buckthorndev
Source Code: https://github.com/buckthorndev/remove-emoji
License: MIT license
1659585360
emoji-regex
emoji-regex offers a regular expression to match all emoji symbols and sequences (including textual representations of emoji) as per the Unicode Standard. Itโs based on emoji-test-regex-pattern, which generates (at build time) the regular expression pattern based on the Unicode Standard. As a result, emoji-regex can easily be updated whenever new emoji are added to Unicode.
Via npm:
npm install emoji-regex
In Node.js:
const emojiRegex = require('emoji-regex');
// Note: because the regular expression has the global flag set, this module
// exports a function that returns the regex rather than exporting the regular
// expression itself, to make it impossible to (accidentally) mutate the
// original regular expression.
const text = `
\u{231A}: โ default emoji presentation character (Emoji_Presentation)
\u{2194}\u{FE0F}: โ๏ธ default text presentation character rendered as emoji
\u{1F469}: ๐ฉ emoji modifier base (Emoji_Modifier_Base)
\u{1F469}\u{1F3FF}: ๐ฉ๐ฟ emoji modifier base followed by a modifier
`;
const regex = emojiRegex();
for (const match of text.matchAll(regex)) {
const emoji = match[0];
console.log(`Matched sequence ${ emoji } โ code points: ${ [...emoji].length }`);
}
Console output:
Matched sequence โ โ code points: 1
Matched sequence โ โ code points: 1
Matched sequence โ๏ธ โ code points: 2
Matched sequence โ๏ธ โ code points: 2
Matched sequence ๐ฉ โ code points: 1
Matched sequence ๐ฉ โ code points: 1
Matched sequence ๐ฉ๐ฟ โ code points: 2
Matched sequence ๐ฉ๐ฟ โ code points: 2
Update emoji-test-regex-pattern as described in its repository.
Bump the emoji-test-regex-pattern dependency to the latest version.
Update the Unicode data dependency in package.json
by running the following commands:
# Example: updating from Unicode v13 to Unicode v14.
npm uninstall @unicode/unicode-13.0.0
npm install @unicode/unicode-14.0.0 --save-dev
Generate the new output:
npm run build
Verify that tests still pass:
npm test
On the main
branch, bump the emoji-regex version number in package.json
:
npm version patch -m 'Release v%s'
Instead of patch
, use minor
or major
as needed.
Note that this produces a Git commit + tag.
Push the release commit and tag:
git push && git push --tags
Our CI then automatically publishes the new release to npm.
Author: Mathiasbynens
Source Code: https://github.com/mathiasbynens/emoji-regex/
License: MIT license
1658820180
This is a tool to convert Emoji Unicode codepoints into the human-friendly codes used by http://www.emoji-cheat-sheet.com/ and back again.
By doing this, you can ensure that users across devices can see the authorโs intention. You can always show users an image, but you canโt show them a range of characters their system does not support.
This gem is primarily for handling emoji characters in user-generated content. Depending on your technical stack, these characters could end up being lost.
Rumoji.encode(str)
# Takes a String, transforms Emoji into cheat-sheet codes
Rumoji.encode(str) { |emoji| #your code here }
# Takes a String, transforms Emoji into whatever you want
Rumoji.decode(str)
# Does the reverse of encode
Rumoji.encode_io(read, write)
# For an IO pipe (a read stream, and a write stream), transform Emoji from the
# read end, and write the cheat-sheet codes on the write end.
Rumoji.decode_io(read, write)
# Same thing but in reverse!
gem install rumoji
Note that rumoji has only been tested in Rubies >= 1.9!!!
puts Rumoji.encode("Lack of cross-device emoji support makes me ๐ญ")
#=> Lack of cross-device emoji support makes me :sob:
Rumoji.encode_io(StringIO.new("๐ฉ")).string
#=> ":poop:"
Here's a fun file:
Rumoji.decode_io($stdin, $stdout)
On the command line
echo "But Rumoji makes encoding issues a :joy:" | ruby ./funfile.rb
#=> But Rumoji makes encoding issues a ๐
The symbol of the emoji surrounded with colons
Rumoji.encode("๐ญ") {|emoji| emoji.code}
#=> ":sob:"
The symbol of the emoji
Rumoji.encode("๐ญ") {|emoji| emoji.code}
#=> "sob"
Returns true if the emoji is made up of multiple code points. E.g. ๐บ๐ธ
Rumoji.encode("๐บ๐ธ") {|emoji| emoji.multiple?}
#=> true
The raw emoji
Rumoji.encode("๐ญ") {|emoji| emoji.string}
#=> "๐ญ"
Implement the emoji codes from emoji-cheat-sheet.com using a tool like gemoji along with Rumoji, and you'll easily be able to transform user input with raw emoji unicode into images you can show to all users.
Having trouble discerning what's happening in this README? You might be on a device with NO emoji support! All the more reason to use Rumoji. Transcode the raw unicode into something users can understand across devices!
Thanks!
Why would you want to do this? Read this blog post: http://mwunsch.tumblr.com/post/34721548842/we-need-to-talk-about-emoji
Author: Mwunsch
Source Code: https://github.com/mwunsch/rumoji
License: MIT license
1658812680
The missing helper methods for GitHub's gemoji gem. This utility provides a parsing API for the Emoji
corelib (provided by gemoji). Parser performs the transformation of emoji symbols between unicode characters (๐), token strings (:smile:
), and emoticons (:-D
); and may perform arbitrary replacement of emoji symbols into custom display formats (such as image tags). Internally, highly-optimized regular expressions are generated and cached for efficient parsing.
Add this line to your application's Gemfile:
gem 'gemoji-parser'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install gemoji-parser
To run tests:
$ bundle exec rake spec
The tokenizer methods perform basic conversions of unicode symbols into token symbols, and vice versa.
EmojiParser.tokenize("Test ๐ ๐ ๐")
# "Test :see_no_evil: :speak_no_evil: :hear_no_evil:"
EmojiParser.detokenize("Test :see_no_evil: :speak_no_evil: :hear_no_evil:")
# "Test ๐ ๐ ๐"
Use the symbol parser methods for custom transformations. All symbol parsers yield Emoji::Character instances into the parsing block for custom formatting.
Unicode symbols
EmojiParser.parse_unicode("Test ๐ ") do |emoji|
%Q(<img src="#{emoji.image_filename}" alt=":#{emoji.name}:">).html_safe
end
# 'Test <img src="unicode/1f420.png" alt=":tropical_fish:">'
Token symbols
EmojiParser.parse_tokens("Test :tropical_fish:") do |emoji|
%Q(<img src="#{emoji.image_filename}" alt=":#{emoji.name}:">).html_safe
end
# 'Test <img src="unicode/1f420.png" alt=":tropical_fish:">'
Emoticon symbols
EmojiParser.parse_emoticons("Test ;-)") do |emoji|
%Q(<img src="#{emoji.image_filename}" alt=":#{emoji.name}:">).html_safe
end
# 'Test <img src="unicode/1f609.png" alt=":wink:">'
See emoticons output for the default emoticon set.
All symbol types
Use the parse
method to target all symbol types with a single parsing pass. Specific symbol types may be excluded using options:
EmojiParser.parse("Test ๐ :scream: ;-)") { |emoji| "[#{emoji.name}]" }
# 'Test [tropical_fish] [scream] [wink]'
EmojiParser.parse("Test ๐ :scream: ;-)", emoticons: false) do |emoji|
"[#{emoji.name}]"
end
# 'Test [tropical_fish] [scream] ;-)'
While the parse
method is heavier to run than the discrete parsing methods for each symbol type (parse_unicode
, parse_tokens
, etc...), it has the advantage of avoiding multiple parsing passes. This is handy if you want parsed symbols to output new symbols in a different format, such as generating image tags that include a symbol in their alt text:
EmojiParser.parse("Test ๐ ;-)") do |emoji|
%Q(<img src="#{emoji.image_filename}" alt=":#{emoji.name}:">).html_safe
end
# 'Test <img src="unicode/1f420.png" alt=":tropical_fish:"> <img src="unicode/1f609.png" alt=":wink:">'
Use the find
method to derive Emoji::Character instances from any symbol format (unicode, token, emoticon):
emoji = EmojiParser.find(๐ )
emoji = EmojiParser.find('see_no_evil')
emoji = EmojiParser.find(';-)')
Use the image_path
helper to derive an image filepath from any symbol format (unicode, token, emoticon). You may optionally provide a custom path that overrides the gemoji default location (this is useful if you'd like to reference your images from a CDN):
EmojiParser.image_path('tropical_fish')
# "unicode/1f420.png"
EmojiParser.image_path('tropical_fish', '//cdn.fu/emoji/')
# "//cdn.fu/emoji/1f420.png"
Emoji
The parser plays nicely with custom emoji defined through the gemoji core. You just need to call rehash!
once after adding new emoji symbols to regenerate the parser's regex cache:
Emoji.create('boxing_kangaroo') # << WHY IS THIS NOT STANDARD?!
EmojiParser.rehash!
Emoticons
Emoticon patterns are defined through the parser, and are simply mapped to an emoji name that exists within the gemoji core (this can be a standard emoji name, or a custom name that you have added). To add custom emoticon symbols:
# Alias a standard emoji name:
EmojiParser.emoticons[':@'] = :angry
# Create a custom emoji name, and alias it:
Emoji.create('bill_clinton')
EmojiParser.emoticons['=:o]'] = :bill_clinton
# IMPORTANT:
# Rehash once after adding any new symbols:
EmojiParser.rehash!
Emoticon Lookarounds
Emoticons are matched using lookaround patterns that separate the icon from its surrounding text. By default, an emoticon pattern must start a string, end it, and/or be surrounded by whitespace. To adjust these rules, you may modify the emoticon_lookaround
settings. The following would allow emoticons to be wrapped in HTML tags:
# Allow HTML tags to surround emoticons, ex: "<p>:-)</p>"
EmojiParser.emoticon_lookaround[:behind] += '|>'
EmojiParser.emoticon_lookaround[:ahead] += '|<'
EmojiParser.rehash!
Thanks to the GitHub team for the gemoji gem, Matthew Rothenberg for emojitracker, and my esteemed colleague Michael Lovitt for the fantastic Rubular regex tool (it has been invaluable on this project).
๐ ๐ ๐
Author: Gmac
Source Code: https://github.com/gmac/gemoji-parser
License: MIT license
1658805240
This library contains character information about native emojis.
Add gemoji
to your Gemfile.
gem 'gemoji'
This would allow emojifying content such as: it's raining :cat:s and :dog:s!
See the Emoji cheat sheet for more examples.
module EmojiHelper
def emojify(content)
h(content).to_str.gsub(/:([\w+-]+):/) do |match|
if emoji = Emoji.find_by_alias($1)
%(<img alt="#$1" src="#{image_path("emoji/#{emoji.image_filename}")}" style="vertical-align:middle" width="20" height="20" />)
else
match
end
end.html_safe if content.present?
end
end
Translate emoji names to unicode and vice versa.
>> Emoji.find_by_alias("cat").raw
=> "๐ฑ" # Don't see a cat? That's U+1F431.
>> Emoji.find_by_unicode("\u{1f431}").name
=> "cat"
You can add new emoji characters to the Emoji.all
list:
emoji = Emoji.create("music") do |char|
char.add_alias "song"
char.add_unicode_alias "\u{266b}"
char.add_tag "notes"
end
emoji.name #=> "music"
emoji.raw #=> "โซ"
emoji.image_filename #=> "unicode/266b.png"
# Creating custom emoji (no Unicode aliases):
emoji = Emoji.create("music") do |char|
char.add_tag "notes"
end
emoji.custom? #=> true
emoji.image_filename #=> "music.png"
As you create new emoji, you must ensure that you also create and put the images they reference by their image_filename
to your assets directory.
You can customize image_filename
with:
emoji = Emoji.create("music") do |char|
char.image_filename = "subdirectory/my_emoji.gif"
end
For existing emojis, you can edit the list of aliases or add new tags in an edit block:
emoji = Emoji.find_by_alias "musical_note"
Emoji.edit_emoji(emoji) do |char|
char.add_alias "music"
char.add_unicode_alias "\u{266b}"
char.add_tag "notes"
end
Emoji.find_by_alias "music" #=> emoji
Emoji.find_by_unicode "\u{266b}" #=> emoji
Author: Github
Source Code: https://github.com/github/gemoji
License: MIT license