diff options
Diffstat (limited to 'config')
44 files changed, 6231 insertions, 2071 deletions
diff --git a/config/hypr/UserConfigs/ENVariables.conf b/config/hypr/UserConfigs/ENVariables.conf index 2ec6b4ea..5bfa5ab1 100644 --- a/config/hypr/UserConfigs/ENVariables.conf +++ b/config/hypr/UserConfigs/ENVariables.conf @@ -1,6 +1,9 @@ # /* ---- ๐ซ https://github.com/JaKooLit ๐ซ ---- */ # # Environment variables. See https://wiki.hyprland.org/Configuring/Environment-variables/ +# Set your defaults here +#env = EDITOR,vim #default editor + #environment-variables env = CLUTTER_BACKEND,wayland env = GDK_BACKEND,wayland,x11 @@ -17,7 +20,7 @@ env = XDG_SESSION_TYPE,wayland # xwayland apps scale fix (useful if you are use monitor scaling) # see https://wiki.hyprland.org/Configuring/XWayland/ # toolkit-specific scale -# env = GDK_SCALE,2 +#env = GDK_SCALE,1.25 # firefox env = MOZ_ENABLE_WAYLAND,1 @@ -27,6 +30,7 @@ env = ELECTRON_OZONE_PLATFORM_HINT,auto # NVIDIA # This is from Hyprland Wiki. Below will be activated nvidia gpu detected +# See hyprland wiki https://wiki.hyprland.org/Nvidia/#environment-variables #env = LIBVA_DRIVER_NAME,nvidia #env = __GLX_VENDOR_LIBRARY_NAME,nvidia #env = NVD_BACKEND,direct diff --git a/config/hypr/UserConfigs/Laptops.conf b/config/hypr/UserConfigs/Laptops.conf index 1a1226a9..b4dca898 100644 --- a/config/hypr/UserConfigs/Laptops.conf +++ b/config/hypr/UserConfigs/Laptops.conf @@ -51,5 +51,5 @@ device { #bindl = , switch:on:Lid Switch,exec,echo "monitor = eDP-1, disable" > $UserConfigs/LaptopDisplay.conf # for laptop-lid action (to erase the last entry) -#exec-once = echo "eDP-1, preferred, auto, 1" > $HOME/.config/hypr/UserConfigs/LaptopDisplay.conf +#exec-once = echo "monitor = eDP-1, preferred, auto, 1" > $HOME/.config/hypr/UserConfigs/LaptopDisplay.conf # diff --git a/config/hypr/UserConfigs/UserDecorAnimations.conf b/config/hypr/UserConfigs/UserDecorAnimations.conf new file mode 100644 index 00000000..2885971a --- /dev/null +++ b/config/hypr/UserConfigs/UserDecorAnimations.conf @@ -0,0 +1,62 @@ +# /* ---- ๐ซ https://github.com/JaKooLit ๐ซ ---- */ # +# Decoration and Animations Settings + +# Hyprland Wiki Links +# Animation - https://wiki.hyprland.org/Configuring/Animations/ +# Decoration - https://wiki.hyprland.org/Configuring/Variables/#decoration + +# Sourcing colors generated by wallust +source = $HOME/.config/hypr/wallust/wallust-hyprland.conf + +decoration { + rounding = 10 + + active_opacity = 1.0 + inactive_opacity = 0.9 + fullscreen_opacity = 1.0 + + dim_inactive = true + dim_strength = 0.1 + dim_special = 0.8 + + drop_shadow = true + shadow_range = 6 + shadow_render_power = 1 + col.shadow = $color12 + col.shadow_inactive = 0x50000000 + + blur { + enabled = true + size = 6 + passes = 2 + ignore_opacity = true + new_optimizations = true + special = true + } +} + + +animations { + enabled = yes + + bezier = wind, 0.05, 0.9, 0.1, 1.05 + bezier = winIn, 0.1, 1.1, 0.1, 1.1 + bezier = winOut, 0.3, -0.3, 0, 1 + bezier = liner, 1, 1, 1, 1 + bezier = overshot, 0.05, 0.9, 0.1, 1.05 + bezier = smoothOut, 0.5, 0, 0.99, 0.99 + bezier = smoothIn, 0.5, -0.5, 0.68, 1.5 + + animation = windows, 1, 6, wind, slide + animation = windowsIn, 1, 5, winIn, slide + animation = windowsOut, 1, 3, smoothOut, slide + animation = windowsMove, 1, 5, wind, slide + animation = border, 1, 1, liner + animation = borderangle, 1, 180, liner, loop #used by rainbow borders and rotating colors + animation = fade, 1, 3, smoothOut + animation = workspaces, 1, 5, overshot + + # animations for -git or version >0.42.0 + #animation = workspacesIn, 1, 5, winIn, slide + #animation = workspacesOut, 1, 5, winOut, slide +} diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index 35dada78..7d3645bc 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -21,9 +21,7 @@ master { } general { - #sensitivity = 1.00 border_size = 2 - #apply_sens_to_raw = 1 gaps_in = 6 gaps_out = 8 @@ -31,54 +29,8 @@ general { col.active_border = $color12 col.inactive_border = $backgroundCol - - layout = dwindle -} - -decoration { - rounding = 10 - - active_opacity = 1.0 - inactive_opacity = 0.9 - fullscreen_opacity = 1.0 - - dim_inactive = true - dim_strength = 0.1 - dim_special = 0.8 - - drop_shadow = true - shadow_range = 6 - shadow_render_power = 1 - col.shadow = $color12 - col.shadow_inactive = 0x50000000 - - blur { - enabled = true - size = 6 - passes = 2 - ignore_opacity = true - new_optimizations = true - special = true - } -} - - -animations { - enabled = yes - - bezier = wind, 0.05, 0.9, 0.1, 1.05 - bezier = winIn, 0.1, 1.1, 0.1, 1.1 - bezier = winOut, 0.3, -0.3, 0, 1 - bezier = liner, 1, 1, 1, 1 - animation = windows, 1, 6, wind, slide - animation = windowsIn, 1, 6, winIn, slide - animation = windowsOut, 1, 5, winOut, slide - animation = windowsMove, 1, 5, wind, slide - animation = border, 1, 1, liner - animation = borderangle, 1, 180, liner, loop #used by rainbow borders and rotating colors - animation = fade, 1, 10, default - animation = workspaces, 1, 5, wind + layout = dwindle } input { @@ -89,8 +41,9 @@ input { kb_rules = repeat_rate = 50 repeat_delay = 300 + + sensitivity = 0 #mouse sensitivity numlock_by_default = true - sensitivity = 0 #mouse sensivity left_handed = false follow_mouse = true float_switch_override_focus = false @@ -140,7 +93,7 @@ group { misc { disable_hyprland_logo = true disable_splash_rendering = true - vfr = true + vfr = true #vrr = 0 mouse_move_enables_dpms = true enable_swallow = true @@ -151,6 +104,10 @@ misc { middle_click_paste = false } +#opengl { +# nvidia_anti_flicker = true +#} + binds { workspace_back_and_forth = true allow_workspace_cycles = true @@ -172,5 +129,6 @@ render { cursor { no_hardware_cursors = false enable_hyprcursor = true - warp_on_change_workspace = true + warp_on_change_workspace = true + no_warps = true } diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 60d5007c..869162da 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -15,7 +15,8 @@ windowrule = center,^([Ff]erdium)$ # windowrulev2 = center,floating:1 # warning, it cause even the menu to float and center. windowrulev2 = center, class:([Tt]hunar), title:(File Operation Progress) windowrulev2 = center, class:([Tt]hunar), title:(Confirm to replace files) -windowrulev2 = center, title:^(ROG Control)$ +windowrulev2 = center, title:^(ROG Control)$ +windowrulev2 = center, title:^(Keybindings)$ windowrulev2 = move 72% 7%,title:^(Picture-in-Picture)$ #windowrulev2 = move 72% 7%,title:^(Firefox)$ @@ -55,8 +56,8 @@ windowrulev2 = float, class:^(pavucontrol|org.pulseaudio.pavucontrol|com.saivert windowrulev2 = float, class:^(nwg-look|qt5ct|qt6ct)$ windowrulev2 = float, class:^(mpv|com.github.rafostar.Clapper)$ windowrulev2 = float, class:^(nm-applet|nm-connection-editor|blueman-manager)$ -windowrulev2 = float, class:^(gnome-system-monitor|org.gnome.SystemMonitor)$ # system monitor -windowrulev2 = float, class:^(yad)$ # icon browser +windowrulev2 = float, class:^(gnome-system-monitor|org.gnome.SystemMonitor|io.missioncenter.MissionCenter)$ # system monitor +windowrulev2 = float, class:^([Yy]ad)$ windowrulev2 = float, class:^(wihotspot(-gui)?)$ # wifi hotspot windowrulev2 = float, class:^(evince)$ # document viewer windowrulev2 = float, class:^(file-roller|org.gnome.FileRoller)$ # archive manager @@ -64,7 +65,7 @@ windowrulev2 = float, class:^([Bb]aobab|org.gnome.[Bb]aobab)$ # Disk usage analy windowrulev2 = float, title:(Kvantum Manager) windowrulev2 = float, class:^([Ss]team)$,title:^((?![Ss]team).*|[Ss]team [Ss]ettings)$ windowrulev2 = float, class:^([Qq]alculate-gtk)$ -windowrulev2 = float, class:^([Ww]hatsapp-for-linux)$ +#windowrulev2 = float, class:^([Ww]hatsapp-for-linux)$ windowrulev2 = float, class:^([Ff]erdium)$ windowrulev2 = float, title:^(Picture-in-Picture)$ windowrulev2 = float, title:^(ROG Control)$ @@ -74,6 +75,7 @@ windowrulev2 = float, title:^(ROG Control)$ windowrulev2 = opacity 0.9 0.6, class:^([Rr]ofi)$ windowrulev2 = opacity 0.9 0.7, class:^(Brave-browser(-beta|-dev)?)$ windowrulev2 = opacity 0.9 0.7, class:^([Ff]irefox|org.mozilla.firefox|[Ff]irefox-esr)$ +windowrulev2 = opacity 0.9 0.7, class:^(zen-alpha)$ # zen browser windowrulev2 = opacity 0.9 0.6, class:^([Tt]horium-browser)$ windowrulev2 = opacity 0.9 0.8, class:^([Mm]icrosoft-edge(-stable|-beta|-dev|-unstable)?)$ windowrulev2 = opacity 0.9 0.8, class:^(google-chrome(-beta|-dev|-unstable)?)$ @@ -84,7 +86,7 @@ windowrulev2 = opacity 0.8 0.7, class:^(gedit|org.gnome.TextEditor|mousepad)$ windowrulev2 = opacity 0.9 0.8, class:^(deluge)$ windowrulev2 = opacity 0.8 0.7, class:^(Alacritty|kitty|kitty-dropterm)$ # Terminals windowrulev2 = opacity 0.9 0.7, class:^(VSCodium|codium-url-handler)$ -windowrulev2 = opacity 0.9 0.8, class:^(nwg-look|qt5ct|qt6ct|yad)$ +windowrulev2 = opacity 0.9 0.8, class:^(nwg-look|qt5ct|qt6ct|[Yy]ad)$ windowrulev2 = opacity 0.9 0.8, title:(Kvantum Manager) windowrulev2 = opacity 0.9 0.7, class:^(com.obsproject.Studio)$ windowrulev2 = opacity 0.9 0.7, class:^([Aa]udacious)$ @@ -97,14 +99,14 @@ windowrulev2 = opacity 0.94 0.86, class:^(gnome-disks|evince|wihotspot(-gui)?|or windowrulev2 = opacity 0.9 0.8, class:^(file-roller|org.gnome.FileRoller)$ # archive manager windowrulev2 = opacity 0.8 0.7, class:^(app.drey.Warp)$ # Warp file transfer windowrulev2 = opacity 0.9 0.8, class:^(seahorse)$ # gnome-keyring gui -windowrulev2 = opacity 0.82 0.75, class:^(gnome-system-monitor|org.gnome.SystemMonitor)$ +windowrulev2 = opacity 0.82 0.75, class:^(gnome-system-monitor|org.gnome.SystemMonitor|io.missioncenter.MissionCenter)$ windowrulev2 = opacity 0.9 0.8, class:^(xdg-desktop-portal-gtk)$ # gnome-keyring gui windowrulev2 = opacity 0.9 0.7, class:^([Ww]hatsapp-for-linux)$ windowrulev2 = opacity 0.9 0.7, class:^([Ff]erdium)$ windowrulev2 = opacity 0.95 0.75, title:^(Picture-in-Picture)$ # windowrule v2 - size -windowrulev2 = size 70% 70%, class:^(gnome-system-monitor|org.gnome.SystemMonitor)$ +windowrulev2 = size 70% 70%, class:^(gnome-system-monitor|org.gnome.SystemMonitor|io.missioncenter.MissionCenter)$ windowrulev2 = size 70% 70%, class:^(xdg-desktop-portal-gtk)$ windowrulev2 = size 60% 70%, title:(Kvantum Manager) windowrulev2 = size 60% 70%, class:^(qt6ct)$ @@ -120,6 +122,9 @@ windowrulev2 = size 60% 70%, title:^(ROG Control)$ windowrulev2 = pin,title:^(Picture-in-Picture)$ #windowrulev2 = pin,title:^(Firefox)$ +# windowrule v2 - extras +windowrulev2 = keepaspectratio, title:^(Picture-in-Picture)$ + #windowrulev2 = bordercolor rgb(EE4B55) rgb(880808), fullscreen:1 #windowrulev2 = bordercolor rgb(282737) rgb(1E1D2D), floating:1 #windowrulev2 = opacity 0.8 0.8, pinned:1 diff --git a/config/hypr/UserScripts/QuickEdit.sh b/config/hypr/UserScripts/QuickEdit.sh index 8864a30c..6320218b 100755 --- a/config/hypr/UserScripts/QuickEdit.sh +++ b/config/hypr/UserScripts/QuickEdit.sh @@ -16,9 +16,10 @@ menu(){ printf "5. edit Monitors\n" printf "6. edit Laptop-Keybinds\n" printf "7. edit User-Settings\n" - printf "8. edit Workspace-Rules\n" - printf "9. edit Default-Settings\n" - printf "10. edit Default-Keybinds\n" + printf "8. edit Decorations & Animations\n" + printf "9. edit Workspace-Rules\n" + printf "10. edit Default-Settings\n" + printf "11. edit Default-Keybinds\n" } main() { @@ -46,12 +47,15 @@ main() { $tty $editor "$UserConfigs/UserSettings.conf" ;; 8) - $tty $editor "$UserConfigs/WorkspaceRules.conf" + $tty $editor "$UserConfigs/UserDecorAnimations.conf" ;; - 9) + 9) + $tty $editor "$UserConfigs/WorkspaceRules.conf" + ;; + 10) $tty $editor "$configs/Settings.conf" ;; - 10) + 11) $tty $editor "$configs/Keybinds.conf" ;; *) diff --git a/config/hypr/UserScripts/RainbowBorders.sh b/config/hypr/UserScripts/RainbowBorders.sh index 1f5e6cdb..49295680 100755 --- a/config/hypr/UserScripts/RainbowBorders.sh +++ b/config/hypr/UserScripts/RainbowBorders.sh @@ -5,6 +5,8 @@ function random_hex() { echo $random_hex } +# rainbow colors only for active window hyprctl keyword general:col.active_border $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) 270deg -hyprctl keyword general:col.inactive_border $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) 270deg
\ No newline at end of file +# rainbow colors for inactive window (uncomment to take effect) +#hyprctl keyword general:col.inactive_border $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) 270deg
\ No newline at end of file diff --git a/config/hypr/UserScripts/RofiBeats.sh b/config/hypr/UserScripts/RofiBeats.sh index aa9f62e8..26e12876 100755 --- a/config/hypr/UserScripts/RofiBeats.sh +++ b/config/hypr/UserScripts/RofiBeats.sh @@ -10,18 +10,19 @@ iDIR="$HOME/.config/swaync/icons" # Online Stations. Edit as required declare -A online_music=( - ["Lofi Girl Radio โ๏ธ๐ถ"]="https://play.streamafrica.net/lofiradio" + ["Radio - Lofi Girl ๐ง๐ถ"]="https://play.streamafrica.net/lofiradio" + ["Radio - Chillhop ๐ง๐ถ"]="http://stream.zeno.fm/fyn8eh3h5f8uv" ["FM - Easy Rock 96.3 ๐ป๐ถ"]="https://radio-stations-philippines.com/easy-rock" + ["FM - Love Radio 90.7 ๐ป๐ถ"]="https://radio-stations-philippines.com/love" ["FM - WRock - CEBU 96.3 ๐ป๐ถ"]="https://onlineradio.ph/126-96-3-wrock.html" - ["YT - Wish 107.5 YT Pinoy HipHop ๐ป๐ถ"]="https://youtube.com/playlist?list=PLkrzfEDjeYJnmgMYwCKid4XIFqUKBVWEs&si=vahW_noh4UDJ5d37" - ["YT - Top Youtube Music 2023 โ๏ธ๐ถ"]="https://youtube.com/playlist?list=PLDIoUOhQQPlXr63I_vwF9GD8sAKh77dWU&si=y7qNeEVFNgA-XxKy" - ["YT - Wish 107.5 YT Wishclusives โ๏ธ๐ถ"]="https://youtube.com/playlist?list=PLkrzfEDjeYJn5B22H9HOWP3Kxxs-DkPSM&si=d_Ld2OKhGvpH48WO" - ["Chillhop Radio โ๏ธ๐ถ"]="http://stream.zeno.fm/fyn8eh3h5f8uv" - ["FM - Fresh Philippines โ๏ธ๐ถ"]="https://onlineradio.ph/553-fresh-fm.html" - ["YT - Relaxing Music โ๏ธ๐ถ"]="https://youtube.com/playlist?list=PLMIbmfP_9vb8BCxRoraJpoo4q1yMFg4CE" - ["YT - Youtube Remix ๐ป๐ถ"]="https://youtube.com/playlist?list=PLeqTkIUlrZXlSNn3tcXAa-zbo95j0iN-0" - ["YT - Korean Drama OST ๐ป๐ถ"]="https://youtube.com/playlist?list=PLUge_o9AIFp4HuA-A3e3ZqENh63LuRRlQ" - ["YT - AfroBeatz 2024 ๐ง"]="https://www.youtube.com/watch?v=7uB-Eh9XVZQ" + ["FM - Fresh Philippines ๐ป๐ถ"]="https://onlineradio.ph/553-fresh-fm.html" + ["YT - Wish 107.5 YT Pinoy HipHop ๐ป๐ถ"]="https://youtube.com/playlist?list=PLkrzfEDjeYJnmgMYwCKid4XIFqUKBVWEs&si=vahW_noh4UDJ5d37" + ["YT - Top Youtube Music 2023 ๐น๐ถ"]="https://youtube.com/playlist?list=PLDIoUOhQQPlXr63I_vwF9GD8sAKh77dWU&si=y7qNeEVFNgA-XxKy" + ["YT - Wish 107.5 YT Wishclusives ๐น๐ถ"]="https://youtube.com/playlist?list=PLkrzfEDjeYJn5B22H9HOWP3Kxxs-DkPSM&si=d_Ld2OKhGvpH48WO" + ["YT - Relaxing Music ๐น๐ถ"]="https://youtube.com/playlist?list=PLMIbmfP_9vb8BCxRoraJpoo4q1yMFg4CE" + ["YT - Youtube Remix ๐น๐ถ"]="https://youtube.com/playlist?list=PLeqTkIUlrZXlSNn3tcXAa-zbo95j0iN-0" + ["YT - Korean Drama OST ๐น๐ถ"]="https://youtube.com/playlist?list=PLUge_o9AIFp4HuA-A3e3ZqENh63LuRRlQ" + ["YT - AfroBeatz 2024 ๐น"]="https://www.youtube.com/watch?v=7uB-Eh9XVZQ" ) # Populate local_music array with files from music directory and subdirectories diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 65da9ff5..9bd89647 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -54,11 +54,11 @@ bind = $mainMod CTRL, Return, layoutmsg, swapwithmaster # group bind = $mainMod, G, togglegroup -bind = $mainMod SHIFT, tab, changegroupactive #change focus to another window +bind = $mainMod CTRL, tab, changegroupactive #change focus to another window # Cycle windows if floating bring to top -bind = ALT,Tab,cyclenext -bind = ALT,Tab,bringactivetotop +bind = ALT, tab, cyclenext +bind = ALT, tab, bringactivetotop # Special Keys / Hot Keys bindel = , xf86audioraisevolume, exec, $scriptsDir/Volume.sh --inc #volume up diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index a8ae26f4..15a0b26d 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -15,6 +15,7 @@ source= $UserConfigs/Monitors.conf source= $UserConfigs/Laptops.conf source= $UserConfigs/LaptopDisplay.conf source= $UserConfigs/WindowRules.conf +source= $UserConfigs/UserDecorAnimations.conf source= $UserConfigs/UserKeybinds.conf source= $UserConfigs/UserSettings.conf source= $UserConfigs/WorkspaceRules.conf
\ No newline at end of file diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 85e65322..477f94eb 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -8,7 +8,7 @@ # Variables scriptsDir=$HOME/.config/hypr/scripts wallpaper=$HOME/.config/hypr/wallpaper_effects/.wallpaper_modified -waybar_style="$HOME/.config/waybar/style/[Dark] Half-Moon.css" +waybar_style="$HOME/.config/waybar/style/[Colored] Chroma Glow.css" kvantum_theme="Catppuccin-Mocha" color_scheme="prefer-dark" gtk_theme="Andromeda-dark" diff --git a/config/hypr/scripts/GameMode.sh b/config/hypr/scripts/GameMode.sh index f8dc3505..4bb7e910 100755 --- a/config/hypr/scripts/GameMode.sh +++ b/config/hypr/scripts/GameMode.sh @@ -11,11 +11,13 @@ if [ "$HYPRGAMEMODE" = 1 ] ; then hyprctl --batch "\ keyword animations:enabled 0;\ keyword decoration:drop_shadow 0;\ - keyword decoration:blur:passes 0;\ + keyword decoration:blur:passes 0;\ keyword general:gaps_in 0;\ keyword general:gaps_out 0;\ keyword general:border_size 1;\ keyword decoration:rounding 0" + + hyprctl keyword "windowrule opacity 1 override 1 override 1 override, ^(.*)$" swww kill notify-send -e -u low -i "$notif" "gamemode enabled. All animations off" exit diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh index 85fb1dc6..0f8a989a 100755 --- a/config/hypr/scripts/KeyHints.sh +++ b/config/hypr/scripts/KeyHints.sh @@ -2,6 +2,9 @@ # /* ---- ๐ซ https://github.com/JaKooLit ๐ซ ---- */ ## # Keyhints. Idea got from Garuda Hyprland +# GDK BACKEND. Change to either wayland or x11 if having issues +BACKEND=wayland + # Detect monitor resolution and scale x_mon=$(hyprctl -j monitors | jq '.[] | select(.focused==true) | .width') y_mon=$(hyprctl -j monitors | jq '.[] | select(.focused==true) | .height') @@ -28,7 +31,7 @@ dynamic_width=$(($dynamic_width > $max_width ? $max_width : $dynamic_width)) dynamic_height=$(($dynamic_height > $max_height ? $max_height : $dynamic_height)) # Launch yad with calculated width and height -yad --width=$dynamic_width --height=$dynamic_height \ +GDK_BACKEND=$BACKEND yad --width=$dynamic_width --height=$dynamic_height \ --center \ --title="Keybindings" \ --no-buttons \ diff --git a/config/hypr/scripts/RofiEmoji.sh b/config/hypr/scripts/RofiEmoji.sh index c92aec87..6bf6a5ab 100755 --- a/config/hypr/scripts/RofiEmoji.sh +++ b/config/hypr/scripts/RofiEmoji.sh @@ -2,1859 +2,4948 @@ # /* ---- ๐ซ https://github.com/JaKooLit ๐ซ ---- */ ## # Rofi Emoticons. Not my own. Cant remember the source -sed '1,/^# # DATA # #$/d' $0 | -rofi -i -dmenu -config ~/.config/rofi/config-emoji.rasi| -cut -d ' ' -f 1 | tr -d '\n' | wl-copy +sed '1,/^# # DATA # #$/d' "$0" | \ +rofi -i -dmenu -config ~/.config/rofi/config-emoji.rasi | \ +awk -F'\t' '{print $1}' | \ +tr -d '\n' | \ +wl-copy exit + # # DATA # # -๐ grinning face face smile happy joy :D grin -๐ grinning face with big eyes face happy joy haha :D :) smile funny -๐ grinning face with smiling eyes face happy joy funny haha laugh like :D :) smile -๐ beaming face with smiling eyes face happy smile joy kawaii -๐ grinning squinting face happy joy lol satisfied haha face glad XD laugh -๐
grinning face with sweat face hot happy laugh sweat smile relief -๐คฃ rolling on the floor laughing face rolling floor laughing lol haha rofl -๐ face with tears of joy face cry tears weep happy happytears haha -๐ slightly smiling face face smile -๐ upside down face face flipped silly smile -๐ winking face face happy mischievous secret ;) smile eye -๐ smiling face with smiling eyes face smile happy flushed crush embarrassed shy joy -๐ smiling face with halo face angel heaven halo -๐ฅฐ smiling face with hearts face love like affection valentines infatuation crush hearts adore -๐ smiling face with heart eyes face love like affection valentines infatuation crush heart -๐คฉ star struck face smile starry eyes grinning -๐ face blowing a kiss face love like affection valentines infatuation kiss -๐ kissing face love like face 3 valentines infatuation kiss -โบ๏ธ smiling face face blush massage happiness -๐ kissing face with closed eyes face love like affection valentines infatuation kiss -๐ kissing face with smiling eyes face affection valentines infatuation kiss -๐ face savoring food happy joy tongue smile face silly yummy nom delicious savouring -๐ face with tongue face prank childish playful mischievous smile tongue -๐ winking face with tongue face prank childish playful mischievous smile wink tongue -๐คช zany face face goofy crazy -๐ squinting face with tongue face prank playful mischievous smile tongue -๐ค money mouth face face rich dollar money -๐ค hugging face face smile hug -๐คญ face with hand over mouth face whoops shock surprise -๐คซ shushing face face quiet shhh -๐ค thinking face face hmmm think consider -๐ค zipper mouth face face sealed zipper secret -๐คจ face with raised eyebrow face distrust scepticism disapproval disbelief surprise -๐ neutral face indifference meh :| neutral -๐ expressionless face face indifferent - - meh deadpan -๐ถ face without mouth face hellokitty -๐ smirking face face smile mean prank smug sarcasm -๐ unamused face indifference bored straight face serious sarcasm unimpressed skeptical dubious side eye -๐ face with rolling eyes face eyeroll frustrated -๐ฌ grimacing face face grimace teeth -๐คฅ lying face face lie pinocchio -๐ relieved face face relaxed phew massage happiness -๐ pensive face face sad depressed upset -๐ช sleepy face face tired rest nap -๐คค drooling face face -๐ด sleeping face face tired sleepy night zzz -๐ท face with medical mask face sick ill disease -๐ค face with thermometer sick temperature thermometer cold fever -๐ค face with head bandage injured clumsy bandage hurt -๐คข nauseated face face vomit gross green sick throw up ill -๐คฎ face vomiting face sick -๐คง sneezing face face gesundheit sneeze sick allergy -๐ฅต hot face face feverish heat red sweating -๐ฅถ cold face face blue freezing frozen frostbite icicles -๐ฅด woozy face face dizzy intoxicated tipsy wavy -๐ต dizzy face spent unconscious xox dizzy -๐คฏ exploding head face shocked mind blown -๐ค cowboy hat face face cowgirl hat -๐ฅณ partying face face celebration woohoo -๐ smiling face with sunglasses face cool smile summer beach sunglass -๐ค nerd face face nerdy geek dork -๐ง face with monocle face stuffy wealthy -๐ confused face face indifference huh weird hmmm :/ -๐ worried face face concern nervous :( -๐ slightly frowning face face frowning disappointed sad upset -โน๏ธ frowning face face sad upset frown -๐ฎ face with open mouth face surprise impressed wow whoa :O -๐ฏ hushed face face woo shh -๐ฒ astonished face face xox surprised poisoned -๐ณ flushed face face blush shy flattered -๐ฅบ pleading face face begging mercy -๐ฆ frowning face with open mouth face aw what -๐ง anguished face face stunned nervous -๐จ fearful face face scared terrified nervous oops huh -๐ฐ anxious face with sweat face nervous sweat -๐ฅ sad but relieved face face phew sweat nervous -๐ข crying face face tears sad depressed upset :'( -๐ญ loudly crying face face cry tears sad upset depressed -๐ฑ face screaming in fear face munch scared omg -๐ confounded face face confused sick unwell oops :S -๐ฃ persevering face face sick no upset oops -๐ disappointed face face sad upset depressed :( -๐ downcast face with sweat face hot sad tired exercise -๐ฉ weary face face tired sleepy sad frustrated upset -๐ซ tired face sick whine upset frustrated -๐ฅฑ yawning face tired sleepy -๐ค face with steam from nose face gas phew proud pride -๐ก pouting face angry mad hate despise -๐ angry face mad face annoyed frustrated -๐คฌ face with symbols on mouth face swearing cursing cussing profanity expletive -๐ smiling face with horns devil horns -๐ฟ angry face with horns devil angry horns -๐ skull dead skeleton creepy death -โ ๏ธ skull and crossbones poison danger deadly scary death pirate evil -๐ฉ pile of poo hankey shitface fail turd shit -๐คก clown face face -๐น ogre monster red mask halloween scary creepy devil demon japanese ogre -๐บ goblin red evil mask monster scary creepy japanese goblin -๐ป ghost halloween spooky scary -๐ฝ alien UFO paul weird outer space -๐พ alien monster game arcade play -๐ค robot computer machine bot -๐บ grinning cat animal cats happy smile -๐ธ grinning cat with smiling eyes animal cats smile -๐น cat with tears of joy animal cats haha happy tears -๐ป smiling cat with heart eyes animal love like affection cats valentines heart -๐ผ cat with wry smile animal cats smirk -๐ฝ kissing cat animal cats kiss -๐ weary cat animal cats munch scared scream -๐ฟ crying cat animal tears weep sad cats upset cry -๐พ pouting cat animal cats -๐ see no evil monkey monkey animal nature haha -๐ hear no evil monkey animal monkey nature -๐ speak no evil monkey monkey animal nature omg -๐ kiss mark face lips love like affection valentines -๐ love letter email like affection envelope valentines -๐ heart with arrow love like heart affection valentines -๐ heart with ribbon love valentines -๐ sparkling heart love like affection valentines -๐ growing heart like love affection valentines pink -๐ beating heart love like affection valentines pink heart -๐ revolving hearts love like affection valentines -๐ two hearts love like affection valentines heart -๐ heart decoration purple-square love like -โฃ๏ธ heart exclamation decoration love -๐ broken heart sad sorry break heart heartbreak -โค๏ธ red heart love like valentines -๐งก orange heart love like affection valentines -๐ yellow heart love like affection valentines -๐ green heart love like affection valentines -๐ blue heart love like affection valentines -๐ purple heart love like affection valentines -๐ค brown heart coffee -๐ค black heart evil -๐ค white heart pure -๐ฏ hundred points score perfect numbers century exam quiz test pass hundred -๐ข anger symbol angry mad -๐ฅ collision bomb explode explosion collision blown -๐ซ dizzy star sparkle shoot magic -๐ฆ sweat droplets water drip oops -๐จ dashing away wind air fast shoo fart smoke puff -๐ณ๏ธ hole embarrassing -๐ฃ bomb boom explode explosion terrorism -๐ฌ speech balloon bubble words message talk chatting -๐๏ธโ๐จ๏ธ eye in speech bubble info -๐จ๏ธ left speech bubble words message talk chatting -๐ฏ๏ธ right anger bubble caption speech thinking mad -๐ญ thought balloon bubble cloud speech thinking dream -๐ค zzz sleepy tired dream -๐ waving hand hands gesture goodbye solong farewell hello hi palm -๐ค raised back of hand fingers raised backhand -๐๏ธ hand with fingers splayed hand fingers palm -โ raised hand fingers stop highfive palm ban -๐ vulcan salute hand fingers spock star trek -๐ ok hand fingers limbs perfect ok okay -๐ค pinching hand tiny small size -โ๏ธ victory hand fingers ohyeah hand peace victory two -๐ค crossed fingers good lucky -๐ค love you gesture hand fingers gesture -๐ค sign of the horns hand fingers evil eye sign of horns rock on -๐ค call me hand hands gesture shaka -๐ backhand index pointing left direction fingers hand left -๐ backhand index pointing right fingers hand direction right -๐ backhand index pointing up fingers hand direction up -๐ middle finger hand fingers rude middle flipping -๐ backhand index pointing down fingers hand direction down -โ๏ธ index pointing up hand fingers direction up -๐ thumbs up thumbsup yes awesome good agree accept cool hand like +1 -๐ thumbs down thumbsdown no dislike hand -1 -โ raised fist fingers hand grasp -๐ oncoming fist angry violence fist hit attack hand -๐ค left facing fist hand fistbump -๐ค right facing fist hand fistbump -๐ clapping hands hands praise applause congrats yay -๐ raising hands gesture hooray yea celebration hands -๐ open hands fingers butterfly hands open -๐คฒ palms up together hands gesture cupped prayer -๐ค handshake agreement shake -๐ folded hands please hope wish namaste highfive pray -โ๏ธ writing hand lower left ballpoint pen stationery write compose -๐
nail polish beauty manicure finger fashion nail -๐คณ selfie camera phone -๐ช flexed biceps arm flex hand summer strong biceps -๐ฆพ mechanical arm accessibility -๐ฆฟ mechanical leg accessibility -๐ฆต leg kick limb -๐ฆถ foot kick stomp -๐ ear face hear sound listen -๐ฆป ear with hearing aid accessibility -๐ nose smell sniff -๐ง brain smart intelligent -๐ฆท tooth teeth dentist -๐ฆด bone skeleton -๐ eyes look watch stalk peek see -๐๏ธ eye face look see watch stare -๐
tongue mouth playful -๐ mouth mouth kiss -๐ถ baby child boy girl toddler -๐ง child gender-neutral young -๐ฆ boy man male guy teenager -๐ง girl female woman teenager -๐ง person gender-neutral person -๐ฑ person blond hair hairstyle -๐จ man mustache father dad guy classy sir moustache -๐ง man beard person bewhiskered -๐จโ๐ฆฐ man red hair hairstyle -๐จโ๐ฆฑ man curly hair hairstyle -๐จโ๐ฆณ man white hair old elder -๐จโ๐ฆฒ man bald hairless -๐ฉ woman female girls lady -๐ฉโ๐ฆฐ woman red hair hairstyle -๐งโ๐ฆฐ person red hair hairstyle -๐ฉโ๐ฆฑ woman curly hair hairstyle -๐งโ๐ฆฑ person curly hair hairstyle -๐ฉโ๐ฆณ woman white hair old elder -๐งโ๐ฆณ person white hair elder old -๐ฉโ๐ฆฒ woman bald hairless -๐งโ๐ฆฒ person bald hairless -๐ฑโโ๏ธ woman blond hair woman female girl blonde person -๐ฑโโ๏ธ man blond hair man male boy blonde guy person -๐ง older person human elder senior gender-neutral -๐ด old man human male men old elder senior -๐ต old woman human female women lady old elder senior -๐ person frowning worried -๐โโ๏ธ man frowning male boy man sad depressed discouraged unhappy -๐โโ๏ธ woman frowning female girl woman sad depressed discouraged unhappy -๐ person pouting upset -๐โโ๏ธ man pouting male boy man -๐โโ๏ธ woman pouting female girl woman -๐
person gesturing no decline -๐
โโ๏ธ man gesturing no male boy man nope -๐
โโ๏ธ woman gesturing no female girl woman nope -๐ person gesturing ok agree -๐โโ๏ธ man gesturing ok men boy male blue human man -๐โโ๏ธ woman gesturing ok women girl female pink human woman -๐ person tipping hand information -๐โโ๏ธ man tipping hand male boy man human information -๐โโ๏ธ woman tipping hand female girl woman human information -๐ person raising hand question -๐โโ๏ธ man raising hand male boy man -๐โโ๏ธ woman raising hand female girl woman -๐ง deaf person accessibility -๐งโโ๏ธ deaf man accessibility -๐งโโ๏ธ deaf woman accessibility -๐ person bowing respectiful -๐โโ๏ธ man bowing man male boy -๐โโ๏ธ woman bowing woman female girl -๐คฆ person facepalming disappointed -๐คฆโโ๏ธ man facepalming man male boy disbelief -๐คฆโโ๏ธ woman facepalming woman female girl disbelief -๐คท person shrugging regardless -๐คทโโ๏ธ man shrugging man male boy confused indifferent doubt -๐คทโโ๏ธ woman shrugging woman female girl confused indifferent doubt -๐งโโ๏ธ health worker hospital -๐จโโ๏ธ man health worker doctor nurse therapist healthcare man human -๐ฉโโ๏ธ woman health worker doctor nurse therapist healthcare woman human -๐งโ๐ student learn -๐จโ๐ man student graduate man human -๐ฉโ๐ woman student graduate woman human -๐งโ๐ซ teacher professor -๐จโ๐ซ man teacher instructor professor man human -๐ฉโ๐ซ woman teacher instructor professor woman human -๐งโโ๏ธ judge law -๐จโโ๏ธ man judge justice court man human -๐ฉโโ๏ธ woman judge justice court woman human -๐งโ๐พ farmer crops -๐จโ๐พ man farmer rancher gardener man human -๐ฉโ๐พ woman farmer rancher gardener woman human -๐งโ๐ณ cook food kitchen culinary -๐จโ๐ณ man cook chef man human -๐ฉโ๐ณ woman cook chef woman human -๐งโ๐ง mechanic worker technician -๐จโ๐ง man mechanic plumber man human wrench -๐ฉโ๐ง woman mechanic plumber woman human wrench -๐งโ๐ญ factory worker labor -๐จโ๐ญ man factory worker assembly industrial man human -๐ฉโ๐ญ woman factory worker assembly industrial woman human -๐งโ๐ผ office worker business -๐จโ๐ผ man office worker business manager man human -๐ฉโ๐ผ woman office worker business manager woman human -๐งโ๐ฌ scientist chemistry -๐จโ๐ฌ man scientist biologist chemist engineer physicist man human -๐ฉโ๐ฌ woman scientist biologist chemist engineer physicist woman human -๐งโ๐ป technologist computer -๐จโ๐ป man technologist coder developer engineer programmer software man human laptop computer -๐ฉโ๐ป woman technologist coder developer engineer programmer software woman human laptop computer -๐งโ๐ค singer song artist performer -๐จโ๐ค man singer rockstar entertainer man human -๐ฉโ๐ค woman singer rockstar entertainer woman human -๐งโ๐จ artist painting draw creativity -๐จโ๐จ man artist painter man human -๐ฉโ๐จ woman artist painter woman human -๐งโโ๏ธ pilot fly plane airplane -๐จโโ๏ธ man pilot aviator plane man human -๐ฉโโ๏ธ woman pilot aviator plane woman human -๐งโ๐ astronaut outerspace -๐จโ๐ man astronaut space rocket man human -๐ฉโ๐ woman astronaut space rocket woman human -๐งโ๐ firefighter fire -๐จโ๐ man firefighter fireman man human -๐ฉโ๐ woman firefighter fireman woman human -๐ฎ police officer cop -๐ฎโโ๏ธ man police officer man police law legal enforcement arrest 911 -๐ฎโโ๏ธ woman police officer woman police law legal enforcement arrest 911 female -๐ต๏ธ detective human spy detective -๐ต๏ธโโ๏ธ man detective crime -๐ต๏ธโโ๏ธ woman detective human spy detective female woman -๐ guard protect -๐โโ๏ธ man guard uk gb british male guy royal -๐โโ๏ธ woman guard uk gb british female royal woman -๐ท construction worker labor build -๐ทโโ๏ธ man construction worker male human wip guy build construction worker labor -๐ทโโ๏ธ woman construction worker female human wip build construction worker labor woman -๐คด prince boy man male crown royal king -๐ธ princess girl woman female blond crown royal queen -๐ณ person wearing turban headdress -๐ณโโ๏ธ man wearing turban male indian hinduism arabs -๐ณโโ๏ธ woman wearing turban female indian hinduism arabs woman -๐ฒ man with skullcap male boy chinese -๐ง woman with headscarf female hijab mantilla tichel -๐คต man in tuxedo couple marriage wedding groom -๐ฐ bride with veil couple marriage wedding woman bride -๐คฐ pregnant woman baby -๐คฑ breast feeding nursing baby -๐ผ baby angel heaven wings halo -๐
santa claus festival man male xmas father christmas -๐คถ mrs claus woman female xmas mother christmas -๐ฆธ superhero marvel -๐ฆธโโ๏ธ man superhero man male good hero superpowers -๐ฆธโโ๏ธ woman superhero woman female good heroine superpowers -๐ฆน supervillain marvel -๐ฆนโโ๏ธ man supervillain man male evil bad criminal hero superpowers -๐ฆนโโ๏ธ woman supervillain woman female evil bad criminal heroine superpowers -๐ง mage magic -๐งโโ๏ธ man mage man male mage sorcerer -๐งโโ๏ธ woman mage woman female mage witch -๐ง fairy wings magical -๐งโโ๏ธ man fairy man male -๐งโโ๏ธ woman fairy woman female -๐ง vampire blood twilight -๐งโโ๏ธ man vampire man male dracula -๐งโโ๏ธ woman vampire woman female -๐ง merperson sea -๐งโโ๏ธ merman man male triton -๐งโโ๏ธ mermaid woman female merwoman ariel -๐ง elf magical -๐งโโ๏ธ man elf man male -๐งโโ๏ธ woman elf woman female -๐ง genie magical wishes -๐งโโ๏ธ man genie man male -๐งโโ๏ธ woman genie woman female -๐ง zombie dead -๐งโโ๏ธ man zombie man male dracula undead walking dead -๐งโโ๏ธ woman zombie woman female undead walking dead -๐ person getting massage relax -๐โโ๏ธ man getting massage male boy man head -๐โโ๏ธ woman getting massage female girl woman head -๐ person getting haircut hairstyle -๐โโ๏ธ man getting haircut male boy man -๐โโ๏ธ woman getting haircut female girl woman -๐ถ person walking move -๐ถโโ๏ธ man walking human feet steps -๐ถโโ๏ธ woman walking human feet steps woman female -๐ง person standing still -๐งโโ๏ธ man standing still -๐งโโ๏ธ woman standing still -๐ง person kneeling pray respectful -๐งโโ๏ธ man kneeling pray respectful -๐งโโ๏ธ woman kneeling respectful pray -๐งโ๐ฆฏ person with probing cane blind -๐จโ๐ฆฏ man with probing cane blind -๐ฉโ๐ฆฏ woman with probing cane blind -๐งโ๐ฆผ person in motorized wheelchair disability accessibility -๐จโ๐ฆผ man in motorized wheelchair disability accessibility -๐ฉโ๐ฆผ woman in motorized wheelchair disability accessibility -๐งโ๐ฆฝ person in manual wheelchair disability accessibility -๐จโ๐ฆฝ man in manual wheelchair disability accessibility -๐ฉโ๐ฆฝ woman in manual wheelchair disability accessibility -๐ person running move -๐โโ๏ธ man running man walking exercise race running -๐โโ๏ธ woman running woman walking exercise race running female -๐ woman dancing female girl woman fun -๐บ man dancing male boy fun dancer -๐ด๏ธ man in suit levitating suit business levitate hover jump -๐ฏ people with bunny ears perform costume -๐ฏโโ๏ธ men with bunny ears male bunny men boys -๐ฏโโ๏ธ women with bunny ears female bunny women girls -๐ง person in steamy room relax spa -๐งโโ๏ธ man in steamy room male man spa steamroom sauna -๐งโโ๏ธ woman in steamy room female woman spa steamroom sauna -๐ง person climbing sport -๐งโโ๏ธ man climbing sports hobby man male rock -๐งโโ๏ธ woman climbing sports hobby woman female rock -๐คบ person fencing sports fencing sword -๐ horse racing animal betting competition gambling luck -โท๏ธ skier sports winter snow -๐ snowboarder sports winter -๐๏ธ person golfing sports business -๐๏ธโโ๏ธ man golfing sport -๐๏ธโโ๏ธ woman golfing sports business woman female -๐ person surfing sport sea -๐โโ๏ธ man surfing sports ocean sea summer beach -๐โโ๏ธ woman surfing sports ocean sea summer beach woman female -๐ฃ person rowing boat sport move -๐ฃโโ๏ธ man rowing boat sports hobby water ship -๐ฃโโ๏ธ woman rowing boat sports hobby water ship woman female -๐ person swimming sport pool -๐โโ๏ธ man swimming sports exercise human athlete water summer -๐โโ๏ธ woman swimming sports exercise human athlete water summer woman female -โน๏ธ person bouncing ball sports human -โน๏ธโโ๏ธ man bouncing ball sport -โน๏ธโโ๏ธ woman bouncing ball sports human woman female -๐๏ธ person lifting weights sports training exercise -๐๏ธโโ๏ธ man lifting weights sport -๐๏ธโโ๏ธ woman lifting weights sports training exercise woman female -๐ด person biking sport move -๐ดโโ๏ธ man biking sports bike exercise hipster -๐ดโโ๏ธ woman biking sports bike exercise hipster woman female -๐ต person mountain biking sport move -๐ตโโ๏ธ man mountain biking transportation sports human race bike -๐ตโโ๏ธ woman mountain biking transportation sports human race bike woman female -๐คธ person cartwheeling sport gymnastic -๐คธโโ๏ธ man cartwheeling gymnastics -๐คธโโ๏ธ woman cartwheeling gymnastics -๐คผ people wrestling sport -๐คผโโ๏ธ men wrestling sports wrestlers -๐คผโโ๏ธ women wrestling sports wrestlers -๐คฝ person playing water polo sport -๐คฝโโ๏ธ man playing water polo sports pool -๐คฝโโ๏ธ woman playing water polo sports pool -๐คพ person playing handball sport -๐คพโโ๏ธ man playing handball sports -๐คพโโ๏ธ woman playing handball sports -๐คน person juggling performance balance -๐คนโโ๏ธ man juggling juggle balance skill multitask -๐คนโโ๏ธ woman juggling juggle balance skill multitask -๐ง person in lotus position meditate -๐งโโ๏ธ man in lotus position man male meditation yoga serenity zen mindfulness -๐งโโ๏ธ woman in lotus position woman female meditation yoga serenity zen mindfulness -๐ person taking bath clean shower bathroom -๐ person in bed bed rest -๐งโ๐คโ๐ง people holding hands friendship -๐ญ women holding hands pair friendship couple love like female people human -๐ซ woman and man holding hands pair people human love date dating like affection valentines marriage -๐ฌ men holding hands pair couple love like bromance friendship people human -๐ kiss pair valentines love like dating marriage -๐ฉโโค๏ธโ๐โ๐จ kiss woman man love -๐จโโค๏ธโ๐โ๐จ kiss man man pair valentines love like dating marriage -๐ฉโโค๏ธโ๐โ๐ฉ kiss woman woman pair valentines love like dating marriage -๐ couple with heart pair love like affection human dating valentines marriage -๐ฉโโค๏ธโ๐จ couple with heart woman man love -๐จโโค๏ธโ๐จ couple with heart man man pair love like affection human dating valentines marriage -๐ฉโโค๏ธโ๐ฉ couple with heart woman woman pair love like affection human dating valentines marriage -๐ช family home parents child mom dad father mother people human -๐จโ๐ฉโ๐ฆ family man woman boy love -๐จโ๐ฉโ๐ง family man woman girl home parents people human child -๐จโ๐ฉโ๐งโ๐ฆ family man woman girl boy home parents people human children -๐จโ๐ฉโ๐ฆโ๐ฆ family man woman boy boy home parents people human children -๐จโ๐ฉโ๐งโ๐ง family man woman girl girl home parents people human children -๐จโ๐จโ๐ฆ family man man boy home parents people human children -๐จโ๐จโ๐ง family man man girl home parents people human children -๐จโ๐จโ๐งโ๐ฆ family man man girl boy home parents people human children -๐จโ๐จโ๐ฆโ๐ฆ family man man boy boy home parents people human children -๐จโ๐จโ๐งโ๐ง family man man girl girl home parents people human children -๐ฉโ๐ฉโ๐ฆ family woman woman boy home parents people human children -๐ฉโ๐ฉโ๐ง family woman woman girl home parents people human children -๐ฉโ๐ฉโ๐งโ๐ฆ family woman woman girl boy home parents people human children -๐ฉโ๐ฉโ๐ฆโ๐ฆ family woman woman boy boy home parents people human children -๐ฉโ๐ฉโ๐งโ๐ง family woman woman girl girl home parents people human children -๐จโ๐ฆ family man boy home parent people human child -๐จโ๐ฆโ๐ฆ family man boy boy home parent people human children -๐จโ๐ง family man girl home parent people human child -๐จโ๐งโ๐ฆ family man girl boy home parent people human children -๐จโ๐งโ๐ง family man girl girl home parent people human children -๐ฉโ๐ฆ family woman boy home parent people human child -๐ฉโ๐ฆโ๐ฆ family woman boy boy home parent people human children -๐ฉโ๐ง family woman girl home parent people human child -๐ฉโ๐งโ๐ฆ family woman girl boy home parent people human children -๐ฉโ๐งโ๐ง family woman girl girl home parent people human children -๐ฃ๏ธ speaking head user person human sing say talk -๐ค bust in silhouette user person human -๐ฅ busts in silhouette user person human group team -๐ฃ footprints feet tracking walking beach -๐ต monkey face animal nature circus -๐ monkey animal nature banana circus -๐ฆ gorilla animal nature circus -๐ฆง orangutan animal -๐ถ dog face animal friend nature woof puppy pet faithful -๐ dog animal nature friend doge pet faithful -๐ฆฎ guide dog animal blind -๐โ๐ฆบ service dog blind animal -๐ฉ poodle dog animal 101 nature pet -๐บ wolf animal nature wild -๐ฆ fox animal nature face -๐ฆ raccoon animal nature -๐ฑ cat face animal meow nature pet kitten -๐ cat animal meow pet cats -๐ฆ lion animal nature -๐ฏ tiger face animal cat danger wild nature roar -๐
tiger animal nature roar -๐ leopard animal nature -๐ด horse face animal brown nature -๐ horse animal gamble luck -๐ฆ unicorn animal nature mystical -๐ฆ zebra animal nature stripes safari -๐ฆ deer animal nature horns venison -๐ฎ cow face beef ox animal nature moo milk -๐ ox animal cow beef -๐ water buffalo animal nature ox cow -๐ cow beef ox animal nature moo milk -๐ท pig face animal oink nature -๐ pig animal nature -๐ boar animal nature -๐ฝ pig nose animal oink -๐ ram animal sheep nature -๐ ewe animal nature wool shipit -๐ goat animal nature -๐ช camel animal hot desert hump -๐ซ two hump camel animal nature hot desert hump -๐ฆ llama animal nature alpaca -๐ฆ giraffe animal nature spots safari -๐ elephant animal nature nose th circus -๐ฆ rhinoceros animal nature horn -๐ฆ hippopotamus animal nature -๐ญ mouse face animal nature cheese wedge rodent -๐ mouse animal nature rodent -๐ rat animal mouse rodent -๐น hamster animal nature -๐ฐ rabbit face animal nature pet spring magic bunny -๐ rabbit animal nature pet magic spring -๐ฟ๏ธ chipmunk animal nature rodent squirrel -๐ฆ hedgehog animal nature spiny -๐ฆ bat animal nature blind vampire -๐ป bear animal nature wild -๐จ koala animal nature -๐ผ panda animal nature panda -๐ฆฅ sloth animal -๐ฆฆ otter animal -๐ฆจ skunk animal -๐ฆ kangaroo animal nature australia joey hop marsupial -๐ฆก badger animal nature honey -๐พ paw prints animal tracking footprints dog cat pet feet -๐ฆ turkey animal bird -๐ chicken animal cluck nature bird -๐ rooster animal nature chicken -๐ฃ hatching chick animal chicken egg born baby bird -๐ค baby chick animal chicken bird -๐ฅ front facing baby chick animal chicken baby bird -๐ฆ bird animal nature fly tweet spring -๐ง penguin animal nature -๐๏ธ dove animal bird -๐ฆ
eagle animal nature bird -๐ฆ duck animal nature bird mallard -๐ฆข swan animal nature bird -๐ฆ owl animal nature bird hoot -๐ฆฉ flamingo animal -๐ฆ peacock animal nature peahen bird -๐ฆ parrot animal nature bird pirate talk -๐ธ frog animal nature croak toad -๐ crocodile animal nature reptile lizard alligator -๐ข turtle animal slow nature tortoise -๐ฆ lizard animal nature reptile -๐ snake animal evil nature hiss python -๐ฒ dragon face animal myth nature chinese green -๐ dragon animal myth nature chinese green -๐ฆ sauropod animal nature dinosaur brachiosaurus brontosaurus diplodocus extinct -๐ฆ t rex animal nature dinosaur tyrannosaurus extinct -๐ณ spouting whale animal nature sea ocean -๐ whale animal nature sea ocean -๐ฌ dolphin animal nature fish sea ocean flipper fins beach -๐ fish animal food nature -๐ tropical fish animal swim ocean beach nemo -๐ก blowfish animal nature food sea ocean -๐ฆ shark animal nature fish sea ocean jaws fins beach -๐ octopus animal creature ocean sea nature beach -๐ spiral shell nature sea beach -๐ snail slow animal shell -๐ฆ butterfly animal insect nature caterpillar -๐ bug animal insect nature worm -๐ ant animal insect nature bug -๐ honeybee animal insect nature bug spring honey -๐ lady beetle animal insect nature ladybug -๐ฆ cricket animal cricket chirp -๐ท๏ธ spider animal arachnid -๐ธ๏ธ spider web animal insect arachnid silk -๐ฆ scorpion animal arachnid -๐ฆ mosquito animal nature insect malaria -๐ฆ microbe amoeba bacteria germs virus -๐ bouquet flowers nature spring -๐ธ cherry blossom nature plant spring flower -๐ฎ white flower japanese spring -๐ต๏ธ rosette flower decoration military -๐น rose flowers valentines love spring -๐ฅ wilted flower plant nature flower -๐บ hibiscus plant vegetable flowers beach -๐ป sunflower nature plant fall -๐ผ blossom nature flowers yellow -๐ท tulip flowers plant nature summer spring -๐ฑ seedling plant nature grass lawn spring -๐ฒ evergreen tree plant nature -๐ณ deciduous tree plant nature -๐ด palm tree plant vegetable nature summer beach mojito tropical -๐ต cactus vegetable plant nature -๐พ sheaf of rice nature plant -๐ฟ herb vegetable plant medicine weed grass lawn -โ๏ธ shamrock vegetable plant nature irish clover -๐ four leaf clover vegetable plant nature lucky irish -๐ maple leaf nature plant vegetable ca fall -๐ fallen leaf nature plant vegetable leaves -๐ leaf fluttering in wind nature plant tree vegetable grass lawn spring -๐ grapes fruit food wine -๐ melon fruit nature food -๐ watermelon fruit food picnic summer -๐ tangerine food fruit nature orange -๐ lemon fruit nature -๐ banana fruit food monkey -๐ pineapple fruit nature food -๐ฅญ mango fruit food tropical -๐ red apple fruit mac school -๐ green apple fruit nature -๐ pear fruit nature food -๐ peach fruit nature food -๐ cherries food fruit -๐ strawberry fruit food nature -๐ฅ kiwi fruit fruit food -๐
tomato fruit vegetable nature food -๐ฅฅ coconut fruit nature food palm -๐ฅ avocado fruit food -๐ eggplant vegetable nature food aubergine -๐ฅ potato food tuber vegatable starch -๐ฅ carrot vegetable food orange -๐ฝ ear of corn food vegetable plant -๐ถ๏ธ hot pepper food spicy chilli chili -๐ฅ cucumber fruit food pickle -๐ฅฌ leafy green food vegetable plant bok choy cabbage kale lettuce -๐ฅฆ broccoli fruit food vegetable -๐ง garlic food spice cook -๐ง
onion cook food spice -๐ mushroom plant vegetable -๐ฅ peanuts food nut -๐ฐ chestnut food squirrel -๐ bread food wheat breakfast toast -๐ฅ croissant food bread french -๐ฅ baguette bread food bread french -๐ฅจ pretzel food bread twisted -๐ฅฏ bagel food bread bakery schmear -๐ฅ pancakes food breakfast flapjacks hotcakes -๐ง waffle food breakfast -๐ง cheese wedge food chadder -๐ meat on bone good food drumstick -๐ poultry leg food meat drumstick bird chicken turkey -๐ฅฉ cut of meat food cow meat cut chop lambchop porkchop -๐ฅ bacon food breakfast pork pig meat -๐ hamburger meat fast food beef cheeseburger mcdonalds burger king -๐ french fries chips snack fast food -๐ pizza food party -๐ญ hot dog food frankfurter -๐ฅช sandwich food lunch bread -๐ฎ taco food mexican -๐ฏ burrito food mexican -๐ฅ stuffed flatbread food flatbread stuffed gyro -๐ง falafel food -๐ฅ egg food chicken breakfast -๐ณ cooking food breakfast kitchen egg -๐ฅ shallow pan of food food cooking casserole paella -๐ฒ pot of food food meat soup -๐ฅฃ bowl with spoon food breakfast cereal oatmeal porridge -๐ฅ green salad food healthy lettuce -๐ฟ popcorn food movie theater films snack -๐ง butter food cook -๐ง salt condiment shaker -๐ฅซ canned food food soup -๐ฑ bento box food japanese box -๐ rice cracker food japanese -๐ rice ball food japanese -๐ cooked rice food china asian -๐ curry rice food spicy hot indian -๐ steaming bowl food japanese noodle chopsticks -๐ spaghetti food italian noodle -๐ roasted sweet potato food nature -๐ข oden food japanese -๐ฃ sushi food fish japanese rice -๐ค fried shrimp food animal appetizer summer -๐ฅ fish cake with swirl food japan sea beach narutomaki pink swirl kamaboko surimi ramen -๐ฅฎ moon cake food autumn -๐ก dango food dessert sweet japanese barbecue meat -๐ฅ dumpling food empanada pierogi potsticker -๐ฅ fortune cookie food prophecy -๐ฅก takeout box food leftovers -๐ฆ crab animal crustacean -๐ฆ lobster animal nature bisque claws seafood -๐ฆ shrimp animal ocean nature seafood -๐ฆ squid animal nature ocean sea -๐ฆช oyster food -๐ฆ soft ice cream food hot dessert summer -๐ง shaved ice hot dessert summer -๐จ ice cream food hot dessert -๐ฉ doughnut food dessert snack sweet donut -๐ช cookie food snack oreo chocolate sweet dessert -๐ birthday cake food dessert cake -๐ฐ shortcake food dessert -๐ง cupcake food dessert bakery sweet -๐ฅง pie food dessert pastry -๐ซ chocolate bar food snack dessert sweet -๐ฌ candy snack dessert sweet lolly -๐ญ lollipop food snack candy sweet -๐ฎ custard dessert food -๐ฏ honey pot bees sweet kitchen -๐ผ baby bottle food container milk -๐ฅ glass of milk beverage drink cow -โ hot beverage beverage caffeine latte espresso coffee -๐ต teacup without handle drink bowl breakfast green british -๐ถ sake wine drink drunk beverage japanese alcohol booze -๐พ bottle with popping cork drink wine bottle celebration -๐ท wine glass drink beverage drunk alcohol booze -๐ธ cocktail glass drink drunk alcohol beverage booze mojito -๐น tropical drink beverage cocktail summer beach alcohol booze mojito -๐บ beer mug relax beverage drink drunk party pub summer alcohol booze -๐ป clinking beer mugs relax beverage drink drunk party pub summer alcohol booze -๐ฅ clinking glasses beverage drink party alcohol celebrate cheers wine champagne toast -๐ฅ tumbler glass drink beverage drunk alcohol liquor booze bourbon scotch whisky glass shot -๐ฅค cup with straw drink soda -๐ง beverage box drink -๐ง mate drink tea beverage -๐ง ice water cold -๐ฅข chopsticks food -๐ฝ๏ธ fork and knife with plate food eat meal lunch dinner restaurant -๐ด fork and knife cutlery kitchen -๐ฅ spoon cutlery kitchen tableware -๐ช kitchen knife knife blade cutlery kitchen weapon -๐บ amphora vase jar -๐ globe showing europe africa globe world international -๐ globe showing americas globe world USA international -๐ globe showing asia australia globe world east international -๐ globe with meridians earth international world internet interweb i18n -๐บ๏ธ world map location direction -๐พ map of japan nation country japanese asia -๐งญ compass magnetic navigation orienteering -๐๏ธ snow capped mountain photo nature environment winter cold -โฐ๏ธ mountain photo nature environment -๐ volcano photo nature disaster -๐ป mount fuji photo mountain nature japanese -๐๏ธ camping photo outdoors tent -๐๏ธ beach with umbrella weather summer sunny sand mojito -๐๏ธ desert photo warm saharah -๐๏ธ desert island photo tropical mojito -๐๏ธ national park photo environment nature -๐๏ธ stadium photo place sports concert venue -๐๏ธ classical building art culture history -๐๏ธ building construction wip working progress -๐งฑ brick bricks -๐๏ธ houses buildings photo -๐๏ธ derelict house abandon evict broken building -๐ house building home -๐ก house with garden home plant nature -๐ข office building building bureau work -๐ฃ japanese post office building envelope communication -๐ค post office building email -๐ฅ hospital building health surgery doctor -๐ฆ bank building money sales cash business enterprise -๐จ hotel building accomodation checkin -๐ฉ love hotel like affection dating -๐ช convenience store building shopping groceries -๐ซ school building student education learn teach -๐ฌ department store building shopping mall -๐ญ factory building industry pollution smoke -๐ฏ japanese castle photo building -๐ฐ castle building royalty history -๐ wedding love like affection couple marriage bride groom -๐ผ tokyo tower photo japanese -๐ฝ statue of liberty american newyork -โช church building religion christ -๐ mosque islam worship minaret -๐ hindu temple religion -๐ synagogue judaism worship temple jewish -โฉ๏ธ shinto shrine temple japan kyoto -๐ kaaba mecca mosque islam -โฒ fountain photo summer water fresh -โบ tent photo camping outdoors -๐ foggy photo mountain -๐ night with stars evening city downtown -๐๏ธ cityscape photo night life urban -๐ sunrise over mountains view vacation photo -๐
sunrise morning view vacation photo -๐ cityscape at dusk photo evening sky buildings -๐ sunset photo good morning dawn -๐ bridge at night photo sanfrancisco -โจ๏ธ hot springs bath warm relax -๐ carousel horse photo carnival -๐ก ferris wheel photo carnival londoneye -๐ข roller coaster carnival playground photo fun -๐ barber pole hair salon style -๐ช circus tent festival carnival party -๐ locomotive transportation vehicle train -๐ railway car transportation vehicle -๐ high speed train transportation vehicle -๐
bullet train transportation vehicle speed fast public travel -๐ train transportation vehicle -๐ metro transportation blue-square mrt underground tube -๐ light rail transportation vehicle -๐ station transportation vehicle public -๐ tram transportation vehicle -๐ monorail transportation vehicle -๐ mountain railway transportation vehicle -๐ tram car transportation vehicle carriage public travel -๐ bus car vehicle transportation -๐ oncoming bus vehicle transportation -๐ trolleybus bart transportation vehicle -๐ minibus vehicle car transportation -๐ ambulance health 911 hospital -๐ fire engine transportation cars vehicle -๐ police car vehicle cars transportation law legal enforcement -๐ oncoming police car vehicle law legal enforcement 911 -๐ taxi uber vehicle cars transportation -๐ oncoming taxi vehicle cars uber -๐ automobile red transportation vehicle -๐ oncoming automobile car vehicle transportation -๐ sport utility vehicle transportation vehicle -๐ delivery truck cars transportation -๐ articulated lorry vehicle cars transportation express -๐ tractor vehicle car farming agriculture -๐๏ธ racing car sports race fast formula f1 -๐๏ธ motorcycle race sports fast -๐ต motor scooter vehicle vespa sasha -๐ฆฝ manual wheelchair accessibility -๐ฆผ motorized wheelchair accessibility -๐บ auto rickshaw move transportation -๐ฒ bicycle sports bicycle exercise hipster -๐ด kick scooter vehicle kick razor -๐น skateboard board -๐ bus stop transportation wait -๐ฃ๏ธ motorway road cupertino interstate highway -๐ค๏ธ railway track train transportation -๐ข๏ธ oil drum barrell -โฝ fuel pump gas station petroleum -๐จ police car light police ambulance 911 emergency alert error pinged law legal -๐ฅ horizontal traffic light transportation signal -๐ฆ vertical traffic light transportation driving -๐ stop sign stop -๐ง construction wip progress caution warning -โ anchor ship ferry sea boat -โต sailboat ship summer transportation water sailing -๐ถ canoe boat paddle water ship -๐ค speedboat ship transportation vehicle summer -๐ณ๏ธ passenger ship yacht cruise ferry -โด๏ธ ferry boat ship yacht -๐ฅ๏ธ motor boat ship -๐ข ship transportation titanic deploy -โ๏ธ airplane vehicle transportation flight fly -๐ฉ๏ธ small airplane flight transportation fly vehicle -๐ซ airplane departure airport flight landing -๐ฌ airplane arrival airport flight boarding -๐ช parachute fly glide -๐บ seat sit airplane transport bus flight fly -๐ helicopter transportation vehicle fly -๐ suspension railway vehicle transportation -๐ mountain cableway transportation vehicle ski -๐ก aerial tramway transportation vehicle ski -๐ฐ๏ธ satellite communication gps orbit spaceflight NASA ISS -๐ rocket launch ship staffmode NASA outer space outer space fly -๐ธ flying saucer transportation vehicle ufo -๐๏ธ bellhop bell service -๐งณ luggage packing travel -โ hourglass done time clock oldschool limit exam quiz test -โณ hourglass not done oldschool time countdown -โ watch time accessories -โฐ alarm clock time wake -โฑ๏ธ stopwatch time deadline -โฒ๏ธ timer clock alarm -๐ฐ๏ธ mantelpiece clock time -๐ twelve o clock time noon midnight midday late early schedule -๐ง twelve thirty time late early schedule -๐ one o clock time late early schedule -๐ one thirty time late early schedule -๐ two o clock time late early schedule -๐ two thirty time late early schedule -๐ three o clock time late early schedule -๐ three thirty time late early schedule -๐ four o clock time late early schedule -๐ four thirty time late early schedule -๐ five o clock time late early schedule -๐ five thirty time late early schedule -๐ six o clock time late early schedule dawn dusk -๐ก six thirty time late early schedule -๐ seven o clock time late early schedule -๐ข seven thirty time late early schedule -๐ eight o clock time late early schedule -๐ฃ eight thirty time late early schedule -๐ nine o clock time late early schedule -๐ค nine thirty time late early schedule -๐ ten o clock time late early schedule -๐ฅ ten thirty time late early schedule -๐ eleven o clock time late early schedule -๐ฆ eleven thirty time late early schedule -๐ new moon nature twilight planet space night evening sleep -๐ waxing crescent moon nature twilight planet space night evening sleep -๐ first quarter moon nature twilight planet space night evening sleep -๐ waxing gibbous moon nature night sky gray twilight planet space evening sleep -๐ full moon nature yellow twilight planet space night evening sleep -๐ waning gibbous moon nature twilight planet space night evening sleep waxing gibbous moon -๐ last quarter moon nature twilight planet space night evening sleep -๐ waning crescent moon nature twilight planet space night evening sleep -๐ crescent moon night sleep sky evening magic -๐ new moon face nature twilight planet space night evening sleep -๐ first quarter moon face nature twilight planet space night evening sleep -๐ last quarter moon face nature twilight planet space night evening sleep -๐ก๏ธ thermometer weather temperature hot cold -โ๏ธ sun weather nature brightness summer beach spring -๐ full moon face nature twilight planet space night evening sleep -๐ sun with face nature morning sky -๐ช ringed planet outerspace -โญ star night yellow -๐ glowing star night sparkle awesome good magic -๐ shooting star night photo -๐ milky way photo space stars -โ๏ธ cloud weather sky -โ
sun behind cloud weather nature cloudy morning fall spring -โ๏ธ cloud with lightning and rain weather lightning -๐ค๏ธ sun behind small cloud weather -๐ฅ๏ธ sun behind large cloud weather -๐ฆ๏ธ sun behind rain cloud weather -๐ง๏ธ cloud with rain weather -๐จ๏ธ cloud with snow weather -๐ฉ๏ธ cloud with lightning weather thunder -๐ช๏ธ tornado weather cyclone twister -๐ซ๏ธ fog weather -๐ฌ๏ธ wind face gust air -๐ cyclone weather swirl blue cloud vortex spiral whirlpool spin tornado hurricane typhoon -๐ rainbow nature happy unicorn face photo sky spring -๐ closed umbrella weather rain drizzle -โ๏ธ umbrella weather spring -โ umbrella with rain drops rainy weather spring -โฑ๏ธ umbrella on ground weather summer -โก high voltage thunder weather lightning bolt fast -โ๏ธ snowflake winter season cold weather christmas xmas -โ๏ธ snowman winter season cold weather christmas xmas frozen -โ snowman without snow winter season cold weather christmas xmas frozen without snow -โ๏ธ comet space -๐ฅ fire hot cook flame -๐ง droplet water drip faucet spring -๐ water wave sea water wave nature tsunami disaster -๐ jack o lantern halloween light pumpkin creepy fall -๐ christmas tree festival vacation december xmas celebration -๐ fireworks photo festival carnival congratulations -๐ sparkler stars night shine -๐งจ firecracker dynamite boom explode explosion explosive -โจ sparkles stars shine shiny cool awesome good magic -๐ balloon party celebration birthday circus -๐ party popper party congratulations birthday magic circus celebration tada -๐ confetti ball festival party birthday circus -๐ tanabata tree plant nature branch summer -๐ pine decoration plant nature vegetable panda pine decoration -๐ japanese dolls japanese toy kimono -๐ carp streamer fish japanese koinobori carp banner -๐ wind chime nature ding spring bell -๐ moon viewing ceremony photo japan asia tsukimi -๐งง red envelope gift -๐ ribbon decoration pink girl bowtie -๐ wrapped gift present birthday christmas xmas -๐๏ธ reminder ribbon sports cause support awareness -๐๏ธ admission tickets sports concert entrance -๐ซ ticket event concert pass -๐๏ธ military medal award winning army -๐ trophy win award contest place ftw ceremony -๐
sports medal award winning -๐ฅ 1st place medal award winning first -๐ฅ 2nd place medal award second -๐ฅ 3rd place medal award third -โฝ soccer ball sports football -โพ baseball sports balls -๐ฅ softball sports balls -๐ basketball sports balls NBA -๐ volleyball sports balls -๐ american football sports balls NFL -๐ rugby football sports team -๐พ tennis sports balls green -๐ฅ flying disc sports frisbee ultimate -๐ณ bowling sports fun play -๐ cricket game sports -๐ field hockey sports -๐ ice hockey sports -๐ฅ lacrosse sports ball stick -๐ ping pong sports pingpong -๐ธ badminton sports -๐ฅ boxing glove sports fighting -๐ฅ martial arts uniform judo karate taekwondo -๐ฅ
goal net sports -โณ flag in hole sports business flag hole summer -โธ๏ธ ice skate sports -๐ฃ fishing pole food hobby summer -๐คฟ diving mask sport ocean -๐ฝ running shirt play pageant -๐ฟ skis sports winter cold snow -๐ท sled sleigh luge toboggan -๐ฅ curling stone sports -๐ฏ direct hit game play bar target bullseye -๐ช yo yo toy -๐ช kite wind fly -๐ฑ pool 8 ball pool hobby game luck magic -๐ฎ crystal ball disco party magic circus fortune teller -๐งฟ nazar amulet bead charm -๐ฎ video game play console PS4 controller -๐น๏ธ joystick game play -๐ฐ slot machine bet gamble vegas fruit machine luck casino -๐ฒ game die dice random tabletop play luck -๐งฉ puzzle piece interlocking puzzle piece -๐งธ teddy bear plush stuffed -โ ๏ธ spade suit poker cards suits magic -โฅ๏ธ heart suit poker cards magic suits -โฆ๏ธ diamond suit poker cards magic suits -โฃ๏ธ club suit poker cards magic suits -โ๏ธ chess pawn expendable -๐ joker poker cards game play magic -๐ mahjong red dragon game play chinese kanji -๐ด flower playing cards game sunset red -๐ญ performing arts acting theater drama -๐ผ๏ธ framed picture photography -๐จ artist palette design paint draw colors -๐งต thread needle sewing spool string -๐งถ yarn ball crochet knit -๐ glasses fashion accessories eyesight nerdy dork geek -๐ถ๏ธ sunglasses face cool accessories -๐ฅฝ goggles eyes protection safety -๐ฅผ lab coat doctor experiment scientist chemist -๐ฆบ safety vest protection -๐ necktie shirt suitup formal fashion cloth business -๐ t shirt fashion cloth casual shirt tee -๐ jeans fashion shopping -๐งฃ scarf neck winter clothes -๐งค gloves hands winter clothes -๐งฅ coat jacket -๐งฆ socks stockings clothes -๐ dress clothes fashion shopping -๐ kimono dress fashion women female japanese -๐ฅป sari dress -๐ฉฑ one piece swimsuit fashion -๐ฉฒ briefs clothing -๐ฉณ shorts clothing -๐ bikini swimming female woman girl fashion beach summer -๐ woman s clothes fashion shopping bags female -๐ purse fashion accessories money sales shopping -๐ handbag fashion accessory accessories shopping -๐ clutch bag bag accessories shopping -๐๏ธ shopping bags mall buy purchase -๐ backpack student education bag backpack -๐ man s shoe fashion male -๐ running shoe shoes sports sneakers -๐ฅพ hiking boot backpacking camping hiking -๐ฅฟ flat shoe ballet slip-on slipper -๐ high heeled shoe fashion shoes female pumps stiletto -๐ก woman s sandal shoes fashion flip flops -๐ฉฐ ballet shoes dance -๐ข woman s boot shoes fashion -๐ crown king kod leader royalty lord -๐ woman s hat fashion accessories female lady spring -๐ฉ top hat magic gentleman classy circus -๐ graduation cap school college degree university graduation cap hat legal learn education -๐งข billed cap cap baseball -โ๏ธ rescue worker s helmet construction build -๐ฟ prayer beads dhikr religious -๐ lipstick female girl fashion woman -๐ ring wedding propose marriage valentines diamond fashion jewelry gem engagement -๐ gem stone blue ruby diamond jewelry -๐ muted speaker sound volume silence quiet -๐ speaker low volume sound volume silence broadcast -๐ speaker medium volume volume speaker broadcast -๐ speaker high volume volume noise noisy speaker broadcast -๐ข loudspeaker volume sound -๐ฃ megaphone sound speaker volume -๐ฏ postal horn instrument music -๐ bell sound notification christmas xmas chime -๐ bell with slash sound volume mute quiet silent -๐ผ musical score treble clef compose -๐ต musical note score tone sound -๐ถ musical notes music score -๐๏ธ studio microphone sing recording artist talkshow -๐๏ธ level slider scale -๐๏ธ control knobs dial -๐ค microphone sound music PA sing talkshow -๐ง headphone music score gadgets -๐ป radio communication music podcast program -๐ท saxophone music instrument jazz blues -๐ธ guitar music instrument -๐น musical keyboard piano instrument compose -๐บ trumpet music brass -๐ป violin music instrument orchestra symphony -๐ช banjo music instructment -๐ฅ drum music instrument drumsticks snare -๐ฑ mobile phone technology apple gadgets dial -๐ฒ mobile phone with arrow iphone incoming -โ๏ธ telephone technology communication dial telephone -๐ telephone receiver technology communication dial -๐ pager bbcall oldschool 90s -๐ fax machine communication technology -๐ battery power energy sustain -๐ electric plug charger power -๐ป laptop technology laptop screen display monitor -๐ฅ๏ธ desktop computer technology computing screen -๐จ๏ธ printer paper ink -โจ๏ธ keyboard technology computer type input text -๐ฑ๏ธ computer mouse click -๐ฒ๏ธ trackball technology trackpad -๐ฝ computer disk technology record data disk 90s -๐พ floppy disk oldschool technology save 90s 80s -๐ฟ optical disk technology dvd disk disc 90s -๐ dvd cd disk disc -๐งฎ abacus calculation -๐ฅ movie camera film record -๐๏ธ film frames movie -๐ฝ๏ธ film projector video tape record movie -๐ฌ clapper board movie film record -๐บ television technology program oldschool show television -๐ท camera gadgets photography -๐ธ camera with flash photography gadgets -๐น video camera film record -๐ผ videocassette record video oldschool 90s 80s -๐ magnifying glass tilted left search zoom find detective -๐ magnifying glass tilted right search zoom find detective -๐ฏ๏ธ candle fire wax -๐ก light bulb light electricity idea -๐ฆ flashlight dark camping sight night -๐ฎ red paper lantern light paper halloween spooky -๐ช diya lamp lighting -๐ notebook with decorative cover classroom notes record paper study -๐ closed book read library knowledge textbook learn -๐ open book book read library knowledge literature learn study -๐ green book read library knowledge study -๐ blue book read library knowledge learn study -๐ orange book read library knowledge textbook study -๐ books literature library study -๐ notebook stationery record notes paper study -๐ ledger notes paper -๐ page with curl documents office paper -๐ scroll documents ancient history paper -๐ page facing up documents office paper information -๐ฐ newspaper press headline -๐๏ธ rolled up newspaper press headline -๐ bookmark tabs favorite save order tidy -๐ bookmark favorite label save -๐ท๏ธ label sale tag -๐ฐ money bag dollar payment coins sale -๐ด yen banknote money sales japanese dollar currency -๐ต dollar banknote money sales bill currency -๐ถ euro banknote money sales dollar currency -๐ท pound banknote british sterling money sales bills uk england currency -๐ธ money with wings dollar bills payment sale -๐ณ credit card money sales dollar bill payment shopping -๐งพ receipt accounting expenses -๐น chart increasing with yen green-square graph presentation stats -๐ฑ currency exchange money sales dollar travel -๐ฒ heavy dollar sign money sales payment currency buck -โ๏ธ envelope letter postal inbox communication -๐ง e mail communication inbox -๐จ incoming envelope email inbox -๐ฉ envelope with arrow email communication -๐ค outbox tray inbox email -๐ฅ inbox tray email documents -๐ฆ package mail gift cardboard box moving -๐ซ closed mailbox with raised flag email inbox communication -๐ช closed mailbox with lowered flag email communication inbox -๐ฌ open mailbox with raised flag email inbox communication -๐ญ open mailbox with lowered flag email inbox -๐ฎ postbox email letter envelope -๐ณ๏ธ ballot box with ballot election vote -โ๏ธ pencil stationery write paper writing school study -โ๏ธ black nib pen stationery writing write -๐๏ธ fountain pen stationery writing write -๐๏ธ pen stationery writing write -๐๏ธ paintbrush drawing creativity art -๐๏ธ crayon drawing creativity -๐ memo write documents stationery pencil paper writing legal exam quiz test study compose -๐ผ briefcase business documents work law legal job career -๐ file folder documents business office -๐ open file folder documents load -๐๏ธ card index dividers organizing business stationery -๐
calendar calendar schedule -๐ tear off calendar schedule date planning -๐๏ธ spiral notepad memo stationery -๐๏ธ spiral calendar date schedule planning -๐ card index business stationery -๐ chart increasing graph presentation stats recovery business economics money sales good success -๐ chart decreasing graph presentation stats recession business economics money sales bad failure -๐ bar chart graph presentation stats -๐ clipboard stationery documents -๐ pushpin stationery mark here -๐ round pushpin stationery location map here -๐ paperclip documents stationery -๐๏ธ linked paperclips documents stationery -๐ straight ruler stationery calculate length math school drawing architect sketch -๐ triangular ruler stationery math architect sketch -โ๏ธ scissors stationery cut -๐๏ธ card file box business stationery -๐๏ธ file cabinet filing organizing -๐๏ธ wastebasket bin trash rubbish garbage toss -๐ locked security password padlock -๐ unlocked privacy security -๐ locked with pen security secret -๐ locked with key security privacy -๐ key lock door password -๐๏ธ old key lock door password -๐จ hammer tools build create -๐ช axe tool chop cut -โ๏ธ pick tools dig -โ๏ธ hammer and pick tools build create -๐ ๏ธ hammer and wrench tools build create -๐ก๏ธ dagger weapon -โ๏ธ crossed swords weapon -๐ซ pistol violence weapon pistol revolver -๐น bow and arrow sports -๐ก๏ธ shield protection security -๐ง wrench tools diy ikea fix maintainer -๐ฉ nut and bolt handy tools fix -โ๏ธ gear cog -๐๏ธ clamp tool -โ๏ธ balance scale law fairness weight -๐ฆฏ probing cane accessibility -๐ link rings url -โ๏ธ chains lock arrest -๐งฐ toolbox tools diy fix maintainer mechanic -๐งฒ magnet attraction magnetic -โ๏ธ alembic distilling science experiment chemistry -๐งช test tube chemistry experiment lab science -๐งซ petri dish bacteria biology culture lab -๐งฌ dna biologist genetics life -๐ฌ microscope laboratory experiment zoomin science study -๐ญ telescope stars space zoom science astronomy -๐ก satellite antenna communication future radio space -๐ syringe health hospital drugs blood medicine needle doctor nurse -๐ฉธ drop of blood period hurt harm wound -๐ pill health medicine doctor pharmacy drug -๐ฉน adhesive bandage heal -๐ฉบ stethoscope health -๐ช door house entry exit -๐๏ธ bed sleep rest -๐๏ธ couch and lamp read chill -๐ช chair sit furniture -๐ฝ toilet restroom wc washroom bathroom potty -๐ฟ shower clean water bathroom -๐ bathtub clean shower bathroom -๐ช razor cut -๐งด lotion bottle moisturizer sunscreen -๐งท safety pin diaper -๐งน broom cleaning sweeping witch -๐งบ basket laundry -๐งป roll of paper roll -๐งผ soap bar bathing cleaning lather -๐งฝ sponge absorbing cleaning porous -๐งฏ fire extinguisher quench -๐ shopping cart trolley -๐ฌ cigarette kills tobacco cigarette joint smoke -โฐ๏ธ coffin vampire dead die death rip graveyard cemetery casket funeral box -โฑ๏ธ funeral urn dead die death rip ashes -๐ฟ moai rock easter island moai -๐ง atm sign money sales cash blue-square payment bank -๐ฎ litter in bin sign blue-square sign human info -๐ฐ potable water blue-square liquid restroom cleaning faucet -โฟ wheelchair symbol blue-square disabled accessibility -๐น men s room toilet restroom wc blue-square gender male -๐บ women s room purple-square woman female toilet loo restroom gender -๐ป restroom blue-square toilet refresh wc gender -๐ผ baby symbol orange-square child -๐พ water closet toilet restroom blue-square -๐ passport control custom blue-square -๐ customs passport border blue-square -๐ baggage claim blue-square airport transport -๐
left luggage blue-square travel -โ ๏ธ warning exclamation wip alert error problem issue -๐ธ children crossing school warning danger sign driving yellow-diamond -โ no entry limit security privacy bad denied stop circle -๐ซ prohibited forbid stop limit denied disallow circle -๐ณ no bicycles cyclist prohibited circle -๐ญ no smoking cigarette blue-square smell smoke -๐ฏ no littering trash bin garbage circle -๐ฑ non potable water drink faucet tap circle -๐ท no pedestrians rules crossing walking circle -๐ต no mobile phones iphone mute circle -๐ no one under eighteen 18 drink pub night minor circle -โข๏ธ radioactive nuclear danger -โฃ๏ธ biohazard danger -โฌ๏ธ up arrow blue-square continue top direction -โ๏ธ up right arrow blue-square point direction diagonal northeast -โก๏ธ right arrow blue-square next -โ๏ธ down right arrow blue-square direction diagonal southeast -โฌ๏ธ down arrow blue-square direction bottom -โ๏ธ down left arrow blue-square direction diagonal southwest -โฌ
๏ธ left arrow blue-square previous back -โ๏ธ up left arrow blue-square point direction diagonal northwest -โ๏ธ up down arrow blue-square direction way vertical -โ๏ธ left right arrow shape direction horizontal sideways -โฉ๏ธ right arrow curving left back return blue-square undo enter -โช๏ธ left arrow curving right blue-square return rotate direction -โคด๏ธ right arrow curving up blue-square direction top -โคต๏ธ right arrow curving down blue-square direction bottom -๐ clockwise vertical arrows sync cycle round repeat -๐ counterclockwise arrows button blue-square sync cycle -๐ back arrow arrow words return -๐ end arrow words arrow -๐ on arrow arrow words -๐ soon arrow arrow words -๐ top arrow words blue-square -๐ place of worship religion church temple prayer -โ๏ธ atom symbol science physics chemistry -๐๏ธ om hinduism buddhism sikhism jainism -โก๏ธ star of david judaism -โธ๏ธ wheel of dharma hinduism buddhism sikhism jainism -โฏ๏ธ yin yang balance -โ๏ธ latin cross christianity -โฆ๏ธ orthodox cross suppedaneum religion -โช๏ธ star and crescent islam -โฎ๏ธ peace symbol hippie -๐ menorah hanukkah candles jewish -๐ฏ dotted six pointed star purple-square religion jewish hexagram -โ aries sign purple-square zodiac astrology -โ taurus purple-square sign zodiac astrology -โ gemini sign zodiac purple-square astrology -โ cancer sign zodiac purple-square astrology -โ leo sign purple-square zodiac astrology -โ virgo sign zodiac purple-square astrology -โ libra sign purple-square zodiac astrology -โ scorpio sign zodiac purple-square astrology scorpio -โ sagittarius sign zodiac purple-square astrology -โ capricorn sign zodiac purple-square astrology -โ aquarius sign purple-square zodiac astrology -โ pisces purple-square sign zodiac astrology -โ ophiuchus sign purple-square constellation astrology -๐ shuffle tracks button blue-square shuffle music random -๐ repeat button loop record -๐ repeat single button blue-square loop -โถ๏ธ play button blue-square right direction play -โฉ fast forward button blue-square play speed continue -โญ๏ธ next track button forward next blue-square -โฏ๏ธ play or pause button blue-square play pause -โ๏ธ reverse button blue-square left direction -โช fast reverse button play blue-square -โฎ๏ธ last track button backward -๐ผ upwards button blue-square triangle direction point forward top -โซ fast up button blue-square direction top -๐ฝ downwards button blue-square direction bottom -โฌ fast down button blue-square direction bottom -โธ๏ธ pause button pause blue-square -โน๏ธ stop button blue-square -โบ๏ธ record button blue-square -โ๏ธ eject button blue-square -๐ฆ cinema blue-square record film movie curtain stage theater -๐
dim button sun afternoon warm summer -๐ bright button sun light -๐ถ antenna bars blue-square reception phone internet connection wifi bluetooth bars -๐ณ vibration mode orange-square phone -๐ด mobile phone off mute orange-square silence quiet -โ๏ธ female sign woman women lady girl -โ๏ธ male sign man boy men -โ๏ธ medical symbol health hospital -โพ๏ธ infinity forever -โป๏ธ recycling symbol arrow environment garbage trash -โ๏ธ fleur de lis decorative scout -๐ฑ trident emblem weapon spear -๐ name badge fire forbid -๐ฐ japanese symbol for beginner badge shield -โญ hollow red circle circle round -โ
check mark button green-square ok agree vote election answer tick -โ๏ธ check box with check ok agree confirm black-square vote election yes tick -โ๏ธ check mark ok nike answer yes tick -โ๏ธ multiplication sign math calculation -โ cross mark no delete remove cancel red -โ cross mark button x green-square no deny -โ plus sign math calculation addition more increase -โ minus sign math calculation subtract less -โ division sign divide math calculation -โฐ curly loop scribble draw shape squiggle -โฟ double curly loop tape cassette -ใฝ๏ธ part alternation mark graph presentation stats business economics bad -โณ๏ธ eight spoked asterisk star sparkle green-square -โด๏ธ eight pointed star orange-square shape polygon -โ๏ธ sparkle stars green-square awesome good fireworks -โผ๏ธ double exclamation mark exclamation surprise -โ๏ธ exclamation question mark wat punctuation surprise -โ question mark doubt confused -โ white question mark doubts gray huh confused -โ white exclamation mark surprise punctuation gray wow warning -โ exclamation mark heavy exclamation mark danger surprise punctuation wow warning -ใฐ๏ธ wavy dash draw line moustache mustache squiggle scribble -ยฉ๏ธ copyright ip license circle law legal -ยฎ๏ธ registered alphabet circle -โข๏ธ trade mark trademark brand law legal -#๏ธโฃ keycap symbol blue-square twitter -*๏ธโฃ keycap star keycap -0๏ธโฃ keycap 0 0 numbers blue-square null -1๏ธโฃ keycap 1 blue-square numbers 1 -2๏ธโฃ keycap 2 numbers 2 prime blue-square -3๏ธโฃ keycap 3 3 numbers prime blue-square -4๏ธโฃ keycap 4 4 numbers blue-square -5๏ธโฃ keycap 5 5 numbers blue-square prime -6๏ธโฃ keycap 6 6 numbers blue-square -7๏ธโฃ keycap 7 7 numbers blue-square prime -8๏ธโฃ keycap 8 8 blue-square numbers -9๏ธโฃ keycap 9 blue-square numbers 9 -๐ keycap 10 numbers 10 blue-square -๐ input latin uppercase alphabet words blue-square -๐ก input latin lowercase blue-square alphabet -๐ข input numbers numbers blue-square -๐ฃ input symbols blue-square music note ampersand percent glyphs characters -๐ค input latin letters blue-square alphabet -๐
ฐ๏ธ a button red-square alphabet letter -๐ ab button red-square alphabet -๐
ฑ๏ธ b button red-square alphabet letter -๐ cl button alphabet words red-square -๐ cool button words blue-square -๐ free button blue-square words -โน๏ธ information blue-square alphabet letter -๐ id button purple-square words -โ๏ธ circled m alphabet blue-circle letter -๐ new button blue-square words start -๐ ng button blue-square words shape icon -๐
พ๏ธ o button alphabet red-square letter -๐ ok button good agree yes blue-square -๐
ฟ๏ธ p button cars blue-square alphabet letter -๐ sos button help red-square words emergency 911 -๐ up button blue-square above high -๐ vs button words orange-square -๐ japanese here button blue-square here katakana japanese destination -๐๏ธ japanese service charge button japanese blue-square katakana -๐ท๏ธ japanese monthly amount button chinese month moon japanese orange-square kanji -๐ถ japanese not free of charge button orange-square chinese have kanji -๐ฏ japanese reserved button chinese point green-square kanji -๐ japanese bargain button chinese kanji obtain get circle -๐น japanese discount button cut divide chinese kanji pink-square -๐ japanese free of charge button nothing chinese kanji japanese orange-square -๐ฒ japanese prohibited button kanji japanese chinese forbidden limit restricted red-square -๐ japanese acceptable button ok good chinese kanji agree yes orange-circle -๐ธ japanese application button chinese japanese kanji orange-square -๐ด japanese passing grade button japanese chinese join kanji red-square -๐ณ japanese vacancy button kanji japanese chinese empty sky blue-square -ใ๏ธ japanese congratulations button chinese kanji japanese red-circle -ใ๏ธ japanese secret button privacy chinese sshh kanji red-circle -๐บ japanese open for business button japanese opening hours orange-square -๐ต japanese no vacancy button full chinese japanese red-square kanji -๐ด red circle shape error danger -๐ orange circle round -๐ก yellow circle round -๐ข green circle round -๐ต blue circle shape icon button -๐ฃ purple circle round -๐ค brown circle round -โซ black circle shape button round -โช white circle shape round -๐ฅ red square -๐ง orange square -๐จ yellow square -๐ฉ green square -๐ฆ blue square -๐ช purple square -๐ซ brown square -โฌ black large square shape icon button -โฌ white large square shape icon stone button -โผ๏ธ black medium square shape button icon -โป๏ธ white medium square shape stone icon -โพ black medium small square icon shape button -โฝ white medium small square shape stone icon button -โช๏ธ black small square shape icon -โซ๏ธ white small square shape icon -๐ถ large orange diamond shape jewel gem -๐ท large blue diamond shape jewel gem -๐ธ small orange diamond shape jewel gem -๐น small blue diamond shape jewel gem -๐บ red triangle pointed up shape direction up top -๐ป red triangle pointed down shape direction bottom -๐ diamond with a dot jewel blue gem crystal fancy -๐ radio button input old music circle -๐ณ white square button shape input -๐ฒ black square button shape input frame -๐ chequered flag contest finishline race gokart -๐ฉ triangular flag mark milestone place -๐ crossed flags japanese nation country border -๐ด black flag pirate -๐ณ๏ธ white flag losing loser lost surrender give up fail -๐ณ๏ธโ๐ rainbow flag flag rainbow pride gay lgbt glbt queer homosexual lesbian bisexual transgender -๐ดโโ ๏ธ pirate flag skull crossbones flag banner -๐ฆ๐จ flag ascension island -๐ฆ๐ฉ flag andorra ad flag nation country banner andorra -๐ฆ๐ช flag united arab emirates united arab emirates flag nation country banner united arab emirates -๐ฆ๐ซ flag afghanistan af flag nation country banner afghanistan -๐ฆ๐ฌ flag antigua barbuda antigua barbuda flag nation country banner antigua barbuda -๐ฆ๐ฎ flag anguilla ai flag nation country banner anguilla -๐ฆ๐ฑ flag albania al flag nation country banner albania -๐ฆ๐ฒ flag armenia am flag nation country banner armenia -๐ฆ๐ด flag angola ao flag nation country banner angola -๐ฆ๐ถ flag antarctica aq flag nation country banner antarctica -๐ฆ๐ท flag argentina ar flag nation country banner argentina -๐ฆ๐ธ flag american samoa american ws flag nation country banner american samoa -๐ฆ๐น flag austria at flag nation country banner austria -๐ฆ๐บ flag australia au flag nation country banner australia -๐ฆ๐ผ flag aruba aw flag nation country banner aruba -๐ฆ๐ฝ flag aland islands ร
land islands flag nation country banner aland islands -๐ฆ๐ฟ flag azerbaijan az flag nation country banner azerbaijan -๐ง๐ฆ flag bosnia herzegovina bosnia herzegovina flag nation country banner bosnia herzegovina -๐ง๐ง flag barbados bb flag nation country banner barbados -๐ง๐ฉ flag bangladesh bd flag nation country banner bangladesh -๐ง๐ช flag belgium be flag nation country banner belgium -๐ง๐ซ flag burkina faso burkina faso flag nation country banner burkina faso -๐ง๐ฌ flag bulgaria bg flag nation country banner bulgaria -๐ง๐ญ flag bahrain bh flag nation country banner bahrain -๐ง๐ฎ flag burundi bi flag nation country banner burundi -๐ง๐ฏ flag benin bj flag nation country banner benin -๐ง๐ฑ flag st barthelemy saint barthรฉlemy flag nation country banner st barthelemy -๐ง๐ฒ flag bermuda bm flag nation country banner bermuda -๐ง๐ณ flag brunei bn darussalam flag nation country banner brunei -๐ง๐ด flag bolivia bo flag nation country banner bolivia -๐ง๐ถ flag caribbean netherlands bonaire flag nation country banner caribbean netherlands -๐ง๐ท flag brazil br flag nation country banner brazil -๐ง๐ธ flag bahamas bs flag nation country banner bahamas -๐ง๐น flag bhutan bt flag nation country banner bhutan -๐ง๐ป flag bouvet island norway -๐ง๐ผ flag botswana bw flag nation country banner botswana -๐ง๐พ flag belarus by flag nation country banner belarus -๐ง๐ฟ flag belize bz flag nation country banner belize -๐จ๐ฆ flag canada ca flag nation country banner canada -๐จ๐จ flag cocos islands cocos keeling islands flag nation country banner cocos islands -๐จ๐ฉ flag congo kinshasa congo democratic republic flag nation country banner congo kinshasa -๐จ๐ซ flag central african republic central african republic flag nation country banner central african republic -๐จ๐ฌ flag congo brazzaville congo flag nation country banner congo brazzaville -๐จ๐ญ flag switzerland ch flag nation country banner switzerland -๐จ๐ฎ flag cote d ivoire ivory coast flag nation country banner cote d ivoire -๐จ๐ฐ flag cook islands cook islands flag nation country banner cook islands -๐จ๐ฑ flag chile flag nation country banner chile -๐จ๐ฒ flag cameroon cm flag nation country banner cameroon -๐จ๐ณ flag china china chinese prc flag country nation banner china -๐จ๐ด flag colombia co flag nation country banner colombia -๐จ๐ต flag clipperton island -๐จ๐ท flag costa rica costa rica flag nation country banner costa rica -๐จ๐บ flag cuba cu flag nation country banner cuba -๐จ๐ป flag cape verde cabo verde flag nation country banner cape verde -๐จ๐ผ flag curacao curaรงao flag nation country banner curacao -๐จ๐ฝ flag christmas island christmas island flag nation country banner christmas island -๐จ๐พ flag cyprus cy flag nation country banner cyprus -๐จ๐ฟ flag czechia cz flag nation country banner czechia -๐ฉ๐ช flag germany german nation flag country banner germany -๐ฉ๐ฌ flag diego garcia -๐ฉ๐ฏ flag djibouti dj flag nation country banner djibouti -๐ฉ๐ฐ flag denmark dk flag nation country banner denmark -๐ฉ๐ฒ flag dominica dm flag nation country banner dominica -๐ฉ๐ด flag dominican republic dominican republic flag nation country banner dominican republic -๐ฉ๐ฟ flag algeria dz flag nation country banner algeria -๐ช๐ฆ flag ceuta melilla -๐ช๐จ flag ecuador ec flag nation country banner ecuador -๐ช๐ช flag estonia ee flag nation country banner estonia -๐ช๐ฌ flag egypt eg flag nation country banner egypt -๐ช๐ญ flag western sahara western sahara flag nation country banner western sahara -๐ช๐ท flag eritrea er flag nation country banner eritrea -๐ช๐ธ flag spain spain flag nation country banner spain -๐ช๐น flag ethiopia et flag nation country banner ethiopia -๐ช๐บ flag european union european union flag banner -๐ซ๐ฎ flag finland fi flag nation country banner finland -๐ซ๐ฏ flag fiji fj flag nation country banner fiji -๐ซ๐ฐ flag falkland islands falkland islands malvinas flag nation country banner falkland islands -๐ซ๐ฒ flag micronesia micronesia federated states flag nation country banner micronesia -๐ซ๐ด flag faroe islands faroe islands flag nation country banner faroe islands -๐ซ๐ท flag france banner flag nation france french country france -๐ฌ๐ฆ flag gabon ga flag nation country banner gabon -๐ฌ๐ง flag united kingdom united kingdom great britain northern ireland flag nation country banner british UK english england union jack united kingdom -๐ฌ๐ฉ flag grenada gd flag nation country banner grenada -๐ฌ๐ช flag georgia ge flag nation country banner georgia -๐ฌ๐ซ flag french guiana french guiana flag nation country banner french guiana -๐ฌ๐ฌ flag guernsey gg flag nation country banner guernsey -๐ฌ๐ญ flag ghana gh flag nation country banner ghana -๐ฌ๐ฎ flag gibraltar gi flag nation country banner gibraltar -๐ฌ๐ฑ flag greenland gl flag nation country banner greenland -๐ฌ๐ฒ flag gambia gm flag nation country banner gambia -๐ฌ๐ณ flag guinea gn flag nation country banner guinea -๐ฌ๐ต flag guadeloupe gp flag nation country banner guadeloupe -๐ฌ๐ถ flag equatorial guinea equatorial gn flag nation country banner equatorial guinea -๐ฌ๐ท flag greece gr flag nation country banner greece -๐ฌ๐ธ flag south georgia south sandwich islands south georgia sandwich islands flag nation country banner south georgia south sandwich islands -๐ฌ๐น flag guatemala gt flag nation country banner guatemala -๐ฌ๐บ flag guam gu flag nation country banner guam -๐ฌ๐ผ flag guinea bissau gw bissau flag nation country banner guinea bissau -๐ฌ๐พ flag guyana gy flag nation country banner guyana -๐ญ๐ฐ flag hong kong sar china hong kong flag nation country banner hong kong sar china -๐ญ๐ฒ flag heard mcdonald islands -๐ญ๐ณ flag honduras hn flag nation country banner honduras -๐ญ๐ท flag croatia hr flag nation country banner croatia -๐ญ๐น flag haiti ht flag nation country banner haiti -๐ญ๐บ flag hungary hu flag nation country banner hungary -๐ฎ๐จ flag canary islands canary islands flag nation country banner canary islands -๐ฎ๐ฉ flag indonesia flag nation country banner indonesia -๐ฎ๐ช flag ireland ie flag nation country banner ireland -๐ฎ๐ฑ flag israel il flag nation country banner israel -๐ฎ๐ฒ flag isle of man isle man flag nation country banner isle of man -๐ฎ๐ณ flag india in flag nation country banner india -๐ฎ๐ด flag british indian ocean territory british indian ocean territory flag nation country banner british indian ocean territory -๐ฎ๐ถ flag iraq iq flag nation country banner iraq -๐ฎ๐ท flag iran iran islamic republic flag nation country banner iran -๐ฎ๐ธ flag iceland is flag nation country banner iceland -๐ฎ๐น flag italy italy flag nation country banner italy -๐ฏ๐ช flag jersey je flag nation country banner jersey -๐ฏ๐ฒ flag jamaica jm flag nation country banner jamaica -๐ฏ๐ด flag jordan jo flag nation country banner jordan -๐ฏ๐ต flag japan japanese nation flag country banner japan -๐ฐ๐ช flag kenya ke flag nation country banner kenya -๐ฐ๐ฌ flag kyrgyzstan kg flag nation country banner kyrgyzstan -๐ฐ๐ญ flag cambodia kh flag nation country banner cambodia -๐ฐ๐ฎ flag kiribati ki flag nation country banner kiribati -๐ฐ๐ฒ flag comoros km flag nation country banner comoros -๐ฐ๐ณ flag st kitts nevis saint kitts nevis flag nation country banner st kitts nevis -๐ฐ๐ต flag north korea north korea nation flag country banner north korea -๐ฐ๐ท flag south korea south korea nation flag country banner south korea -๐ฐ๐ผ flag kuwait kw flag nation country banner kuwait -๐ฐ๐พ flag cayman islands cayman islands flag nation country banner cayman islands -๐ฐ๐ฟ flag kazakhstan kz flag nation country banner kazakhstan -๐ฑ๐ฆ flag laos lao democratic republic flag nation country banner laos -๐ฑ๐ง flag lebanon lb flag nation country banner lebanon -๐ฑ๐จ flag st lucia saint lucia flag nation country banner st lucia -๐ฑ๐ฎ flag liechtenstein li flag nation country banner liechtenstein -๐ฑ๐ฐ flag sri lanka sri lanka flag nation country banner sri lanka -๐ฑ๐ท flag liberia lr flag nation country banner liberia -๐ฑ๐ธ flag lesotho ls flag nation country banner lesotho -๐ฑ๐น flag lithuania lt flag nation country banner lithuania -๐ฑ๐บ flag luxembourg lu flag nation country banner luxembourg -๐ฑ๐ป flag latvia lv flag nation country banner latvia -๐ฑ๐พ flag libya ly flag nation country banner libya -๐ฒ๐ฆ flag morocco ma flag nation country banner morocco -๐ฒ๐จ flag monaco mc flag nation country banner monaco -๐ฒ๐ฉ flag moldova moldova republic flag nation country banner moldova -๐ฒ๐ช flag montenegro me flag nation country banner montenegro -๐ฒ๐ซ flag st martin -๐ฒ๐ฌ flag madagascar mg flag nation country banner madagascar -๐ฒ๐ญ flag marshall islands marshall islands flag nation country banner marshall islands -๐ฒ๐ฐ flag north macedonia macedonia flag nation country banner north macedonia -๐ฒ๐ฑ flag mali ml flag nation country banner mali -๐ฒ๐ฒ flag myanmar mm flag nation country banner myanmar -๐ฒ๐ณ flag mongolia mn flag nation country banner mongolia -๐ฒ๐ด flag macao sar china macao flag nation country banner macao sar china -๐ฒ๐ต flag northern mariana islands northern mariana islands flag nation country banner northern mariana islands -๐ฒ๐ถ flag martinique mq flag nation country banner martinique -๐ฒ๐ท flag mauritania mr flag nation country banner mauritania -๐ฒ๐ธ flag montserrat ms flag nation country banner montserrat -๐ฒ๐น flag malta mt flag nation country banner malta -๐ฒ๐บ flag mauritius mu flag nation country banner mauritius -๐ฒ๐ป flag maldives mv flag nation country banner maldives -๐ฒ๐ผ flag malawi mw flag nation country banner malawi -๐ฒ๐ฝ flag mexico mx flag nation country banner mexico -๐ฒ๐พ flag malaysia my flag nation country banner malaysia -๐ฒ๐ฟ flag mozambique mz flag nation country banner mozambique -๐ณ๐ฆ flag namibia na flag nation country banner namibia -๐ณ๐จ flag new caledonia new caledonia flag nation country banner new caledonia -๐ณ๐ช flag niger ne flag nation country banner niger -๐ณ๐ซ flag norfolk island norfolk island flag nation country banner norfolk island -๐ณ๐ฌ flag nigeria flag nation country banner nigeria -๐ณ๐ฎ flag nicaragua ni flag nation country banner nicaragua -๐ณ๐ฑ flag netherlands nl flag nation country banner netherlands -๐ณ๐ด flag norway no flag nation country banner norway -๐ณ๐ต flag nepal np flag nation country banner nepal -๐ณ๐ท flag nauru nr flag nation country banner nauru -๐ณ๐บ flag niue nu flag nation country banner niue -๐ณ๐ฟ flag new zealand new zealand flag nation country banner new zealand -๐ด๐ฒ flag oman om symbol flag nation country banner oman -๐ต๐ฆ flag panama pa flag nation country banner panama -๐ต๐ช flag peru pe flag nation country banner peru -๐ต๐ซ flag french polynesia french polynesia flag nation country banner french polynesia -๐ต๐ฌ flag papua new guinea papua new guinea flag nation country banner papua new guinea -๐ต๐ญ flag philippines ph flag nation country banner philippines -๐ต๐ฐ flag pakistan pk flag nation country banner pakistan -๐ต๐ฑ flag poland pl flag nation country banner poland -๐ต๐ฒ flag st pierre miquelon saint pierre miquelon flag nation country banner st pierre miquelon -๐ต๐ณ flag pitcairn islands pitcairn flag nation country banner pitcairn islands -๐ต๐ท flag puerto rico puerto rico flag nation country banner puerto rico -๐ต๐ธ flag palestinian territories palestine palestinian territories flag nation country banner palestinian territories -๐ต๐น flag portugal pt flag nation country banner portugal -๐ต๐ผ flag palau pw flag nation country banner palau -๐ต๐พ flag paraguay py flag nation country banner paraguay -๐ถ๐ฆ flag qatar qa flag nation country banner qatar -๐ท๐ช flag reunion rรฉunion flag nation country banner reunion -๐ท๐ด flag romania ro flag nation country banner romania -๐ท๐ธ flag serbia rs flag nation country banner serbia -๐ท๐บ flag russia russian federation flag nation country banner russia -๐ท๐ผ flag rwanda rw flag nation country banner rwanda -๐ธ๐ฆ flag saudi arabia flag nation country banner saudi arabia -๐ธ๐ง flag solomon islands solomon islands flag nation country banner solomon islands -๐ธ๐จ flag seychelles sc flag nation country banner seychelles -๐ธ๐ฉ flag sudan sd flag nation country banner sudan -๐ธ๐ช flag sweden se flag nation country banner sweden -๐ธ๐ฌ flag singapore sg flag nation country banner singapore -๐ธ๐ญ flag st helena saint helena ascension tristan cunha flag nation country banner st helena -๐ธ๐ฎ flag slovenia si flag nation country banner slovenia -๐ธ๐ฏ flag svalbard jan mayen -๐ธ๐ฐ flag slovakia sk flag nation country banner slovakia -๐ธ๐ฑ flag sierra leone sierra leone flag nation country banner sierra leone -๐ธ๐ฒ flag san marino san marino flag nation country banner san marino -๐ธ๐ณ flag senegal sn flag nation country banner senegal -๐ธ๐ด flag somalia so flag nation country banner somalia -๐ธ๐ท flag suriname sr flag nation country banner suriname -๐ธ๐ธ flag south sudan south sd flag nation country banner south sudan -๐ธ๐น flag sao tome principe sao tome principe flag nation country banner sao tome principe -๐ธ๐ป flag el salvador el salvador flag nation country banner el salvador -๐ธ๐ฝ flag sint maarten sint maarten dutch flag nation country banner sint maarten -๐ธ๐พ flag syria syrian arab republic flag nation country banner syria -๐ธ๐ฟ flag eswatini sz flag nation country banner eswatini -๐น๐ฆ flag tristan da cunha -๐น๐จ flag turks caicos islands turks caicos islands flag nation country banner turks caicos islands -๐น๐ฉ flag chad td flag nation country banner chad -๐น๐ซ flag french southern territories french southern territories flag nation country banner french southern territories -๐น๐ฌ flag togo tg flag nation country banner togo -๐น๐ญ flag thailand th flag nation country banner thailand -๐น๐ฏ flag tajikistan tj flag nation country banner tajikistan -๐น๐ฐ flag tokelau tk flag nation country banner tokelau -๐น๐ฑ flag timor leste timor leste flag nation country banner timor leste -๐น๐ฒ flag turkmenistan flag nation country banner turkmenistan -๐น๐ณ flag tunisia tn flag nation country banner tunisia -๐น๐ด flag tonga to flag nation country banner tonga -๐น๐ท flag turkey turkey flag nation country banner turkey -๐น๐น flag trinidad tobago trinidad tobago flag nation country banner trinidad tobago -๐น๐ป flag tuvalu flag nation country banner tuvalu -๐น๐ผ flag taiwan tw flag nation country banner taiwan -๐น๐ฟ flag tanzania tanzania united republic flag nation country banner tanzania -๐บ๐ฆ flag ukraine ua flag nation country banner ukraine -๐บ๐ฌ flag uganda ug flag nation country banner uganda -๐บ๐ฒ flag u s outlying islands -๐บ๐ณ flag united nations un flag banner -๐บ๐ธ flag united states united states america flag nation country banner united states -๐บ๐พ flag uruguay uy flag nation country banner uruguay -๐บ๐ฟ flag uzbekistan uz flag nation country banner uzbekistan -๐ป๐ฆ flag vatican city vatican city flag nation country banner vatican city -๐ป๐จ flag st vincent grenadines saint vincent grenadines flag nation country banner st vincent grenadines -๐ป๐ช flag venezuela ve bolivarian republic flag nation country banner venezuela -๐ป๐ฌ flag british virgin islands british virgin islands bvi flag nation country banner british virgin islands -๐ป๐ฎ flag u s virgin islands virgin islands us flag nation country banner u s virgin islands -๐ป๐ณ flag vietnam viet nam flag nation country banner vietnam -๐ป๐บ flag vanuatu vu flag nation country banner vanuatu -๐ผ๐ซ flag wallis futuna wallis futuna flag nation country banner wallis futuna -๐ผ๐ธ flag samoa ws flag nation country banner samoa -๐ฝ๐ฐ flag kosovo xk flag nation country banner kosovo -๐พ๐ช flag yemen ye flag nation country banner yemen -๐พ๐น flag mayotte yt flag nation country banner mayotte -๐ฟ๐ฆ flag south africa south africa flag nation country banner south africa -๐ฟ๐ฒ flag zambia zm flag nation country banner zambia -๐ฟ๐ผ flag zimbabwe zw flag nation country banner zimbabwe -๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ flag england flag english -๐ด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ flag scotland flag scottish -๐ด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ flag wales flag welsh -๐ฅฒ smiling face with tear sad cry pretend -๐ฅธ disguised face pretent brows glasses moustache -๐ค pinched fingers size tiny small -๐ซ anatomical heart health heartbeat -๐ซ lungs breathe -๐ฅท ninja ninjutsu skills japanese -๐คตโโ๏ธ man in tuxedo formal fashion -๐คตโโ๏ธ woman in tuxedo formal fashion -๐ฐโโ๏ธ man with veil wedding marriage -๐ฐโโ๏ธ woman with veil wedding marriage -๐ฉโ๐ผ woman feeding baby birth food -๐จโ๐ผ man feeding baby birth food -๐งโ๐ผ person feeding baby birth food -๐งโ๐ mx claus christmas -๐ซ people hugging care -๐โโฌ black cat superstition luck -๐ฆฌ bison ox -๐ฆฃ mammoth elephant tusks -๐ฆซ beaver animal rodent -๐ปโโ๏ธ polar bear animal arctic -๐ฆค dodo animal bird -๐ชถ feather bird fly -๐ฆญ seal animal creature sea -๐ชฒ beetle insect -๐ชณ cockroach insect pests -๐ชฐ fly insect -๐ชฑ worm animal -๐ชด potted plant greenery house -๐ซ blueberries fruit -๐ซ olive fruit -๐ซ bell pepper fruit plant -๐ซ flatbread flour food -๐ซ tamale food masa -๐ซ fondue cheese pot food -๐ซ teapot drink hot -๐ง bubble tea taiwan boba milk tea straw -๐ชจ rock stone -๐ชต wood nature timber trunk -๐ hut house structure -๐ป pickup truck car transportation -๐ผ roller skate footwear sports -๐ช magic wand supernature power -๐ช
pinata mexico candy celebration -๐ช nesting dolls matryoshka toy -๐ชก sewing needle stitches -๐ชข knot rope scout -๐ฉด thong sandal footwear summer -๐ช military helmet army protection -๐ช accordion music -๐ช long drum music -๐ช coin money currency -๐ช boomerang weapon -๐ช carpentry saw cut chop -๐ช screwdriver tools -๐ช hook tools -๐ช ladder tools -๐ elevator lift -๐ช mirror reflection -๐ช window scenery -๐ช plunger toilet -๐ชค mouse trap cheese -๐ชฃ bucket water container -๐ชฅ toothbrush hygiene dental -๐ชฆ headstone death rip grave -๐ชง placard announcement -โง๏ธ transgender symbol lgbtq -๐ณ๏ธโโง๏ธ transgender flag lgbtq -๐ถโ๐ซ๏ธ face in clouds shower steam dream -๐ฎโ๐จ face exhaling relieve relief tired sigh -๐ตโ๐ซ face with spiral eyes sick ill confused nauseous nausea -โค๏ธโ๐ฅ heart on fire passionate enthusiastic -โค๏ธโ๐ฉน mending heart broken heart bandage wounded -๐งโโ๏ธ man beard facial hair -๐งโโ๏ธ woman beard facial hair -๐ซ melting face hot heat -๐ซข face with open eyes and hand over mouth silence secret shock surprise -๐ซฃ face with peeking eye scared frightening embarrassing -๐ซก saluting face respect salute -๐ซฅ dotted line face invisible lonely isolation depression -๐ซค face with diagonal mouth skeptic confuse frustrated indifferent -๐ฅน face holding back tears touched gratitude -๐ซฑ rightwards hand palm offer -๐ซฒ leftwards hand palm offer -๐ซณ palm down hand palm drop -๐ซด palm up hand lift offer demand -๐ซฐ hand with index finger and thumb crossed heart love money expensive -๐ซต index pointing at the viewer you recruit -๐ซถ heart hands love appreciation support -๐ซฆ biting lip flirt sexy pain worry -๐ซ
person with crown royalty power -๐ซ pregnant man baby belly -๐ซ pregnant person baby belly -๐ง troll mystical monster -๐ชธ coral ocean sea reef -๐ชท lotus flower calm meditation -๐ชน empty nest bird -๐ชบ nest with eggs bird -๐ซ beans food -๐ซ pouring liquid cup water -๐ซ jar container sauce -๐ playground slide fun park -๐ wheel car transport -๐ ring buoy life saver life preserver -๐ชฌ hamsa religion protection -๐ชฉ mirror ball disco dance party -๐ชซ low battery drained dead -๐ฉผ crutch accessibility assist -๐ฉป x-ray skeleton medicine -๐ซง bubbles soap fun carbonation sparkling -๐ชช identification card document -๐ฐ heavy equals sign math -( อกยฐ อส อกยฐ) lenny face that face +๐ face face | grin | grinning face +๐ face with big eyes face | grinning face with big eyes | mouth | open | smile +๐ face with smiling eyes eye | face | grinning face with smiling eyes | mouth | open | smile +๐ face with smiling eyes beaming face with smiling eyes | eye | face | grin | smile +๐ squinting face face | grinning squinting face | laugh | mouth | satisfied | smile +๐
face with sweat cold | face | grinning face with sweat | open | smile | sweat +๐คฃ on the floor laughing face | floor | laugh | rofl | rolling | rolling on the floor laughing | rotfl +๐ with tears of joy face | face with tears of joy | joy | laugh | tear +๐ smiling face face | slightly smiling face | smile +๐ face face | upside-down | upside down | upside-down face +๐ซ face disappear | dissolve | liquid | melt | melting face +๐ face face | wink | winking face +๐ face with smiling eyes blush | eye | face | smile | smiling face with smiling eyes +๐ face with halo angel | face | fantasy | halo | innocent | smiling face with halo +๐ฅฐ face with hearts adore | crush | hearts | in love | smiling face with hearts +๐ face with heart-eyes eye | face | love | smile | smiling face with heart-eyes | smiling face with heart eyes +๐คฉ eyes | face | grinning | star | star-struck +๐ blowing a kiss face | face blowing a kiss | kiss +๐ face face | kiss | kissing face +โบ๏ธ face +โบ face face | outlined | relaxed | smile | smiling face +๐ face with closed eyes closed | eye | face | kiss | kissing face with closed eyes +๐ face with smiling eyes eye | face | kiss | kissing face with smiling eyes | smile +๐ฅฒ face with tear grateful | proud | relieved | smiling | smiling face with tear | tear | touched +๐ face-tongue savoring food delicious | face | face savoring food | savouring | smile | yum | face savouring food | savoring +๐ face-tongue with tongue face | face with tongue | tongue +๐ face-tongue face with tongue eye | face | joke | tongue | wink | winking face with tongue +๐คช face-tongue face eye | goofy | large | small | zany face +๐ face-tongue face with tongue eye | face | horrible | squinting face with tongue | taste | tongue +๐ค face-tongue face face | money | money-mouth face | mouth +๐ค face with open hands face | hug | hugging | open hands | smiling face | smiling face with open hands +๐คญ with hand over mouth face with hand over mouth | whoops | embarrassed | oops +๐ซข with open eyes and hand over mouth amazement | awe | disbelief | embarrass | face with open eyes and hand over mouth | scared | surprise +๐ซฃ with peeking eye captivated | face with peeking eye | peep | stare +๐คซ face quiet | shush | shushing face | shooshing face +๐ค face face | thinking +๐ซก face OK | salute | saluting face | sunny | troops | yes +๐ค face face | mouth | zip | zipper | zipper-mouth face | zip-mouth face +๐คจ with raised eyebrow distrust | face with raised eyebrow | skeptic | sceptic +๐ face deadpan | face | meh | neutral +๐ face expressionless | face | inexpressive | meh | unexpressive +๐ถ without mouth face | face without mouth | mouth | quiet | silent +๐ซฅ line face depressed | disappear | dotted line face | hide | introvert | invisible | dotted-line face +๐ถโ๐ซ๏ธ in clouds +๐ถโ๐ซ in clouds absentminded | face in clouds | face in the fog | head in clouds | absent-minded +๐ face face | smirk | smirking face +๐ face face | unamused | unhappy +๐ with rolling eyes eyeroll | eyes | face | face with rolling eyes | rolling +๐ฌ face face | grimace | grimacing face +๐ฎโ๐จ exhaling exhale | face exhaling | gasp | groan | relief | whisper | whistle +๐คฅ face face | lie | lying face | pinocchio | Pinocchio +๐ซจ face earthquake | face | shaking | shock | vibrate +๐โโ๏ธ shaking horizontally +๐โโ shaking horizontally head shaking horizontally | no | shake +๐โโ๏ธ shaking vertically +๐โโ shaking vertically head shaking vertically | nod | yes +๐ face | relieved +๐ dejected | face | pensive +๐ช face | good night | sleep | sleepy face +๐คค drooling | face +๐ด face | good night | sleep | sleeping face | ZZZ +๐ท face-unwell with medical mask cold | doctor | face | face with medical mask | mask | sick | ill | medicine | poorly +๐ค face-unwell with thermometer face | face with thermometer | ill | sick | thermometer +๐ค face-unwell with head-bandage bandage | face | face with head-bandage | hurt | injury | face with head bandage +๐คข face-unwell face face | nauseated | vomit +๐คฎ face-unwell vomiting face vomiting | puke | sick | vomit +๐คง face-unwell face face | gesundheit | sneeze | sneezing face | bless you +๐ฅต face-unwell face feverish | heat stroke | hot | hot face | red-faced | sweating | flushed +๐ฅถ face-unwell face blue-faced | cold | cold face | freezing | frostbite | icicles +๐ฅด face-unwell face dizzy | intoxicated | tipsy | uneven eyes | wavy mouth | woozy face +๐ต face-unwell with crossed-out eyes crossed-out eyes | dead | face | face with crossed-out eyes | knocked out +๐ตโ๐ซ face-unwell with spiral eyes dizzy | face with spiral eyes | hypnotized | spiral | trouble | whoa | hypnotised +๐คฏ face-unwell head exploding head | mind blown | shocked +๐ค face-hat hat face cowboy | cowgirl | face | hat | face with cowboy hat +๐ฅณ face-hat face celebration | hat | horn | party | partying face +๐ฅธ face-hat face disguise | disguised face | face | glasses | incognito | nose +๐ face-glasses face with sunglasses bright | cool | face | smiling face with sunglasses | sun | sunglasses +๐ค face-glasses face face | geek | nerd +๐ง face-glasses with monocle face | face with monocle | monocle | stuffy +๐ face-concerned face confused | face | meh +๐ซค face-concerned with diagonal mouth disappointed | face with diagonal mouth | meh | skeptical | unsure | sceptical +๐ face-concerned face face | worried +๐ face-concerned frowning face face | frown | slightly frowning face +โน๏ธ face-concerned face +โน face-concerned face face | frown | frowning face +๐ฎ face-concerned with open mouth face | face with open mouth | mouth | open | sympathy +๐ฏ face-concerned face face | hushed | stunned | surprised +๐ฒ face-concerned face astonished | face | shocked | totally +๐ณ face-concerned face dazed | face | flushed +๐ฅบ face-concerned face begging | mercy | pleading face | puppy eyes +๐ฅน face-concerned holding back tears angry | cry | face holding back tears | proud | resist | sad +๐ฆ face-concerned face with open mouth face | frown | frowning face with open mouth | mouth | open +๐ง face-concerned face anguished | face +๐จ face-concerned face face | fear | fearful | scared +๐ฐ face-concerned face with sweat anxious face with sweat | blue | cold | face | rushed | sweat +๐ฅ face-concerned but relieved face disappointed | face | relieved | sad but relieved face | whew +๐ข face-concerned face cry | crying face | face | sad | tear +๐ญ face-concerned crying face cry | face | loudly crying face | sad | sob | tear +๐ฑ face-concerned screaming in fear face | face screaming in fear | fear | munch | scared | scream | Munch +๐ face-concerned face confounded | face +๐ฃ face-concerned face face | persevere | persevering face +๐ face-concerned face disappointed | face +๐ face-concerned face with sweat cold | downcast face with sweat | face | sweat +๐ฉ face-concerned face face | tired | weary +๐ซ face-concerned face face | tired +๐ฅฑ face-concerned face bored | tired | yawn | yawning face +๐ค face-negative with steam from nose face | face with steam from nose | triumph | won | angry | frustration +๐ก face-negative face angry | enraged | face | mad | pouting | rage | red +๐ face-negative face anger | angry | face | mad +๐คฌ face-negative with symbols on mouth face with symbols on mouth | swearing +๐ face-negative face with horns face | fairy tale | fantasy | horns | smile | smiling face with horns | devil +๐ฟ face-negative face with horns angry face with horns | demon | devil | face | fantasy | imp +๐ face-negative death | face | fairy tale | monster | skull +โ ๏ธ face-negative and crossbones +โ face-negative and crossbones crossbones | death | face | monster | skull | skull and crossbones +๐ฉ face-costume of poo dung | face | monster | pile of poo | poo | poop +๐คก face-costume face clown | face +๐น face-costume creature | face | fairy tale | fantasy | monster | ogre +๐บ face-costume creature | face | fairy tale | fantasy | goblin | monster +๐ป face-costume creature | face | fairy tale | fantasy | ghost | monster +๐ฝ face-costume alien | creature | extraterrestrial | face | fantasy | ufo | ET | UFO +๐พ face-costume monster alien | creature | extraterrestrial | face | monster | ufo | ET | UFO +๐ค face-costume face | monster | robot +๐บ cat-face cat cat | face | grinning | mouth | open | smile +๐ธ cat-face cat with smiling eyes cat | eye | face | grin | grinning cat with smiling eyes | smile +๐น cat-face with tears of joy cat | cat with tears of joy | face | joy | tear +๐ป cat-face cat with heart-eyes cat | eye | face | heart | love | smile | smiling cat with heart-eyes | smiling cat face with heart eyes +๐ผ cat-face with wry smile cat | cat with wry smile | face | ironic | smile | wry +๐ฝ cat-face cat cat | eye | face | kiss | kissing cat +๐ cat-face cat cat | face | oh | surprised | weary +๐ฟ cat-face cat cat | cry | crying cat | face | sad | tear +๐พ cat-face cat cat | face | pouting +๐ monkey-face monkey evil | face | forbidden | monkey | see | see-no-evil monkey +๐ monkey-face monkey evil | face | forbidden | hear | hear-no-evil monkey | monkey +๐ monkey-face monkey evil | face | forbidden | monkey | speak | speak-no-evil monkey +๐ heart letter heart | letter | love | mail +๐ heart with arrow arrow | cupid | heart with arrow +๐ heart with ribbon heart with ribbon | ribbon | valentine +๐ heart heart excited | sparkle | sparkling heart +๐ heart heart excited | growing | growing heart | nervous | pulse +๐ heart heart beating | beating heart | heartbeat | pulsating +๐ heart hearts revolving | revolving hearts +๐ heart hearts love | two hearts +๐ heart decoration heart | heart decoration +โฃ๏ธ heart exclamation +โฃ heart exclamation exclamation | heart exclamation | mark | punctuation +๐ heart heart break | broken | broken heart +โค๏ธโ๐ฅ heart on fire +โคโ๐ฅ heart on fire burn | heart | heart on fire | love | lust | sacred heart +โค๏ธโ๐ฉน heart heart +โคโ๐ฉน heart heart healthier | improving | mending | mending heart | recovering | recuperating | well +โค๏ธ heart heart +โค heart heart heart | red heart +๐ฉท heart heart cute | heart | like | love | pink +๐งก heart heart orange | orange heart +๐ heart heart yellow | yellow heart +๐ heart heart green | green heart +๐ heart heart blue | blue heart +๐ฉต heart blue heart cyan | heart | light blue | light blue heart | teal +๐ heart heart purple | purple heart +๐ค heart heart brown | heart +๐ค heart heart black | black heart | evil | wicked +๐ฉถ heart heart gray | grey heart | heart | silver | slate | grey +๐ค heart heart heart | white +๐ emotion mark kiss | kiss mark | lips +๐ฏ emotion points 100 | full | hundred | hundred points | score | hundred percent | one hundred +๐ข emotion symbol anger symbol | angry | comic | mad +๐ฅ emotion boom | collision | comic +๐ซ emotion comic | dizzy | star +๐ฆ emotion droplets comic | splashing | sweat | sweat droplets +๐จ emotion away comic | dash | dashing away | running +๐ณ๏ธ emotion +๐ณ emotion hole +๐ฌ emotion balloon balloon | bubble | comic | dialog | speech | dialogue +๐๏ธโ๐จ๏ธ emotion in speech bubble +๐๏ธโ๐จ emotion in speech bubble +๐โ๐จ emotion in speech bubble balloon | bubble | eye | eye in speech bubble | speech | witness +๐จ๏ธ emotion speech bubble +๐จ emotion speech bubble balloon | bubble | dialog | left speech bubble | speech | dialogue +๐ฏ๏ธ emotion anger bubble +๐ฏ emotion anger bubble angry | balloon | bubble | mad | right anger bubble +๐ญ emotion balloon balloon | bubble | comic | thought +๐ค emotion comic | good night | sleep | ZZZ +๐ hand hand | wave | waving +๐๐ป hand: light skin tone hand | light skin tone | wave | waving | waving hand: light skin tone +๐๐ผ hand: medium-light skin tone hand | medium-light skin tone | wave | waving | waving hand: medium-light skin tone +๐๐ฝ hand: medium skin tone hand | medium skin tone | wave | waving | waving hand: medium skin tone +๐๐พ hand: medium-dark skin tone hand | medium-dark skin tone | wave | waving | waving hand: medium-dark skin tone +๐๐ฟ hand: dark skin tone dark skin tone | hand | wave | waving | waving hand: dark skin tone +๐ค back of hand backhand | raised | raised back of hand +๐ค๐ป back of hand: light skin tone backhand | light skin tone | raised | raised back of hand | raised back of hand: light skin tone +๐ค๐ผ back of hand: medium-light skin tone backhand | medium-light skin tone | raised | raised back of hand | raised back of hand: medium-light skin tone +๐ค๐ฝ back of hand: medium skin tone backhand | medium skin tone | raised | raised back of hand | raised back of hand: medium skin tone +๐ค๐พ back of hand: medium-dark skin tone backhand | medium-dark skin tone | raised | raised back of hand | raised back of hand: medium-dark skin tone +๐ค๐ฟ back of hand: dark skin tone backhand | dark skin tone | raised | raised back of hand | raised back of hand: dark skin tone +๐๏ธ with fingers splayed +๐ with fingers splayed finger | hand | hand with fingers splayed | splayed +๐๐ป with fingers splayed: light skin tone finger | hand | hand with fingers splayed | hand with fingers splayed: light skin tone | light skin tone | splayed +๐๐ผ with fingers splayed: medium-light skin tone finger | hand | hand with fingers splayed | hand with fingers splayed: medium-light skin tone | medium-light skin tone | splayed +๐๐ฝ with fingers splayed: medium skin tone finger | hand | hand with fingers splayed | hand with fingers splayed: medium skin tone | medium skin tone | splayed +๐๐พ with fingers splayed: medium-dark skin tone finger | hand | hand with fingers splayed | hand with fingers splayed: medium-dark skin tone | medium-dark skin tone | splayed +๐๐ฟ with fingers splayed: dark skin tone dark skin tone | finger | hand | hand with fingers splayed | hand with fingers splayed: dark skin tone | splayed +โ hand hand | high 5 | high five | raised hand +โ๐ป hand: light skin tone hand | high 5 | high five | light skin tone | raised hand | raised hand: light skin tone +โ๐ผ hand: medium-light skin tone hand | high 5 | high five | medium-light skin tone | raised hand | raised hand: medium-light skin tone +โ๐ฝ hand: medium skin tone hand | high 5 | high five | medium skin tone | raised hand | raised hand: medium skin tone +โ๐พ hand: medium-dark skin tone hand | high 5 | high five | medium-dark skin tone | raised hand | raised hand: medium-dark skin tone +โ๐ฟ hand: dark skin tone dark skin tone | hand | high 5 | high five | raised hand | raised hand: dark skin tone +๐ salute finger | hand | spock | vulcan | vulcan salute | Vulcan salute | Spock | Vulcan +๐๐ป salute: light skin tone finger | hand | light skin tone | spock | vulcan | vulcan salute | vulcan salute: light skin tone | Vulcan salute | Vulcan salute: light skin tone | Spock | Vulcan +๐๐ผ salute: medium-light skin tone finger | hand | medium-light skin tone | spock | vulcan | vulcan salute | vulcan salute: medium-light skin tone | Vulcan salute | Vulcan salute: medium-light skin tone | Spock | Vulcan +๐๐ฝ salute: medium skin tone finger | hand | medium skin tone | spock | vulcan | vulcan salute | vulcan salute: medium skin tone | Vulcan salute | Vulcan salute: medium skin tone | Spock | Vulcan +๐๐พ salute: medium-dark skin tone finger | hand | medium-dark skin tone | spock | vulcan | vulcan salute | vulcan salute: medium-dark skin tone | Vulcan salute | Vulcan salute: medium-dark skin tone | Spock | Vulcan +๐๐ฟ salute: dark skin tone dark skin tone | finger | hand | spock | vulcan | vulcan salute | vulcan salute: dark skin tone | Vulcan salute | Vulcan salute: dark skin tone | Spock | Vulcan +๐ซฑ hand hand | right | rightward | rightwards hand | rightwards +๐ซฑ๐ป hand: light skin tone hand | light skin tone | right | rightward | rightwards hand | rightwards hand: light skin tone | rightward hand: light skin tone | rightwards +๐ซฑ๐ผ hand: medium-light skin tone hand | medium-light skin tone | right | rightward | rightwards hand | rightwards hand: medium-light skin tone | rightward hand: medium-light skin tone | rightwards +๐ซฑ๐ฝ hand: medium skin tone hand | medium skin tone | right | rightward | rightwards hand | rightwards hand: medium skin tone | rightward hand: medium skin tone | rightwards +๐ซฑ๐พ hand: medium-dark skin tone hand | medium-dark skin tone | right | rightward | rightwards hand | rightwards hand: medium-dark skin tone | rightward hand: medium-dark skin tone | rightwards +๐ซฑ๐ฟ hand: dark skin tone dark skin tone | hand | right | rightward | rightwards hand | rightwards hand: dark skin tone | rightward hand: dark skin tone | rightwards +๐ซฒ hand hand | left | leftward | leftwards hand | leftwards +๐ซฒ๐ป hand: light skin tone hand | left | leftward | leftwards hand | leftwards hand: light skin tone | light skin tone | leftward hand: light skin tone | leftwards +๐ซฒ๐ผ hand: medium-light skin tone hand | left | leftward | leftwards hand | leftwards hand: medium-light skin tone | medium-light skin tone | leftward hand: medium-light skin tone | leftwards +๐ซฒ๐ฝ hand: medium skin tone hand | left | leftward | leftwards hand | leftwards hand: medium skin tone | medium skin tone | leftward hand: medium skin tone | leftwards +๐ซฒ๐พ hand: medium-dark skin tone hand | left | leftward | leftwards hand | leftwards hand: medium-dark skin tone | medium-dark skin tone | leftward hand: medium-dark skin tone | leftwards +๐ซฒ๐ฟ hand: dark skin tone dark skin tone | hand | left | leftward | leftwards hand | leftwards hand: dark skin tone | leftward hand: dark skin tone | leftwards +๐ซณ down hand dismiss | drop | palm down hand | shoo | palm-down hand +๐ซณ๐ป down hand: light skin tone dismiss | drop | light skin tone | palm down hand | palm down hand: light skin tone | shoo | palm-down hand | palm-down hand: light skin tone +๐ซณ๐ผ down hand: medium-light skin tone dismiss | drop | medium-light skin tone | palm down hand | palm down hand: medium-light skin tone | shoo | palm-down hand | palm-down hand: medium-light skin tone +๐ซณ๐ฝ down hand: medium skin tone dismiss | drop | medium skin tone | palm down hand | palm down hand: medium skin tone | shoo | palm-down hand | palm-down hand: medium skin tone +๐ซณ๐พ down hand: medium-dark skin tone dismiss | drop | medium-dark skin tone | palm down hand | palm down hand: medium-dark skin tone | shoo | palm-down hand | palm-down hand: medium-dark skin tone +๐ซณ๐ฟ down hand: dark skin tone dark skin tone | dismiss | drop | palm down hand | palm down hand: dark skin tone | shoo | palm-down hand | palm-down hand: dark skin tone +๐ซด up hand beckon | catch | come | offer | palm up hand | palm-up hand +๐ซด๐ป up hand: light skin tone beckon | catch | come | light skin tone | offer | palm up hand | palm up hand: light skin tone | palm-up hand | palm-up hand: light skin tone +๐ซด๐ผ up hand: medium-light skin tone beckon | catch | come | medium-light skin tone | offer | palm up hand | palm up hand: medium-light skin tone | palm-up hand | palm-up hand: medium-light skin tone +๐ซด๐ฝ up hand: medium skin tone beckon | catch | come | medium skin tone | offer | palm up hand | palm up hand: medium skin tone | palm-up hand | palm-up hand: medium skin tone +๐ซด๐พ up hand: medium-dark skin tone beckon | catch | come | medium-dark skin tone | offer | palm up hand | palm up hand: medium-dark skin tone | palm-up hand | palm-up hand: medium-dark skin tone +๐ซด๐ฟ up hand: dark skin tone beckon | catch | come | dark skin tone | offer | palm up hand | palm up hand: dark skin tone | palm-up hand | palm-up hand: dark skin tone +๐ซท pushing hand high five | leftward | leftwards pushing hand | push | refuse | stop | wait | leftward-pushing hand +๐ซท๐ป pushing hand: light skin tone high five | leftward | leftwards pushing hand | leftwards pushing hand: light skin tone | light skin tone | push | refuse | stop | wait | leftward-pushing hand | leftward-pushing hand: light skin tone +๐ซท๐ผ pushing hand: medium-light skin tone high five | leftward | leftwards pushing hand | leftwards pushing hand: medium-light skin tone | medium-light skin tone | push | refuse | stop | wait | leftward-pushing hand | leftward-pushing hand: medium-light skin tone +๐ซท๐ฝ pushing hand: medium skin tone high five | leftward | leftwards pushing hand | leftwards pushing hand: medium skin tone | medium skin tone | push | refuse | stop | wait | leftward-pushing hand | leftward-pushing hand: medium skin tone +๐ซท๐พ pushing hand: medium-dark skin tone high five | leftward | leftwards pushing hand | leftwards pushing hand: medium-dark skin tone | medium-dark skin tone | push | refuse | stop | wait | leftward-pushing hand | leftward-pushing hand: medium-dark skin tone +๐ซท๐ฟ pushing hand: dark skin tone dark skin tone | high five | leftward | leftwards pushing hand | leftwards pushing hand: dark skin tone | push | refuse | stop | wait | leftward-pushing hand | leftward-pushing hand: dark skin tone +๐ซธ pushing hand high five | push | refuse | rightward | rightwards pushing hand | stop | wait | rightward-pushing hand +๐ซธ๐ป pushing hand: light skin tone high five | light skin tone | push | refuse | rightward | rightwards pushing hand | rightwards pushing hand: light skin tone | stop | wait | rightward-pushing hand | rightward-pushing hand: light skin tone +๐ซธ๐ผ pushing hand: medium-light skin tone high five | medium-light skin tone | push | refuse | rightward | rightwards pushing hand | rightwards pushing hand: medium-light skin tone | stop | wait | rightward-pushing hand | rightward-pushing hand: medium-light skin tone +๐ซธ๐ฝ pushing hand: medium skin tone high five | medium skin tone | push | refuse | rightward | rightwards pushing hand | rightwards pushing hand: medium skin tone | stop | wait | rightward-pushing hand | rightward-pushing hand: medium skin tone +๐ซธ๐พ pushing hand: medium-dark skin tone high five | medium-dark skin tone | push | refuse | rightward | rightwards pushing hand | rightwards pushing hand: medium-dark skin tone | stop | wait | rightward-pushing hand | rightward-pushing hand: medium-dark skin tone +๐ซธ๐ฟ pushing hand: dark skin tone dark skin tone | high five | push | refuse | rightward | rightwards pushing hand | rightwards pushing hand: dark skin tone | stop | wait | rightward-pushing hand | rightward-pushing hand: dark skin tone +๐ hand hand | OK | perfect +๐๐ป hand: light skin tone hand | light skin tone | OK | OK hand: light skin tone | perfect +๐๐ผ hand: medium-light skin tone hand | medium-light skin tone | OK | OK hand: medium-light skin tone | perfect +๐๐ฝ hand: medium skin tone hand | medium skin tone | OK | OK hand: medium skin tone | perfect +๐๐พ hand: medium-dark skin tone hand | medium-dark skin tone | OK | OK hand: medium-dark skin tone | perfect +๐๐ฟ hand: dark skin tone dark skin tone | hand | OK | OK hand: dark skin tone | perfect +๐ค fingers fingers | hand gesture | interrogation | pinched | sarcastic +๐ค๐ป fingers: light skin tone fingers | hand gesture | interrogation | light skin tone | pinched | pinched fingers: light skin tone | sarcastic +๐ค๐ผ fingers: medium-light skin tone fingers | hand gesture | interrogation | medium-light skin tone | pinched | pinched fingers: medium-light skin tone | sarcastic +๐ค๐ฝ fingers: medium skin tone fingers | hand gesture | interrogation | medium skin tone | pinched | pinched fingers: medium skin tone | sarcastic +๐ค๐พ fingers: medium-dark skin tone fingers | hand gesture | interrogation | medium-dark skin tone | pinched | pinched fingers: medium-dark skin tone | sarcastic +๐ค๐ฟ fingers: dark skin tone dark skin tone | fingers | hand gesture | interrogation | pinched | pinched fingers: dark skin tone | sarcastic +๐ค hand pinching hand | small amount +๐ค๐ป hand: light skin tone light skin tone | pinching hand | pinching hand: light skin tone | small amount +๐ค๐ผ hand: medium-light skin tone medium-light skin tone | pinching hand | pinching hand: medium-light skin tone | small amount +๐ค๐ฝ hand: medium skin tone medium skin tone | pinching hand | pinching hand: medium skin tone | small amount +๐ค๐พ hand: medium-dark skin tone medium-dark skin tone | pinching hand | pinching hand: medium-dark skin tone | small amount +๐ค๐ฟ hand: dark skin tone dark skin tone | pinching hand | pinching hand: dark skin tone | small amount +โ๏ธ hand +โ hand hand | v | victory +โ๐ป hand: light skin tone hand | light skin tone | v | victory | victory hand: light skin tone +โ๐ผ hand: medium-light skin tone hand | medium-light skin tone | v | victory | victory hand: medium-light skin tone +โ๐ฝ hand: medium skin tone hand | medium skin tone | v | victory | victory hand: medium skin tone +โ๐พ hand: medium-dark skin tone hand | medium-dark skin tone | v | victory | victory hand: medium-dark skin tone +โ๐ฟ hand: dark skin tone dark skin tone | hand | v | victory | victory hand: dark skin tone +๐ค fingers cross | crossed fingers | finger | hand | luck | good luck +๐ค๐ป fingers: light skin tone cross | crossed fingers | crossed fingers: light skin tone | finger | hand | light skin tone | luck | good luck +๐ค๐ผ fingers: medium-light skin tone cross | crossed fingers | crossed fingers: medium-light skin tone | finger | hand | luck | medium-light skin tone | good luck +๐ค๐ฝ fingers: medium skin tone cross | crossed fingers | crossed fingers: medium skin tone | finger | hand | luck | medium skin tone | good luck +๐ค๐พ fingers: medium-dark skin tone cross | crossed fingers | crossed fingers: medium-dark skin tone | finger | hand | luck | medium-dark skin tone | good luck +๐ค๐ฟ fingers: dark skin tone cross | crossed fingers | crossed fingers: dark skin tone | dark skin tone | finger | hand | luck | good luck +๐ซฐ with index finger and thumb crossed expensive | hand with index finger and thumb crossed | heart | love | money | snap +๐ซฐ๐ป with index finger and thumb crossed: light skin tone expensive | hand with index finger and thumb crossed | hand with index finger and thumb crossed: light skin tone | heart | light skin tone | love | money | snap +๐ซฐ๐ผ with index finger and thumb crossed: medium-light skin tone expensive | hand with index finger and thumb crossed | hand with index finger and thumb crossed: medium-light skin tone | heart | love | medium-light skin tone | money | snap +๐ซฐ๐ฝ with index finger and thumb crossed: medium skin tone expensive | hand with index finger and thumb crossed | hand with index finger and thumb crossed: medium skin tone | heart | love | medium skin tone | money | snap +๐ซฐ๐พ with index finger and thumb crossed: medium-dark skin tone expensive | hand with index finger and thumb crossed | hand with index finger and thumb crossed: medium-dark skin tone | heart | love | medium-dark skin tone | money | snap +๐ซฐ๐ฟ with index finger and thumb crossed: dark skin tone dark skin tone | expensive | hand with index finger and thumb crossed | hand with index finger and thumb crossed: dark skin tone | heart | love | money | snap +๐ค gesture hand | ILY | love-you gesture | love you gesture +๐ค๐ป gesture: light skin tone hand | ILY | light skin tone | love-you gesture | love-you gesture: light skin tone | love you gesture +๐ค๐ผ gesture: medium-light skin tone hand | ILY | love-you gesture | love-you gesture: medium-light skin tone | medium-light skin tone | love you gesture +๐ค๐ฝ gesture: medium skin tone hand | ILY | love-you gesture | love-you gesture: medium skin tone | medium skin tone | love you gesture +๐ค๐พ gesture: medium-dark skin tone hand | ILY | love-you gesture | love-you gesture: medium-dark skin tone | medium-dark skin tone | love you gesture +๐ค๐ฟ gesture: dark skin tone dark skin tone | hand | ILY | love-you gesture | love-you gesture: dark skin tone | love you gesture +๐ค of the horns finger | hand | horns | rock-on | sign of the horns | rock on +๐ค๐ป of the horns: light skin tone finger | hand | horns | light skin tone | rock-on | sign of the horns | sign of the horns: light skin tone | rock on +๐ค๐ผ of the horns: medium-light skin tone finger | hand | horns | medium-light skin tone | rock-on | sign of the horns | sign of the horns: medium-light skin tone | rock on +๐ค๐ฝ of the horns: medium skin tone finger | hand | horns | medium skin tone | rock-on | sign of the horns | sign of the horns: medium skin tone | rock on +๐ค๐พ of the horns: medium-dark skin tone finger | hand | horns | medium-dark skin tone | rock-on | sign of the horns | sign of the horns: medium-dark skin tone | rock on +๐ค๐ฟ of the horns: dark skin tone dark skin tone | finger | hand | horns | rock-on | sign of the horns | sign of the horns: dark skin tone | rock on +๐ค me hand call | call me hand | hand | hang loose | Shaka | call-me hand | shaka +๐ค๐ป me hand: light skin tone call | call me hand | call me hand: light skin tone | hand | hang loose | light skin tone | Shaka | call-me hand | shaka | call-me hand: light skin tone +๐ค๐ผ me hand: medium-light skin tone call | call me hand | call me hand: medium-light skin tone | hand | hang loose | medium-light skin tone | Shaka | call-me hand | shaka | call-me hand: medium-light skin tone +๐ค๐ฝ me hand: medium skin tone call | call me hand | call me hand: medium skin tone | hand | hang loose | medium skin tone | Shaka | call-me hand | shaka | call-me hand: medium skin tone +๐ค๐พ me hand: medium-dark skin tone call | call me hand | call me hand: medium-dark skin tone | hand | hang loose | medium-dark skin tone | Shaka | call-me hand | shaka | call-me hand: medium-dark skin tone +๐ค๐ฟ me hand: dark skin tone call | call me hand | call me hand: dark skin tone | dark skin tone | hand | hang loose | Shaka | call-me hand | shaka | call-me hand: dark skin tone +๐ index pointing left backhand | backhand index pointing left | finger | hand | index | point +๐๐ป index pointing left: light skin tone backhand | backhand index pointing left | backhand index pointing left: light skin tone | finger | hand | index | light skin tone | point +๐๐ผ index pointing left: medium-light skin tone backhand | backhand index pointing left | backhand index pointing left: medium-light skin tone | finger | hand | index | medium-light skin tone | point +๐๐ฝ index pointing left: medium skin tone backhand | backhand index pointing left | backhand index pointing left: medium skin tone | finger | hand | index | medium skin tone | point +๐๐พ index pointing left: medium-dark skin tone backhand | backhand index pointing left | backhand index pointing left: medium-dark skin tone | finger | hand | index | medium-dark skin tone | point +๐๐ฟ index pointing left: dark skin tone backhand | backhand index pointing left | backhand index pointing left: dark skin tone | dark skin tone | finger | hand | index | point +๐ index pointing right backhand | backhand index pointing right | finger | hand | index | point +๐๐ป index pointing right: light skin tone backhand | backhand index pointing right | backhand index pointing right: light skin tone | finger | hand | index | light skin tone | point +๐๐ผ index pointing right: medium-light skin tone backhand | backhand index pointing right | backhand index pointing right: medium-light skin tone | finger | hand | index | medium-light skin tone | point +๐๐ฝ index pointing right: medium skin tone backhand | backhand index pointing right | backhand index pointing right: medium skin tone | finger | hand | index | medium skin tone | point +๐๐พ index pointing right: medium-dark skin tone backhand | backhand index pointing right | backhand index pointing right: medium-dark skin tone | finger | hand | index | medium-dark skin tone | point +๐๐ฟ index pointing right: dark skin tone backhand | backhand index pointing right | backhand index pointing right: dark skin tone | dark skin tone | finger | hand | index | point +๐ index pointing up backhand | backhand index pointing up | finger | hand | point | up +๐๐ป index pointing up: light skin tone backhand | backhand index pointing up | backhand index pointing up: light skin tone | finger | hand | light skin tone | point | up +๐๐ผ index pointing up: medium-light skin tone backhand | backhand index pointing up | backhand index pointing up: medium-light skin tone | finger | hand | medium-light skin tone | point | up +๐๐ฝ index pointing up: medium skin tone backhand | backhand index pointing up | backhand index pointing up: medium skin tone | finger | hand | medium skin tone | point | up +๐๐พ index pointing up: medium-dark skin tone backhand | backhand index pointing up | backhand index pointing up: medium-dark skin tone | finger | hand | medium-dark skin tone | point | up +๐๐ฟ index pointing up: dark skin tone backhand | backhand index pointing up | backhand index pointing up: dark skin tone | dark skin tone | finger | hand | point | up +๐ finger finger | hand | middle finger +๐๐ป finger: light skin tone finger | hand | light skin tone | middle finger | middle finger: light skin tone +๐๐ผ finger: medium-light skin tone finger | hand | medium-light skin tone | middle finger | middle finger: medium-light skin tone +๐๐ฝ finger: medium skin tone finger | hand | medium skin tone | middle finger | middle finger: medium skin tone +๐๐พ finger: medium-dark skin tone finger | hand | medium-dark skin tone | middle finger | middle finger: medium-dark skin tone +๐๐ฟ finger: dark skin tone dark skin tone | finger | hand | middle finger | middle finger: dark skin tone +๐ index pointing down backhand | backhand index pointing down | down | finger | hand | point +๐๐ป index pointing down: light skin tone backhand | backhand index pointing down | backhand index pointing down: light skin tone | down | finger | hand | light skin tone | point +๐๐ผ index pointing down: medium-light skin tone backhand | backhand index pointing down | backhand index pointing down: medium-light skin tone | down | finger | hand | medium-light skin tone | point +๐๐ฝ index pointing down: medium skin tone backhand | backhand index pointing down | backhand index pointing down: medium skin tone | down | finger | hand | medium skin tone | point +๐๐พ index pointing down: medium-dark skin tone backhand | backhand index pointing down | backhand index pointing down: medium-dark skin tone | down | finger | hand | medium-dark skin tone | point +๐๐ฟ index pointing down: dark skin tone backhand | backhand index pointing down | backhand index pointing down: dark skin tone | dark skin tone | down | finger | hand | point +โ๏ธ pointing up +โ pointing up finger | hand | index | index pointing up | point | up +โ๐ป pointing up: light skin tone finger | hand | index | index pointing up | index pointing up: light skin tone | light skin tone | point | up +โ๐ผ pointing up: medium-light skin tone finger | hand | index | index pointing up | index pointing up: medium-light skin tone | medium-light skin tone | point | up +โ๐ฝ pointing up: medium skin tone finger | hand | index | index pointing up | index pointing up: medium skin tone | medium skin tone | point | up +โ๐พ pointing up: medium-dark skin tone finger | hand | index | index pointing up | index pointing up: medium-dark skin tone | medium-dark skin tone | point | up +โ๐ฟ pointing up: dark skin tone dark skin tone | finger | hand | index | index pointing up | index pointing up: dark skin tone | point | up +๐ซต pointing at the viewer index pointing at the viewer | point | you +๐ซต๐ป pointing at the viewer: light skin tone index pointing at the viewer | index pointing at the viewer: light skin tone | light skin tone | point | you +๐ซต๐ผ pointing at the viewer: medium-light skin tone index pointing at the viewer | index pointing at the viewer: medium-light skin tone | medium-light skin tone | point | you +๐ซต๐ฝ pointing at the viewer: medium skin tone index pointing at the viewer | index pointing at the viewer: medium skin tone | medium skin tone | point | you +๐ซต๐พ pointing at the viewer: medium-dark skin tone index pointing at the viewer | index pointing at the viewer: medium-dark skin tone | medium-dark skin tone | point | you +๐ซต๐ฟ pointing at the viewer: dark skin tone dark skin tone | index pointing at the viewer | index pointing at the viewer: dark skin tone | point | you +๐ up +1 | hand | thumb | thumbs up | up +๐๐ป up: light skin tone +1 | hand | light skin tone | thumb | thumbs up | thumbs up: light skin tone | up +๐๐ผ up: medium-light skin tone +1 | hand | medium-light skin tone | thumb | thumbs up | thumbs up: medium-light skin tone | up +๐๐ฝ up: medium skin tone +1 | hand | medium skin tone | thumb | thumbs up | thumbs up: medium skin tone | up +๐๐พ up: medium-dark skin tone +1 | hand | medium-dark skin tone | thumb | thumbs up | thumbs up: medium-dark skin tone | up +๐๐ฟ up: dark skin tone +1 | dark skin tone | hand | thumb | thumbs up | thumbs up: dark skin tone | up +๐ down -1 | down | hand | thumb | thumbs down +๐๐ป down: light skin tone -1 | down | hand | light skin tone | thumb | thumbs down | thumbs down: light skin tone +๐๐ผ down: medium-light skin tone -1 | down | hand | medium-light skin tone | thumb | thumbs down | thumbs down: medium-light skin tone +๐๐ฝ down: medium skin tone -1 | down | hand | medium skin tone | thumb | thumbs down | thumbs down: medium skin tone +๐๐พ down: medium-dark skin tone -1 | down | hand | medium-dark skin tone | thumb | thumbs down | thumbs down: medium-dark skin tone +๐๐ฟ down: dark skin tone -1 | dark skin tone | down | hand | thumb | thumbs down | thumbs down: dark skin tone +โ fist clenched | fist | hand | punch | raised fist +โ๐ป fist: light skin tone clenched | fist | hand | light skin tone | punch | raised fist | raised fist: light skin tone +โ๐ผ fist: medium-light skin tone clenched | fist | hand | medium-light skin tone | punch | raised fist | raised fist: medium-light skin tone +โ๐ฝ fist: medium skin tone clenched | fist | hand | medium skin tone | punch | raised fist | raised fist: medium skin tone +โ๐พ fist: medium-dark skin tone clenched | fist | hand | medium-dark skin tone | punch | raised fist | raised fist: medium-dark skin tone +โ๐ฟ fist: dark skin tone clenched | dark skin tone | fist | hand | punch | raised fist | raised fist: dark skin tone +๐ fist clenched | fist | hand | oncoming fist | punch +๐๐ป fist: light skin tone clenched | fist | hand | light skin tone | oncoming fist | oncoming fist: light skin tone | punch +๐๐ผ fist: medium-light skin tone clenched | fist | hand | medium-light skin tone | oncoming fist | oncoming fist: medium-light skin tone | punch +๐๐ฝ fist: medium skin tone clenched | fist | hand | medium skin tone | oncoming fist | oncoming fist: medium skin tone | punch +๐๐พ fist: medium-dark skin tone clenched | fist | hand | medium-dark skin tone | oncoming fist | oncoming fist: medium-dark skin tone | punch +๐๐ฟ fist: dark skin tone clenched | dark skin tone | fist | hand | oncoming fist | oncoming fist: dark skin tone | punch +๐ค fist fist | left-facing fist | leftwards | leftward +๐ค๐ป fist: light skin tone fist | left-facing fist | left-facing fist: light skin tone | leftwards | light skin tone | leftward +๐ค๐ผ fist: medium-light skin tone fist | left-facing fist | left-facing fist: medium-light skin tone | leftwards | medium-light skin tone | leftward +๐ค๐ฝ fist: medium skin tone fist | left-facing fist | left-facing fist: medium skin tone | leftwards | medium skin tone | leftward +๐ค๐พ fist: medium-dark skin tone fist | left-facing fist | left-facing fist: medium-dark skin tone | leftwards | medium-dark skin tone | leftward +๐ค๐ฟ fist: dark skin tone dark skin tone | fist | left-facing fist | left-facing fist: dark skin tone | leftwards | leftward +๐ค fist fist | right-facing fist | rightwards | rightward +๐ค๐ป fist: light skin tone fist | light skin tone | right-facing fist | right-facing fist: light skin tone | rightwards | rightward +๐ค๐ผ fist: medium-light skin tone fist | medium-light skin tone | right-facing fist | right-facing fist: medium-light skin tone | rightwards | rightward +๐ค๐ฝ fist: medium skin tone fist | medium skin tone | right-facing fist | right-facing fist: medium skin tone | rightwards | rightward +๐ค๐พ fist: medium-dark skin tone fist | medium-dark skin tone | right-facing fist | right-facing fist: medium-dark skin tone | rightwards | rightward +๐ค๐ฟ fist: dark skin tone dark skin tone | fist | right-facing fist | right-facing fist: dark skin tone | rightwards | rightward +๐ hands clap | clapping hands | hand +๐๐ป hands: light skin tone clap | clapping hands | clapping hands: light skin tone | hand | light skin tone +๐๐ผ hands: medium-light skin tone clap | clapping hands | clapping hands: medium-light skin tone | hand | medium-light skin tone +๐๐ฝ hands: medium skin tone clap | clapping hands | clapping hands: medium skin tone | hand | medium skin tone +๐๐พ hands: medium-dark skin tone clap | clapping hands | clapping hands: medium-dark skin tone | hand | medium-dark skin tone +๐๐ฟ hands: dark skin tone clap | clapping hands | clapping hands: dark skin tone | dark skin tone | hand +๐ hands celebration | gesture | hand | hooray | raised | raising hands | woo hoo | yay +๐๐ป hands: light skin tone celebration | gesture | hand | hooray | light skin tone | raised | raising hands | raising hands: light skin tone | woo hoo | yay +๐๐ผ hands: medium-light skin tone celebration | gesture | hand | hooray | medium-light skin tone | raised | raising hands | raising hands: medium-light skin tone | woo hoo | yay +๐๐ฝ hands: medium skin tone celebration | gesture | hand | hooray | medium skin tone | raised | raising hands | raising hands: medium skin tone | woo hoo | yay +๐๐พ hands: medium-dark skin tone celebration | gesture | hand | hooray | medium-dark skin tone | raised | raising hands | raising hands: medium-dark skin tone | woo hoo | yay +๐๐ฟ hands: dark skin tone celebration | dark skin tone | gesture | hand | hooray | raised | raising hands | raising hands: dark skin tone | woo hoo | yay +๐ซถ hands heart hands | love +๐ซถ๐ป hands: light skin tone heart hands | heart hands: light skin tone | light skin tone | love +๐ซถ๐ผ hands: medium-light skin tone heart hands | heart hands: medium-light skin tone | love | medium-light skin tone +๐ซถ๐ฝ hands: medium skin tone heart hands | heart hands: medium skin tone | love | medium skin tone +๐ซถ๐พ hands: medium-dark skin tone heart hands | heart hands: medium-dark skin tone | love | medium-dark skin tone +๐ซถ๐ฟ hands: dark skin tone dark skin tone | heart hands | heart hands: dark skin tone | love +๐ hands hand | open | open hands +๐๐ป hands: light skin tone hand | light skin tone | open | open hands | open hands: light skin tone +๐๐ผ hands: medium-light skin tone hand | medium-light skin tone | open | open hands | open hands: medium-light skin tone +๐๐ฝ hands: medium skin tone hand | medium skin tone | open | open hands | open hands: medium skin tone +๐๐พ hands: medium-dark skin tone hand | medium-dark skin tone | open | open hands | open hands: medium-dark skin tone +๐๐ฟ hands: dark skin tone dark skin tone | hand | open | open hands | open hands: dark skin tone +๐คฒ up together palms up together | prayer +๐คฒ๐ป up together: light skin tone light skin tone | palms up together | palms up together: light skin tone | prayer +๐คฒ๐ผ up together: medium-light skin tone medium-light skin tone | palms up together | palms up together: medium-light skin tone | prayer +๐คฒ๐ฝ up together: medium skin tone medium skin tone | palms up together | palms up together: medium skin tone | prayer +๐คฒ๐พ up together: medium-dark skin tone medium-dark skin tone | palms up together | palms up together: medium-dark skin tone | prayer +๐คฒ๐ฟ up together: dark skin tone dark skin tone | palms up together | palms up together: dark skin tone | prayer +๐ค agreement | hand | handshake | meeting | shake +๐ค๐ป light skin tone agreement | hand | handshake | handshake: light skin tone | light skin tone | meeting | shake +๐ค๐ผ medium-light skin tone agreement | hand | handshake | handshake: medium-light skin tone | medium-light skin tone | meeting | shake +๐ค๐ฝ medium skin tone agreement | hand | handshake | handshake: medium skin tone | medium skin tone | meeting | shake +๐ค๐พ medium-dark skin tone agreement | hand | handshake | handshake: medium-dark skin tone | medium-dark skin tone | meeting | shake +๐ค๐ฟ dark skin tone agreement | dark skin tone | hand | handshake | handshake: dark skin tone | meeting | shake +๐ซฑ๐ปโ๐ซฒ๐ผ light skin tone, medium-light skin tone agreement | hand | handshake | handshake: light skin tone, medium-light skin tone | light skin tone | medium-light skin tone | meeting | shake +๐ซฑ๐ปโ๐ซฒ๐ฝ light skin tone, medium skin tone agreement | hand | handshake | handshake: light skin tone, medium skin tone | light skin tone | medium skin tone | meeting | shake +๐ซฑ๐ปโ๐ซฒ๐พ light skin tone, medium-dark skin tone agreement | hand | handshake | handshake: light skin tone, medium-dark skin tone | light skin tone | medium-dark skin tone | meeting | shake +๐ซฑ๐ปโ๐ซฒ๐ฟ light skin tone, dark skin tone agreement | dark skin tone | hand | handshake | handshake: light skin tone, dark skin tone | light skin tone | meeting | shake +๐ซฑ๐ผโ๐ซฒ๐ป medium-light skin tone, light skin tone agreement | hand | handshake | handshake: medium-light skin tone, light skin tone | light skin tone | medium-light skin tone | meeting | shake +๐ซฑ๐ผโ๐ซฒ๐ฝ medium-light skin tone, medium skin tone agreement | hand | handshake | handshake: medium-light skin tone, medium skin tone | medium skin tone | medium-light skin tone | meeting | shake +๐ซฑ๐ผโ๐ซฒ๐พ medium-light skin tone, medium-dark skin tone agreement | hand | handshake | handshake: medium-light skin tone, medium-dark skin tone | medium-dark skin tone | medium-light skin tone | meeting | shake +๐ซฑ๐ผโ๐ซฒ๐ฟ medium-light skin tone, dark skin tone agreement | dark skin tone | hand | handshake | handshake: medium-light skin tone, dark skin tone | medium-light skin tone | meeting | shake +๐ซฑ๐ฝโ๐ซฒ๐ป medium skin tone, light skin tone agreement | hand | handshake | handshake: medium skin tone, light skin tone | light skin tone | medium skin tone | meeting | shake +๐ซฑ๐ฝโ๐ซฒ๐ผ medium skin tone, medium-light skin tone agreement | hand | handshake | handshake: medium skin tone, medium-light skin tone | medium skin tone | medium-light skin tone | meeting | shake +๐ซฑ๐ฝโ๐ซฒ๐พ medium skin tone, medium-dark skin tone agreement | hand | handshake | handshake: medium skin tone, medium-dark skin tone | medium skin tone | medium-dark skin tone | meeting | shake +๐ซฑ๐ฝโ๐ซฒ๐ฟ medium skin tone, dark skin tone agreement | dark skin tone | hand | handshake | handshake: medium skin tone, dark skin tone | medium skin tone | meeting | shake +๐ซฑ๐พโ๐ซฒ๐ป medium-dark skin tone, light skin tone agreement | hand | handshake | handshake: medium-dark skin tone, light skin tone | light skin tone | medium-dark skin tone | meeting | shake +๐ซฑ๐พโ๐ซฒ๐ผ medium-dark skin tone, medium-light skin tone agreement | hand | handshake | handshake: medium-dark skin tone, medium-light skin tone | medium-dark skin tone | medium-light skin tone | meeting | shake +๐ซฑ๐พโ๐ซฒ๐ฝ medium-dark skin tone, medium skin tone agreement | hand | handshake | handshake: medium-dark skin tone, medium skin tone | medium skin tone | medium-dark skin tone | meeting | shake +๐ซฑ๐พโ๐ซฒ๐ฟ medium-dark skin tone, dark skin tone agreement | dark skin tone | hand | handshake | handshake: medium-dark skin tone, dark skin tone | medium-dark skin tone | meeting | shake +๐ซฑ๐ฟโ๐ซฒ๐ป dark skin tone, light skin tone agreement | dark skin tone | hand | handshake | handshake: dark skin tone, light skin tone | light skin tone | meeting | shake +๐ซฑ๐ฟโ๐ซฒ๐ผ dark skin tone, medium-light skin tone agreement | dark skin tone | hand | handshake | handshake: dark skin tone, medium-light skin tone | medium-light skin tone | meeting | shake +๐ซฑ๐ฟโ๐ซฒ๐ฝ dark skin tone, medium skin tone agreement | dark skin tone | hand | handshake | handshake: dark skin tone, medium skin tone | medium skin tone | meeting | shake +๐ซฑ๐ฟโ๐ซฒ๐พ dark skin tone, medium-dark skin tone agreement | dark skin tone | hand | handshake | handshake: dark skin tone, medium-dark skin tone | medium-dark skin tone | meeting | shake +๐ hands ask | folded hands | hand | high 5 | high five | please | pray | thanks +๐๐ป hands: light skin tone ask | folded hands | folded hands: light skin tone | hand | high 5 | high five | light skin tone | please | pray | thanks +๐๐ผ hands: medium-light skin tone ask | folded hands | folded hands: medium-light skin tone | hand | high 5 | high five | medium-light skin tone | please | pray | thanks +๐๐ฝ hands: medium skin tone ask | folded hands | folded hands: medium skin tone | hand | high 5 | high five | medium skin tone | please | pray | thanks +๐๐พ hands: medium-dark skin tone ask | folded hands | folded hands: medium-dark skin tone | hand | high 5 | high five | medium-dark skin tone | please | pray | thanks +๐๐ฟ hands: dark skin tone ask | dark skin tone | folded hands | folded hands: dark skin tone | hand | high 5 | high five | please | pray | thanks +โ๏ธ hand +โ hand hand | write | writing hand +โ๐ป hand: light skin tone hand | light skin tone | write | writing hand | writing hand: light skin tone +โ๐ผ hand: medium-light skin tone hand | medium-light skin tone | write | writing hand | writing hand: medium-light skin tone +โ๐ฝ hand: medium skin tone hand | medium skin tone | write | writing hand | writing hand: medium skin tone +โ๐พ hand: medium-dark skin tone hand | medium-dark skin tone | write | writing hand | writing hand: medium-dark skin tone +โ๐ฟ hand: dark skin tone dark skin tone | hand | write | writing hand | writing hand: dark skin tone +๐
polish care | cosmetics | manicure | nail | polish +๐
๐ป polish: light skin tone care | cosmetics | light skin tone | manicure | nail | nail polish: light skin tone | polish +๐
๐ผ polish: medium-light skin tone care | cosmetics | manicure | medium-light skin tone | nail | nail polish: medium-light skin tone | polish +๐
๐ฝ polish: medium skin tone care | cosmetics | manicure | medium skin tone | nail | nail polish: medium skin tone | polish +๐
๐พ polish: medium-dark skin tone care | cosmetics | manicure | medium-dark skin tone | nail | nail polish: medium-dark skin tone | polish +๐
๐ฟ polish: dark skin tone care | cosmetics | dark skin tone | manicure | nail | nail polish: dark skin tone | polish +๐คณ camera | phone | selfie +๐คณ๐ป light skin tone camera | light skin tone | phone | selfie | selfie: light skin tone +๐คณ๐ผ medium-light skin tone camera | medium-light skin tone | phone | selfie | selfie: medium-light skin tone +๐คณ๐ฝ medium skin tone camera | medium skin tone | phone | selfie | selfie: medium skin tone +๐คณ๐พ medium-dark skin tone camera | medium-dark skin tone | phone | selfie | selfie: medium-dark skin tone +๐คณ๐ฟ dark skin tone camera | dark skin tone | phone | selfie | selfie: dark skin tone +๐ช biceps biceps | comic | flex | flexed biceps | muscle | flexed bicep +๐ช๐ป biceps: light skin tone biceps | comic | flex | flexed biceps | flexed biceps: light skin tone | light skin tone | muscle | flexed bicep | flexed bicep: light skin tone +๐ช๐ผ biceps: medium-light skin tone biceps | comic | flex | flexed biceps | flexed biceps: medium-light skin tone | medium-light skin tone | muscle | flexed bicep | flexed bicep: medium-light skin tone +๐ช๐ฝ biceps: medium skin tone biceps | comic | flex | flexed biceps | flexed biceps: medium skin tone | medium skin tone | muscle | flexed bicep | flexed bicep: medium skin tone +๐ช๐พ biceps: medium-dark skin tone biceps | comic | flex | flexed biceps | flexed biceps: medium-dark skin tone | medium-dark skin tone | muscle | flexed bicep | flexed bicep: medium-dark skin tone +๐ช๐ฟ biceps: dark skin tone biceps | comic | dark skin tone | flex | flexed biceps | flexed biceps: dark skin tone | muscle | flexed bicep | flexed bicep: dark skin tone +๐ฆพ arm accessibility | mechanical arm | prosthetic +๐ฆฟ leg accessibility | mechanical leg | prosthetic +๐ฆต kick | leg | limb +๐ฆต๐ป light skin tone kick | leg | leg: light skin tone | light skin tone | limb +๐ฆต๐ผ medium-light skin tone kick | leg | leg: medium-light skin tone | limb | medium-light skin tone +๐ฆต๐ฝ medium skin tone kick | leg | leg: medium skin tone | limb | medium skin tone +๐ฆต๐พ medium-dark skin tone kick | leg | leg: medium-dark skin tone | limb | medium-dark skin tone +๐ฆต๐ฟ dark skin tone dark skin tone | kick | leg | leg: dark skin tone | limb +๐ฆถ foot | kick | stomp +๐ฆถ๐ป light skin tone foot | foot: light skin tone | kick | light skin tone | stomp +๐ฆถ๐ผ medium-light skin tone foot | foot: medium-light skin tone | kick | medium-light skin tone | stomp +๐ฆถ๐ฝ medium skin tone foot | foot: medium skin tone | kick | medium skin tone | stomp +๐ฆถ๐พ medium-dark skin tone foot | foot: medium-dark skin tone | kick | medium-dark skin tone | stomp +๐ฆถ๐ฟ dark skin tone dark skin tone | foot | foot: dark skin tone | kick | stomp +๐ body | ear +๐๐ป light skin tone body | ear | ear: light skin tone | light skin tone +๐๐ผ medium-light skin tone body | ear | ear: medium-light skin tone | medium-light skin tone +๐๐ฝ medium skin tone body | ear | ear: medium skin tone | medium skin tone +๐๐พ medium-dark skin tone body | ear | ear: medium-dark skin tone | medium-dark skin tone +๐๐ฟ dark skin tone body | dark skin tone | ear | ear: dark skin tone +๐ฆป with hearing aid accessibility | ear with hearing aid | hard of hearing | hearing impaired +๐ฆป๐ป with hearing aid: light skin tone accessibility | ear with hearing aid | ear with hearing aid: light skin tone | hard of hearing | light skin tone | hearing impaired +๐ฆป๐ผ with hearing aid: medium-light skin tone accessibility | ear with hearing aid | ear with hearing aid: medium-light skin tone | hard of hearing | medium-light skin tone | hearing impaired +๐ฆป๐ฝ with hearing aid: medium skin tone accessibility | ear with hearing aid | ear with hearing aid: medium skin tone | hard of hearing | medium skin tone | hearing impaired +๐ฆป๐พ with hearing aid: medium-dark skin tone accessibility | ear with hearing aid | ear with hearing aid: medium-dark skin tone | hard of hearing | medium-dark skin tone | hearing impaired +๐ฆป๐ฟ with hearing aid: dark skin tone accessibility | dark skin tone | ear with hearing aid | ear with hearing aid: dark skin tone | hard of hearing | hearing impaired +๐ body | nose +๐๐ป light skin tone body | light skin tone | nose | nose: light skin tone +๐๐ผ medium-light skin tone body | medium-light skin tone | nose | nose: medium-light skin tone +๐๐ฝ medium skin tone body | medium skin tone | nose | nose: medium skin tone +๐๐พ medium-dark skin tone body | medium-dark skin tone | nose | nose: medium-dark skin tone +๐๐ฟ dark skin tone body | dark skin tone | nose | nose: dark skin tone +๐ง brain | intelligent +๐ซ heart anatomical | cardiology | heart | organ | pulse | anatomical heart +๐ซ breath | exhalation | inhalation | lungs | organ | respiration +๐ฆท dentist | tooth +๐ฆด bone | skeleton +๐ eye | eyes | face +๐๏ธ brown eyes +๐ body | eye +๐
body | tongue +๐ lips | mouth +๐ซฆ lip anxious | biting lip | fear | flirting | nervous | uncomfortable | worried +๐ถ baby | young +๐ถ๐ป light skin tone baby | baby: light skin tone | light skin tone | young +๐ถ๐ผ medium-light skin tone baby | baby: medium-light skin tone | medium-light skin tone | young +๐ถ๐ฝ medium skin tone baby | baby: medium skin tone | medium skin tone | young +๐ถ๐พ medium-dark skin tone baby | baby: medium-dark skin tone | medium-dark skin tone | young +๐ถ๐ฟ dark skin tone baby | baby: dark skin tone | dark skin tone | young +๐ง child | gender-neutral | unspecified gender | young +๐ง๐ป light skin tone child | child: light skin tone | gender-neutral | light skin tone | unspecified gender | young +๐ง๐ผ medium-light skin tone child | child: medium-light skin tone | gender-neutral | medium-light skin tone | unspecified gender | young +๐ง๐ฝ medium skin tone child | child: medium skin tone | gender-neutral | medium skin tone | unspecified gender | young +๐ง๐พ medium-dark skin tone child | child: medium-dark skin tone | gender-neutral | medium-dark skin tone | unspecified gender | young +๐ง๐ฟ dark skin tone child | child: dark skin tone | dark skin tone | gender-neutral | unspecified gender | young +๐ฆ boy | young | young person +๐ฆ๐ป light skin tone boy | boy: light skin tone | light skin tone | young | young person +๐ฆ๐ผ medium-light skin tone boy | boy: medium-light skin tone | medium-light skin tone | young | young person +๐ฆ๐ฝ medium skin tone boy | boy: medium skin tone | medium skin tone | young | young person +๐ฆ๐พ medium-dark skin tone boy | boy: medium-dark skin tone | medium-dark skin tone | young | young person +๐ฆ๐ฟ dark skin tone boy | boy: dark skin tone | dark skin tone | young | young person +๐ง girl | Virgo | young | zodiac | young person +๐ง๐ป light skin tone girl | girl: light skin tone | light skin tone | Virgo | young | zodiac | young person +๐ง๐ผ medium-light skin tone girl | girl: medium-light skin tone | medium-light skin tone | Virgo | young | zodiac | young person +๐ง๐ฝ medium skin tone girl | girl: medium skin tone | medium skin tone | Virgo | young | zodiac | young person +๐ง๐พ medium-dark skin tone girl | girl: medium-dark skin tone | medium-dark skin tone | Virgo | young | zodiac | young person +๐ง๐ฟ dark skin tone dark skin tone | girl | girl: dark skin tone | Virgo | young | zodiac | young person +๐ง adult | gender-neutral | person | unspecified gender +๐ง๐ป light skin tone adult | gender-neutral | light skin tone | person | person: light skin tone | unspecified gender +๐ง๐ผ medium-light skin tone adult | gender-neutral | medium-light skin tone | person | person: medium-light skin tone | unspecified gender +๐ง๐ฝ medium skin tone adult | gender-neutral | medium skin tone | person | person: medium skin tone | unspecified gender +๐ง๐พ medium-dark skin tone adult | gender-neutral | medium-dark skin tone | person | person: medium-dark skin tone | unspecified gender +๐ง๐ฟ dark skin tone adult | dark skin tone | gender-neutral | person | person: dark skin tone | unspecified gender +๐ฑ blond hair blond | blond-haired person | hair | person: blond hair +๐ฑ๐ป light skin tone, blond hair blond | blond-haired person | hair | light skin tone | person: blond hair | person: light skin tone, blond hair +๐ฑ๐ผ medium-light skin tone, blond hair blond | blond-haired person | hair | medium-light skin tone | person: blond hair | person: medium-light skin tone, blond hair +๐ฑ๐ฝ medium skin tone, blond hair blond | blond-haired person | hair | medium skin tone | person: blond hair | person: medium skin tone, blond hair +๐ฑ๐พ medium-dark skin tone, blond hair blond | blond-haired person | hair | medium-dark skin tone | person: blond hair | person: medium-dark skin tone, blond hair +๐ฑ๐ฟ dark skin tone, blond hair blond | blond-haired person | dark skin tone | hair | person: blond hair | person: dark skin tone, blond hair +๐จ adult | man +๐จ๐ป light skin tone adult | light skin tone | man | man: light skin tone +๐จ๐ผ medium-light skin tone adult | man | man: medium-light skin tone | medium-light skin tone +๐จ๐ฝ medium skin tone adult | man | man: medium skin tone | medium skin tone +๐จ๐พ medium-dark skin tone adult | man | man: medium-dark skin tone | medium-dark skin tone +๐จ๐ฟ dark skin tone adult | dark skin tone | man | man: dark skin tone +๐ง beard beard | person | person: beard +๐ง๐ป light skin tone, beard beard | light skin tone | person | person: beard | person: light skin tone, beard +๐ง๐ผ medium-light skin tone, beard beard | medium-light skin tone | person | person: beard | person: medium-light skin tone, beard +๐ง๐ฝ medium skin tone, beard beard | medium skin tone | person | person: beard | person: medium skin tone, beard +๐ง๐พ medium-dark skin tone, beard beard | medium-dark skin tone | person | person: beard | person: medium-dark skin tone, beard +๐ง๐ฟ dark skin tone, beard beard | dark skin tone | person | person: beard | person: dark skin tone, beard +๐งโโ๏ธ beard +๐งโโ beard beard | man | man: beard +๐ง๐ปโโ๏ธ light skin tone, beard +๐ง๐ปโโ light skin tone, beard beard | light skin tone | man | man: beard | man: light skin tone, beard +๐ง๐ผโโ๏ธ medium-light skin tone, beard +๐ง๐ผโโ medium-light skin tone, beard beard | man | man: beard | man: medium-light skin tone, beard | medium-light skin tone +๐ง๐ฝโโ๏ธ medium skin tone, beard +๐ง๐ฝโโ medium skin tone, beard beard | man | man: beard | man: medium skin tone, beard | medium skin tone +๐ง๐พโโ๏ธ medium-dark skin tone, beard +๐ง๐พโโ medium-dark skin tone, beard beard | man | man: beard | man: medium-dark skin tone, beard | medium-dark skin tone +๐ง๐ฟโโ๏ธ dark skin tone, beard +๐ง๐ฟโโ dark skin tone, beard beard | dark skin tone | man | man: beard | man: dark skin tone, beard +๐งโโ๏ธ beard +๐งโโ beard beard | woman | woman: beard +๐ง๐ปโโ๏ธ light skin tone, beard +๐ง๐ปโโ light skin tone, beard beard | light skin tone | woman | woman: beard | woman: light skin tone, beard +๐ง๐ผโโ๏ธ medium-light skin tone, beard +๐ง๐ผโโ medium-light skin tone, beard beard | medium-light skin tone | woman | woman: beard | woman: medium-light skin tone, beard +๐ง๐ฝโโ๏ธ medium skin tone, beard +๐ง๐ฝโโ medium skin tone, beard beard | medium skin tone | woman | woman: beard | woman: medium skin tone, beard +๐ง๐พโโ๏ธ medium-dark skin tone, beard +๐ง๐พโโ medium-dark skin tone, beard beard | medium-dark skin tone | woman | woman: beard | woman: medium-dark skin tone, beard +๐ง๐ฟโโ๏ธ dark skin tone, beard +๐ง๐ฟโโ dark skin tone, beard beard | dark skin tone | woman | woman: beard | woman: dark skin tone, beard +๐จโ๐ฆฐ red hair adult | man | man: red hair | red hair +๐จ๐ปโ๐ฆฐ light skin tone, red hair adult | light skin tone | man | man: light skin tone, red hair | red hair +๐จ๐ผโ๐ฆฐ medium-light skin tone, red hair adult | man | man: medium-light skin tone, red hair | medium-light skin tone | red hair +๐จ๐ฝโ๐ฆฐ medium skin tone, red hair adult | man | man: medium skin tone, red hair | medium skin tone | red hair +๐จ๐พโ๐ฆฐ medium-dark skin tone, red hair adult | man | man: medium-dark skin tone, red hair | medium-dark skin tone | red hair +๐จ๐ฟโ๐ฆฐ dark skin tone, red hair adult | dark skin tone | man | man: dark skin tone, red hair | red hair +๐จโ๐ฆฑ curly hair adult | curly hair | man | man: curly hair +๐จ๐ปโ๐ฆฑ light skin tone, curly hair adult | curly hair | light skin tone | man | man: light skin tone, curly hair +๐จ๐ผโ๐ฆฑ medium-light skin tone, curly hair adult | curly hair | man | man: medium-light skin tone, curly hair | medium-light skin tone +๐จ๐ฝโ๐ฆฑ medium skin tone, curly hair adult | curly hair | man | man: medium skin tone, curly hair | medium skin tone +๐จ๐พโ๐ฆฑ medium-dark skin tone, curly hair adult | curly hair | man | man: medium-dark skin tone, curly hair | medium-dark skin tone +๐จ๐ฟโ๐ฆฑ dark skin tone, curly hair adult | curly hair | dark skin tone | man | man: dark skin tone, curly hair +๐จโ๐ฆณ white hair adult | man | man: white hair | white hair +๐จ๐ปโ๐ฆณ light skin tone, white hair adult | light skin tone | man | man: light skin tone, white hair | white hair +๐จ๐ผโ๐ฆณ medium-light skin tone, white hair adult | man | man: medium-light skin tone, white hair | medium-light skin tone | white hair +๐จ๐ฝโ๐ฆณ medium skin tone, white hair adult | man | man: medium skin tone, white hair | medium skin tone | white hair +๐จ๐พโ๐ฆณ medium-dark skin tone, white hair adult | man | man: medium-dark skin tone, white hair | medium-dark skin tone | white hair +๐จ๐ฟโ๐ฆณ dark skin tone, white hair adult | dark skin tone | man | man: dark skin tone, white hair | white hair +๐จโ๐ฆฒ bald adult | bald | man | man: bald +๐จ๐ปโ๐ฆฒ light skin tone, bald adult | bald | light skin tone | man | man: light skin tone, bald +๐จ๐ผโ๐ฆฒ medium-light skin tone, bald adult | bald | man | man: medium-light skin tone, bald | medium-light skin tone +๐จ๐ฝโ๐ฆฒ medium skin tone, bald adult | bald | man | man: medium skin tone, bald | medium skin tone +๐จ๐พโ๐ฆฒ medium-dark skin tone, bald adult | bald | man | man: medium-dark skin tone, bald | medium-dark skin tone +๐จ๐ฟโ๐ฆฒ dark skin tone, bald adult | bald | dark skin tone | man | man: dark skin tone, bald +๐ฉ adult | woman +๐ฉ๐ป light skin tone adult | light skin tone | woman | woman: light skin tone +๐ฉ๐ผ medium-light skin tone adult | medium-light skin tone | woman | woman: medium-light skin tone +๐ฉ๐ฝ medium skin tone adult | medium skin tone | woman | woman: medium skin tone +๐ฉ๐พ medium-dark skin tone adult | medium-dark skin tone | woman | woman: medium-dark skin tone +๐ฉ๐ฟ dark skin tone adult | dark skin tone | woman | woman: dark skin tone +๐ฉโ๐ฆฐ red hair adult | red hair | woman | woman: red hair +๐ฉ๐ปโ๐ฆฐ light skin tone, red hair adult | light skin tone | red hair | woman | woman: light skin tone, red hair +๐ฉ๐ผโ๐ฆฐ medium-light skin tone, red hair adult | medium-light skin tone | red hair | woman | woman: medium-light skin tone, red hair +๐ฉ๐ฝโ๐ฆฐ medium skin tone, red hair adult | medium skin tone | red hair | woman | woman: medium skin tone, red hair +๐ฉ๐พโ๐ฆฐ medium-dark skin tone, red hair adult | medium-dark skin tone | red hair | woman | woman: medium-dark skin tone, red hair +๐ฉ๐ฟโ๐ฆฐ dark skin tone, red hair adult | dark skin tone | red hair | woman | woman: dark skin tone, red hair +๐งโ๐ฆฐ red hair adult | gender-neutral | person | person: red hair | red hair | unspecified gender +๐ง๐ปโ๐ฆฐ light skin tone, red hair adult | gender-neutral | light skin tone | person | person: light skin tone, red hair | red hair | unspecified gender +๐ง๐ผโ๐ฆฐ medium-light skin tone, red hair adult | gender-neutral | medium-light skin tone | person | person: medium-light skin tone, red hair | red hair | unspecified gender +๐ง๐ฝโ๐ฆฐ medium skin tone, red hair adult | gender-neutral | medium skin tone | person | person: medium skin tone, red hair | red hair | unspecified gender +๐ง๐พโ๐ฆฐ medium-dark skin tone, red hair adult | gender-neutral | medium-dark skin tone | person | person: medium-dark skin tone, red hair | red hair | unspecified gender +๐ง๐ฟโ๐ฆฐ dark skin tone, red hair adult | dark skin tone | gender-neutral | person | person: dark skin tone, red hair | red hair | unspecified gender +๐ฉโ๐ฆฑ curly hair adult | curly hair | woman | woman: curly hair +๐ฉ๐ปโ๐ฆฑ light skin tone, curly hair adult | curly hair | light skin tone | woman | woman: light skin tone, curly hair +๐ฉ๐ผโ๐ฆฑ medium-light skin tone, curly hair adult | curly hair | medium-light skin tone | woman | woman: medium-light skin tone, curly hair +๐ฉ๐ฝโ๐ฆฑ medium skin tone, curly hair adult | curly hair | medium skin tone | woman | woman: medium skin tone, curly hair +๐ฉ๐พโ๐ฆฑ medium-dark skin tone, curly hair adult | curly hair | medium-dark skin tone | woman | woman: medium-dark skin tone, curly hair +๐ฉ๐ฟโ๐ฆฑ dark skin tone, curly hair adult | curly hair | dark skin tone | woman | woman: dark skin tone, curly hair +๐งโ๐ฆฑ curly hair adult | curly hair | gender-neutral | person | person: curly hair | unspecified gender +๐ง๐ปโ๐ฆฑ light skin tone, curly hair adult | curly hair | gender-neutral | light skin tone | person | person: light skin tone, curly hair | unspecified gender +๐ง๐ผโ๐ฆฑ medium-light skin tone, curly hair adult | curly hair | gender-neutral | medium-light skin tone | person | person: medium-light skin tone, curly hair | unspecified gender +๐ง๐ฝโ๐ฆฑ medium skin tone, curly hair adult | curly hair | gender-neutral | medium skin tone | person | person: medium skin tone, curly hair | unspecified gender +๐ง๐พโ๐ฆฑ medium-dark skin tone, curly hair adult | curly hair | gender-neutral | medium-dark skin tone | person | person: medium-dark skin tone, curly hair | unspecified gender +๐ง๐ฟโ๐ฆฑ dark skin tone, curly hair adult | curly hair | dark skin tone | gender-neutral | person | person: dark skin tone, curly hair | unspecified gender +๐ฉโ๐ฆณ white hair adult | white hair | woman | woman: white hair +๐ฉ๐ปโ๐ฆณ light skin tone, white hair adult | light skin tone | white hair | woman | woman: light skin tone, white hair +๐ฉ๐ผโ๐ฆณ medium-light skin tone, white hair adult | medium-light skin tone | white hair | woman | woman: medium-light skin tone, white hair +๐ฉ๐ฝโ๐ฆณ medium skin tone, white hair adult | medium skin tone | white hair | woman | woman: medium skin tone, white hair +๐ฉ๐พโ๐ฆณ medium-dark skin tone, white hair adult | medium-dark skin tone | white hair | woman | woman: medium-dark skin tone, white hair +๐ฉ๐ฟโ๐ฆณ dark skin tone, white hair adult | dark skin tone | white hair | woman | woman: dark skin tone, white hair +๐งโ๐ฆณ white hair adult | gender-neutral | person | person: white hair | unspecified gender | white hair +๐ง๐ปโ๐ฆณ light skin tone, white hair adult | gender-neutral | light skin tone | person | person: light skin tone, white hair | unspecified gender | white hair +๐ง๐ผโ๐ฆณ medium-light skin tone, white hair adult | gender-neutral | medium-light skin tone | person | person: medium-light skin tone, white hair | unspecified gender | white hair +๐ง๐ฝโ๐ฆณ medium skin tone, white hair adult | gender-neutral | medium skin tone | person | person: medium skin tone, white hair | unspecified gender | white hair +๐ง๐พโ๐ฆณ medium-dark skin tone, white hair adult | gender-neutral | medium-dark skin tone | person | person: medium-dark skin tone, white hair | unspecified gender | white hair +๐ง๐ฟโ๐ฆณ dark skin tone, white hair adult | dark skin tone | gender-neutral | person | person: dark skin tone, white hair | unspecified gender | white hair +๐ฉโ๐ฆฒ bald adult | bald | woman | woman: bald +๐ฉ๐ปโ๐ฆฒ light skin tone, bald adult | bald | light skin tone | woman | woman: light skin tone, bald +๐ฉ๐ผโ๐ฆฒ medium-light skin tone, bald adult | bald | medium-light skin tone | woman | woman: medium-light skin tone, bald +๐ฉ๐ฝโ๐ฆฒ medium skin tone, bald adult | bald | medium skin tone | woman | woman: medium skin tone, bald +๐ฉ๐พโ๐ฆฒ medium-dark skin tone, bald adult | bald | medium-dark skin tone | woman | woman: medium-dark skin tone, bald +๐ฉ๐ฟโ๐ฆฒ dark skin tone, bald adult | bald | dark skin tone | woman | woman: dark skin tone, bald +๐งโ๐ฆฒ bald adult | bald | gender-neutral | person | person: bald | unspecified gender +๐ง๐ปโ๐ฆฒ light skin tone, bald adult | bald | gender-neutral | light skin tone | person | person: light skin tone, bald | unspecified gender +๐ง๐ผโ๐ฆฒ medium-light skin tone, bald adult | bald | gender-neutral | medium-light skin tone | person | person: medium-light skin tone, bald | unspecified gender +๐ง๐ฝโ๐ฆฒ medium skin tone, bald adult | bald | gender-neutral | medium skin tone | person | person: medium skin tone, bald | unspecified gender +๐ง๐พโ๐ฆฒ medium-dark skin tone, bald adult | bald | gender-neutral | medium-dark skin tone | person | person: medium-dark skin tone, bald | unspecified gender +๐ง๐ฟโ๐ฆฒ dark skin tone, bald adult | bald | dark skin tone | gender-neutral | person | person: dark skin tone, bald | unspecified gender +๐ฑโโ๏ธ blond hair +๐ฑโโ blond hair blond-haired woman | blonde | hair | woman | woman: blond hair +๐ฑ๐ปโโ๏ธ light skin tone, blond hair +๐ฑ๐ปโโ light skin tone, blond hair blond hair | blond-haired woman | blonde | hair | light skin tone | woman | woman: blond hair | woman: light skin tone, blond hair +๐ฑ๐ผโโ๏ธ medium-light skin tone, blond hair +๐ฑ๐ผโโ medium-light skin tone, blond hair blond hair | blond-haired woman | blonde | hair | medium-light skin tone | woman | woman: blond hair | woman: medium-light skin tone, blond hair +๐ฑ๐ฝโโ๏ธ medium skin tone, blond hair +๐ฑ๐ฝโโ medium skin tone, blond hair blond hair | blond-haired woman | blonde | hair | medium skin tone | woman | woman: blond hair | woman: medium skin tone, blond hair +๐ฑ๐พโโ๏ธ medium-dark skin tone, blond hair +๐ฑ๐พโโ medium-dark skin tone, blond hair blond hair | blond-haired woman | blonde | hair | medium-dark skin tone | woman | woman: blond hair | woman: medium-dark skin tone, blond hair +๐ฑ๐ฟโโ๏ธ dark skin tone, blond hair +๐ฑ๐ฟโโ dark skin tone, blond hair blond hair | blond-haired woman | blonde | dark skin tone | hair | woman | woman: blond hair | woman: dark skin tone, blond hair +๐ฑโโ๏ธ blond hair +๐ฑโโ blond hair blond | blond-haired man | hair | man | man: blond hair +๐ฑ๐ปโโ๏ธ light skin tone, blond hair +๐ฑ๐ปโโ light skin tone, blond hair blond | blond-haired man | hair | light skin tone | man | man: blond hair | man: light skin tone, blond hair +๐ฑ๐ผโโ๏ธ medium-light skin tone, blond hair +๐ฑ๐ผโโ medium-light skin tone, blond hair blond | blond-haired man | hair | man | man: blond hair | man: medium-light skin tone, blond hair | medium-light skin tone +๐ฑ๐ฝโโ๏ธ medium skin tone, blond hair +๐ฑ๐ฝโโ medium skin tone, blond hair blond | blond-haired man | hair | man | man: blond hair | man: medium skin tone, blond hair | medium skin tone +๐ฑ๐พโโ๏ธ medium-dark skin tone, blond hair +๐ฑ๐พโโ medium-dark skin tone, blond hair blond | blond-haired man | hair | man | man: blond hair | man: medium-dark skin tone, blond hair | medium-dark skin tone +๐ฑ๐ฟโโ๏ธ dark skin tone, blond hair +๐ฑ๐ฟโโ dark skin tone, blond hair blond | blond-haired man | dark skin tone | hair | man | man: blond hair | man: dark skin tone, blond hair +๐ง person adult | gender-neutral | old | older person | unspecified gender +๐ง๐ป person: light skin tone adult | gender-neutral | light skin tone | old | older person | older person: light skin tone | unspecified gender +๐ง๐ผ person: medium-light skin tone adult | gender-neutral | medium-light skin tone | old | older person | older person: medium-light skin tone | unspecified gender +๐ง๐ฝ person: medium skin tone adult | gender-neutral | medium skin tone | old | older person | older person: medium skin tone | unspecified gender +๐ง๐พ person: medium-dark skin tone adult | gender-neutral | medium-dark skin tone | old | older person | older person: medium-dark skin tone | unspecified gender +๐ง๐ฟ person: dark skin tone adult | dark skin tone | gender-neutral | old | older person | older person: dark skin tone | unspecified gender +๐ด man adult | man | old +๐ด๐ป man: light skin tone adult | light skin tone | man | old | old man: light skin tone +๐ด๐ผ man: medium-light skin tone adult | man | medium-light skin tone | old | old man: medium-light skin tone +๐ด๐ฝ man: medium skin tone adult | man | medium skin tone | old | old man: medium skin tone +๐ด๐พ man: medium-dark skin tone adult | man | medium-dark skin tone | old | old man: medium-dark skin tone +๐ด๐ฟ man: dark skin tone adult | dark skin tone | man | old | old man: dark skin tone +๐ต woman adult | old | woman +๐ต๐ป woman: light skin tone adult | light skin tone | old | old woman: light skin tone | woman +๐ต๐ผ woman: medium-light skin tone adult | medium-light skin tone | old | old woman: medium-light skin tone | woman +๐ต๐ฝ woman: medium skin tone adult | medium skin tone | old | old woman: medium skin tone | woman +๐ต๐พ woman: medium-dark skin tone adult | medium-dark skin tone | old | old woman: medium-dark skin tone | woman +๐ต๐ฟ woman: dark skin tone adult | dark skin tone | old | old woman: dark skin tone | woman +๐ frowning frown | gesture | person frowning +๐๐ป frowning: light skin tone frown | gesture | light skin tone | person frowning | person frowning: light skin tone +๐๐ผ frowning: medium-light skin tone frown | gesture | medium-light skin tone | person frowning | person frowning: medium-light skin tone +๐๐ฝ frowning: medium skin tone frown | gesture | medium skin tone | person frowning | person frowning: medium skin tone +๐๐พ frowning: medium-dark skin tone frown | gesture | medium-dark skin tone | person frowning | person frowning: medium-dark skin tone +๐๐ฟ frowning: dark skin tone dark skin tone | frown | gesture | person frowning | person frowning: dark skin tone +๐โโ๏ธ frowning +๐โโ frowning frowning | gesture | man +๐๐ปโโ๏ธ frowning: light skin tone +๐๐ปโโ frowning: light skin tone frowning | gesture | light skin tone | man | man frowning: light skin tone +๐๐ผโโ๏ธ frowning: medium-light skin tone +๐๐ผโโ frowning: medium-light skin tone frowning | gesture | man | man frowning: medium-light skin tone | medium-light skin tone +๐๐ฝโโ๏ธ frowning: medium skin tone +๐๐ฝโโ frowning: medium skin tone frowning | gesture | man | man frowning: medium skin tone | medium skin tone +๐๐พโโ๏ธ frowning: medium-dark skin tone +๐๐พโโ frowning: medium-dark skin tone frowning | gesture | man | man frowning: medium-dark skin tone | medium-dark skin tone +๐๐ฟโโ๏ธ frowning: dark skin tone +๐๐ฟโโ frowning: dark skin tone dark skin tone | frowning | gesture | man | man frowning: dark skin tone +๐โโ๏ธ frowning +๐โโ frowning frowning | gesture | woman +๐๐ปโโ๏ธ frowning: light skin tone +๐๐ปโโ frowning: light skin tone frowning | gesture | light skin tone | woman | woman frowning: light skin tone +๐๐ผโโ๏ธ frowning: medium-light skin tone +๐๐ผโโ frowning: medium-light skin tone frowning | gesture | medium-light skin tone | woman | woman frowning: medium-light skin tone +๐๐ฝโโ๏ธ frowning: medium skin tone +๐๐ฝโโ frowning: medium skin tone frowning | gesture | medium skin tone | woman | woman frowning: medium skin tone +๐๐พโโ๏ธ frowning: medium-dark skin tone +๐๐พโโ frowning: medium-dark skin tone frowning | gesture | medium-dark skin tone | woman | woman frowning: medium-dark skin tone +๐๐ฟโโ๏ธ frowning: dark skin tone +๐๐ฟโโ frowning: dark skin tone dark skin tone | frowning | gesture | woman | woman frowning: dark skin tone +๐ pouting gesture | person pouting | pouting | facial expression +๐๐ป pouting: light skin tone gesture | light skin tone | person pouting | person pouting: light skin tone | pouting | facial expression +๐๐ผ pouting: medium-light skin tone gesture | medium-light skin tone | person pouting | person pouting: medium-light skin tone | pouting | facial expression +๐๐ฝ pouting: medium skin tone gesture | medium skin tone | person pouting | person pouting: medium skin tone | pouting | facial expression +๐๐พ pouting: medium-dark skin tone gesture | medium-dark skin tone | person pouting | person pouting: medium-dark skin tone | pouting | facial expression +๐๐ฟ pouting: dark skin tone dark skin tone | gesture | person pouting | person pouting: dark skin tone | pouting | facial expression +๐โโ๏ธ pouting +๐โโ pouting gesture | man | pouting +๐๐ปโโ๏ธ pouting: light skin tone +๐๐ปโโ pouting: light skin tone gesture | light skin tone | man | man pouting: light skin tone | pouting +๐๐ผโโ๏ธ pouting: medium-light skin tone +๐๐ผโโ pouting: medium-light skin tone gesture | man | man pouting: medium-light skin tone | medium-light skin tone | pouting +๐๐ฝโโ๏ธ pouting: medium skin tone +๐๐ฝโโ pouting: medium skin tone gesture | man | man pouting: medium skin tone | medium skin tone | pouting +๐๐พโโ๏ธ pouting: medium-dark skin tone +๐๐พโโ pouting: medium-dark skin tone gesture | man | man pouting: medium-dark skin tone | medium-dark skin tone | pouting +๐๐ฟโโ๏ธ pouting: dark skin tone +๐๐ฟโโ pouting: dark skin tone dark skin tone | gesture | man | man pouting: dark skin tone | pouting +๐โโ๏ธ pouting +๐โโ pouting gesture | pouting | woman +๐๐ปโโ๏ธ pouting: light skin tone +๐๐ปโโ pouting: light skin tone gesture | light skin tone | pouting | woman | woman pouting: light skin tone +๐๐ผโโ๏ธ pouting: medium-light skin tone +๐๐ผโโ pouting: medium-light skin tone gesture | medium-light skin tone | pouting | woman | woman pouting: medium-light skin tone +๐๐ฝโโ๏ธ pouting: medium skin tone +๐๐ฝโโ pouting: medium skin tone gesture | medium skin tone | pouting | woman | woman pouting: medium skin tone +๐๐พโโ๏ธ pouting: medium-dark skin tone +๐๐พโโ pouting: medium-dark skin tone gesture | medium-dark skin tone | pouting | woman | woman pouting: medium-dark skin tone +๐๐ฟโโ๏ธ pouting: dark skin tone +๐๐ฟโโ pouting: dark skin tone dark skin tone | gesture | pouting | woman | woman pouting: dark skin tone +๐
gesturing NO forbidden | gesture | hand | person gesturing NO | prohibited +๐
๐ป gesturing NO: light skin tone forbidden | gesture | hand | light skin tone | person gesturing NO | person gesturing NO: light skin tone | prohibited +๐
๐ผ gesturing NO: medium-light skin tone forbidden | gesture | hand | medium-light skin tone | person gesturing NO | person gesturing NO: medium-light skin tone | prohibited +๐
๐ฝ gesturing NO: medium skin tone forbidden | gesture | hand | medium skin tone | person gesturing NO | person gesturing NO: medium skin tone | prohibited +๐
๐พ gesturing NO: medium-dark skin tone forbidden | gesture | hand | medium-dark skin tone | person gesturing NO | person gesturing NO: medium-dark skin tone | prohibited +๐
๐ฟ gesturing NO: dark skin tone dark skin tone | forbidden | gesture | hand | person gesturing NO | person gesturing NO: dark skin tone | prohibited +๐
โโ๏ธ gesturing NO +๐
โโ gesturing NO forbidden | gesture | hand | man | man gesturing NO | prohibited +๐
๐ปโโ๏ธ gesturing NO: light skin tone +๐
๐ปโโ gesturing NO: light skin tone forbidden | gesture | hand | light skin tone | man | man gesturing NO | man gesturing NO: light skin tone | prohibited +๐
๐ผโโ๏ธ gesturing NO: medium-light skin tone +๐
๐ผโโ gesturing NO: medium-light skin tone forbidden | gesture | hand | man | man gesturing NO | man gesturing NO: medium-light skin tone | medium-light skin tone | prohibited +๐
๐ฝโโ๏ธ gesturing NO: medium skin tone +๐
๐ฝโโ gesturing NO: medium skin tone forbidden | gesture | hand | man | man gesturing NO | man gesturing NO: medium skin tone | medium skin tone | prohibited +๐
๐พโโ๏ธ gesturing NO: medium-dark skin tone +๐
๐พโโ gesturing NO: medium-dark skin tone forbidden | gesture | hand | man | man gesturing NO | man gesturing NO: medium-dark skin tone | medium-dark skin tone | prohibited +๐
๐ฟโโ๏ธ gesturing NO: dark skin tone +๐
๐ฟโโ gesturing NO: dark skin tone dark skin tone | forbidden | gesture | hand | man | man gesturing NO | man gesturing NO: dark skin tone | prohibited +๐
โโ๏ธ gesturing NO +๐
โโ gesturing NO forbidden | gesture | hand | prohibited | woman | woman gesturing NO +๐
๐ปโโ๏ธ gesturing NO: light skin tone +๐
๐ปโโ gesturing NO: light skin tone forbidden | gesture | hand | light skin tone | prohibited | woman | woman gesturing NO | woman gesturing NO: light skin tone +๐
๐ผโโ๏ธ gesturing NO: medium-light skin tone +๐
๐ผโโ gesturing NO: medium-light skin tone forbidden | gesture | hand | medium-light skin tone | prohibited | woman | woman gesturing NO | woman gesturing NO: medium-light skin tone +๐
๐ฝโโ๏ธ gesturing NO: medium skin tone +๐
๐ฝโโ gesturing NO: medium skin tone forbidden | gesture | hand | medium skin tone | prohibited | woman | woman gesturing NO | woman gesturing NO: medium skin tone +๐
๐พโโ๏ธ gesturing NO: medium-dark skin tone +๐
๐พโโ gesturing NO: medium-dark skin tone forbidden | gesture | hand | medium-dark skin tone | prohibited | woman | woman gesturing NO | woman gesturing NO: medium-dark skin tone +๐
๐ฟโโ๏ธ gesturing NO: dark skin tone +๐
๐ฟโโ gesturing NO: dark skin tone dark skin tone | forbidden | gesture | hand | prohibited | woman | woman gesturing NO | woman gesturing NO: dark skin tone +๐ gesturing OK gesture | hand | OK | person gesturing OK +๐๐ป gesturing OK: light skin tone gesture | hand | light skin tone | OK | person gesturing OK | person gesturing OK: light skin tone +๐๐ผ gesturing OK: medium-light skin tone gesture | hand | medium-light skin tone | OK | person gesturing OK | person gesturing OK: medium-light skin tone +๐๐ฝ gesturing OK: medium skin tone gesture | hand | medium skin tone | OK | person gesturing OK | person gesturing OK: medium skin tone +๐๐พ gesturing OK: medium-dark skin tone gesture | hand | medium-dark skin tone | OK | person gesturing OK | person gesturing OK: medium-dark skin tone +๐๐ฟ gesturing OK: dark skin tone dark skin tone | gesture | hand | OK | person gesturing OK | person gesturing OK: dark skin tone +๐โโ๏ธ gesturing OK +๐โโ gesturing OK gesture | hand | man | man gesturing OK | OK +๐๐ปโโ๏ธ gesturing OK: light skin tone +๐๐ปโโ gesturing OK: light skin tone gesture | hand | light skin tone | man | man gesturing OK | man gesturing OK: light skin tone | OK +๐๐ผโโ๏ธ gesturing OK: medium-light skin tone +๐๐ผโโ gesturing OK: medium-light skin tone gesture | hand | man | man gesturing OK | man gesturing OK: medium-light skin tone | medium-light skin tone | OK +๐๐ฝโโ๏ธ gesturing OK: medium skin tone +๐๐ฝโโ gesturing OK: medium skin tone gesture | hand | man | man gesturing OK | man gesturing OK: medium skin tone | medium skin tone | OK +๐๐พโโ๏ธ gesturing OK: medium-dark skin tone +๐๐พโโ gesturing OK: medium-dark skin tone gesture | hand | man | man gesturing OK | man gesturing OK: medium-dark skin tone | medium-dark skin tone | OK +๐๐ฟโโ๏ธ gesturing OK: dark skin tone +๐๐ฟโโ gesturing OK: dark skin tone dark skin tone | gesture | hand | man | man gesturing OK | man gesturing OK: dark skin tone | OK +๐โโ๏ธ gesturing OK +๐โโ gesturing OK gesture | hand | OK | woman | woman gesturing OK +๐๐ปโโ๏ธ gesturing OK: light skin tone +๐๐ปโโ gesturing OK: light skin tone gesture | hand | light skin tone | OK | woman | woman gesturing OK | woman gesturing OK: light skin tone +๐๐ผโโ๏ธ gesturing OK: medium-light skin tone +๐๐ผโโ gesturing OK: medium-light skin tone gesture | hand | medium-light skin tone | OK | woman | woman gesturing OK | woman gesturing OK: medium-light skin tone +๐๐ฝโโ๏ธ gesturing OK: medium skin tone +๐๐ฝโโ gesturing OK: medium skin tone gesture | hand | medium skin tone | OK | woman | woman gesturing OK | woman gesturing OK: medium skin tone +๐๐พโโ๏ธ gesturing OK: medium-dark skin tone +๐๐พโโ gesturing OK: medium-dark skin tone gesture | hand | medium-dark skin tone | OK | woman | woman gesturing OK | woman gesturing OK: medium-dark skin tone +๐๐ฟโโ๏ธ gesturing OK: dark skin tone +๐๐ฟโโ gesturing OK: dark skin tone dark skin tone | gesture | hand | OK | woman | woman gesturing OK | woman gesturing OK: dark skin tone +๐ tipping hand hand | help | information | person tipping hand | sassy | tipping +๐๐ป tipping hand: light skin tone hand | help | information | light skin tone | person tipping hand | person tipping hand: light skin tone | sassy | tipping +๐๐ผ tipping hand: medium-light skin tone hand | help | information | medium-light skin tone | person tipping hand | person tipping hand: medium-light skin tone | sassy | tipping +๐๐ฝ tipping hand: medium skin tone hand | help | information | medium skin tone | person tipping hand | person tipping hand: medium skin tone | sassy | tipping +๐๐พ tipping hand: medium-dark skin tone hand | help | information | medium-dark skin tone | person tipping hand | person tipping hand: medium-dark skin tone | sassy | tipping +๐๐ฟ tipping hand: dark skin tone dark skin tone | hand | help | information | person tipping hand | person tipping hand: dark skin tone | sassy | tipping +๐โโ๏ธ tipping hand +๐โโ tipping hand man | man tipping hand | sassy | tipping hand +๐๐ปโโ๏ธ tipping hand: light skin tone +๐๐ปโโ tipping hand: light skin tone light skin tone | man | man tipping hand | man tipping hand: light skin tone | sassy | tipping hand +๐๐ผโโ๏ธ tipping hand: medium-light skin tone +๐๐ผโโ tipping hand: medium-light skin tone man | man tipping hand | man tipping hand: medium-light skin tone | medium-light skin tone | sassy | tipping hand +๐๐ฝโโ๏ธ tipping hand: medium skin tone +๐๐ฝโโ tipping hand: medium skin tone man | man tipping hand | man tipping hand: medium skin tone | medium skin tone | sassy | tipping hand +๐๐พโโ๏ธ tipping hand: medium-dark skin tone +๐๐พโโ tipping hand: medium-dark skin tone man | man tipping hand | man tipping hand: medium-dark skin tone | medium-dark skin tone | sassy | tipping hand +๐๐ฟโโ๏ธ tipping hand: dark skin tone +๐๐ฟโโ tipping hand: dark skin tone dark skin tone | man | man tipping hand | man tipping hand: dark skin tone | sassy | tipping hand +๐โโ๏ธ tipping hand +๐โโ tipping hand sassy | tipping hand | woman | woman tipping hand +๐๐ปโโ๏ธ tipping hand: light skin tone +๐๐ปโโ tipping hand: light skin tone light skin tone | sassy | tipping hand | woman | woman tipping hand | woman tipping hand: light skin tone +๐๐ผโโ๏ธ tipping hand: medium-light skin tone +๐๐ผโโ tipping hand: medium-light skin tone medium-light skin tone | sassy | tipping hand | woman | woman tipping hand | woman tipping hand: medium-light skin tone +๐๐ฝโโ๏ธ tipping hand: medium skin tone +๐๐ฝโโ tipping hand: medium skin tone medium skin tone | sassy | tipping hand | woman | woman tipping hand | woman tipping hand: medium skin tone +๐๐พโโ๏ธ tipping hand: medium-dark skin tone +๐๐พโโ tipping hand: medium-dark skin tone medium-dark skin tone | sassy | tipping hand | woman | woman tipping hand | woman tipping hand: medium-dark skin tone +๐๐ฟโโ๏ธ tipping hand: dark skin tone +๐๐ฟโโ tipping hand: dark skin tone dark skin tone | sassy | tipping hand | woman | woman tipping hand | woman tipping hand: dark skin tone +๐ raising hand gesture | hand | happy | person raising hand | raised +๐๐ป raising hand: light skin tone gesture | hand | happy | light skin tone | person raising hand | person raising hand: light skin tone | raised +๐๐ผ raising hand: medium-light skin tone gesture | hand | happy | medium-light skin tone | person raising hand | person raising hand: medium-light skin tone | raised +๐๐ฝ raising hand: medium skin tone gesture | hand | happy | medium skin tone | person raising hand | person raising hand: medium skin tone | raised +๐๐พ raising hand: medium-dark skin tone gesture | hand | happy | medium-dark skin tone | person raising hand | person raising hand: medium-dark skin tone | raised +๐๐ฟ raising hand: dark skin tone dark skin tone | gesture | hand | happy | person raising hand | person raising hand: dark skin tone | raised +๐โโ๏ธ raising hand +๐โโ raising hand gesture | man | man raising hand | raising hand +๐๐ปโโ๏ธ raising hand: light skin tone +๐๐ปโโ raising hand: light skin tone gesture | light skin tone | man | man raising hand | man raising hand: light skin tone | raising hand +๐๐ผโโ๏ธ raising hand: medium-light skin tone +๐๐ผโโ raising hand: medium-light skin tone gesture | man | man raising hand | man raising hand: medium-light skin tone | medium-light skin tone | raising hand +๐๐ฝโโ๏ธ raising hand: medium skin tone +๐๐ฝโโ raising hand: medium skin tone gesture | man | man raising hand | man raising hand: medium skin tone | medium skin tone | raising hand +๐๐พโโ๏ธ raising hand: medium-dark skin tone +๐๐พโโ raising hand: medium-dark skin tone gesture | man | man raising hand | man raising hand: medium-dark skin tone | medium-dark skin tone | raising hand +๐๐ฟโโ๏ธ raising hand: dark skin tone +๐๐ฟโโ raising hand: dark skin tone dark skin tone | gesture | man | man raising hand | man raising hand: dark skin tone | raising hand +๐โโ๏ธ raising hand +๐โโ raising hand gesture | raising hand | woman | woman raising hand +๐๐ปโโ๏ธ raising hand: light skin tone +๐๐ปโโ raising hand: light skin tone gesture | light skin tone | raising hand | woman | woman raising hand | woman raising hand: light skin tone +๐๐ผโโ๏ธ raising hand: medium-light skin tone +๐๐ผโโ raising hand: medium-light skin tone gesture | medium-light skin tone | raising hand | woman | woman raising hand | woman raising hand: medium-light skin tone +๐๐ฝโโ๏ธ raising hand: medium skin tone +๐๐ฝโโ raising hand: medium skin tone gesture | medium skin tone | raising hand | woman | woman raising hand | woman raising hand: medium skin tone +๐๐พโโ๏ธ raising hand: medium-dark skin tone +๐๐พโโ raising hand: medium-dark skin tone gesture | medium-dark skin tone | raising hand | woman | woman raising hand | woman raising hand: medium-dark skin tone +๐๐ฟโโ๏ธ raising hand: dark skin tone +๐๐ฟโโ raising hand: dark skin tone dark skin tone | gesture | raising hand | woman | woman raising hand | woman raising hand: dark skin tone +๐ง person accessibility | deaf | deaf person | ear | hear | hard of hearing | hearing impaired +๐ง๐ป person: light skin tone accessibility | deaf | deaf person | deaf person: light skin tone | ear | hear | light skin tone | hard of hearing | hearing impaired +๐ง๐ผ person: medium-light skin tone accessibility | deaf | deaf person | deaf person: medium-light skin tone | ear | hear | medium-light skin tone | hard of hearing | hearing impaired +๐ง๐ฝ person: medium skin tone accessibility | deaf | deaf person | deaf person: medium skin tone | ear | hear | medium skin tone | hard of hearing | hearing impaired +๐ง๐พ person: medium-dark skin tone accessibility | deaf | deaf person | deaf person: medium-dark skin tone | ear | hear | medium-dark skin tone | hard of hearing | hearing impaired +๐ง๐ฟ person: dark skin tone accessibility | dark skin tone | deaf | deaf person | deaf person: dark skin tone | ear | hear | hard of hearing | hearing impaired +๐งโโ๏ธ man +๐งโโ man deaf | man +๐ง๐ปโโ๏ธ man: light skin tone +๐ง๐ปโโ man: light skin tone deaf | deaf man: light skin tone | light skin tone | man +๐ง๐ผโโ๏ธ man: medium-light skin tone +๐ง๐ผโโ man: medium-light skin tone deaf | deaf man: medium-light skin tone | man | medium-light skin tone +๐ง๐ฝโโ๏ธ man: medium skin tone +๐ง๐ฝโโ man: medium skin tone deaf | deaf man: medium skin tone | man | medium skin tone +๐ง๐พโโ๏ธ man: medium-dark skin tone +๐ง๐พโโ man: medium-dark skin tone deaf | deaf man: medium-dark skin tone | man | medium-dark skin tone +๐ง๐ฟโโ๏ธ man: dark skin tone +๐ง๐ฟโโ man: dark skin tone dark skin tone | deaf | deaf man: dark skin tone | man +๐งโโ๏ธ woman +๐งโโ woman deaf | woman +๐ง๐ปโโ๏ธ woman: light skin tone +๐ง๐ปโโ woman: light skin tone deaf | deaf woman: light skin tone | light skin tone | woman +๐ง๐ผโโ๏ธ woman: medium-light skin tone +๐ง๐ผโโ woman: medium-light skin tone deaf | deaf woman: medium-light skin tone | medium-light skin tone | woman +๐ง๐ฝโโ๏ธ woman: medium skin tone +๐ง๐ฝโโ woman: medium skin tone deaf | deaf woman: medium skin tone | medium skin tone | woman +๐ง๐พโโ๏ธ woman: medium-dark skin tone +๐ง๐พโโ woman: medium-dark skin tone deaf | deaf woman: medium-dark skin tone | medium-dark skin tone | woman +๐ง๐ฟโโ๏ธ woman: dark skin tone +๐ง๐ฟโโ woman: dark skin tone dark skin tone | deaf | deaf woman: dark skin tone | woman +๐ bowing apology | bow | gesture | person bowing | sorry +๐๐ป bowing: light skin tone apology | bow | gesture | light skin tone | person bowing | person bowing: light skin tone | sorry +๐๐ผ bowing: medium-light skin tone apology | bow | gesture | medium-light skin tone | person bowing | person bowing: medium-light skin tone | sorry +๐๐ฝ bowing: medium skin tone apology | bow | gesture | medium skin tone | person bowing | person bowing: medium skin tone | sorry +๐๐พ bowing: medium-dark skin tone apology | bow | gesture | medium-dark skin tone | person bowing | person bowing: medium-dark skin tone | sorry +๐๐ฟ bowing: dark skin tone apology | bow | dark skin tone | gesture | person bowing | person bowing: dark skin tone | sorry +๐โโ๏ธ bowing +๐โโ bowing apology | bowing | favor | gesture | man | sorry | favour +๐๐ปโโ๏ธ bowing: light skin tone +๐๐ปโโ bowing: light skin tone apology | bowing | favor | gesture | light skin tone | man | man bowing: light skin tone | sorry | favour +๐๐ผโโ๏ธ bowing: medium-light skin tone +๐๐ผโโ bowing: medium-light skin tone apology | bowing | favor | gesture | man | man bowing: medium-light skin tone | medium-light skin tone | sorry | favour +๐๐ฝโโ๏ธ bowing: medium skin tone +๐๐ฝโโ bowing: medium skin tone apology | bowing | favor | gesture | man | man bowing: medium skin tone | medium skin tone | sorry | favour +๐๐พโโ๏ธ bowing: medium-dark skin tone +๐๐พโโ bowing: medium-dark skin tone apology | bowing | favor | gesture | man | man bowing: medium-dark skin tone | medium-dark skin tone | sorry | favour +๐๐ฟโโ๏ธ bowing: dark skin tone +๐๐ฟโโ bowing: dark skin tone apology | bowing | dark skin tone | favor | gesture | man | man bowing: dark skin tone | sorry | favour +๐โโ๏ธ bowing +๐โโ bowing apology | bowing | favor | gesture | sorry | woman | favour +๐๐ปโโ๏ธ bowing: light skin tone +๐๐ปโโ bowing: light skin tone apology | bowing | favor | gesture | light skin tone | sorry | woman | woman bowing: light skin tone | favour +๐๐ผโโ๏ธ bowing: medium-light skin tone +๐๐ผโโ bowing: medium-light skin tone apology | bowing | favor | gesture | medium-light skin tone | sorry | woman | woman bowing: medium-light skin tone | favour +๐๐ฝโโ๏ธ bowing: medium skin tone +๐๐ฝโโ bowing: medium skin tone apology | bowing | favor | gesture | medium skin tone | sorry | woman | woman bowing: medium skin tone | favour +๐๐พโโ๏ธ bowing: medium-dark skin tone +๐๐พโโ bowing: medium-dark skin tone apology | bowing | favor | gesture | medium-dark skin tone | sorry | woman | woman bowing: medium-dark skin tone | favour +๐๐ฟโโ๏ธ bowing: dark skin tone +๐๐ฟโโ bowing: dark skin tone apology | bowing | dark skin tone | favor | gesture | sorry | woman | woman bowing: dark skin tone | favour +๐คฆ facepalming disbelief | exasperation | face | palm | person facepalming +๐คฆ๐ป facepalming: light skin tone disbelief | exasperation | face | light skin tone | palm | person facepalming | person facepalming: light skin tone +๐คฆ๐ผ facepalming: medium-light skin tone disbelief | exasperation | face | medium-light skin tone | palm | person facepalming | person facepalming: medium-light skin tone +๐คฆ๐ฝ facepalming: medium skin tone disbelief | exasperation | face | medium skin tone | palm | person facepalming | person facepalming: medium skin tone +๐คฆ๐พ facepalming: medium-dark skin tone disbelief | exasperation | face | medium-dark skin tone | palm | person facepalming | person facepalming: medium-dark skin tone +๐คฆ๐ฟ facepalming: dark skin tone dark skin tone | disbelief | exasperation | face | palm | person facepalming | person facepalming: dark skin tone +๐คฆโโ๏ธ facepalming +๐คฆโโ facepalming disbelief | exasperation | facepalm | man | man facepalming +๐คฆ๐ปโโ๏ธ facepalming: light skin tone +๐คฆ๐ปโโ facepalming: light skin tone disbelief | exasperation | facepalm | light skin tone | man | man facepalming | man facepalming: light skin tone +๐คฆ๐ผโโ๏ธ facepalming: medium-light skin tone +๐คฆ๐ผโโ facepalming: medium-light skin tone disbelief | exasperation | facepalm | man | man facepalming | man facepalming: medium-light skin tone | medium-light skin tone +๐คฆ๐ฝโโ๏ธ facepalming: medium skin tone +๐คฆ๐ฝโโ facepalming: medium skin tone disbelief | exasperation | facepalm | man | man facepalming | man facepalming: medium skin tone | medium skin tone +๐คฆ๐พโโ๏ธ facepalming: medium-dark skin tone +๐คฆ๐พโโ facepalming: medium-dark skin tone disbelief | exasperation | facepalm | man | man facepalming | man facepalming: medium-dark skin tone | medium-dark skin tone +๐คฆ๐ฟโโ๏ธ facepalming: dark skin tone +๐คฆ๐ฟโโ facepalming: dark skin tone dark skin tone | disbelief | exasperation | facepalm | man | man facepalming | man facepalming: dark skin tone +๐คฆโโ๏ธ facepalming +๐คฆโโ facepalming disbelief | exasperation | facepalm | woman | woman facepalming +๐คฆ๐ปโโ๏ธ facepalming: light skin tone +๐คฆ๐ปโโ facepalming: light skin tone disbelief | exasperation | facepalm | light skin tone | woman | woman facepalming | woman facepalming: light skin tone +๐คฆ๐ผโโ๏ธ facepalming: medium-light skin tone +๐คฆ๐ผโโ facepalming: medium-light skin tone disbelief | exasperation | facepalm | medium-light skin tone | woman | woman facepalming | woman facepalming: medium-light skin tone +๐คฆ๐ฝโโ๏ธ facepalming: medium skin tone +๐คฆ๐ฝโโ facepalming: medium skin tone disbelief | exasperation | facepalm | medium skin tone | woman | woman facepalming | woman facepalming: medium skin tone +๐คฆ๐พโโ๏ธ facepalming: medium-dark skin tone +๐คฆ๐พโโ facepalming: medium-dark skin tone disbelief | exasperation | facepalm | medium-dark skin tone | woman | woman facepalming | woman facepalming: medium-dark skin tone +๐คฆ๐ฟโโ๏ธ facepalming: dark skin tone +๐คฆ๐ฟโโ facepalming: dark skin tone dark skin tone | disbelief | exasperation | facepalm | woman | woman facepalming | woman facepalming: dark skin tone +๐คท shrugging doubt | ignorance | indifference | person shrugging | shrug +๐คท๐ป shrugging: light skin tone doubt | ignorance | indifference | light skin tone | person shrugging | person shrugging: light skin tone | shrug +๐คท๐ผ shrugging: medium-light skin tone doubt | ignorance | indifference | medium-light skin tone | person shrugging | person shrugging: medium-light skin tone | shrug +๐คท๐ฝ shrugging: medium skin tone doubt | ignorance | indifference | medium skin tone | person shrugging | person shrugging: medium skin tone | shrug +๐คท๐พ shrugging: medium-dark skin tone doubt | ignorance | indifference | medium-dark skin tone | person shrugging | person shrugging: medium-dark skin tone | shrug +๐คท๐ฟ shrugging: dark skin tone dark skin tone | doubt | ignorance | indifference | person shrugging | person shrugging: dark skin tone | shrug +๐คทโโ๏ธ shrugging +๐คทโโ shrugging doubt | ignorance | indifference | man | man shrugging | shrug +๐คท๐ปโโ๏ธ shrugging: light skin tone +๐คท๐ปโโ shrugging: light skin tone doubt | ignorance | indifference | light skin tone | man | man shrugging | man shrugging: light skin tone | shrug +๐คท๐ผโโ๏ธ shrugging: medium-light skin tone +๐คท๐ผโโ shrugging: medium-light skin tone doubt | ignorance | indifference | man | man shrugging | man shrugging: medium-light skin tone | medium-light skin tone | shrug +๐คท๐ฝโโ๏ธ shrugging: medium skin tone +๐คท๐ฝโโ shrugging: medium skin tone doubt | ignorance | indifference | man | man shrugging | man shrugging: medium skin tone | medium skin tone | shrug +๐คท๐พโโ๏ธ shrugging: medium-dark skin tone +๐คท๐พโโ shrugging: medium-dark skin tone doubt | ignorance | indifference | man | man shrugging | man shrugging: medium-dark skin tone | medium-dark skin tone | shrug +๐คท๐ฟโโ๏ธ shrugging: dark skin tone +๐คท๐ฟโโ shrugging: dark skin tone dark skin tone | doubt | ignorance | indifference | man | man shrugging | man shrugging: dark skin tone | shrug +๐คทโโ๏ธ shrugging +๐คทโโ shrugging doubt | ignorance | indifference | shrug | woman | woman shrugging +๐คท๐ปโโ๏ธ shrugging: light skin tone +๐คท๐ปโโ shrugging: light skin tone doubt | ignorance | indifference | light skin tone | shrug | woman | woman shrugging | woman shrugging: light skin tone +๐คท๐ผโโ๏ธ shrugging: medium-light skin tone +๐คท๐ผโโ shrugging: medium-light skin tone doubt | ignorance | indifference | medium-light skin tone | shrug | woman | woman shrugging | woman shrugging: medium-light skin tone +๐คท๐ฝโโ๏ธ shrugging: medium skin tone +๐คท๐ฝโโ shrugging: medium skin tone doubt | ignorance | indifference | medium skin tone | shrug | woman | woman shrugging | woman shrugging: medium skin tone +๐คท๐พโโ๏ธ shrugging: medium-dark skin tone +๐คท๐พโโ shrugging: medium-dark skin tone doubt | ignorance | indifference | medium-dark skin tone | shrug | woman | woman shrugging | woman shrugging: medium-dark skin tone +๐คท๐ฟโโ๏ธ shrugging: dark skin tone +๐คท๐ฟโโ shrugging: dark skin tone dark skin tone | doubt | ignorance | indifference | shrug | woman | woman shrugging | woman shrugging: dark skin tone +๐งโโ๏ธ worker +๐งโโ worker doctor | health worker | healthcare | nurse | therapist | health care +๐ง๐ปโโ๏ธ worker: light skin tone +๐ง๐ปโโ worker: light skin tone doctor | health worker | health worker: light skin tone | healthcare | light skin tone | nurse | therapist | health care +๐ง๐ผโโ๏ธ worker: medium-light skin tone +๐ง๐ผโโ worker: medium-light skin tone doctor | health worker | health worker: medium-light skin tone | healthcare | medium-light skin tone | nurse | therapist | health care +๐ง๐ฝโโ๏ธ worker: medium skin tone +๐ง๐ฝโโ worker: medium skin tone doctor | health worker | health worker: medium skin tone | healthcare | medium skin tone | nurse | therapist | health care +๐ง๐พโโ๏ธ worker: medium-dark skin tone +๐ง๐พโโ worker: medium-dark skin tone doctor | health worker | health worker: medium-dark skin tone | healthcare | medium-dark skin tone | nurse | therapist | health care +๐ง๐ฟโโ๏ธ worker: dark skin tone +๐ง๐ฟโโ worker: dark skin tone dark skin tone | doctor | health worker | health worker: dark skin tone | healthcare | nurse | therapist | health care +๐จโโ๏ธ health worker +๐จโโ health worker doctor | healthcare | man | man health worker | nurse | therapist | health care +๐จ๐ปโโ๏ธ health worker: light skin tone +๐จ๐ปโโ health worker: light skin tone doctor | healthcare | light skin tone | man | man health worker | man health worker: light skin tone | nurse | therapist | health care +๐จ๐ผโโ๏ธ health worker: medium-light skin tone +๐จ๐ผโโ health worker: medium-light skin tone doctor | healthcare | man | man health worker | man health worker: medium-light skin tone | medium-light skin tone | nurse | therapist | health care +๐จ๐ฝโโ๏ธ health worker: medium skin tone +๐จ๐ฝโโ health worker: medium skin tone doctor | healthcare | man | man health worker | man health worker: medium skin tone | medium skin tone | nurse | therapist | health care +๐จ๐พโโ๏ธ health worker: medium-dark skin tone +๐จ๐พโโ health worker: medium-dark skin tone doctor | healthcare | man | man health worker | man health worker: medium-dark skin tone | medium-dark skin tone | nurse | therapist | health care +๐จ๐ฟโโ๏ธ health worker: dark skin tone +๐จ๐ฟโโ health worker: dark skin tone dark skin tone | doctor | healthcare | man | man health worker | man health worker: dark skin tone | nurse | therapist | health care +๐ฉโโ๏ธ health worker +๐ฉโโ health worker doctor | healthcare | nurse | therapist | woman | woman health worker | health care +๐ฉ๐ปโโ๏ธ health worker: light skin tone +๐ฉ๐ปโโ health worker: light skin tone doctor | healthcare | light skin tone | nurse | therapist | woman | woman health worker | woman health worker: light skin tone | health care +๐ฉ๐ผโโ๏ธ health worker: medium-light skin tone +๐ฉ๐ผโโ health worker: medium-light skin tone doctor | healthcare | medium-light skin tone | nurse | therapist | woman | woman health worker | woman health worker: medium-light skin tone | health care +๐ฉ๐ฝโโ๏ธ health worker: medium skin tone +๐ฉ๐ฝโโ health worker: medium skin tone doctor | healthcare | medium skin tone | nurse | therapist | woman | woman health worker | woman health worker: medium skin tone | health care +๐ฉ๐พโโ๏ธ health worker: medium-dark skin tone +๐ฉ๐พโโ health worker: medium-dark skin tone doctor | healthcare | medium-dark skin tone | nurse | therapist | woman | woman health worker | woman health worker: medium-dark skin tone | health care +๐ฉ๐ฟโโ๏ธ health worker: dark skin tone +๐ฉ๐ฟโโ health worker: dark skin tone dark skin tone | doctor | healthcare | nurse | therapist | woman | woman health worker | woman health worker: dark skin tone | health care +๐งโ๐ graduate | student +๐ง๐ปโ๐ light skin tone graduate | light skin tone | student | student: light skin tone +๐ง๐ผโ๐ medium-light skin tone graduate | medium-light skin tone | student | student: medium-light skin tone +๐ง๐ฝโ๐ medium skin tone graduate | medium skin tone | student | student: medium skin tone +๐ง๐พโ๐ medium-dark skin tone graduate | medium-dark skin tone | student | student: medium-dark skin tone +๐ง๐ฟโ๐ dark skin tone dark skin tone | graduate | student | student: dark skin tone +๐จโ๐ student graduate | man | student +๐จ๐ปโ๐ student: light skin tone graduate | light skin tone | man | man student: light skin tone | student +๐จ๐ผโ๐ student: medium-light skin tone graduate | man | man student: medium-light skin tone | medium-light skin tone | student +๐จ๐ฝโ๐ student: medium skin tone graduate | man | man student: medium skin tone | medium skin tone | student +๐จ๐พโ๐ student: medium-dark skin tone graduate | man | man student: medium-dark skin tone | medium-dark skin tone | student +๐จ๐ฟโ๐ student: dark skin tone dark skin tone | graduate | man | man student: dark skin tone | student +๐ฉโ๐ student graduate | student | woman +๐ฉ๐ปโ๐ student: light skin tone graduate | light skin tone | student | woman | woman student: light skin tone +๐ฉ๐ผโ๐ student: medium-light skin tone graduate | medium-light skin tone | student | woman | woman student: medium-light skin tone +๐ฉ๐ฝโ๐ student: medium skin tone graduate | medium skin tone | student | woman | woman student: medium skin tone +๐ฉ๐พโ๐ student: medium-dark skin tone graduate | medium-dark skin tone | student | woman | woman student: medium-dark skin tone +๐ฉ๐ฟโ๐ student: dark skin tone dark skin tone | graduate | student | woman | woman student: dark skin tone +๐งโ๐ซ instructor | lecturer | professor | teacher +๐ง๐ปโ๐ซ light skin tone instructor | lecturer | light skin tone | professor | teacher | teacher: light skin tone +๐ง๐ผโ๐ซ medium-light skin tone instructor | lecturer | medium-light skin tone | professor | teacher | teacher: medium-light skin tone +๐ง๐ฝโ๐ซ medium skin tone instructor | lecturer | medium skin tone | professor | teacher | teacher: medium skin tone +๐ง๐พโ๐ซ medium-dark skin tone instructor | lecturer | medium-dark skin tone | professor | teacher | teacher: medium-dark skin tone +๐ง๐ฟโ๐ซ dark skin tone dark skin tone | instructor | lecturer | professor | teacher | teacher: dark skin tone +๐จโ๐ซ teacher instructor | lecturer | man | professor | teacher +๐จ๐ปโ๐ซ teacher: light skin tone instructor | lecturer | light skin tone | man | man teacher: light skin tone | professor | teacher +๐จ๐ผโ๐ซ teacher: medium-light skin tone instructor | lecturer | man | man teacher: medium-light skin tone | medium-light skin tone | professor | teacher +๐จ๐ฝโ๐ซ teacher: medium skin tone instructor | lecturer | man | man teacher: medium skin tone | medium skin tone | professor | teacher +๐จ๐พโ๐ซ teacher: medium-dark skin tone instructor | lecturer | man | man teacher: medium-dark skin tone | medium-dark skin tone | professor | teacher +๐จ๐ฟโ๐ซ teacher: dark skin tone dark skin tone | instructor | lecturer | man | man teacher: dark skin tone | professor | teacher +๐ฉโ๐ซ teacher instructor | lecturer | professor | teacher | woman +๐ฉ๐ปโ๐ซ teacher: light skin tone instructor | lecturer | light skin tone | professor | teacher | woman | woman teacher: light skin tone +๐ฉ๐ผโ๐ซ teacher: medium-light skin tone instructor | lecturer | medium-light skin tone | professor | teacher | woman | woman teacher: medium-light skin tone +๐ฉ๐ฝโ๐ซ teacher: medium skin tone instructor | lecturer | medium skin tone | professor | teacher | woman | woman teacher: medium skin tone +๐ฉ๐พโ๐ซ teacher: medium-dark skin tone instructor | lecturer | medium-dark skin tone | professor | teacher | woman | woman teacher: medium-dark skin tone +๐ฉ๐ฟโ๐ซ teacher: dark skin tone dark skin tone | instructor | lecturer | professor | teacher | woman | woman teacher: dark skin tone +๐งโโ judge | justice | law | scales +๐ง๐ปโโ๏ธ light skin tone +๐ง๐ปโโ light skin tone judge | judge: light skin tone | justice | law | light skin tone | scales +๐ง๐ผโโ๏ธ medium-light skin tone +๐ง๐ผโโ medium-light skin tone judge | judge: medium-light skin tone | justice | law | medium-light skin tone | scales +๐ง๐ฝโโ๏ธ medium skin tone +๐ง๐ฝโโ medium skin tone judge | judge: medium skin tone | justice | law | medium skin tone | scales +๐ง๐พโโ๏ธ medium-dark skin tone +๐ง๐พโโ medium-dark skin tone judge | judge: medium-dark skin tone | justice | law | medium-dark skin tone | scales +๐ง๐ฟโโ๏ธ dark skin tone +๐ง๐ฟโโ dark skin tone dark skin tone | judge | judge: dark skin tone | justice | law | scales +๐จโโ๏ธ judge +๐จโโ judge judge | justice | law | man | scales +๐จ๐ปโโ๏ธ judge: light skin tone +๐จ๐ปโโ judge: light skin tone judge | justice | law | light skin tone | man | man judge: light skin tone | scales +๐จ๐ผโโ๏ธ judge: medium-light skin tone +๐จ๐ผโโ judge: medium-light skin tone judge | justice | law | man | man judge: medium-light skin tone | medium-light skin tone | scales +๐จ๐ฝโโ๏ธ judge: medium skin tone +๐จ๐ฝโโ judge: medium skin tone judge | justice | law | man | man judge: medium skin tone | medium skin tone | scales +๐จ๐พโโ๏ธ judge: medium-dark skin tone +๐จ๐พโโ judge: medium-dark skin tone judge | justice | law | man | man judge: medium-dark skin tone | medium-dark skin tone | scales +๐จ๐ฟโโ๏ธ judge: dark skin tone +๐จ๐ฟโโ judge: dark skin tone dark skin tone | judge | justice | law | man | man judge: dark skin tone | scales +๐ฉโโ๏ธ judge +๐ฉโโ judge judge | justice | law | scales | woman +๐ฉ๐ปโโ๏ธ judge: light skin tone +๐ฉ๐ปโโ judge: light skin tone judge | justice | law | light skin tone | scales | woman | woman judge: light skin tone +๐ฉ๐ผโโ๏ธ judge: medium-light skin tone +๐ฉ๐ผโโ judge: medium-light skin tone judge | justice | law | medium-light skin tone | scales | woman | woman judge: medium-light skin tone +๐ฉ๐ฝโโ๏ธ judge: medium skin tone +๐ฉ๐ฝโโ judge: medium skin tone judge | justice | law | medium skin tone | scales | woman | woman judge: medium skin tone +๐ฉ๐พโโ๏ธ judge: medium-dark skin tone +๐ฉ๐พโโ judge: medium-dark skin tone judge | justice | law | medium-dark skin tone | scales | woman | woman judge: medium-dark skin tone +๐ฉ๐ฟโโ๏ธ judge: dark skin tone +๐ฉ๐ฟโโ judge: dark skin tone dark skin tone | judge | justice | law | scales | woman | woman judge: dark skin tone +๐งโ๐พ farmer | gardener | rancher +๐ง๐ปโ๐พ light skin tone farmer | farmer: light skin tone | gardener | light skin tone | rancher +๐ง๐ผโ๐พ medium-light skin tone farmer | farmer: medium-light skin tone | gardener | medium-light skin tone | rancher +๐ง๐ฝโ๐พ medium skin tone farmer | farmer: medium skin tone | gardener | medium skin tone | rancher +๐ง๐พโ๐พ medium-dark skin tone farmer | farmer: medium-dark skin tone | gardener | medium-dark skin tone | rancher +๐ง๐ฟโ๐พ dark skin tone dark skin tone | farmer | farmer: dark skin tone | gardener | rancher +๐จโ๐พ farmer farmer | gardener | man | rancher +๐จ๐ปโ๐พ farmer: light skin tone farmer | gardener | light skin tone | man | man farmer: light skin tone | rancher +๐จ๐ผโ๐พ farmer: medium-light skin tone farmer | gardener | man | man farmer: medium-light skin tone | medium-light skin tone | rancher +๐จ๐ฝโ๐พ farmer: medium skin tone farmer | gardener | man | man farmer: medium skin tone | medium skin tone | rancher +๐จ๐พโ๐พ farmer: medium-dark skin tone farmer | gardener | man | man farmer: medium-dark skin tone | medium-dark skin tone | rancher +๐จ๐ฟโ๐พ farmer: dark skin tone dark skin tone | farmer | gardener | man | man farmer: dark skin tone | rancher +๐ฉโ๐พ farmer farmer | gardener | rancher | woman +๐ฉ๐ปโ๐พ farmer: light skin tone farmer | gardener | light skin tone | rancher | woman | woman farmer: light skin tone +๐ฉ๐ผโ๐พ farmer: medium-light skin tone farmer | gardener | medium-light skin tone | rancher | woman | woman farmer: medium-light skin tone +๐ฉ๐ฝโ๐พ farmer: medium skin tone farmer | gardener | medium skin tone | rancher | woman | woman farmer: medium skin tone +๐ฉ๐พโ๐พ farmer: medium-dark skin tone farmer | gardener | medium-dark skin tone | rancher | woman | woman farmer: medium-dark skin tone +๐ฉ๐ฟโ๐พ farmer: dark skin tone dark skin tone | farmer | gardener | rancher | woman | woman farmer: dark skin tone +๐งโ๐ณ chef | cook +๐ง๐ปโ๐ณ light skin tone chef | cook | cook: light skin tone | light skin tone +๐ง๐ผโ๐ณ medium-light skin tone chef | cook | cook: medium-light skin tone | medium-light skin tone +๐ง๐ฝโ๐ณ medium skin tone chef | cook | cook: medium skin tone | medium skin tone +๐ง๐พโ๐ณ medium-dark skin tone chef | cook | cook: medium-dark skin tone | medium-dark skin tone +๐ง๐ฟโ๐ณ dark skin tone chef | cook | cook: dark skin tone | dark skin tone +๐จโ๐ณ cook chef | cook | man +๐จ๐ปโ๐ณ cook: light skin tone chef | cook | light skin tone | man | man cook: light skin tone +๐จ๐ผโ๐ณ cook: medium-light skin tone chef | cook | man | man cook: medium-light skin tone | medium-light skin tone +๐จ๐ฝโ๐ณ cook: medium skin tone chef | cook | man | man cook: medium skin tone | medium skin tone +๐จ๐พโ๐ณ cook: medium-dark skin tone chef | cook | man | man cook: medium-dark skin tone | medium-dark skin tone +๐จ๐ฟโ๐ณ cook: dark skin tone chef | cook | dark skin tone | man | man cook: dark skin tone +๐ฉโ๐ณ cook chef | cook | woman +๐ฉ๐ปโ๐ณ cook: light skin tone chef | cook | light skin tone | woman | woman cook: light skin tone +๐ฉ๐ผโ๐ณ cook: medium-light skin tone chef | cook | medium-light skin tone | woman | woman cook: medium-light skin tone +๐ฉ๐ฝโ๐ณ cook: medium skin tone chef | cook | medium skin tone | woman | woman cook: medium skin tone +๐ฉ๐พโ๐ณ cook: medium-dark skin tone chef | cook | medium-dark skin tone | woman | woman cook: medium-dark skin tone +๐ฉ๐ฟโ๐ณ cook: dark skin tone chef | cook | dark skin tone | woman | woman cook: dark skin tone +๐งโ๐ง electrician | mechanic | plumber | tradesperson | tradie +๐ง๐ปโ๐ง light skin tone electrician | light skin tone | mechanic | mechanic: light skin tone | plumber | tradesperson | tradie +๐ง๐ผโ๐ง medium-light skin tone electrician | mechanic | mechanic: medium-light skin tone | medium-light skin tone | plumber | tradesperson | tradie +๐ง๐ฝโ๐ง medium skin tone electrician | mechanic | mechanic: medium skin tone | medium skin tone | plumber | tradesperson | tradie +๐ง๐พโ๐ง medium-dark skin tone electrician | mechanic | mechanic: medium-dark skin tone | medium-dark skin tone | plumber | tradesperson | tradie +๐ง๐ฟโ๐ง dark skin tone dark skin tone | electrician | mechanic | mechanic: dark skin tone | plumber | tradesperson | tradie +๐จโ๐ง mechanic electrician | man | mechanic | plumber | tradesperson +๐จ๐ปโ๐ง mechanic: light skin tone electrician | light skin tone | man | man mechanic: light skin tone | mechanic | plumber | tradesperson +๐จ๐ผโ๐ง mechanic: medium-light skin tone electrician | man | man mechanic: medium-light skin tone | mechanic | medium-light skin tone | plumber | tradesperson +๐จ๐ฝโ๐ง mechanic: medium skin tone electrician | man | man mechanic: medium skin tone | mechanic | medium skin tone | plumber | tradesperson +๐จ๐พโ๐ง mechanic: medium-dark skin tone electrician | man | man mechanic: medium-dark skin tone | mechanic | medium-dark skin tone | plumber | tradesperson +๐จ๐ฟโ๐ง mechanic: dark skin tone dark skin tone | electrician | man | man mechanic: dark skin tone | mechanic | plumber | tradesperson +๐ฉโ๐ง mechanic electrician | mechanic | plumber | tradesperson | woman +๐ฉ๐ปโ๐ง mechanic: light skin tone electrician | light skin tone | mechanic | plumber | tradesperson | woman | woman mechanic: light skin tone +๐ฉ๐ผโ๐ง mechanic: medium-light skin tone electrician | mechanic | medium-light skin tone | plumber | tradesperson | woman | woman mechanic: medium-light skin tone +๐ฉ๐ฝโ๐ง mechanic: medium skin tone electrician | mechanic | medium skin tone | plumber | tradesperson | woman | woman mechanic: medium skin tone +๐ฉ๐พโ๐ง mechanic: medium-dark skin tone electrician | mechanic | medium-dark skin tone | plumber | tradesperson | woman | woman mechanic: medium-dark skin tone +๐ฉ๐ฟโ๐ง mechanic: dark skin tone dark skin tone | electrician | mechanic | plumber | tradesperson | woman | woman mechanic: dark skin tone +๐งโ๐ญ worker assembly | factory | industrial | worker +๐ง๐ปโ๐ญ worker: light skin tone assembly | factory | factory worker: light skin tone | industrial | light skin tone | worker +๐ง๐ผโ๐ญ worker: medium-light skin tone assembly | factory | factory worker: medium-light skin tone | industrial | medium-light skin tone | worker +๐ง๐ฝโ๐ญ worker: medium skin tone assembly | factory | factory worker: medium skin tone | industrial | medium skin tone | worker +๐ง๐พโ๐ญ worker: medium-dark skin tone assembly | factory | factory worker: medium-dark skin tone | industrial | medium-dark skin tone | worker +๐ง๐ฟโ๐ญ worker: dark skin tone assembly | dark skin tone | factory | factory worker: dark skin tone | industrial | worker +๐จโ๐ญ factory worker assembly | factory | industrial | man | worker +๐จ๐ปโ๐ญ factory worker: light skin tone assembly | factory | industrial | light skin tone | man | man factory worker: light skin tone | worker +๐จ๐ผโ๐ญ factory worker: medium-light skin tone assembly | factory | industrial | man | man factory worker: medium-light skin tone | medium-light skin tone | worker +๐จ๐ฝโ๐ญ factory worker: medium skin tone assembly | factory | industrial | man | man factory worker: medium skin tone | medium skin tone | worker +๐จ๐พโ๐ญ factory worker: medium-dark skin tone assembly | factory | industrial | man | man factory worker: medium-dark skin tone | medium-dark skin tone | worker +๐จ๐ฟโ๐ญ factory worker: dark skin tone assembly | dark skin tone | factory | industrial | man | man factory worker: dark skin tone | worker +๐ฉโ๐ญ factory worker assembly | factory | industrial | woman | worker +๐ฉ๐ปโ๐ญ factory worker: light skin tone assembly | factory | industrial | light skin tone | woman | woman factory worker: light skin tone | worker +๐ฉ๐ผโ๐ญ factory worker: medium-light skin tone assembly | factory | industrial | medium-light skin tone | woman | woman factory worker: medium-light skin tone | worker +๐ฉ๐ฝโ๐ญ factory worker: medium skin tone assembly | factory | industrial | medium skin tone | woman | woman factory worker: medium skin tone | worker +๐ฉ๐พโ๐ญ factory worker: medium-dark skin tone assembly | factory | industrial | medium-dark skin tone | woman | woman factory worker: medium-dark skin tone | worker +๐ฉ๐ฟโ๐ญ factory worker: dark skin tone assembly | dark skin tone | factory | industrial | woman | woman factory worker: dark skin tone | worker +๐งโ๐ผ worker architect | business | manager | office worker | white-collar +๐ง๐ปโ๐ผ worker: light skin tone architect | business | light skin tone | manager | office worker | office worker: light skin tone | white-collar +๐ง๐ผโ๐ผ worker: medium-light skin tone architect | business | manager | medium-light skin tone | office worker | office worker: medium-light skin tone | white-collar +๐ง๐ฝโ๐ผ worker: medium skin tone architect | business | manager | medium skin tone | office worker | office worker: medium skin tone | white-collar +๐ง๐พโ๐ผ worker: medium-dark skin tone architect | business | manager | medium-dark skin tone | office worker | office worker: medium-dark skin tone | white-collar +๐ง๐ฟโ๐ผ worker: dark skin tone architect | business | dark skin tone | manager | office worker | office worker: dark skin tone | white-collar +๐จโ๐ผ office worker architect | business | man | man office worker | manager | white-collar | business man | office worker | white collar +๐จ๐ปโ๐ผ office worker: light skin tone architect | business | light skin tone | man | man office worker | man office worker: light skin tone | manager | white-collar | business man | office worker | white collar +๐จ๐ผโ๐ผ office worker: medium-light skin tone architect | business | man | man office worker | man office worker: medium-light skin tone | manager | medium-light skin tone | white-collar | business man | office worker | white collar +๐จ๐ฝโ๐ผ office worker: medium skin tone architect | business | man | man office worker | man office worker: medium skin tone | manager | medium skin tone | white-collar | business man | office worker | white collar +๐จ๐พโ๐ผ office worker: medium-dark skin tone architect | business | man | man office worker | man office worker: medium-dark skin tone | manager | medium-dark skin tone | white-collar | business man | office worker | white collar +๐จ๐ฟโ๐ผ office worker: dark skin tone architect | business | dark skin tone | man | man office worker | man office worker: dark skin tone | manager | white-collar | business man | office worker | white collar +๐ฉโ๐ผ office worker architect | business | manager | white-collar | woman | woman office worker | business woman | office worker | white collar +๐ฉ๐ปโ๐ผ office worker: light skin tone architect | business | light skin tone | manager | white-collar | woman | woman office worker | woman office worker: light skin tone | business woman | office worker | white collar +๐ฉ๐ผโ๐ผ office worker: medium-light skin tone architect | business | manager | medium-light skin tone | white-collar | woman | woman office worker | woman office worker: medium-light skin tone | business woman | office worker | white collar +๐ฉ๐ฝโ๐ผ office worker: medium skin tone architect | business | manager | medium skin tone | white-collar | woman | woman office worker | woman office worker: medium skin tone | business woman | office worker | white collar +๐ฉ๐พโ๐ผ office worker: medium-dark skin tone architect | business | manager | medium-dark skin tone | white-collar | woman | woman office worker | woman office worker: medium-dark skin tone | business woman | office worker | white collar +๐ฉ๐ฟโ๐ผ office worker: dark skin tone architect | business | dark skin tone | manager | white-collar | woman | woman office worker | woman office worker: dark skin tone | business woman | office worker | white collar +๐งโ๐ฌ biologist | chemist | engineer | physicist | scientist +๐ง๐ปโ๐ฌ light skin tone biologist | chemist | engineer | light skin tone | physicist | scientist | scientist: light skin tone +๐ง๐ผโ๐ฌ medium-light skin tone biologist | chemist | engineer | medium-light skin tone | physicist | scientist | scientist: medium-light skin tone +๐ง๐ฝโ๐ฌ medium skin tone biologist | chemist | engineer | medium skin tone | physicist | scientist | scientist: medium skin tone +๐ง๐พโ๐ฌ medium-dark skin tone biologist | chemist | engineer | medium-dark skin tone | physicist | scientist | scientist: medium-dark skin tone +๐ง๐ฟโ๐ฌ dark skin tone biologist | chemist | dark skin tone | engineer | physicist | scientist | scientist: dark skin tone +๐จโ๐ฌ scientist biologist | chemist | engineer | man | physicist | scientist +๐จ๐ปโ๐ฌ scientist: light skin tone biologist | chemist | engineer | light skin tone | man | man scientist: light skin tone | physicist | scientist +๐จ๐ผโ๐ฌ scientist: medium-light skin tone biologist | chemist | engineer | man | man scientist: medium-light skin tone | medium-light skin tone | physicist | scientist +๐จ๐ฝโ๐ฌ scientist: medium skin tone biologist | chemist | engineer | man | man scientist: medium skin tone | medium skin tone | physicist | scientist +๐จ๐พโ๐ฌ scientist: medium-dark skin tone biologist | chemist | engineer | man | man scientist: medium-dark skin tone | medium-dark skin tone | physicist | scientist +๐จ๐ฟโ๐ฌ scientist: dark skin tone biologist | chemist | dark skin tone | engineer | man | man scientist: dark skin tone | physicist | scientist +๐ฉโ๐ฌ scientist biologist | chemist | engineer | physicist | scientist | woman +๐ฉ๐ปโ๐ฌ scientist: light skin tone biologist | chemist | engineer | light skin tone | physicist | scientist | woman | woman scientist: light skin tone +๐ฉ๐ผโ๐ฌ scientist: medium-light skin tone biologist | chemist | engineer | medium-light skin tone | physicist | scientist | woman | woman scientist: medium-light skin tone +๐ฉ๐ฝโ๐ฌ scientist: medium skin tone biologist | chemist | engineer | medium skin tone | physicist | scientist | woman | woman scientist: medium skin tone +๐ฉ๐พโ๐ฌ scientist: medium-dark skin tone biologist | chemist | engineer | medium-dark skin tone | physicist | scientist | woman | woman scientist: medium-dark skin tone +๐ฉ๐ฟโ๐ฌ scientist: dark skin tone biologist | chemist | dark skin tone | engineer | physicist | scientist | woman | woman scientist: dark skin tone +๐งโ๐ป coder | developer | inventor | software | technologist +๐ง๐ปโ๐ป light skin tone coder | developer | inventor | light skin tone | software | technologist | technologist: light skin tone +๐ง๐ผโ๐ป medium-light skin tone coder | developer | inventor | medium-light skin tone | software | technologist | technologist: medium-light skin tone +๐ง๐ฝโ๐ป medium skin tone coder | developer | inventor | medium skin tone | software | technologist | technologist: medium skin tone +๐ง๐พโ๐ป medium-dark skin tone coder | developer | inventor | medium-dark skin tone | software | technologist | technologist: medium-dark skin tone +๐ง๐ฟโ๐ป dark skin tone coder | dark skin tone | developer | inventor | software | technologist | technologist: dark skin tone +๐จโ๐ป technologist coder | developer | inventor | man | software | technologist +๐จ๐ปโ๐ป technologist: light skin tone coder | developer | inventor | light skin tone | man | man technologist: light skin tone | software | technologist +๐จ๐ผโ๐ป technologist: medium-light skin tone coder | developer | inventor | man | man technologist: medium-light skin tone | medium-light skin tone | software | technologist +๐จ๐ฝโ๐ป technologist: medium skin tone coder | developer | inventor | man | man technologist: medium skin tone | medium skin tone | software | technologist +๐จ๐พโ๐ป technologist: medium-dark skin tone coder | developer | inventor | man | man technologist: medium-dark skin tone | medium-dark skin tone | software | technologist +๐จ๐ฟโ๐ป technologist: dark skin tone coder | dark skin tone | developer | inventor | man | man technologist: dark skin tone | software | technologist +๐ฉโ๐ป technologist coder | developer | inventor | software | technologist | woman +๐ฉ๐ปโ๐ป technologist: light skin tone coder | developer | inventor | light skin tone | software | technologist | woman | woman technologist: light skin tone +๐ฉ๐ผโ๐ป technologist: medium-light skin tone coder | developer | inventor | medium-light skin tone | software | technologist | woman | woman technologist: medium-light skin tone +๐ฉ๐ฝโ๐ป technologist: medium skin tone coder | developer | inventor | medium skin tone | software | technologist | woman | woman technologist: medium skin tone +๐ฉ๐พโ๐ป technologist: medium-dark skin tone coder | developer | inventor | medium-dark skin tone | software | technologist | woman | woman technologist: medium-dark skin tone +๐ฉ๐ฟโ๐ป technologist: dark skin tone coder | dark skin tone | developer | inventor | software | technologist | woman | woman technologist: dark skin tone +๐งโ๐ค actor | entertainer | rock | singer | star +๐ง๐ปโ๐ค light skin tone actor | entertainer | light skin tone | rock | singer | singer: light skin tone | star +๐ง๐ผโ๐ค medium-light skin tone actor | entertainer | medium-light skin tone | rock | singer | singer: medium-light skin tone | star +๐ง๐ฝโ๐ค medium skin tone actor | entertainer | medium skin tone | rock | singer | singer: medium skin tone | star +๐ง๐พโ๐ค medium-dark skin tone actor | entertainer | medium-dark skin tone | rock | singer | singer: medium-dark skin tone | star +๐ง๐ฟโ๐ค dark skin tone actor | dark skin tone | entertainer | rock | singer | singer: dark skin tone | star +๐จโ๐ค singer actor | entertainer | man | rock | singer | star +๐จ๐ปโ๐ค singer: light skin tone actor | entertainer | light skin tone | man | man singer: light skin tone | rock | singer | star +๐จ๐ผโ๐ค singer: medium-light skin tone actor | entertainer | man | man singer: medium-light skin tone | medium-light skin tone | rock | singer | star +๐จ๐ฝโ๐ค singer: medium skin tone actor | entertainer | man | man singer: medium skin tone | medium skin tone | rock | singer | star +๐จ๐พโ๐ค singer: medium-dark skin tone actor | entertainer | man | man singer: medium-dark skin tone | medium-dark skin tone | rock | singer | star +๐จ๐ฟโ๐ค singer: dark skin tone actor | dark skin tone | entertainer | man | man singer: dark skin tone | rock | singer | star +๐ฉโ๐ค singer actor | entertainer | rock | singer | star | woman +๐ฉ๐ปโ๐ค singer: light skin tone actor | entertainer | light skin tone | rock | singer | star | woman | woman singer: light skin tone +๐ฉ๐ผโ๐ค singer: medium-light skin tone actor | entertainer | medium-light skin tone | rock | singer | star | woman | woman singer: medium-light skin tone +๐ฉ๐ฝโ๐ค singer: medium skin tone actor | entertainer | medium skin tone | rock | singer | star | woman | woman singer: medium skin tone +๐ฉ๐พโ๐ค singer: medium-dark skin tone actor | entertainer | medium-dark skin tone | rock | singer | star | woman | woman singer: medium-dark skin tone +๐ฉ๐ฟโ๐ค singer: dark skin tone actor | dark skin tone | entertainer | rock | singer | star | woman | woman singer: dark skin tone +๐งโ๐จ artist | palette +๐ง๐ปโ๐จ light skin tone artist | artist: light skin tone | light skin tone | palette +๐ง๐ผโ๐จ medium-light skin tone artist | artist: medium-light skin tone | medium-light skin tone | palette +๐ง๐ฝโ๐จ medium skin tone artist | artist: medium skin tone | medium skin tone | palette +๐ง๐พโ๐จ medium-dark skin tone artist | artist: medium-dark skin tone | medium-dark skin tone | palette +๐ง๐ฟโ๐จ dark skin tone artist | artist: dark skin tone | dark skin tone | palette +๐จโ๐จ artist artist | man | palette | painter +๐จ๐ปโ๐จ artist: light skin tone artist | light skin tone | man | man artist: light skin tone | palette | painter +๐จ๐ผโ๐จ artist: medium-light skin tone artist | man | man artist: medium-light skin tone | medium-light skin tone | palette | painter +๐จ๐ฝโ๐จ artist: medium skin tone artist | man | man artist: medium skin tone | medium skin tone | palette | painter +๐จ๐พโ๐จ artist: medium-dark skin tone artist | man | man artist: medium-dark skin tone | medium-dark skin tone | palette | painter +๐จ๐ฟโ๐จ artist: dark skin tone artist | dark skin tone | man | man artist: dark skin tone | palette | painter +๐ฉโ๐จ artist artist | palette | woman | painter +๐ฉ๐ปโ๐จ artist: light skin tone artist | light skin tone | palette | woman | woman artist: light skin tone | painter +๐ฉ๐ผโ๐จ artist: medium-light skin tone artist | medium-light skin tone | palette | woman | woman artist: medium-light skin tone | painter +๐ฉ๐ฝโ๐จ artist: medium skin tone artist | medium skin tone | palette | woman | woman artist: medium skin tone | painter +๐ฉ๐พโ๐จ artist: medium-dark skin tone artist | medium-dark skin tone | palette | woman | woman artist: medium-dark skin tone | painter +๐ฉ๐ฟโ๐จ artist: dark skin tone artist | dark skin tone | palette | woman | woman artist: dark skin tone | painter +๐งโโ pilot | plane +๐ง๐ปโโ๏ธ light skin tone +๐ง๐ปโโ light skin tone light skin tone | pilot | pilot: light skin tone | plane +๐ง๐ผโโ๏ธ medium-light skin tone +๐ง๐ผโโ medium-light skin tone medium-light skin tone | pilot | pilot: medium-light skin tone | plane +๐ง๐ฝโโ๏ธ medium skin tone +๐ง๐ฝโโ medium skin tone medium skin tone | pilot | pilot: medium skin tone | plane +๐ง๐พโโ๏ธ medium-dark skin tone +๐ง๐พโโ medium-dark skin tone medium-dark skin tone | pilot | pilot: medium-dark skin tone | plane +๐ง๐ฟโโ๏ธ dark skin tone +๐ง๐ฟโโ dark skin tone dark skin tone | pilot | pilot: dark skin tone | plane +๐จโโ๏ธ pilot +๐จโโ pilot man | pilot | plane +๐จ๐ปโโ๏ธ pilot: light skin tone +๐จ๐ปโโ pilot: light skin tone light skin tone | man | man pilot: light skin tone | pilot | plane +๐จ๐ผโโ๏ธ pilot: medium-light skin tone +๐จ๐ผโโ pilot: medium-light skin tone man | man pilot: medium-light skin tone | medium-light skin tone | pilot | plane +๐จ๐ฝโโ๏ธ pilot: medium skin tone +๐จ๐ฝโโ pilot: medium skin tone man | man pilot: medium skin tone | medium skin tone | pilot | plane +๐จ๐พโโ๏ธ pilot: medium-dark skin tone +๐จ๐พโโ pilot: medium-dark skin tone man | man pilot: medium-dark skin tone | medium-dark skin tone | pilot | plane +๐จ๐ฟโโ๏ธ pilot: dark skin tone +๐จ๐ฟโโ pilot: dark skin tone dark skin tone | man | man pilot: dark skin tone | pilot | plane +๐ฉโโ๏ธ pilot +๐ฉโโ pilot pilot | plane | woman +๐ฉ๐ปโโ๏ธ pilot: light skin tone +๐ฉ๐ปโโ pilot: light skin tone light skin tone | pilot | plane | woman | woman pilot: light skin tone +๐ฉ๐ผโโ๏ธ pilot: medium-light skin tone +๐ฉ๐ผโโ pilot: medium-light skin tone medium-light skin tone | pilot | plane | woman | woman pilot: medium-light skin tone +๐ฉ๐ฝโโ๏ธ pilot: medium skin tone +๐ฉ๐ฝโโ pilot: medium skin tone medium skin tone | pilot | plane | woman | woman pilot: medium skin tone +๐ฉ๐พโโ๏ธ pilot: medium-dark skin tone +๐ฉ๐พโโ pilot: medium-dark skin tone medium-dark skin tone | pilot | plane | woman | woman pilot: medium-dark skin tone +๐ฉ๐ฟโโ๏ธ pilot: dark skin tone +๐ฉ๐ฟโโ pilot: dark skin tone dark skin tone | pilot | plane | woman | woman pilot: dark skin tone +๐งโ๐ astronaut | rocket +๐ง๐ปโ๐ light skin tone astronaut | astronaut: light skin tone | light skin tone | rocket +๐ง๐ผโ๐ medium-light skin tone astronaut | astronaut: medium-light skin tone | medium-light skin tone | rocket +๐ง๐ฝโ๐ medium skin tone astronaut | astronaut: medium skin tone | medium skin tone | rocket +๐ง๐พโ๐ medium-dark skin tone astronaut | astronaut: medium-dark skin tone | medium-dark skin tone | rocket +๐ง๐ฟโ๐ dark skin tone astronaut | astronaut: dark skin tone | dark skin tone | rocket +๐จโ๐ astronaut astronaut | man | rocket +๐จ๐ปโ๐ astronaut: light skin tone astronaut | light skin tone | man | man astronaut: light skin tone | rocket +๐จ๐ผโ๐ astronaut: medium-light skin tone astronaut | man | man astronaut: medium-light skin tone | medium-light skin tone | rocket +๐จ๐ฝโ๐ astronaut: medium skin tone astronaut | man | man astronaut: medium skin tone | medium skin tone | rocket +๐จ๐พโ๐ astronaut: medium-dark skin tone astronaut | man | man astronaut: medium-dark skin tone | medium-dark skin tone | rocket +๐จ๐ฟโ๐ astronaut: dark skin tone astronaut | dark skin tone | man | man astronaut: dark skin tone | rocket +๐ฉโ๐ astronaut astronaut | rocket | woman +๐ฉ๐ปโ๐ astronaut: light skin tone astronaut | light skin tone | rocket | woman | woman astronaut: light skin tone +๐ฉ๐ผโ๐ astronaut: medium-light skin tone astronaut | medium-light skin tone | rocket | woman | woman astronaut: medium-light skin tone +๐ฉ๐ฝโ๐ astronaut: medium skin tone astronaut | medium skin tone | rocket | woman | woman astronaut: medium skin tone +๐ฉ๐พโ๐ astronaut: medium-dark skin tone astronaut | medium-dark skin tone | rocket | woman | woman astronaut: medium-dark skin tone +๐ฉ๐ฟโ๐ astronaut: dark skin tone astronaut | dark skin tone | rocket | woman | woman astronaut: dark skin tone +๐งโ๐ fire | firefighter | firetruck | fire engine | fire truck | engine | truck +๐ง๐ปโ๐ light skin tone fire | firefighter | firefighter: light skin tone | firetruck | light skin tone | fire engine | fire truck | engine | truck +๐ง๐ผโ๐ medium-light skin tone fire | firefighter | firefighter: medium-light skin tone | firetruck | medium-light skin tone | fire engine | fire truck | engine | truck +๐ง๐ฝโ๐ medium skin tone fire | firefighter | firefighter: medium skin tone | firetruck | medium skin tone | fire engine | fire truck | engine | truck +๐ง๐พโ๐ medium-dark skin tone fire | firefighter | firefighter: medium-dark skin tone | firetruck | medium-dark skin tone | fire engine | fire truck | engine | truck +๐ง๐ฟโ๐ dark skin tone dark skin tone | fire | firefighter | firefighter: dark skin tone | firetruck | fire engine | fire truck | engine | truck +๐จโ๐ firefighter firefighter | firetruck | man | fire | fire truck | fireman +๐จ๐ปโ๐ firefighter: light skin tone firefighter | firetruck | light skin tone | man | man firefighter: light skin tone | fire | fire truck | fireman +๐จ๐ผโ๐ firefighter: medium-light skin tone firefighter | firetruck | man | man firefighter: medium-light skin tone | medium-light skin tone | fire | fire truck | fireman +๐จ๐ฝโ๐ firefighter: medium skin tone firefighter | firetruck | man | man firefighter: medium skin tone | medium skin tone | fire | fire truck | fireman +๐จ๐พโ๐ firefighter: medium-dark skin tone firefighter | firetruck | man | man firefighter: medium-dark skin tone | medium-dark skin tone | fire | fire truck | fireman +๐จ๐ฟโ๐ firefighter: dark skin tone dark skin tone | firefighter | firetruck | man | man firefighter: dark skin tone | fire | fire truck | fireman +๐ฉโ๐ firefighter firefighter | firetruck | woman | fire | fire truck | engine | firewoman | truck +๐ฉ๐ปโ๐ firefighter: light skin tone firefighter | firetruck | light skin tone | woman | woman firefighter: light skin tone | fire | fire truck | engine | firewoman | truck +๐ฉ๐ผโ๐ firefighter: medium-light skin tone firefighter | firetruck | medium-light skin tone | woman | woman firefighter: medium-light skin tone | fire | fire truck | engine | firewoman | truck +๐ฉ๐ฝโ๐ firefighter: medium skin tone firefighter | firetruck | medium skin tone | woman | woman firefighter: medium skin tone | fire | fire truck | engine | firewoman | truck +๐ฉ๐พโ๐ firefighter: medium-dark skin tone firefighter | firetruck | medium-dark skin tone | woman | woman firefighter: medium-dark skin tone | fire | fire truck | engine | firewoman | truck +๐ฉ๐ฟโ๐ firefighter: dark skin tone dark skin tone | firefighter | firetruck | woman | woman firefighter: dark skin tone | fire | fire truck | engine | firewoman | truck +๐ฎ officer cop | officer | police +๐ฎ๐ป officer: light skin tone cop | light skin tone | officer | police | police officer: light skin tone +๐ฎ๐ผ officer: medium-light skin tone cop | medium-light skin tone | officer | police | police officer: medium-light skin tone +๐ฎ๐ฝ officer: medium skin tone cop | medium skin tone | officer | police | police officer: medium skin tone +๐ฎ๐พ officer: medium-dark skin tone cop | medium-dark skin tone | officer | police | police officer: medium-dark skin tone +๐ฎ๐ฟ officer: dark skin tone cop | dark skin tone | officer | police | police officer: dark skin tone +๐ฎโโ๏ธ police officer +๐ฎโโ police officer cop | man | officer | police +๐ฎ๐ปโโ๏ธ police officer: light skin tone +๐ฎ๐ปโโ police officer: light skin tone cop | light skin tone | man | man police officer: light skin tone | officer | police +๐ฎ๐ผโโ๏ธ police officer: medium-light skin tone +๐ฎ๐ผโโ police officer: medium-light skin tone cop | man | man police officer: medium-light skin tone | medium-light skin tone | officer | police +๐ฎ๐ฝโโ๏ธ police officer: medium skin tone +๐ฎ๐ฝโโ police officer: medium skin tone cop | man | man police officer: medium skin tone | medium skin tone | officer | police +๐ฎ๐พโโ๏ธ police officer: medium-dark skin tone +๐ฎ๐พโโ police officer: medium-dark skin tone cop | man | man police officer: medium-dark skin tone | medium-dark skin tone | officer | police +๐ฎ๐ฟโโ๏ธ police officer: dark skin tone +๐ฎ๐ฟโโ police officer: dark skin tone cop | dark skin tone | man | man police officer: dark skin tone | officer | police +๐ฎโโ๏ธ police officer +๐ฎโโ police officer cop | officer | police | woman +๐ฎ๐ปโโ๏ธ police officer: light skin tone +๐ฎ๐ปโโ police officer: light skin tone cop | light skin tone | officer | police | woman | woman police officer: light skin tone +๐ฎ๐ผโโ๏ธ police officer: medium-light skin tone +๐ฎ๐ผโโ police officer: medium-light skin tone cop | medium-light skin tone | officer | police | woman | woman police officer: medium-light skin tone +๐ฎ๐ฝโโ๏ธ police officer: medium skin tone +๐ฎ๐ฝโโ police officer: medium skin tone cop | medium skin tone | officer | police | woman | woman police officer: medium skin tone +๐ฎ๐พโโ๏ธ police officer: medium-dark skin tone +๐ฎ๐พโโ police officer: medium-dark skin tone cop | medium-dark skin tone | officer | police | woman | woman police officer: medium-dark skin tone +๐ฎ๐ฟโโ๏ธ police officer: dark skin tone +๐ฎ๐ฟโโ police officer: dark skin tone cop | dark skin tone | officer | police | woman | woman police officer: dark skin tone +๐ต detective | sleuth | spy | investigator | private eye +๐ต๐ป light skin tone detective | detective: light skin tone | light skin tone | sleuth | spy | investigator | private eye +๐ต๐ผ medium-light skin tone detective | detective: medium-light skin tone | medium-light skin tone | sleuth | spy | investigator | private eye +๐ต๐ฝ medium skin tone detective | detective: medium skin tone | medium skin tone | sleuth | spy | investigator | private eye +๐ต๐พ medium-dark skin tone detective | detective: medium-dark skin tone | medium-dark skin tone | sleuth | spy | investigator | private eye +๐ต๐ฟ dark skin tone dark skin tone | detective | detective: dark skin tone | sleuth | spy | investigator | private eye +๐ต๏ธโโ๏ธ detective +๐ต๏ธโโ detective +๐ตโโ detective detective | man | sleuth | spy | investigator +๐ต๐ปโโ๏ธ detective: light skin tone +๐ต๐ปโโ detective: light skin tone detective | light skin tone | man | man detective: light skin tone | sleuth | spy | investigator +๐ต๐ผโโ๏ธ detective: medium-light skin tone +๐ต๐ผโโ detective: medium-light skin tone detective | man | man detective: medium-light skin tone | medium-light skin tone | sleuth | spy | investigator +๐ต๐ฝโโ๏ธ detective: medium skin tone +๐ต๐ฝโโ detective: medium skin tone detective | man | man detective: medium skin tone | medium skin tone | sleuth | spy | investigator +๐ต๐พโโ๏ธ detective: medium-dark skin tone +๐ต๐พโโ detective: medium-dark skin tone detective | man | man detective: medium-dark skin tone | medium-dark skin tone | sleuth | spy | investigator +๐ต๐ฟโโ๏ธ detective: dark skin tone +๐ต๐ฟโโ detective: dark skin tone dark skin tone | detective | man | man detective: dark skin tone | sleuth | spy | investigator +๐ตโโ detective detective | sleuth | spy | woman | investigator +๐ต๐ปโโ๏ธ detective: light skin tone +๐ต๐ปโโ detective: light skin tone detective | light skin tone | sleuth | spy | woman | woman detective: light skin tone | investigator +๐ต๐ผโโ๏ธ detective: medium-light skin tone +๐ต๐ผโโ detective: medium-light skin tone detective | medium-light skin tone | sleuth | spy | woman | woman detective: medium-light skin tone | investigator +๐ต๐ฝโโ๏ธ detective: medium skin tone +๐ต๐ฝโโ detective: medium skin tone detective | medium skin tone | sleuth | spy | woman | woman detective: medium skin tone | investigator +๐ต๐พโโ๏ธ detective: medium-dark skin tone +๐ต๐พโโ detective: medium-dark skin tone detective | medium-dark skin tone | sleuth | spy | woman | woman detective: medium-dark skin tone | investigator +๐ต๐ฟโโ๏ธ detective: dark skin tone +๐ต๐ฟโโ detective: dark skin tone dark skin tone | detective | sleuth | spy | woman | woman detective: dark skin tone | investigator +๐ guard +๐๐ป light skin tone guard | guard: light skin tone | light skin tone +๐๐ผ medium-light skin tone guard | guard: medium-light skin tone | medium-light skin tone +๐๐ฝ medium skin tone guard | guard: medium skin tone | medium skin tone +๐๐พ medium-dark skin tone guard | guard: medium-dark skin tone | medium-dark skin tone +๐๐ฟ dark skin tone dark skin tone | guard | guard: dark skin tone +๐โโ guard guard | man +๐๐ปโโ๏ธ guard: light skin tone +๐๐ปโโ guard: light skin tone guard | light skin tone | man | man guard: light skin tone +๐๐ผโโ๏ธ guard: medium-light skin tone +๐๐ผโโ guard: medium-light skin tone guard | man | man guard: medium-light skin tone | medium-light skin tone +๐๐ฝโโ๏ธ guard: medium skin tone +๐๐ฝโโ guard: medium skin tone guard | man | man guard: medium skin tone | medium skin tone +๐๐พโโ๏ธ guard: medium-dark skin tone +๐๐พโโ guard: medium-dark skin tone guard | man | man guard: medium-dark skin tone | medium-dark skin tone +๐๐ฟโโ๏ธ guard: dark skin tone +๐๐ฟโโ guard: dark skin tone dark skin tone | guard | man | man guard: dark skin tone +๐โโ๏ธ guard +๐โโ guard guard | woman +๐๐ปโโ๏ธ guard: light skin tone +๐๐ปโโ guard: light skin tone guard | light skin tone | woman | woman guard: light skin tone +๐๐ผโโ๏ธ guard: medium-light skin tone +๐๐ผโโ guard: medium-light skin tone guard | medium-light skin tone | woman | woman guard: medium-light skin tone +๐๐ฝโโ๏ธ guard: medium skin tone +๐๐ฝโโ guard: medium skin tone guard | medium skin tone | woman | woman guard: medium skin tone +๐๐พโโ๏ธ guard: medium-dark skin tone +๐๐พโโ guard: medium-dark skin tone guard | medium-dark skin tone | woman | woman guard: medium-dark skin tone +๐๐ฟโโ๏ธ guard: dark skin tone +๐๐ฟโโ guard: dark skin tone dark skin tone | guard | woman | woman guard: dark skin tone +๐ฅท fighter | hidden | ninja | stealth +๐ฅท๐ป light skin tone fighter | hidden | light skin tone | ninja | ninja: light skin tone | stealth +๐ฅท๐ผ medium-light skin tone fighter | hidden | medium-light skin tone | ninja | ninja: medium-light skin tone | stealth +๐ฅท๐ฝ medium skin tone fighter | hidden | medium skin tone | ninja | ninja: medium skin tone | stealth +๐ฅท๐พ medium-dark skin tone fighter | hidden | medium-dark skin tone | ninja | ninja: medium-dark skin tone | stealth +๐ฅท๐ฟ dark skin tone dark skin tone | fighter | hidden | ninja | ninja: dark skin tone | stealth +๐ท worker construction | hat | worker +๐ท๐ป worker: light skin tone construction | construction worker: light skin tone | hat | light skin tone | worker +๐ท๐ผ worker: medium-light skin tone construction | construction worker: medium-light skin tone | hat | medium-light skin tone | worker +๐ท๐ฝ worker: medium skin tone construction | construction worker: medium skin tone | hat | medium skin tone | worker +๐ท๐พ worker: medium-dark skin tone construction | construction worker: medium-dark skin tone | hat | medium-dark skin tone | worker +๐ท๐ฟ worker: dark skin tone construction | construction worker: dark skin tone | dark skin tone | hat | worker +๐ทโโ๏ธ construction worker +๐ทโโ construction worker construction | man | worker +๐ท๐ปโโ๏ธ construction worker: light skin tone +๐ท๐ปโโ construction worker: light skin tone construction | light skin tone | man | man construction worker: light skin tone | worker +๐ท๐ผโโ๏ธ construction worker: medium-light skin tone +๐ท๐ผโโ construction worker: medium-light skin tone construction | man | man construction worker: medium-light skin tone | medium-light skin tone | worker +๐ท๐ฝโโ๏ธ construction worker: medium skin tone +๐ท๐ฝโโ construction worker: medium skin tone construction | man | man construction worker: medium skin tone | medium skin tone | worker +๐ท๐พโโ๏ธ construction worker: medium-dark skin tone +๐ท๐พโโ construction worker: medium-dark skin tone construction | man | man construction worker: medium-dark skin tone | medium-dark skin tone | worker +๐ท๐ฟโโ๏ธ construction worker: dark skin tone +๐ท๐ฟโโ construction worker: dark skin tone construction | dark skin tone | man | man construction worker: dark skin tone | worker +๐ทโโ๏ธ construction worker +๐ทโโ construction worker construction | woman | worker +๐ท๐ปโโ๏ธ construction worker: light skin tone +๐ท๐ปโโ construction worker: light skin tone construction | light skin tone | woman | woman construction worker: light skin tone | worker +๐ท๐ผโโ๏ธ construction worker: medium-light skin tone +๐ท๐ผโโ construction worker: medium-light skin tone construction | medium-light skin tone | woman | woman construction worker: medium-light skin tone | worker +๐ท๐ฝโโ๏ธ construction worker: medium skin tone +๐ท๐ฝโโ construction worker: medium skin tone construction | medium skin tone | woman | woman construction worker: medium skin tone | worker +๐ท๐พโโ๏ธ construction worker: medium-dark skin tone +๐ท๐พโโ construction worker: medium-dark skin tone construction | medium-dark skin tone | woman | woman construction worker: medium-dark skin tone | worker +๐ท๐ฟโโ๏ธ construction worker: dark skin tone +๐ท๐ฟโโ construction worker: dark skin tone construction | dark skin tone | woman | woman construction worker: dark skin tone | worker +๐ซ
with crown monarch | noble | person with crown | regal | royalty | king | queen +๐ซ
๐ป with crown: light skin tone light skin tone | monarch | noble | person with crown | person with crown: light skin tone | regal | royalty | king | queen +๐ซ
๐ผ with crown: medium-light skin tone medium-light skin tone | monarch | noble | person with crown | person with crown: medium-light skin tone | regal | royalty | king | queen +๐ซ
๐ฝ with crown: medium skin tone medium skin tone | monarch | noble | person with crown | person with crown: medium skin tone | regal | royalty | king | queen +๐ซ
๐พ with crown: medium-dark skin tone medium-dark skin tone | monarch | noble | person with crown | person with crown: medium-dark skin tone | regal | royalty | king | queen +๐ซ
๐ฟ with crown: dark skin tone dark skin tone | monarch | noble | person with crown | person with crown: dark skin tone | regal | royalty | king | queen +๐คด prince | fairy tale | fantasy +๐คด๐ป light skin tone light skin tone | prince | prince: light skin tone | fairy tale | fantasy +๐คด๐ผ medium-light skin tone medium-light skin tone | prince | prince: medium-light skin tone | fairy tale | fantasy +๐คด๐ฝ medium skin tone medium skin tone | prince | prince: medium skin tone | fairy tale | fantasy +๐คด๐พ medium-dark skin tone medium-dark skin tone | prince | prince: medium-dark skin tone | fairy tale | fantasy +๐คด๐ฟ dark skin tone dark skin tone | prince | prince: dark skin tone | fairy tale | fantasy +๐ธ fairy tale | fantasy | princess +๐ธ๐ป light skin tone fairy tale | fantasy | light skin tone | princess | princess: light skin tone +๐ธ๐ผ medium-light skin tone fairy tale | fantasy | medium-light skin tone | princess | princess: medium-light skin tone +๐ธ๐ฝ medium skin tone fairy tale | fantasy | medium skin tone | princess | princess: medium skin tone +๐ธ๐พ medium-dark skin tone fairy tale | fantasy | medium-dark skin tone | princess | princess: medium-dark skin tone +๐ธ๐ฟ dark skin tone dark skin tone | fairy tale | fantasy | princess | princess: dark skin tone +๐ณ wearing turban person wearing turban | turban +๐ณ๐ป wearing turban: light skin tone light skin tone | person wearing turban | person wearing turban: light skin tone | turban +๐ณ๐ผ wearing turban: medium-light skin tone medium-light skin tone | person wearing turban | person wearing turban: medium-light skin tone | turban +๐ณ๐ฝ wearing turban: medium skin tone medium skin tone | person wearing turban | person wearing turban: medium skin tone | turban +๐ณ๐พ wearing turban: medium-dark skin tone medium-dark skin tone | person wearing turban | person wearing turban: medium-dark skin tone | turban +๐ณ๐ฟ wearing turban: dark skin tone dark skin tone | person wearing turban | person wearing turban: dark skin tone | turban +๐ณโโ๏ธ wearing turban +๐ณโโ wearing turban man | man wearing turban | turban +๐ณ๐ปโโ๏ธ wearing turban: light skin tone +๐ณ๐ปโโ wearing turban: light skin tone light skin tone | man | man wearing turban | man wearing turban: light skin tone | turban +๐ณ๐ผโโ๏ธ wearing turban: medium-light skin tone +๐ณ๐ผโโ wearing turban: medium-light skin tone man | man wearing turban | man wearing turban: medium-light skin tone | medium-light skin tone | turban +๐ณ๐ฝโโ๏ธ wearing turban: medium skin tone +๐ณ๐ฝโโ wearing turban: medium skin tone man | man wearing turban | man wearing turban: medium skin tone | medium skin tone | turban +๐ณ๐พโโ๏ธ wearing turban: medium-dark skin tone +๐ณ๐พโโ wearing turban: medium-dark skin tone man | man wearing turban | man wearing turban: medium-dark skin tone | medium-dark skin tone | turban +๐ณ๐ฟโโ๏ธ wearing turban: dark skin tone +๐ณ๐ฟโโ wearing turban: dark skin tone dark skin tone | man | man wearing turban | man wearing turban: dark skin tone | turban +๐ณโโ๏ธ wearing turban +๐ณโโ wearing turban turban | woman | woman wearing turban +๐ณ๐ปโโ๏ธ wearing turban: light skin tone +๐ณ๐ปโโ wearing turban: light skin tone light skin tone | turban | woman | woman wearing turban | woman wearing turban: light skin tone +๐ณ๐ผโโ๏ธ wearing turban: medium-light skin tone +๐ณ๐ผโโ wearing turban: medium-light skin tone medium-light skin tone | turban | woman | woman wearing turban | woman wearing turban: medium-light skin tone +๐ณ๐ฝโโ๏ธ wearing turban: medium skin tone +๐ณ๐ฝโโ wearing turban: medium skin tone medium skin tone | turban | woman | woman wearing turban | woman wearing turban: medium skin tone +๐ณ๐พโโ๏ธ wearing turban: medium-dark skin tone +๐ณ๐พโโ wearing turban: medium-dark skin tone medium-dark skin tone | turban | woman | woman wearing turban | woman wearing turban: medium-dark skin tone +๐ณ๐ฟโโ๏ธ wearing turban: dark skin tone +๐ณ๐ฟโโ wearing turban: dark skin tone dark skin tone | turban | woman | woman wearing turban | woman wearing turban: dark skin tone +๐ฒ with skullcap cap | gua pi mao | hat | person | person with skullcap | skullcap +๐ฒ๐ป with skullcap: light skin tone cap | gua pi mao | hat | light skin tone | person | person with skullcap | person with skullcap: light skin tone | skullcap +๐ฒ๐ผ with skullcap: medium-light skin tone cap | gua pi mao | hat | medium-light skin tone | person | person with skullcap | person with skullcap: medium-light skin tone | skullcap +๐ฒ๐ฝ with skullcap: medium skin tone cap | gua pi mao | hat | medium skin tone | person | person with skullcap | person with skullcap: medium skin tone | skullcap +๐ฒ๐พ with skullcap: medium-dark skin tone cap | gua pi mao | hat | medium-dark skin tone | person | person with skullcap | person with skullcap: medium-dark skin tone | skullcap +๐ฒ๐ฟ with skullcap: dark skin tone cap | dark skin tone | gua pi mao | hat | person | person with skullcap | person with skullcap: dark skin tone | skullcap +๐ง with headscarf headscarf | hijab | mantilla | tichel | woman with headscarf +๐ง๐ป with headscarf: light skin tone headscarf | hijab | light skin tone | mantilla | tichel | woman with headscarf | woman with headscarf: light skin tone +๐ง๐ผ with headscarf: medium-light skin tone headscarf | hijab | mantilla | medium-light skin tone | tichel | woman with headscarf | woman with headscarf: medium-light skin tone +๐ง๐ฝ with headscarf: medium skin tone headscarf | hijab | mantilla | medium skin tone | tichel | woman with headscarf | woman with headscarf: medium skin tone +๐ง๐พ with headscarf: medium-dark skin tone headscarf | hijab | mantilla | medium-dark skin tone | tichel | woman with headscarf | woman with headscarf: medium-dark skin tone +๐ง๐ฟ with headscarf: dark skin tone dark skin tone | headscarf | hijab | mantilla | tichel | woman with headscarf | woman with headscarf: dark skin tone +๐คต in tuxedo groom | person | person in tuxedo | tuxedo | person in tux +๐คต๐ป in tuxedo: light skin tone groom | light skin tone | person | person in tuxedo | person in tuxedo: light skin tone | tuxedo | person in tux +๐คต๐ผ in tuxedo: medium-light skin tone groom | medium-light skin tone | person | person in tuxedo | person in tuxedo: medium-light skin tone | tuxedo | person in tux +๐คต๐ฝ in tuxedo: medium skin tone groom | medium skin tone | person | person in tuxedo | person in tuxedo: medium skin tone | tuxedo | person in tux +๐คต๐พ in tuxedo: medium-dark skin tone groom | medium-dark skin tone | person | person in tuxedo | person in tuxedo: medium-dark skin tone | tuxedo | person in tux +๐คต๐ฟ in tuxedo: dark skin tone dark skin tone | groom | person | person in tuxedo | person in tuxedo: dark skin tone | tuxedo | person in tux +๐คตโโ๏ธ in tuxedo +๐คตโโ in tuxedo man | man in tuxedo | tuxedo | man in tux | tux +๐คต๐ปโโ๏ธ in tuxedo: light skin tone +๐คต๐ปโโ in tuxedo: light skin tone light skin tone | man | man in tuxedo | man in tuxedo: light skin tone | tuxedo | man in tux | tux +๐คต๐ผโโ๏ธ in tuxedo: medium-light skin tone +๐คต๐ผโโ in tuxedo: medium-light skin tone man | man in tuxedo | man in tuxedo: medium-light skin tone | medium-light skin tone | tuxedo | man in tux | tux +๐คต๐ฝโโ๏ธ in tuxedo: medium skin tone +๐คต๐ฝโโ in tuxedo: medium skin tone man | man in tuxedo | man in tuxedo: medium skin tone | medium skin tone | tuxedo | man in tux | tux +๐คต๐พโโ๏ธ in tuxedo: medium-dark skin tone +๐คต๐พโโ in tuxedo: medium-dark skin tone man | man in tuxedo | man in tuxedo: medium-dark skin tone | medium-dark skin tone | tuxedo | man in tux | tux +๐คต๐ฟโโ๏ธ in tuxedo: dark skin tone +๐คต๐ฟโโ in tuxedo: dark skin tone dark skin tone | man | man in tuxedo | man in tuxedo: dark skin tone | tuxedo | man in tux | tux +๐คตโโ๏ธ in tuxedo +๐คตโโ in tuxedo tuxedo | woman | woman in tuxedo | woman in tux +๐คต๐ปโโ๏ธ in tuxedo: light skin tone +๐คต๐ปโโ in tuxedo: light skin tone light skin tone | tuxedo | woman | woman in tuxedo | woman in tuxedo: light skin tone | woman in tux +๐คต๐ผโโ๏ธ in tuxedo: medium-light skin tone +๐คต๐ผโโ in tuxedo: medium-light skin tone medium-light skin tone | tuxedo | woman | woman in tuxedo | woman in tuxedo: medium-light skin tone | woman in tux +๐คต๐ฝโโ๏ธ in tuxedo: medium skin tone +๐คต๐ฝโโ in tuxedo: medium skin tone medium skin tone | tuxedo | woman | woman in tuxedo | woman in tuxedo: medium skin tone | woman in tux +๐คต๐พโโ๏ธ in tuxedo: medium-dark skin tone +๐คต๐พโโ in tuxedo: medium-dark skin tone medium-dark skin tone | tuxedo | woman | woman in tuxedo | woman in tuxedo: medium-dark skin tone | woman in tux +๐คต๐ฟโโ๏ธ in tuxedo: dark skin tone +๐คต๐ฟโโ in tuxedo: dark skin tone dark skin tone | tuxedo | woman | woman in tuxedo | woman in tuxedo: dark skin tone | woman in tux +๐ฐ with veil bride | person | person with veil | veil | wedding +๐ฐ๐ป with veil: light skin tone bride | light skin tone | person | person with veil | person with veil: light skin tone | veil | wedding +๐ฐ๐ผ with veil: medium-light skin tone bride | medium-light skin tone | person | person with veil | person with veil: medium-light skin tone | veil | wedding +๐ฐ๐ฝ with veil: medium skin tone bride | medium skin tone | person | person with veil | person with veil: medium skin tone | veil | wedding +๐ฐ๐พ with veil: medium-dark skin tone bride | medium-dark skin tone | person | person with veil | person with veil: medium-dark skin tone | veil | wedding +๐ฐ๐ฟ with veil: dark skin tone bride | dark skin tone | person | person with veil | person with veil: dark skin tone | veil | wedding +๐ฐโโ๏ธ with veil +๐ฐโโ with veil man | man with veil | veil +๐ฐ๐ปโโ๏ธ with veil: light skin tone +๐ฐ๐ปโโ with veil: light skin tone light skin tone | man | man with veil | man with veil: light skin tone | veil +๐ฐ๐ผโโ๏ธ with veil: medium-light skin tone +๐ฐ๐ผโโ with veil: medium-light skin tone man | man with veil | man with veil: medium-light skin tone | medium-light skin tone | veil +๐ฐ๐ฝโโ๏ธ with veil: medium skin tone +๐ฐ๐ฝโโ with veil: medium skin tone man | man with veil | man with veil: medium skin tone | medium skin tone | veil +๐ฐ๐พโโ๏ธ with veil: medium-dark skin tone +๐ฐ๐พโโ with veil: medium-dark skin tone man | man with veil | man with veil: medium-dark skin tone | medium-dark skin tone | veil +๐ฐ๐ฟโโ๏ธ with veil: dark skin tone +๐ฐ๐ฟโโ with veil: dark skin tone dark skin tone | man | man with veil | man with veil: dark skin tone | veil +๐ฐโโ๏ธ with veil +๐ฐโโ with veil veil | woman | woman with veil | bride +๐ฐ๐ปโโ๏ธ with veil: light skin tone +๐ฐ๐ปโโ with veil: light skin tone light skin tone | veil | woman | woman with veil | woman with veil: light skin tone | bride +๐ฐ๐ผโโ๏ธ with veil: medium-light skin tone +๐ฐ๐ผโโ with veil: medium-light skin tone medium-light skin tone | veil | woman | woman with veil | woman with veil: medium-light skin tone | bride +๐ฐ๐ฝโโ๏ธ with veil: medium skin tone +๐ฐ๐ฝโโ with veil: medium skin tone medium skin tone | veil | woman | woman with veil | woman with veil: medium skin tone | bride +๐ฐ๐พโโ๏ธ with veil: medium-dark skin tone +๐ฐ๐พโโ with veil: medium-dark skin tone medium-dark skin tone | veil | woman | woman with veil | woman with veil: medium-dark skin tone | bride +๐ฐ๐ฟโโ๏ธ with veil: dark skin tone +๐ฐ๐ฟโโ with veil: dark skin tone dark skin tone | veil | woman | woman with veil | woman with veil: dark skin tone | bride +๐คฐ woman pregnant | woman +๐คฐ๐ป woman: light skin tone light skin tone | pregnant | pregnant woman: light skin tone | woman +๐คฐ๐ผ woman: medium-light skin tone medium-light skin tone | pregnant | pregnant woman: medium-light skin tone | woman +๐คฐ๐ฝ woman: medium skin tone medium skin tone | pregnant | pregnant woman: medium skin tone | woman +๐คฐ๐พ woman: medium-dark skin tone medium-dark skin tone | pregnant | pregnant woman: medium-dark skin tone | woman +๐คฐ๐ฟ woman: dark skin tone dark skin tone | pregnant | pregnant woman: dark skin tone | woman +๐ซ man belly | bloated | full | pregnant | pregnant man +๐ซ๐ป man: light skin tone belly | bloated | full | light skin tone | pregnant | pregnant man | pregnant man: light skin tone +๐ซ๐ผ man: medium-light skin tone belly | bloated | full | medium-light skin tone | pregnant | pregnant man | pregnant man: medium-light skin tone +๐ซ๐ฝ man: medium skin tone belly | bloated | full | medium skin tone | pregnant | pregnant man | pregnant man: medium skin tone +๐ซ๐พ man: medium-dark skin tone belly | bloated | full | medium-dark skin tone | pregnant | pregnant man | pregnant man: medium-dark skin tone +๐ซ๐ฟ man: dark skin tone belly | bloated | dark skin tone | full | pregnant | pregnant man | pregnant man: dark skin tone +๐ซ person belly | bloated | full | pregnant | pregnant person +๐ซ๐ป person: light skin tone belly | bloated | full | light skin tone | pregnant | pregnant person | pregnant person: light skin tone +๐ซ๐ผ person: medium-light skin tone belly | bloated | full | medium-light skin tone | pregnant | pregnant person | pregnant person: medium-light skin tone +๐ซ๐ฝ person: medium skin tone belly | bloated | full | medium skin tone | pregnant | pregnant person | pregnant person: medium skin tone +๐ซ๐พ person: medium-dark skin tone belly | bloated | full | medium-dark skin tone | pregnant | pregnant person | pregnant person: medium-dark skin tone +๐ซ๐ฟ person: dark skin tone belly | bloated | dark skin tone | full | pregnant | pregnant person | pregnant person: dark skin tone +๐คฑ baby | breast | breast-feeding | nursing +๐คฑ๐ป light skin tone baby | breast | breast-feeding | breast-feeding: light skin tone | light skin tone | nursing +๐คฑ๐ผ medium-light skin tone baby | breast | breast-feeding | breast-feeding: medium-light skin tone | medium-light skin tone | nursing +๐คฑ๐ฝ medium skin tone baby | breast | breast-feeding | breast-feeding: medium skin tone | medium skin tone | nursing +๐คฑ๐พ medium-dark skin tone baby | breast | breast-feeding | breast-feeding: medium-dark skin tone | medium-dark skin tone | nursing +๐คฑ๐ฟ dark skin tone baby | breast | breast-feeding | breast-feeding: dark skin tone | dark skin tone | nursing +๐ฉโ๐ผ feeding baby baby | feeding | nursing | woman +๐ฉ๐ปโ๐ผ feeding baby: light skin tone baby | feeding | light skin tone | nursing | woman | woman feeding baby: light skin tone +๐ฉ๐ผโ๐ผ feeding baby: medium-light skin tone baby | feeding | medium-light skin tone | nursing | woman | woman feeding baby: medium-light skin tone +๐ฉ๐ฝโ๐ผ feeding baby: medium skin tone baby | feeding | medium skin tone | nursing | woman | woman feeding baby: medium skin tone +๐ฉ๐พโ๐ผ feeding baby: medium-dark skin tone baby | feeding | medium-dark skin tone | nursing | woman | woman feeding baby: medium-dark skin tone +๐ฉ๐ฟโ๐ผ feeding baby: dark skin tone baby | dark skin tone | feeding | nursing | woman | woman feeding baby: dark skin tone +๐จโ๐ผ feeding baby baby | feeding | man | nursing +๐จ๐ปโ๐ผ feeding baby: light skin tone baby | feeding | light skin tone | man | man feeding baby: light skin tone | nursing +๐จ๐ผโ๐ผ feeding baby: medium-light skin tone baby | feeding | man | man feeding baby: medium-light skin tone | medium-light skin tone | nursing +๐จ๐ฝโ๐ผ feeding baby: medium skin tone baby | feeding | man | man feeding baby: medium skin tone | medium skin tone | nursing +๐จ๐พโ๐ผ feeding baby: medium-dark skin tone baby | feeding | man | man feeding baby: medium-dark skin tone | medium-dark skin tone | nursing +๐จ๐ฟโ๐ผ feeding baby: dark skin tone baby | dark skin tone | feeding | man | man feeding baby: dark skin tone | nursing +๐งโ๐ผ feeding baby baby | feeding | nursing | person +๐ง๐ปโ๐ผ feeding baby: light skin tone baby | feeding | light skin tone | nursing | person | person feeding baby: light skin tone +๐ง๐ผโ๐ผ feeding baby: medium-light skin tone baby | feeding | medium-light skin tone | nursing | person | person feeding baby: medium-light skin tone +๐ง๐ฝโ๐ผ feeding baby: medium skin tone baby | feeding | medium skin tone | nursing | person | person feeding baby: medium skin tone +๐ง๐พโ๐ผ feeding baby: medium-dark skin tone baby | feeding | medium-dark skin tone | nursing | person | person feeding baby: medium-dark skin tone +๐ง๐ฟโ๐ผ feeding baby: dark skin tone baby | dark skin tone | feeding | nursing | person | person feeding baby: dark skin tone +๐ผ angel angel | baby | face | fairy tale | fantasy +๐ผ๐ป angel: light skin tone angel | baby | baby angel: light skin tone | face | fairy tale | fantasy | light skin tone +๐ผ๐ผ angel: medium-light skin tone angel | baby | baby angel: medium-light skin tone | face | fairy tale | fantasy | medium-light skin tone +๐ผ๐ฝ angel: medium skin tone angel | baby | baby angel: medium skin tone | face | fairy tale | fantasy | medium skin tone +๐ผ๐พ angel: medium-dark skin tone angel | baby | baby angel: medium-dark skin tone | face | fairy tale | fantasy | medium-dark skin tone +๐ผ๐ฟ angel: dark skin tone angel | baby | baby angel: dark skin tone | dark skin tone | face | fairy tale | fantasy +๐
Claus celebration | Christmas | claus | father | santa | Father Christmas | Santa | Santa Claus | Claus | Father +๐
๐ป Claus: light skin tone celebration | Christmas | claus | father | light skin tone | santa | Santa Claus: light skin tone | Father Christmas | Santa | Santa Claus | Santa: light skin tone | Claus | Father +๐
๐ผ Claus: medium-light skin tone celebration | Christmas | claus | father | medium-light skin tone | santa | Santa Claus: medium-light skin tone | Father Christmas | Santa | Santa Claus | Santa: medium-light skin tone | Claus | Father +๐
๐ฝ Claus: medium skin tone celebration | Christmas | claus | father | medium skin tone | santa | Santa Claus: medium skin tone | Father Christmas | Santa | Santa Claus | Santa: medium skin tone | Claus | Father +๐
๐พ Claus: medium-dark skin tone celebration | Christmas | claus | father | medium-dark skin tone | santa | Santa Claus: medium-dark skin tone | Father Christmas | Santa | Santa Claus | Santa: medium-dark skin tone | Claus | Father +๐
๐ฟ Claus: dark skin tone celebration | Christmas | claus | dark skin tone | father | santa | Santa Claus: dark skin tone | Father Christmas | Santa | Santa Claus | Santa: dark skin tone | Claus | Father +๐คถ Claus celebration | Christmas | claus | mother | Mrs. | Mrs Claus | Mrs Santa Claus | Mrs. Claus | Claus | Mother | Mrs +๐คถ๐ป Claus: light skin tone celebration | Christmas | claus | light skin tone | mother | Mrs. | Mrs. Claus: light skin tone | Mrs Claus | Mrs Santa Claus | Mrs. Claus | Claus | Mother | Mrs | Mrs Claus: light skin tone +๐คถ๐ผ Claus: medium-light skin tone celebration | Christmas | claus | medium-light skin tone | mother | Mrs. | Mrs. Claus: medium-light skin tone | Mrs Claus | Mrs Santa Claus | Mrs. Claus | Claus | Mother | Mrs | Mrs Claus: medium-light skin tone +๐คถ๐ฝ Claus: medium skin tone celebration | Christmas | claus | medium skin tone | mother | Mrs. | Mrs. Claus: medium skin tone | Mrs Claus | Mrs Santa Claus | Mrs. Claus | Claus | Mother | Mrs | Mrs Claus: medium skin tone +๐คถ๐พ Claus: medium-dark skin tone celebration | Christmas | claus | medium-dark skin tone | mother | Mrs. | Mrs. Claus: medium-dark skin tone | Mrs Claus | Mrs Santa Claus | Mrs. Claus | Claus | Mother | Mrs | Mrs Claus: medium-dark skin tone +๐คถ๐ฟ Claus: dark skin tone celebration | Christmas | claus | dark skin tone | mother | Mrs. | Mrs. Claus: dark skin tone | Mrs Claus | Mrs Santa Claus | Mrs. Claus | Claus | Mother | Mrs | Mrs Claus: dark skin tone +๐งโ๐ claus christmas | claus | mx claus | Christmas | Claus | Mx. Claus +๐ง๐ปโ๐ claus: light skin tone christmas | claus | light skin tone | mx claus | mx claus: light skin tone | Christmas | Claus | Mx. Claus | Mx. Claus: light skin tone +๐ง๐ผโ๐ claus: medium-light skin tone christmas | claus | medium-light skin tone | mx claus | mx claus: medium-light skin tone | Christmas | Claus | Mx. Claus | Mx. Claus: medium-light skin tone +๐ง๐ฝโ๐ claus: medium skin tone christmas | claus | medium skin tone | mx claus | mx claus: medium skin tone | Christmas | Claus | Mx. Claus | Mx. Claus: medium skin tone +๐ง๐พโ๐ claus: medium-dark skin tone christmas | claus | medium-dark skin tone | mx claus | mx claus: medium-dark skin tone | Christmas | Claus | Mx. Claus | Mx. Claus: medium-dark skin tone +๐ง๐ฟโ๐ claus: dark skin tone christmas | claus | dark skin tone | mx claus | mx claus: dark skin tone | Christmas | Claus | Mx. Claus | Mx. Claus: dark skin tone +๐ฆธ good | hero | heroine | superhero | superpower +๐ฆธ๐ป light skin tone good | hero | heroine | light skin tone | superhero | superhero: light skin tone | superpower +๐ฆธ๐ผ medium-light skin tone good | hero | heroine | medium-light skin tone | superhero | superhero: medium-light skin tone | superpower +๐ฆธ๐ฝ medium skin tone good | hero | heroine | medium skin tone | superhero | superhero: medium skin tone | superpower +๐ฆธ๐พ medium-dark skin tone good | hero | heroine | medium-dark skin tone | superhero | superhero: medium-dark skin tone | superpower +๐ฆธ๐ฟ dark skin tone dark skin tone | good | hero | heroine | superhero | superhero: dark skin tone | superpower +๐ฆธโโ๏ธ superhero +๐ฆธโโ superhero good | hero | man | man superhero | superpower +๐ฆธ๐ปโโ๏ธ superhero: light skin tone +๐ฆธ๐ปโโ superhero: light skin tone good | hero | light skin tone | man | man superhero | man superhero: light skin tone | superpower +๐ฆธ๐ผโโ๏ธ superhero: medium-light skin tone +๐ฆธ๐ผโโ superhero: medium-light skin tone good | hero | man | man superhero | man superhero: medium-light skin tone | medium-light skin tone | superpower +๐ฆธ๐ฝโโ๏ธ superhero: medium skin tone +๐ฆธ๐ฝโโ superhero: medium skin tone good | hero | man | man superhero | man superhero: medium skin tone | medium skin tone | superpower +๐ฆธ๐พโโ๏ธ superhero: medium-dark skin tone +๐ฆธ๐พโโ superhero: medium-dark skin tone good | hero | man | man superhero | man superhero: medium-dark skin tone | medium-dark skin tone | superpower +๐ฆธ๐ฟโโ๏ธ superhero: dark skin tone +๐ฆธ๐ฟโโ superhero: dark skin tone dark skin tone | good | hero | man | man superhero | man superhero: dark skin tone | superpower +๐ฆธโโ superhero good | hero | heroine | superpower | woman | woman superhero +๐ฆธ๐ปโโ๏ธ superhero: light skin tone +๐ฆธ๐ปโโ superhero: light skin tone good | hero | heroine | light skin tone | superpower | woman | woman superhero | woman superhero: light skin tone +๐ฆธ๐ผโโ๏ธ superhero: medium-light skin tone +๐ฆธ๐ผโโ superhero: medium-light skin tone good | hero | heroine | medium-light skin tone | superpower | woman | woman superhero | woman superhero: medium-light skin tone +๐ฆธ๐ฝโโ๏ธ superhero: medium skin tone +๐ฆธ๐ฝโโ superhero: medium skin tone good | hero | heroine | medium skin tone | superpower | woman | woman superhero | woman superhero: medium skin tone +๐ฆธ๐พโโ๏ธ superhero: medium-dark skin tone +๐ฆธ๐พโโ superhero: medium-dark skin tone good | hero | heroine | medium-dark skin tone | superpower | woman | woman superhero | woman superhero: medium-dark skin tone +๐ฆธ๐ฟโโ๏ธ superhero: dark skin tone +๐ฆธ๐ฟโโ superhero: dark skin tone dark skin tone | good | hero | heroine | superpower | woman | woman superhero | woman superhero: dark skin tone +๐ฆน criminal | evil | superpower | supervillain | villain +๐ฆน๐ป light skin tone criminal | evil | light skin tone | superpower | supervillain | supervillain: light skin tone | villain +๐ฆน๐ผ medium-light skin tone criminal | evil | medium-light skin tone | superpower | supervillain | supervillain: medium-light skin tone | villain +๐ฆน๐ฝ medium skin tone criminal | evil | medium skin tone | superpower | supervillain | supervillain: medium skin tone | villain +๐ฆน๐พ medium-dark skin tone criminal | evil | medium-dark skin tone | superpower | supervillain | supervillain: medium-dark skin tone | villain +๐ฆน๐ฟ dark skin tone criminal | dark skin tone | evil | superpower | supervillain | supervillain: dark skin tone | villain +๐ฆนโโ๏ธ supervillain +๐ฆนโโ supervillain criminal | evil | man | man supervillain | superpower | villain +๐ฆน๐ปโโ๏ธ supervillain: light skin tone +๐ฆน๐ปโโ supervillain: light skin tone criminal | evil | light skin tone | man | man supervillain | man supervillain: light skin tone | superpower | villain +๐ฆน๐ผโโ๏ธ supervillain: medium-light skin tone +๐ฆน๐ผโโ supervillain: medium-light skin tone criminal | evil | man | man supervillain | man supervillain: medium-light skin tone | medium-light skin tone | superpower | villain +๐ฆน๐ฝโโ๏ธ supervillain: medium skin tone +๐ฆน๐ฝโโ supervillain: medium skin tone criminal | evil | man | man supervillain | man supervillain: medium skin tone | medium skin tone | superpower | villain +๐ฆน๐พโโ๏ธ supervillain: medium-dark skin tone +๐ฆน๐พโโ supervillain: medium-dark skin tone criminal | evil | man | man supervillain | man supervillain: medium-dark skin tone | medium-dark skin tone | superpower | villain +๐ฆน๐ฟโโ๏ธ supervillain: dark skin tone +๐ฆน๐ฟโโ supervillain: dark skin tone criminal | dark skin tone | evil | man | man supervillain | man supervillain: dark skin tone | superpower | villain +๐ฆนโโ๏ธ supervillain +๐ฆนโโ supervillain criminal | evil | superpower | villain | woman | woman supervillain +๐ฆน๐ปโโ๏ธ supervillain: light skin tone +๐ฆน๐ปโโ supervillain: light skin tone criminal | evil | light skin tone | superpower | villain | woman | woman supervillain | woman supervillain: light skin tone +๐ฆน๐ผโโ๏ธ supervillain: medium-light skin tone +๐ฆน๐ผโโ supervillain: medium-light skin tone criminal | evil | medium-light skin tone | superpower | villain | woman | woman supervillain | woman supervillain: medium-light skin tone +๐ฆน๐ฝโโ๏ธ supervillain: medium skin tone +๐ฆน๐ฝโโ supervillain: medium skin tone criminal | evil | medium skin tone | superpower | villain | woman | woman supervillain | woman supervillain: medium skin tone +๐ฆน๐พโโ๏ธ supervillain: medium-dark skin tone +๐ฆน๐พโโ supervillain: medium-dark skin tone criminal | evil | medium-dark skin tone | superpower | villain | woman | woman supervillain | woman supervillain: medium-dark skin tone +๐ฆน๐ฟโโ๏ธ supervillain: dark skin tone +๐ฆน๐ฟโโ supervillain: dark skin tone criminal | dark skin tone | evil | superpower | villain | woman | woman supervillain | woman supervillain: dark skin tone +๐ง mage | sorcerer | sorceress | witch | wizard +๐ง๐ป light skin tone light skin tone | mage | mage: light skin tone | sorcerer | sorceress | witch | wizard +๐ง๐ผ medium-light skin tone mage | mage: medium-light skin tone | medium-light skin tone | sorcerer | sorceress | witch | wizard +๐ง๐ฝ medium skin tone mage | mage: medium skin tone | medium skin tone | sorcerer | sorceress | witch | wizard +๐ง๐พ medium-dark skin tone mage | mage: medium-dark skin tone | medium-dark skin tone | sorcerer | sorceress | witch | wizard +๐ง๐ฟ dark skin tone dark skin tone | mage | mage: dark skin tone | sorcerer | sorceress | witch | wizard +๐งโโ๏ธ mage +๐งโโ mage man mage | sorcerer | wizard +๐ง๐ปโโ๏ธ mage: light skin tone +๐ง๐ปโโ mage: light skin tone light skin tone | man mage | man mage: light skin tone | sorcerer | wizard +๐ง๐ผโโ๏ธ mage: medium-light skin tone +๐ง๐ผโโ mage: medium-light skin tone man mage | man mage: medium-light skin tone | medium-light skin tone | sorcerer | wizard +๐ง๐ฝโโ๏ธ mage: medium skin tone +๐ง๐ฝโโ mage: medium skin tone man mage | man mage: medium skin tone | medium skin tone | sorcerer | wizard +๐ง๐พโโ๏ธ mage: medium-dark skin tone +๐ง๐พโโ mage: medium-dark skin tone man mage | man mage: medium-dark skin tone | medium-dark skin tone | sorcerer | wizard +๐ง๐ฟโโ๏ธ mage: dark skin tone +๐ง๐ฟโโ mage: dark skin tone dark skin tone | man mage | man mage: dark skin tone | sorcerer | wizard +๐งโโ mage sorceress | witch | woman mage +๐ง๐ปโโ๏ธ mage: light skin tone +๐ง๐ปโโ mage: light skin tone light skin tone | sorceress | witch | woman mage | woman mage: light skin tone +๐ง๐ผโโ๏ธ mage: medium-light skin tone +๐ง๐ผโโ mage: medium-light skin tone medium-light skin tone | sorceress | witch | woman mage | woman mage: medium-light skin tone +๐ง๐ฝโโ๏ธ mage: medium skin tone +๐ง๐ฝโโ mage: medium skin tone medium skin tone | sorceress | witch | woman mage | woman mage: medium skin tone +๐ง๐พโโ๏ธ mage: medium-dark skin tone +๐ง๐พโโ mage: medium-dark skin tone medium-dark skin tone | sorceress | witch | woman mage | woman mage: medium-dark skin tone +๐ง๐ฟโโ๏ธ mage: dark skin tone +๐ง๐ฟโโ mage: dark skin tone dark skin tone | sorceress | witch | woman mage | woman mage: dark skin tone +๐ง fairy | Oberon | Puck | Titania +๐ง๐ป light skin tone fairy | fairy: light skin tone | light skin tone | Oberon | Puck | Titania +๐ง๐ผ medium-light skin tone fairy | fairy: medium-light skin tone | medium-light skin tone | Oberon | Puck | Titania +๐ง๐ฝ medium skin tone fairy | fairy: medium skin tone | medium skin tone | Oberon | Puck | Titania +๐ง๐พ medium-dark skin tone fairy | fairy: medium-dark skin tone | medium-dark skin tone | Oberon | Puck | Titania +๐ง๐ฟ dark skin tone dark skin tone | fairy | fairy: dark skin tone | Oberon | Puck | Titania +๐งโโ๏ธ fairy +๐งโโ fairy man fairy | Oberon | Puck +๐ง๐ปโโ๏ธ fairy: light skin tone +๐ง๐ปโโ fairy: light skin tone light skin tone | man fairy | man fairy: light skin tone | Oberon | Puck +๐ง๐ผโโ๏ธ fairy: medium-light skin tone +๐ง๐ผโโ fairy: medium-light skin tone man fairy | man fairy: medium-light skin tone | medium-light skin tone | Oberon | Puck +๐ง๐ฝโโ๏ธ fairy: medium skin tone +๐ง๐ฝโโ fairy: medium skin tone man fairy | man fairy: medium skin tone | medium skin tone | Oberon | Puck +๐ง๐พโโ๏ธ fairy: medium-dark skin tone +๐ง๐พโโ fairy: medium-dark skin tone man fairy | man fairy: medium-dark skin tone | medium-dark skin tone | Oberon | Puck +๐ง๐ฟโโ๏ธ fairy: dark skin tone +๐ง๐ฟโโ fairy: dark skin tone dark skin tone | man fairy | man fairy: dark skin tone | Oberon | Puck +๐งโโ fairy Titania | woman fairy +๐ง๐ปโโ๏ธ fairy: light skin tone +๐ง๐ปโโ fairy: light skin tone light skin tone | Titania | woman fairy | woman fairy: light skin tone +๐ง๐ผโโ๏ธ fairy: medium-light skin tone +๐ง๐ผโโ fairy: medium-light skin tone medium-light skin tone | Titania | woman fairy | woman fairy: medium-light skin tone +๐ง๐ฝโโ๏ธ fairy: medium skin tone +๐ง๐ฝโโ fairy: medium skin tone medium skin tone | Titania | woman fairy | woman fairy: medium skin tone +๐ง๐พโโ๏ธ fairy: medium-dark skin tone +๐ง๐พโโ fairy: medium-dark skin tone medium-dark skin tone | Titania | woman fairy | woman fairy: medium-dark skin tone +๐ง๐ฟโโ๏ธ fairy: dark skin tone +๐ง๐ฟโโ fairy: dark skin tone dark skin tone | Titania | woman fairy | woman fairy: dark skin tone +๐ง Dracula | undead | vampire +๐ง๐ป light skin tone Dracula | light skin tone | undead | vampire | vampire: light skin tone +๐ง๐ผ medium-light skin tone Dracula | medium-light skin tone | undead | vampire | vampire: medium-light skin tone +๐ง๐ฝ medium skin tone Dracula | medium skin tone | undead | vampire | vampire: medium skin tone +๐ง๐พ medium-dark skin tone Dracula | medium-dark skin tone | undead | vampire | vampire: medium-dark skin tone +๐ง๐ฟ dark skin tone dark skin tone | Dracula | undead | vampire | vampire: dark skin tone +๐งโโ๏ธ vampire +๐งโโ vampire Dracula | man vampire | undead +๐ง๐ปโโ๏ธ vampire: light skin tone +๐ง๐ปโโ vampire: light skin tone Dracula | light skin tone | man vampire | man vampire: light skin tone | undead +๐ง๐ผโโ๏ธ vampire: medium-light skin tone +๐ง๐ผโโ vampire: medium-light skin tone Dracula | man vampire | man vampire: medium-light skin tone | medium-light skin tone | undead +๐ง๐ฝโโ๏ธ vampire: medium skin tone +๐ง๐ฝโโ vampire: medium skin tone Dracula | man vampire | man vampire: medium skin tone | medium skin tone | undead +๐ง๐พโโ๏ธ vampire: medium-dark skin tone +๐ง๐พโโ vampire: medium-dark skin tone Dracula | man vampire | man vampire: medium-dark skin tone | medium-dark skin tone | undead +๐ง๐ฟโโ๏ธ vampire: dark skin tone +๐ง๐ฟโโ vampire: dark skin tone dark skin tone | Dracula | man vampire | man vampire: dark skin tone | undead +๐งโโ vampire undead | woman vampire +๐ง๐ปโโ๏ธ vampire: light skin tone +๐ง๐ปโโ vampire: light skin tone light skin tone | undead | woman vampire | woman vampire: light skin tone +๐ง๐ผโโ๏ธ vampire: medium-light skin tone +๐ง๐ผโโ vampire: medium-light skin tone medium-light skin tone | undead | woman vampire | woman vampire: medium-light skin tone +๐ง๐ฝโโ๏ธ vampire: medium skin tone +๐ง๐ฝโโ vampire: medium skin tone medium skin tone | undead | woman vampire | woman vampire: medium skin tone +๐ง๐พโโ๏ธ vampire: medium-dark skin tone +๐ง๐พโโ vampire: medium-dark skin tone medium-dark skin tone | undead | woman vampire | woman vampire: medium-dark skin tone +๐ง๐ฟโโ๏ธ vampire: dark skin tone +๐ง๐ฟโโ vampire: dark skin tone dark skin tone | undead | woman vampire | woman vampire: dark skin tone +๐ง mermaid | merman | merperson | merwoman +๐ง๐ป light skin tone light skin tone | mermaid | merman | merperson | merperson: light skin tone | merwoman +๐ง๐ผ medium-light skin tone medium-light skin tone | mermaid | merman | merperson | merperson: medium-light skin tone | merwoman +๐ง๐ฝ medium skin tone medium skin tone | mermaid | merman | merperson | merperson: medium skin tone | merwoman +๐ง๐พ medium-dark skin tone medium-dark skin tone | mermaid | merman | merperson | merperson: medium-dark skin tone | merwoman +๐ง๐ฟ dark skin tone dark skin tone | mermaid | merman | merperson | merperson: dark skin tone | merwoman +๐งโโ merman | Triton +๐ง๐ปโโ๏ธ light skin tone +๐ง๐ปโโ light skin tone light skin tone | merman | merman: light skin tone | Triton +๐ง๐ผโโ๏ธ medium-light skin tone +๐ง๐ผโโ medium-light skin tone medium-light skin tone | merman | merman: medium-light skin tone | Triton +๐ง๐ฝโโ๏ธ medium skin tone +๐ง๐ฝโโ medium skin tone medium skin tone | merman | merman: medium skin tone | Triton +๐ง๐พโโ๏ธ medium-dark skin tone +๐ง๐พโโ medium-dark skin tone medium-dark skin tone | merman | merman: medium-dark skin tone | Triton +๐ง๐ฟโโ๏ธ dark skin tone +๐ง๐ฟโโ dark skin tone dark skin tone | merman | merman: dark skin tone | Triton +๐งโโ mermaid | merwoman +๐ง๐ปโโ๏ธ light skin tone +๐ง๐ปโโ light skin tone light skin tone | mermaid | mermaid: light skin tone | merwoman +๐ง๐ผโโ๏ธ medium-light skin tone +๐ง๐ผโโ medium-light skin tone medium-light skin tone | mermaid | mermaid: medium-light skin tone | merwoman +๐ง๐ฝโโ๏ธ medium skin tone +๐ง๐ฝโโ medium skin tone medium skin tone | mermaid | mermaid: medium skin tone | merwoman +๐ง๐พโโ๏ธ medium-dark skin tone +๐ง๐พโโ medium-dark skin tone medium-dark skin tone | mermaid | mermaid: medium-dark skin tone | merwoman +๐ง๐ฟโโ๏ธ dark skin tone +๐ง๐ฟโโ dark skin tone dark skin tone | mermaid | mermaid: dark skin tone | merwoman +๐ง elf | magical +๐ง๐ป light skin tone elf | elf: light skin tone | light skin tone | magical +๐ง๐ผ medium-light skin tone elf | elf: medium-light skin tone | magical | medium-light skin tone +๐ง๐ฝ medium skin tone elf | elf: medium skin tone | magical | medium skin tone +๐ง๐พ medium-dark skin tone elf | elf: medium-dark skin tone | magical | medium-dark skin tone +๐ง๐ฟ dark skin tone dark skin tone | elf | elf: dark skin tone | magical +๐งโโ๏ธ elf +๐งโโ elf magical | man elf +๐ง๐ปโโ๏ธ elf: light skin tone +๐ง๐ปโโ elf: light skin tone light skin tone | magical | man elf | man elf: light skin tone +๐ง๐ผโโ๏ธ elf: medium-light skin tone +๐ง๐ผโโ elf: medium-light skin tone magical | man elf | man elf: medium-light skin tone | medium-light skin tone +๐ง๐ฝโโ๏ธ elf: medium skin tone +๐ง๐ฝโโ elf: medium skin tone magical | man elf | man elf: medium skin tone | medium skin tone +๐ง๐พโโ๏ธ elf: medium-dark skin tone +๐ง๐พโโ elf: medium-dark skin tone magical | man elf | man elf: medium-dark skin tone | medium-dark skin tone +๐ง๐ฟโโ๏ธ elf: dark skin tone +๐ง๐ฟโโ elf: dark skin tone dark skin tone | magical | man elf | man elf: dark skin tone +๐งโโ elf magical | woman elf +๐ง๐ปโโ๏ธ elf: light skin tone +๐ง๐ปโโ elf: light skin tone light skin tone | magical | woman elf | woman elf: light skin tone +๐ง๐ผโโ๏ธ elf: medium-light skin tone +๐ง๐ผโโ elf: medium-light skin tone magical | medium-light skin tone | woman elf | woman elf: medium-light skin tone +๐ง๐ฝโโ๏ธ elf: medium skin tone +๐ง๐ฝโโ elf: medium skin tone magical | medium skin tone | woman elf | woman elf: medium skin tone +๐ง๐พโโ๏ธ elf: medium-dark skin tone +๐ง๐พโโ elf: medium-dark skin tone magical | medium-dark skin tone | woman elf | woman elf: medium-dark skin tone +๐ง๐ฟโโ๏ธ elf: dark skin tone +๐ง๐ฟโโ elf: dark skin tone dark skin tone | magical | woman elf | woman elf: dark skin tone +๐ง djinn | genie +๐งโโ๏ธ genie +๐งโโ genie djinn | man genie +๐งโโ๏ธ genie +๐งโโ genie djinn | woman genie +๐ง undead | walking dead | zombie +๐งโโ๏ธ zombie +๐งโโ zombie man zombie | undead | walking dead +๐งโโ๏ธ zombie +๐งโโ zombie undead | walking dead | woman zombie +๐ง fairy tale | fantasy | monster | troll +๐ getting massage face | massage | person getting massage | salon +๐๐ป getting massage: light skin tone face | light skin tone | massage | person getting massage | person getting massage: light skin tone | salon +๐๐ผ getting massage: medium-light skin tone face | massage | medium-light skin tone | person getting massage | person getting massage: medium-light skin tone | salon +๐๐ฝ getting massage: medium skin tone face | massage | medium skin tone | person getting massage | person getting massage: medium skin tone | salon +๐๐พ getting massage: medium-dark skin tone face | massage | medium-dark skin tone | person getting massage | person getting massage: medium-dark skin tone | salon +๐๐ฟ getting massage: dark skin tone dark skin tone | face | massage | person getting massage | person getting massage: dark skin tone | salon +๐โโ๏ธ getting massage +๐โโ getting massage face | man | man getting massage | massage +๐๐ปโโ๏ธ getting massage: light skin tone +๐๐ปโโ getting massage: light skin tone face | light skin tone | man | man getting massage | man getting massage: light skin tone | massage +๐๐ผโโ๏ธ getting massage: medium-light skin tone +๐๐ผโโ getting massage: medium-light skin tone face | man | man getting massage | man getting massage: medium-light skin tone | massage | medium-light skin tone +๐๐ฝโโ๏ธ getting massage: medium skin tone +๐๐ฝโโ getting massage: medium skin tone face | man | man getting massage | man getting massage: medium skin tone | massage | medium skin tone +๐๐พโโ๏ธ getting massage: medium-dark skin tone +๐๐พโโ getting massage: medium-dark skin tone face | man | man getting massage | man getting massage: medium-dark skin tone | massage | medium-dark skin tone +๐๐ฟโโ๏ธ getting massage: dark skin tone +๐๐ฟโโ getting massage: dark skin tone dark skin tone | face | man | man getting massage | man getting massage: dark skin tone | massage +๐โโ๏ธ getting massage +๐โโ getting massage face | massage | woman | woman getting massage +๐๐ปโโ๏ธ getting massage: light skin tone +๐๐ปโโ getting massage: light skin tone face | light skin tone | massage | woman | woman getting massage | woman getting massage: light skin tone +๐๐ผโโ๏ธ getting massage: medium-light skin tone +๐๐ผโโ getting massage: medium-light skin tone face | massage | medium-light skin tone | woman | woman getting massage | woman getting massage: medium-light skin tone +๐๐ฝโโ๏ธ getting massage: medium skin tone +๐๐ฝโโ getting massage: medium skin tone face | massage | medium skin tone | woman | woman getting massage | woman getting massage: medium skin tone +๐๐พโโ๏ธ getting massage: medium-dark skin tone +๐๐พโโ getting massage: medium-dark skin tone face | massage | medium-dark skin tone | woman | woman getting massage | woman getting massage: medium-dark skin tone +๐๐ฟโโ๏ธ getting massage: dark skin tone +๐๐ฟโโ getting massage: dark skin tone dark skin tone | face | massage | woman | woman getting massage | woman getting massage: dark skin tone +๐ getting haircut barber | beauty | haircut | parlor | person getting haircut | parlour | salon +๐๐ป getting haircut: light skin tone barber | beauty | haircut | light skin tone | parlor | person getting haircut | person getting haircut: light skin tone | parlour | salon +๐๐ผ getting haircut: medium-light skin tone barber | beauty | haircut | medium-light skin tone | parlor | person getting haircut | person getting haircut: medium-light skin tone | parlour | salon +๐๐ฝ getting haircut: medium skin tone barber | beauty | haircut | medium skin tone | parlor | person getting haircut | person getting haircut: medium skin tone | parlour | salon +๐๐พ getting haircut: medium-dark skin tone barber | beauty | haircut | medium-dark skin tone | parlor | person getting haircut | person getting haircut: medium-dark skin tone | parlour | salon +๐๐ฟ getting haircut: dark skin tone barber | beauty | dark skin tone | haircut | parlor | person getting haircut | person getting haircut: dark skin tone | parlour | salon +๐โโ๏ธ getting haircut +๐โโ getting haircut haircut | man | man getting haircut | hairdresser +๐๐ปโโ๏ธ getting haircut: light skin tone +๐๐ปโโ getting haircut: light skin tone haircut | light skin tone | man | man getting haircut | man getting haircut: light skin tone | hairdresser +๐๐ผโโ๏ธ getting haircut: medium-light skin tone +๐๐ผโโ getting haircut: medium-light skin tone haircut | man | man getting haircut | man getting haircut: medium-light skin tone | medium-light skin tone | hairdresser +๐๐ฝโโ๏ธ getting haircut: medium skin tone +๐๐ฝโโ getting haircut: medium skin tone haircut | man | man getting haircut | man getting haircut: medium skin tone | medium skin tone | hairdresser +๐๐พโโ๏ธ getting haircut: medium-dark skin tone +๐๐พโโ getting haircut: medium-dark skin tone haircut | man | man getting haircut | man getting haircut: medium-dark skin tone | medium-dark skin tone | hairdresser +๐๐ฟโโ๏ธ getting haircut: dark skin tone +๐๐ฟโโ getting haircut: dark skin tone dark skin tone | haircut | man | man getting haircut | man getting haircut: dark skin tone | hairdresser +๐โโ๏ธ getting haircut +๐โโ getting haircut haircut | woman | woman getting haircut | hairdresser +๐๐ปโโ๏ธ getting haircut: light skin tone +๐๐ปโโ getting haircut: light skin tone haircut | light skin tone | woman | woman getting haircut | woman getting haircut: light skin tone | hairdresser +๐๐ผโโ๏ธ getting haircut: medium-light skin tone +๐๐ผโโ getting haircut: medium-light skin tone haircut | medium-light skin tone | woman | woman getting haircut | woman getting haircut: medium-light skin tone | hairdresser +๐๐ฝโโ๏ธ getting haircut: medium skin tone +๐๐ฝโโ getting haircut: medium skin tone haircut | medium skin tone | woman | woman getting haircut | woman getting haircut: medium skin tone | hairdresser +๐๐พโโ๏ธ getting haircut: medium-dark skin tone +๐๐พโโ getting haircut: medium-dark skin tone haircut | medium-dark skin tone | woman | woman getting haircut | woman getting haircut: medium-dark skin tone | hairdresser +๐๐ฟโโ๏ธ getting haircut: dark skin tone +๐๐ฟโโ getting haircut: dark skin tone dark skin tone | haircut | woman | woman getting haircut | woman getting haircut: dark skin tone | hairdresser +๐ถ walking hike | person walking | walk | walking +๐ถ๐ป walking: light skin tone hike | light skin tone | person walking | person walking: light skin tone | walk | walking +๐ถ๐ผ walking: medium-light skin tone hike | medium-light skin tone | person walking | person walking: medium-light skin tone | walk | walking +๐ถ๐ฝ walking: medium skin tone hike | medium skin tone | person walking | person walking: medium skin tone | walk | walking +๐ถ๐พ walking: medium-dark skin tone hike | medium-dark skin tone | person walking | person walking: medium-dark skin tone | walk | walking +๐ถ๐ฟ walking: dark skin tone dark skin tone | hike | person walking | person walking: dark skin tone | walk | walking +๐ถโโ๏ธ walking +๐ถโโ walking hike | man | man walking | walk +๐ถ๐ปโโ๏ธ walking: light skin tone +๐ถ๐ปโโ walking: light skin tone hike | light skin tone | man | man walking | man walking: light skin tone | walk +๐ถ๐ผโโ๏ธ walking: medium-light skin tone +๐ถ๐ผโโ walking: medium-light skin tone hike | man | man walking | man walking: medium-light skin tone | medium-light skin tone | walk +๐ถ๐ฝโโ๏ธ walking: medium skin tone +๐ถ๐ฝโโ walking: medium skin tone hike | man | man walking | man walking: medium skin tone | medium skin tone | walk +๐ถ๐พโโ๏ธ walking: medium-dark skin tone +๐ถ๐พโโ walking: medium-dark skin tone hike | man | man walking | man walking: medium-dark skin tone | medium-dark skin tone | walk +๐ถ๐ฟโโ๏ธ walking: dark skin tone +๐ถ๐ฟโโ walking: dark skin tone dark skin tone | hike | man | man walking | man walking: dark skin tone | walk +๐ถโโ๏ธ walking +๐ถโโ walking hike | walk | woman | woman walking +๐ถ๐ปโโ๏ธ walking: light skin tone +๐ถ๐ปโโ walking: light skin tone hike | light skin tone | walk | woman | woman walking | woman walking: light skin tone +๐ถ๐ผโโ๏ธ walking: medium-light skin tone +๐ถ๐ผโโ walking: medium-light skin tone hike | medium-light skin tone | walk | woman | woman walking | woman walking: medium-light skin tone +๐ถ๐ฝโโ๏ธ walking: medium skin tone +๐ถ๐ฝโโ walking: medium skin tone hike | medium skin tone | walk | woman | woman walking | woman walking: medium skin tone +๐ถ๐พโโ๏ธ walking: medium-dark skin tone +๐ถ๐พโโ walking: medium-dark skin tone hike | medium-dark skin tone | walk | woman | woman walking | woman walking: medium-dark skin tone +๐ถ๐ฟโโ๏ธ walking: dark skin tone +๐ถ๐ฟโโ walking: dark skin tone dark skin tone | hike | walk | woman | woman walking | woman walking: dark skin tone +๐ถโโก๏ธ walking facing right +๐ถโโก walking facing right hike | person walking | person walking facing right | walk | walking +๐ถ๐ปโโก๏ธ walking facing right: light skin tone +๐ถ๐ปโโก walking facing right: light skin tone hike | person walking | person walking facing right | walk | walking +๐ถ๐ผโโก๏ธ walking facing right: medium-light skin tone +๐ถ๐ผโโก walking facing right: medium-light skin tone hike | person walking | person walking facing right | walk | walking +๐ถ๐ฝโโก๏ธ walking facing right: medium skin tone +๐ถ๐ฝโโก walking facing right: medium skin tone hike | person walking | person walking facing right | walk | walking +๐ถ๐พโโก๏ธ walking facing right: medium-dark skin tone +๐ถ๐พโโก walking facing right: medium-dark skin tone hike | person walking | person walking facing right | walk | walking +๐ถ๐ฟโโก๏ธ walking facing right: dark skin tone +๐ถ๐ฟโโก walking facing right: dark skin tone hike | person walking | person walking facing right | walk | walking +๐ถโโ๏ธโโก๏ธ walking facing right +๐ถโโโโก walking facing right hike | walk | woman | woman walking | woman walking facing right +๐ถ๐ปโโ๏ธโโก๏ธ walking facing right: light skin tone +๐ถ๐ปโโโโก walking facing right: light skin tone hike | walk | woman | woman walking | woman walking facing right +๐ถ๐ผโโ๏ธโโก๏ธ walking facing right: medium-light skin tone +๐ถ๐ผโโโโก walking facing right: medium-light skin tone hike | walk | woman | woman walking | woman walking facing right +๐ถ๐ฝโโ๏ธโโก๏ธ walking facing right: medium skin tone +๐ถ๐ฝโโโโก walking facing right: medium skin tone hike | walk | woman | woman walking | woman walking facing right +๐ถ๐พโโ๏ธโโก๏ธ walking facing right: medium-dark skin tone +๐ถ๐พโโโโก walking facing right: medium-dark skin tone hike | walk | woman | woman walking | woman walking facing right +๐ถ๐ฟโโ๏ธโโก๏ธ walking facing right: dark skin tone +๐ถ๐ฟโโโโก walking facing right: dark skin tone hike | walk | woman | woman walking | woman walking facing right +๐ถโโ๏ธโโก๏ธ walking facing right +๐ถโโโโก walking facing right hike | man | man walking | man walking facing right | walk +๐ถ๐ปโโ๏ธโโก๏ธ walking facing right: light skin tone +๐ถ๐ปโโโโก walking facing right: light skin tone hike | man | man walking | man walking facing right | walk +๐ถ๐ผโโ๏ธโโก๏ธ walking facing right: medium-light skin tone +๐ถ๐ผโโโโก walking facing right: medium-light skin tone hike | man | man walking | man walking facing right | walk +๐ถ๐ฝโโ๏ธโโก๏ธ walking facing right: medium skin tone +๐ถ๐ฝโโโโก walking facing right: medium skin tone hike | man | man walking | man walking facing right | walk +๐ถ๐พโโ๏ธโโก๏ธ walking facing right: medium-dark skin tone +๐ถ๐พโโโโก walking facing right: medium-dark skin tone hike | man | man walking | man walking facing right | walk +๐ถ๐ฟโโ๏ธโโก๏ธ walking facing right: dark skin tone +๐ถ๐ฟโโโโก walking facing right: dark skin tone hike | man | man walking | man walking facing right | walk +๐ง standing person standing | stand | standing +๐ง๐ป standing: light skin tone light skin tone | person standing | person standing: light skin tone | stand | standing +๐ง๐ผ standing: medium-light skin tone medium-light skin tone | person standing | person standing: medium-light skin tone | stand | standing +๐ง๐ฝ standing: medium skin tone medium skin tone | person standing | person standing: medium skin tone | stand | standing +๐ง๐พ standing: medium-dark skin tone medium-dark skin tone | person standing | person standing: medium-dark skin tone | stand | standing +๐ง๐ฟ standing: dark skin tone dark skin tone | person standing | person standing: dark skin tone | stand | standing +๐งโโ๏ธ standing +๐งโโ standing man | standing +๐ง๐ปโโ๏ธ standing: light skin tone +๐ง๐ปโโ standing: light skin tone light skin tone | man | man standing: light skin tone | standing +๐ง๐ผโโ๏ธ standing: medium-light skin tone +๐ง๐ผโโ standing: medium-light skin tone man | man standing: medium-light skin tone | medium-light skin tone | standing +๐ง๐ฝโโ๏ธ standing: medium skin tone +๐ง๐ฝโโ standing: medium skin tone man | man standing: medium skin tone | medium skin tone | standing +๐ง๐พโโ๏ธ standing: medium-dark skin tone +๐ง๐พโโ standing: medium-dark skin tone man | man standing: medium-dark skin tone | medium-dark skin tone | standing +๐ง๐ฟโโ๏ธ standing: dark skin tone +๐ง๐ฟโโ standing: dark skin tone dark skin tone | man | man standing: dark skin tone | standing +๐งโโ๏ธ standing +๐งโโ standing standing | woman +๐ง๐ปโโ๏ธ standing: light skin tone +๐ง๐ปโโ standing: light skin tone light skin tone | standing | woman | woman standing: light skin tone +๐ง๐ผโโ๏ธ standing: medium-light skin tone +๐ง๐ผโโ standing: medium-light skin tone medium-light skin tone | standing | woman | woman standing: medium-light skin tone +๐ง๐ฝโโ๏ธ standing: medium skin tone +๐ง๐ฝโโ standing: medium skin tone medium skin tone | standing | woman | woman standing: medium skin tone +๐ง๐พโโ๏ธ standing: medium-dark skin tone +๐ง๐พโโ standing: medium-dark skin tone medium-dark skin tone | standing | woman | woman standing: medium-dark skin tone +๐ง๐ฟโโ๏ธ standing: dark skin tone +๐ง๐ฟโโ standing: dark skin tone dark skin tone | standing | woman | woman standing: dark skin tone +๐ง kneeling kneel | kneeling | person kneeling +๐ง๐ป kneeling: light skin tone kneel | kneeling | light skin tone | person kneeling | person kneeling: light skin tone +๐ง๐ผ kneeling: medium-light skin tone kneel | kneeling | medium-light skin tone | person kneeling | person kneeling: medium-light skin tone +๐ง๐ฝ kneeling: medium skin tone kneel | kneeling | medium skin tone | person kneeling | person kneeling: medium skin tone +๐ง๐พ kneeling: medium-dark skin tone kneel | kneeling | medium-dark skin tone | person kneeling | person kneeling: medium-dark skin tone +๐ง๐ฟ kneeling: dark skin tone dark skin tone | kneel | kneeling | person kneeling | person kneeling: dark skin tone +๐งโโ๏ธ kneeling +๐งโโ kneeling kneeling | man +๐ง๐ปโโ๏ธ kneeling: light skin tone +๐ง๐ปโโ kneeling: light skin tone kneeling | light skin tone | man | man kneeling: light skin tone +๐ง๐ผโโ๏ธ kneeling: medium-light skin tone +๐ง๐ผโโ kneeling: medium-light skin tone kneeling | man | man kneeling: medium-light skin tone | medium-light skin tone +๐ง๐ฝโโ๏ธ kneeling: medium skin tone +๐ง๐ฝโโ kneeling: medium skin tone kneeling | man | man kneeling: medium skin tone | medium skin tone +๐ง๐พโโ๏ธ kneeling: medium-dark skin tone +๐ง๐พโโ kneeling: medium-dark skin tone kneeling | man | man kneeling: medium-dark skin tone | medium-dark skin tone +๐ง๐ฟโโ๏ธ kneeling: dark skin tone +๐ง๐ฟโโ kneeling: dark skin tone dark skin tone | kneeling | man | man kneeling: dark skin tone +๐งโโ๏ธ kneeling +๐งโโ kneeling kneeling | woman +๐ง๐ปโโ๏ธ kneeling: light skin tone +๐ง๐ปโโ kneeling: light skin tone kneeling | light skin tone | woman | woman kneeling: light skin tone +๐ง๐ผโโ๏ธ kneeling: medium-light skin tone +๐ง๐ผโโ kneeling: medium-light skin tone kneeling | medium-light skin tone | woman | woman kneeling: medium-light skin tone +๐ง๐ฝโโ๏ธ kneeling: medium skin tone +๐ง๐ฝโโ kneeling: medium skin tone kneeling | medium skin tone | woman | woman kneeling: medium skin tone +๐ง๐พโโ๏ธ kneeling: medium-dark skin tone +๐ง๐พโโ kneeling: medium-dark skin tone kneeling | medium-dark skin tone | woman | woman kneeling: medium-dark skin tone +๐ง๐ฟโโ๏ธ kneeling: dark skin tone +๐ง๐ฟโโ kneeling: dark skin tone dark skin tone | kneeling | woman | woman kneeling: dark skin tone +๐งโโก๏ธ kneeling facing right +๐งโโก kneeling facing right kneel | kneeling | person kneeling | person kneeling facing right +๐ง๐ปโโก๏ธ kneeling facing right: light skin tone +๐ง๐ปโโก kneeling facing right: light skin tone kneel | kneeling | person kneeling | person kneeling facing right +๐ง๐ผโโก๏ธ kneeling facing right: medium-light skin tone +๐ง๐ผโโก kneeling facing right: medium-light skin tone kneel | kneeling | person kneeling | person kneeling facing right +๐ง๐ฝโโก๏ธ kneeling facing right: medium skin tone +๐ง๐ฝโโก kneeling facing right: medium skin tone kneel | kneeling | person kneeling | person kneeling facing right +๐ง๐พโโก๏ธ kneeling facing right: medium-dark skin tone +๐ง๐พโโก kneeling facing right: medium-dark skin tone kneel | kneeling | person kneeling | person kneeling facing right +๐ง๐ฟโโก๏ธ kneeling facing right: dark skin tone +๐ง๐ฟโโก kneeling facing right: dark skin tone kneel | kneeling | person kneeling | person kneeling facing right +๐งโโ๏ธโโก๏ธ kneeling facing right +๐งโโโโก kneeling facing right kneeling | woman | woman kneeling facing right +๐ง๐ปโโ๏ธโโก๏ธ kneeling facing right: light skin tone +๐ง๐ปโโโโก kneeling facing right: light skin tone kneeling | woman | woman kneeling facing right +๐ง๐ผโโ๏ธโโก๏ธ kneeling facing right: medium-light skin tone +๐ง๐ผโโโโก kneeling facing right: medium-light skin tone kneeling | woman | woman kneeling facing right +๐ง๐ฝโโ๏ธโโก๏ธ kneeling facing right: medium skin tone +๐ง๐ฝโโโโก kneeling facing right: medium skin tone kneeling | woman | woman kneeling facing right +๐ง๐พโโ๏ธโโก๏ธ kneeling facing right: medium-dark skin tone +๐ง๐พโโโโก kneeling facing right: medium-dark skin tone kneeling | woman | woman kneeling facing right +๐ง๐ฟโโ๏ธโโก๏ธ kneeling facing right: dark skin tone +๐ง๐ฟโโโโก kneeling facing right: dark skin tone kneeling | woman | woman kneeling facing right +๐งโโ๏ธโโก๏ธ kneeling facing right +๐งโโโโก kneeling facing right kneeling | man | man kneeling facing right +๐ง๐ปโโ๏ธโโก๏ธ kneeling facing right: light skin tone +๐ง๐ปโโโโก kneeling facing right: light skin tone kneeling | man | man kneeling facing right +๐ง๐ผโโ๏ธโโก๏ธ kneeling facing right: medium-light skin tone +๐ง๐ผโโโโก kneeling facing right: medium-light skin tone kneeling | man | man kneeling facing right +๐ง๐ฝโโ๏ธโโก๏ธ kneeling facing right: medium skin tone +๐ง๐ฝโโโโก kneeling facing right: medium skin tone kneeling | man | man kneeling facing right +๐ง๐พโโ๏ธโโก๏ธ kneeling facing right: medium-dark skin tone +๐ง๐พโโโโก kneeling facing right: medium-dark skin tone kneeling | man | man kneeling facing right +๐ง๐ฟโโ๏ธโโก๏ธ kneeling facing right: dark skin tone +๐ง๐ฟโโโโก kneeling facing right: dark skin tone kneeling | man | man kneeling facing right +๐งโ๐ฆฏ with white cane accessibility | blind | person with white cane | person with guide cane | person with long mobility cane +๐ง๐ปโ๐ฆฏ with white cane: light skin tone accessibility | blind | light skin tone | person with white cane | person with white cane: light skin tone | person with guide cane | person with guide cane: light skin tone | person with long mobility cane | person with long mobility cane: light skin tone +๐ง๐ผโ๐ฆฏ with white cane: medium-light skin tone accessibility | blind | medium-light skin tone | person with white cane | person with white cane: medium-light skin tone | person with guide cane | person with guide cane: medium-light skin tone | person with long mobility cane | person with long mobility cane: medium-light skin tone +๐ง๐ฝโ๐ฆฏ with white cane: medium skin tone accessibility | blind | medium skin tone | person with white cane | person with white cane: medium skin tone | person with guide cane | person with guide cane: medium skin tone | person with long mobility cane | person with long mobility cane: medium skin tone +๐ง๐พโ๐ฆฏ with white cane: medium-dark skin tone accessibility | blind | medium-dark skin tone | person with white cane | person with white cane: medium-dark skin tone | person with guide cane | person with guide cane: medium-dark skin tone | person with long mobility cane | person with long mobility cane: medium-dark skin tone +๐ง๐ฟโ๐ฆฏ with white cane: dark skin tone accessibility | blind | dark skin tone | person with white cane | person with white cane: dark skin tone | person with guide cane | person with guide cane: dark skin tone | person with long mobility cane | person with long mobility cane: dark skin tone +๐งโ๐ฆฏโโก๏ธ with white cane facing right +๐งโ๐ฆฏโโก with white cane facing right accessibility | blind | person with white cane | person with white cane facing right | person with guide cane | person with guide cane facing right | person with long mobility cane | person with long mobility cane facing right +๐ง๐ปโ๐ฆฏโโก๏ธ with white cane facing right: light skin tone +๐ง๐ปโ๐ฆฏโโก with white cane facing right: light skin tone accessibility | blind | person with white cane | person with white cane facing right | person with guide cane | person with guide cane facing right | person with long mobility cane | person with long mobility cane facing right +๐ง๐ผโ๐ฆฏโโก๏ธ with white cane facing right: medium-light skin tone +๐ง๐ผโ๐ฆฏโโก with white cane facing right: medium-light skin tone accessibility | blind | person with white cane | person with white cane facing right | person with guide cane | person with guide cane facing right | person with long mobility cane | person with long mobility cane facing right +๐ง๐ฝโ๐ฆฏโโก๏ธ with white cane facing right: medium skin tone +๐ง๐ฝโ๐ฆฏโโก with white cane facing right: medium skin tone accessibility | blind | person with white cane | person with white cane facing right | person with guide cane | person with guide cane facing right | person with long mobility cane | person with long mobility cane facing right +๐ง๐พโ๐ฆฏโโก๏ธ with white cane facing right: medium-dark skin tone +๐ง๐พโ๐ฆฏโโก with white cane facing right: medium-dark skin tone accessibility | blind | person with white cane | person with white cane facing right | person with guide cane | person with guide cane facing right | person with long mobility cane | person with long mobility cane facing right +๐ง๐ฟโ๐ฆฏโโก๏ธ with white cane facing right: dark skin tone +๐ง๐ฟโ๐ฆฏโโก with white cane facing right: dark skin tone accessibility | blind | person with white cane | person with white cane facing right | person with guide cane | person with guide cane facing right | person with long mobility cane | person with long mobility cane facing right +๐จโ๐ฆฏ with white cane accessibility | blind | man | man with white cane | man with guide cane +๐จ๐ปโ๐ฆฏ with white cane: light skin tone accessibility | blind | light skin tone | man | man with white cane | man with white cane: light skin tone | man with guide cane | man with guide cane: light skin tone +๐จ๐ผโ๐ฆฏ with white cane: medium-light skin tone accessibility | blind | man | man with white cane | man with white cane: medium-light skin tone | medium-light skin tone | man with guide cane | man with guide cane: medium-light skin tone +๐จ๐ฝโ๐ฆฏ with white cane: medium skin tone accessibility | blind | man | man with white cane | man with white cane: medium skin tone | medium skin tone | man with guide cane | man with guide cane: medium skin tone +๐จ๐พโ๐ฆฏ with white cane: medium-dark skin tone accessibility | blind | man | man with white cane | man with white cane: medium-dark skin tone | medium-dark skin tone | man with guide cane | man with guide cane: medium-dark skin tone +๐จ๐ฟโ๐ฆฏ with white cane: dark skin tone accessibility | blind | dark skin tone | man | man with white cane | man with white cane: dark skin tone | man with guide cane | man with guide cane: dark skin tone +๐จโ๐ฆฏโโก๏ธ with white cane facing right +๐จโ๐ฆฏโโก with white cane facing right accessibility | blind | man | man with white cane | man with white cane facing right | man with guide cane | man with guide cane facing right +๐จ๐ปโ๐ฆฏโโก๏ธ with white cane facing right: light skin tone +๐จ๐ปโ๐ฆฏโโก with white cane facing right: light skin tone accessibility | blind | man | man with white cane | man with white cane facing right | man with guide cane | man with guide cane facing right +๐จ๐ผโ๐ฆฏโโก๏ธ with white cane facing right: medium-light skin tone +๐จ๐ผโ๐ฆฏโโก with white cane facing right: medium-light skin tone accessibility | blind | man | man with white cane | man with white cane facing right | man with guide cane | man with guide cane facing right +๐จ๐ฝโ๐ฆฏโโก๏ธ with white cane facing right: medium skin tone +๐จ๐ฝโ๐ฆฏโโก with white cane facing right: medium skin tone accessibility | blind | man | man with white cane | man with white cane facing right | man with guide cane | man with guide cane facing right +๐จ๐พโ๐ฆฏโโก๏ธ with white cane facing right: medium-dark skin tone +๐จ๐พโ๐ฆฏโโก with white cane facing right: medium-dark skin tone accessibility | blind | man | man with white cane | man with white cane facing right | man with guide cane | man with guide cane facing right +๐จ๐ฟโ๐ฆฏโโก๏ธ with white cane facing right: dark skin tone +๐จ๐ฟโ๐ฆฏโโก with white cane facing right: dark skin tone accessibility | blind | man | man with white cane | man with white cane facing right | man with guide cane | man with guide cane facing right +๐ฉโ๐ฆฏ with white cane accessibility | blind | woman | woman with white cane | woman with guide cane +๐ฉ๐ปโ๐ฆฏ with white cane: light skin tone accessibility | blind | light skin tone | woman | woman with white cane | woman with white cane: light skin tone | woman with guide cane | woman with guide cane: light skin tone +๐ฉ๐ผโ๐ฆฏ with white cane: medium-light skin tone accessibility | blind | medium-light skin tone | woman | woman with white cane | woman with white cane: medium-light skin tone | woman with guide cane | woman with guide cane: medium-light skin tone +๐ฉ๐ฝโ๐ฆฏ with white cane: medium skin tone accessibility | blind | medium skin tone | woman | woman with white cane | woman with white cane: medium skin tone | woman with guide cane | woman with guide cane: medium skin tone +๐ฉ๐พโ๐ฆฏ with white cane: medium-dark skin tone accessibility | blind | medium-dark skin tone | woman | woman with white cane | woman with white cane: medium-dark skin tone | woman with guide cane | woman with guide cane: medium-dark skin tone +๐ฉ๐ฟโ๐ฆฏ with white cane: dark skin tone accessibility | blind | dark skin tone | woman | woman with white cane | woman with white cane: dark skin tone | woman with guide cane | woman with guide cane: dark skin tone +๐ฉโ๐ฆฏโโก๏ธ with white cane facing right +๐ฉโ๐ฆฏโโก with white cane facing right accessibility | blind | woman | woman with white cane | woman with white cane facing right | woman with guide cane | woman with guide cane facing right +๐ฉ๐ปโ๐ฆฏโโก๏ธ with white cane facing right: light skin tone +๐ฉ๐ปโ๐ฆฏโโก with white cane facing right: light skin tone accessibility | blind | woman | woman with white cane | woman with white cane facing right | woman with guide cane | woman with guide cane facing right +๐ฉ๐ผโ๐ฆฏโโก๏ธ with white cane facing right: medium-light skin tone +๐ฉ๐ผโ๐ฆฏโโก with white cane facing right: medium-light skin tone accessibility | blind | woman | woman with white cane | woman with white cane facing right | woman with guide cane | woman with guide cane facing right +๐ฉ๐ฝโ๐ฆฏโโก๏ธ with white cane facing right: medium skin tone +๐ฉ๐ฝโ๐ฆฏโโก with white cane facing right: medium skin tone accessibility | blind | woman | woman with white cane | woman with white cane facing right | woman with guide cane | woman with guide cane facing right +๐ฉ๐พโ๐ฆฏโโก๏ธ with white cane facing right: medium-dark skin tone +๐ฉ๐พโ๐ฆฏโโก with white cane facing right: medium-dark skin tone accessibility | blind | woman | woman with white cane | woman with white cane facing right | woman with guide cane | woman with guide cane facing right +๐ฉ๐ฟโ๐ฆฏโโก๏ธ with white cane facing right: dark skin tone +๐ฉ๐ฟโ๐ฆฏโโก with white cane facing right: dark skin tone accessibility | blind | woman | woman with white cane | woman with white cane facing right | woman with guide cane | woman with guide cane facing right +๐งโ๐ฆผ in motorized wheelchair accessibility | person in motorized wheelchair | wheelchair | person in powered wheelchair | electric wheelchair | person in motorised wheelchair +๐ง๐ปโ๐ฆผ in motorized wheelchair: light skin tone accessibility | light skin tone | person in motorized wheelchair | person in motorized wheelchair: light skin tone | wheelchair | person in powered wheelchair | person in powered wheelchair: light skin tone | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair: light skin tone +๐ง๐ผโ๐ฆผ in motorized wheelchair: medium-light skin tone accessibility | medium-light skin tone | person in motorized wheelchair | person in motorized wheelchair: medium-light skin tone | wheelchair | person in powered wheelchair | person in powered wheelchair: medium-light skin tone | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair: medium-light skin tone +๐ง๐ฝโ๐ฆผ in motorized wheelchair: medium skin tone accessibility | medium skin tone | person in motorized wheelchair | person in motorized wheelchair: medium skin tone | wheelchair | person in powered wheelchair | person in powered wheelchair: medium skin tone | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair: medium skin tone +๐ง๐พโ๐ฆผ in motorized wheelchair: medium-dark skin tone accessibility | medium-dark skin tone | person in motorized wheelchair | person in motorized wheelchair: medium-dark skin tone | wheelchair | person in powered wheelchair | person in powered wheelchair: medium-dark skin tone | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair: medium-dark skin tone +๐ง๐ฟโ๐ฆผ in motorized wheelchair: dark skin tone accessibility | dark skin tone | person in motorized wheelchair | person in motorized wheelchair: dark skin tone | wheelchair | person in powered wheelchair | person in powered wheelchair: dark skin tone | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair: dark skin tone +๐งโ๐ฆผโโก๏ธ in motorized wheelchair facing right +๐งโ๐ฆผโโก in motorized wheelchair facing right accessibility | person in motorized wheelchair | person in motorized wheelchair facing right | wheelchair | person in powered wheelchair | person in powered wheelchair facing right | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair facing right +๐ง๐ปโ๐ฆผโโก๏ธ in motorized wheelchair facing right: light skin tone +๐ง๐ปโ๐ฆผโโก in motorized wheelchair facing right: light skin tone accessibility | person in motorized wheelchair | person in motorized wheelchair facing right | wheelchair | person in powered wheelchair | person in powered wheelchair facing right | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair facing right +๐ง๐ผโ๐ฆผโโก๏ธ in motorized wheelchair facing right: medium-light skin tone +๐ง๐ผโ๐ฆผโโก in motorized wheelchair facing right: medium-light skin tone accessibility | person in motorized wheelchair | person in motorized wheelchair facing right | wheelchair | person in powered wheelchair | person in powered wheelchair facing right | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair facing right +๐ง๐ฝโ๐ฆผโโก๏ธ in motorized wheelchair facing right: medium skin tone +๐ง๐ฝโ๐ฆผโโก in motorized wheelchair facing right: medium skin tone accessibility | person in motorized wheelchair | person in motorized wheelchair facing right | wheelchair | person in powered wheelchair | person in powered wheelchair facing right | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair facing right +๐ง๐พโ๐ฆผโโก๏ธ in motorized wheelchair facing right: medium-dark skin tone +๐ง๐พโ๐ฆผโโก in motorized wheelchair facing right: medium-dark skin tone accessibility | person in motorized wheelchair | person in motorized wheelchair facing right | wheelchair | person in powered wheelchair | person in powered wheelchair facing right | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair facing right +๐ง๐ฟโ๐ฆผโโก๏ธ in motorized wheelchair facing right: dark skin tone +๐ง๐ฟโ๐ฆผโโก in motorized wheelchair facing right: dark skin tone accessibility | person in motorized wheelchair | person in motorized wheelchair facing right | wheelchair | person in powered wheelchair | person in powered wheelchair facing right | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair facing right +๐จโ๐ฆผ in motorized wheelchair accessibility | man | man in motorized wheelchair | wheelchair | man in powered wheelchair | electric wheelchair | man in motorised wheelchair +๐จ๐ปโ๐ฆผ in motorized wheelchair: light skin tone accessibility | light skin tone | man | man in motorized wheelchair | man in motorized wheelchair: light skin tone | wheelchair | man in powered wheelchair | man in powered wheelchair: light skin tone | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair: light skin tone +๐จ๐ผโ๐ฆผ in motorized wheelchair: medium-light skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair: medium-light skin tone | medium-light skin tone | wheelchair | man in powered wheelchair | man in powered wheelchair: medium-light skin tone | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair: medium-light skin tone +๐จ๐ฝโ๐ฆผ in motorized wheelchair: medium skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair: medium skin tone | medium skin tone | wheelchair | man in powered wheelchair | man in powered wheelchair: medium skin tone | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair: medium skin tone +๐จ๐พโ๐ฆผ in motorized wheelchair: medium-dark skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair: medium-dark skin tone | medium-dark skin tone | wheelchair | man in powered wheelchair | man in powered wheelchair: medium-dark skin tone | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair: medium-dark skin tone +๐จ๐ฟโ๐ฆผ in motorized wheelchair: dark skin tone accessibility | dark skin tone | man | man in motorized wheelchair | man in motorized wheelchair: dark skin tone | wheelchair | man in powered wheelchair | man in powered wheelchair: dark skin tone | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair: dark skin tone +๐จโ๐ฆผโโก๏ธ in motorized wheelchair facing right +๐จโ๐ฆผโโก in motorized wheelchair facing right accessibility | man | man in motorized wheelchair | man in motorized wheelchair facing right | wheelchair | man in powered wheelchair | man in powered wheelchair facing right | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair facing right +๐จ๐ปโ๐ฆผโโก๏ธ in motorized wheelchair facing right: light skin tone +๐จ๐ปโ๐ฆผโโก in motorized wheelchair facing right: light skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair facing right | wheelchair | man in powered wheelchair | man in powered wheelchair facing right | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair facing right +๐จ๐ผโ๐ฆผโโก๏ธ in motorized wheelchair facing right: medium-light skin tone +๐จ๐ผโ๐ฆผโโก in motorized wheelchair facing right: medium-light skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair facing right | wheelchair | man in powered wheelchair | man in powered wheelchair facing right | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair facing right +๐จ๐ฝโ๐ฆผโโก๏ธ in motorized wheelchair facing right: medium skin tone +๐จ๐ฝโ๐ฆผโโก in motorized wheelchair facing right: medium skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair facing right | wheelchair | man in powered wheelchair | man in powered wheelchair facing right | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair facing right +๐จ๐พโ๐ฆผโโก๏ธ in motorized wheelchair facing right: medium-dark skin tone +๐จ๐พโ๐ฆผโโก in motorized wheelchair facing right: medium-dark skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair facing right | wheelchair | man in powered wheelchair | man in powered wheelchair facing right | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair facing right +๐จ๐ฟโ๐ฆผโโก๏ธ in motorized wheelchair facing right: dark skin tone +๐จ๐ฟโ๐ฆผโโก in motorized wheelchair facing right: dark skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair facing right | wheelchair | man in powered wheelchair | man in powered wheelchair facing right | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair facing right +๐ฉโ๐ฆผ in motorized wheelchair accessibility | wheelchair | woman | woman in motorized wheelchair | woman in powered wheelchair | electric wheelchair | woman in motorised wheelchair +๐ฉ๐ปโ๐ฆผ in motorized wheelchair: light skin tone accessibility | light skin tone | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair: light skin tone | woman in powered wheelchair | woman in powered wheelchair: light skin tone | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair: light skin tone +๐ฉ๐ผโ๐ฆผ in motorized wheelchair: medium-light skin tone accessibility | medium-light skin tone | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair: medium-light skin tone | woman in powered wheelchair | woman in powered wheelchair: medium-light skin tone | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair: medium-light skin tone +๐ฉ๐ฝโ๐ฆผ in motorized wheelchair: medium skin tone accessibility | medium skin tone | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair: medium skin tone | woman in powered wheelchair | woman in powered wheelchair: medium skin tone | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair: medium skin tone +๐ฉ๐พโ๐ฆผ in motorized wheelchair: medium-dark skin tone accessibility | medium-dark skin tone | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair: medium-dark skin tone | woman in powered wheelchair | woman in powered wheelchair: medium-dark skin tone | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair: medium-dark skin tone +๐ฉ๐ฟโ๐ฆผ in motorized wheelchair: dark skin tone accessibility | dark skin tone | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair: dark skin tone | woman in powered wheelchair | woman in powered wheelchair: dark skin tone | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair: dark skin tone +๐ฉโ๐ฆผโโก๏ธ in motorized wheelchair facing right +๐ฉโ๐ฆผโโก in motorized wheelchair facing right accessibility | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair facing right | woman in powered wheelchair | woman in powered wheelchair facing right | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair facing right +๐ฉ๐ปโ๐ฆผโโก๏ธ in motorized wheelchair facing right: light skin tone +๐ฉ๐ปโ๐ฆผโโก in motorized wheelchair facing right: light skin tone accessibility | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair facing right | woman in powered wheelchair | woman in powered wheelchair facing right | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair facing right +๐ฉ๐ผโ๐ฆผโโก๏ธ in motorized wheelchair facing right: medium-light skin tone +๐ฉ๐ผโ๐ฆผโโก in motorized wheelchair facing right: medium-light skin tone accessibility | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair facing right | woman in powered wheelchair | woman in powered wheelchair facing right | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair facing right +๐ฉ๐ฝโ๐ฆผโโก๏ธ in motorized wheelchair facing right: medium skin tone +๐ฉ๐ฝโ๐ฆผโโก in motorized wheelchair facing right: medium skin tone accessibility | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair facing right | woman in powered wheelchair | woman in powered wheelchair facing right | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair facing right +๐ฉ๐พโ๐ฆผโโก๏ธ in motorized wheelchair facing right: medium-dark skin tone +๐ฉ๐พโ๐ฆผโโก in motorized wheelchair facing right: medium-dark skin tone accessibility | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair facing right | woman in powered wheelchair | woman in powered wheelchair facing right | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair facing right +๐ฉ๐ฟโ๐ฆผโโก๏ธ in motorized wheelchair facing right: dark skin tone +๐ฉ๐ฟโ๐ฆผโโก in motorized wheelchair facing right: dark skin tone accessibility | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair facing right | woman in powered wheelchair | woman in powered wheelchair facing right | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair facing right +๐งโ๐ฆฝ in manual wheelchair accessibility | person in manual wheelchair | wheelchair +๐ง๐ปโ๐ฆฝ in manual wheelchair: light skin tone accessibility | light skin tone | person in manual wheelchair | person in manual wheelchair: light skin tone | wheelchair +๐ง๐ผโ๐ฆฝ in manual wheelchair: medium-light skin tone accessibility | medium-light skin tone | person in manual wheelchair | person in manual wheelchair: medium-light skin tone | wheelchair +๐ง๐ฝโ๐ฆฝ in manual wheelchair: medium skin tone accessibility | medium skin tone | person in manual wheelchair | person in manual wheelchair: medium skin tone | wheelchair +๐ง๐พโ๐ฆฝ in manual wheelchair: medium-dark skin tone accessibility | medium-dark skin tone | person in manual wheelchair | person in manual wheelchair: medium-dark skin tone | wheelchair +๐ง๐ฟโ๐ฆฝ in manual wheelchair: dark skin tone accessibility | dark skin tone | person in manual wheelchair | person in manual wheelchair: dark skin tone | wheelchair +๐งโ๐ฆฝโโก๏ธ in manual wheelchair facing right +๐งโ๐ฆฝโโก in manual wheelchair facing right accessibility | person in manual wheelchair | person in manual wheelchair facing right | wheelchair +๐ง๐ปโ๐ฆฝโโก๏ธ in manual wheelchair facing right: light skin tone +๐ง๐ปโ๐ฆฝโโก in manual wheelchair facing right: light skin tone accessibility | person in manual wheelchair | person in manual wheelchair facing right | wheelchair +๐ง๐ผโ๐ฆฝโโก๏ธ in manual wheelchair facing right: medium-light skin tone +๐ง๐ผโ๐ฆฝโโก in manual wheelchair facing right: medium-light skin tone accessibility | person in manual wheelchair | person in manual wheelchair facing right | wheelchair +๐ง๐ฝโ๐ฆฝโโก๏ธ in manual wheelchair facing right: medium skin tone +๐ง๐ฝโ๐ฆฝโโก in manual wheelchair facing right: medium skin tone accessibility | person in manual wheelchair | person in manual wheelchair facing right | wheelchair +๐ง๐พโ๐ฆฝโโก๏ธ in manual wheelchair facing right: medium-dark skin tone +๐ง๐พโ๐ฆฝโโก in manual wheelchair facing right: medium-dark skin tone accessibility | person in manual wheelchair | person in manual wheelchair facing right | wheelchair +๐ง๐ฟโ๐ฆฝโโก๏ธ in manual wheelchair facing right: dark skin tone +๐ง๐ฟโ๐ฆฝโโก in manual wheelchair facing right: dark skin tone accessibility | person in manual wheelchair | person in manual wheelchair facing right | wheelchair +๐จโ๐ฆฝ in manual wheelchair accessibility | man | man in manual wheelchair | wheelchair +๐จ๐ปโ๐ฆฝ in manual wheelchair: light skin tone accessibility | light skin tone | man | man in manual wheelchair | man in manual wheelchair: light skin tone | wheelchair +๐จ๐ผโ๐ฆฝ in manual wheelchair: medium-light skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair: medium-light skin tone | medium-light skin tone | wheelchair +๐จ๐ฝโ๐ฆฝ in manual wheelchair: medium skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair: medium skin tone | medium skin tone | wheelchair +๐จ๐พโ๐ฆฝ in manual wheelchair: medium-dark skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair: medium-dark skin tone | medium-dark skin tone | wheelchair +๐จ๐ฟโ๐ฆฝ in manual wheelchair: dark skin tone accessibility | dark skin tone | man | man in manual wheelchair | man in manual wheelchair: dark skin tone | wheelchair +๐จโ๐ฆฝโโก๏ธ in manual wheelchair facing right +๐จโ๐ฆฝโโก in manual wheelchair facing right accessibility | man | man in manual wheelchair | man in manual wheelchair facing right | wheelchair +๐จ๐ปโ๐ฆฝโโก๏ธ in manual wheelchair facing right: light skin tone +๐จ๐ปโ๐ฆฝโโก in manual wheelchair facing right: light skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair facing right | wheelchair +๐จ๐ผโ๐ฆฝโโก๏ธ in manual wheelchair facing right: medium-light skin tone +๐จ๐ผโ๐ฆฝโโก in manual wheelchair facing right: medium-light skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair facing right | wheelchair +๐จ๐ฝโ๐ฆฝโโก๏ธ in manual wheelchair facing right: medium skin tone +๐จ๐ฝโ๐ฆฝโโก in manual wheelchair facing right: medium skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair facing right | wheelchair +๐จ๐พโ๐ฆฝโโก๏ธ in manual wheelchair facing right: medium-dark skin tone +๐จ๐พโ๐ฆฝโโก in manual wheelchair facing right: medium-dark skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair facing right | wheelchair +๐จ๐ฟโ๐ฆฝโโก๏ธ in manual wheelchair facing right: dark skin tone +๐จ๐ฟโ๐ฆฝโโก in manual wheelchair facing right: dark skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair facing right | wheelchair +๐ฉโ๐ฆฝ in manual wheelchair accessibility | wheelchair | woman | woman in manual wheelchair +๐ฉ๐ปโ๐ฆฝ in manual wheelchair: light skin tone accessibility | light skin tone | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair: light skin tone +๐ฉ๐ผโ๐ฆฝ in manual wheelchair: medium-light skin tone accessibility | medium-light skin tone | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair: medium-light skin tone +๐ฉ๐ฝโ๐ฆฝ in manual wheelchair: medium skin tone accessibility | medium skin tone | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair: medium skin tone +๐ฉ๐พโ๐ฆฝ in manual wheelchair: medium-dark skin tone accessibility | medium-dark skin tone | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair: medium-dark skin tone +๐ฉ๐ฟโ๐ฆฝ in manual wheelchair: dark skin tone accessibility | dark skin tone | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair: dark skin tone +๐ฉโ๐ฆฝโโก๏ธ in manual wheelchair facing right +๐ฉโ๐ฆฝโโก in manual wheelchair facing right accessibility | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair facing right +๐ฉ๐ปโ๐ฆฝโโก๏ธ in manual wheelchair facing right: light skin tone +๐ฉ๐ปโ๐ฆฝโโก in manual wheelchair facing right: light skin tone accessibility | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair facing right +๐ฉ๐ผโ๐ฆฝโโก๏ธ in manual wheelchair facing right: medium-light skin tone +๐ฉ๐ผโ๐ฆฝโโก in manual wheelchair facing right: medium-light skin tone accessibility | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair facing right +๐ฉ๐ฝโ๐ฆฝโโก๏ธ in manual wheelchair facing right: medium skin tone +๐ฉ๐ฝโ๐ฆฝโโก in manual wheelchair facing right: medium skin tone accessibility | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair facing right +๐ฉ๐พโ๐ฆฝโโก๏ธ in manual wheelchair facing right: medium-dark skin tone +๐ฉ๐พโ๐ฆฝโโก in manual wheelchair facing right: medium-dark skin tone accessibility | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair facing right +๐ฉ๐ฟโ๐ฆฝโโก๏ธ in manual wheelchair facing right: dark skin tone +๐ฉ๐ฟโ๐ฆฝโโก in manual wheelchair facing right: dark skin tone accessibility | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair facing right +๐ running marathon | person running | running +๐๐ป running: light skin tone light skin tone | marathon | person running | person running: light skin tone | running +๐๐ผ running: medium-light skin tone marathon | medium-light skin tone | person running | person running: medium-light skin tone | running +๐๐ฝ running: medium skin tone marathon | medium skin tone | person running | person running: medium skin tone | running +๐๐พ running: medium-dark skin tone marathon | medium-dark skin tone | person running | person running: medium-dark skin tone | running +๐๐ฟ running: dark skin tone dark skin tone | marathon | person running | person running: dark skin tone | running +๐โโ๏ธ running +๐โโ running man | marathon | racing | running +๐๐ปโโ๏ธ running: light skin tone +๐๐ปโโ running: light skin tone light skin tone | man | man running: light skin tone | marathon | racing | running +๐๐ผโโ๏ธ running: medium-light skin tone +๐๐ผโโ running: medium-light skin tone man | man running: medium-light skin tone | marathon | medium-light skin tone | racing | running +๐๐ฝโโ๏ธ running: medium skin tone +๐๐ฝโโ running: medium skin tone man | man running: medium skin tone | marathon | medium skin tone | racing | running +๐๐พโโ๏ธ running: medium-dark skin tone +๐๐พโโ running: medium-dark skin tone man | man running: medium-dark skin tone | marathon | medium-dark skin tone | racing | running +๐๐ฟโโ๏ธ running: dark skin tone +๐๐ฟโโ running: dark skin tone dark skin tone | man | man running: dark skin tone | marathon | racing | running +๐โโ๏ธ running +๐โโ running marathon | racing | running | woman +๐๐ปโโ๏ธ running: light skin tone +๐๐ปโโ running: light skin tone light skin tone | marathon | racing | running | woman | woman running: light skin tone +๐๐ผโโ๏ธ running: medium-light skin tone +๐๐ผโโ running: medium-light skin tone marathon | medium-light skin tone | racing | running | woman | woman running: medium-light skin tone +๐๐ฝโโ๏ธ running: medium skin tone +๐๐ฝโโ running: medium skin tone marathon | medium skin tone | racing | running | woman | woman running: medium skin tone +๐๐พโโ๏ธ running: medium-dark skin tone +๐๐พโโ running: medium-dark skin tone marathon | medium-dark skin tone | racing | running | woman | woman running: medium-dark skin tone +๐๐ฟโโ๏ธ running: dark skin tone +๐๐ฟโโ running: dark skin tone dark skin tone | marathon | racing | running | woman | woman running: dark skin tone +๐โโก๏ธ running facing right +๐โโก running facing right marathon | person running | person running facing right | running +๐๐ปโโก๏ธ running facing right: light skin tone +๐๐ปโโก running facing right: light skin tone marathon | person running | person running facing right | running +๐๐ผโโก๏ธ running facing right: medium-light skin tone +๐๐ผโโก running facing right: medium-light skin tone marathon | person running | person running facing right | running +๐๐ฝโโก๏ธ running facing right: medium skin tone +๐๐ฝโโก running facing right: medium skin tone marathon | person running | person running facing right | running +๐๐พโโก๏ธ running facing right: medium-dark skin tone +๐๐พโโก running facing right: medium-dark skin tone marathon | person running | person running facing right | running +๐๐ฟโโก๏ธ running facing right: dark skin tone +๐๐ฟโโก running facing right: dark skin tone marathon | person running | person running facing right | running +๐โโ๏ธโโก๏ธ running facing right +๐โโโโก running facing right marathon | racing | running | woman | woman running facing right +๐๐ปโโ๏ธโโก๏ธ running facing right: light skin tone +๐๐ปโโโโก running facing right: light skin tone marathon | racing | running | woman | woman running facing right +๐๐ผโโ๏ธโโก๏ธ running facing right: medium-light skin tone +๐๐ผโโโโก running facing right: medium-light skin tone marathon | racing | running | woman | woman running facing right +๐๐ฝโโ๏ธโโก๏ธ running facing right: medium skin tone +๐๐ฝโโโโก running facing right: medium skin tone marathon | racing | running | woman | woman running facing right +๐๐พโโ๏ธโโก๏ธ running facing right: medium-dark skin tone +๐๐พโโโโก running facing right: medium-dark skin tone marathon | racing | running | woman | woman running facing right +๐๐ฟโโ๏ธโโก๏ธ running facing right: dark skin tone +๐๐ฟโโโโก running facing right: dark skin tone marathon | racing | running | woman | woman running facing right +๐โโ๏ธโโก๏ธ running facing right +๐โโโโก running facing right man | man running facing right | marathon | racing | running +๐๐ปโโ๏ธโโก๏ธ running facing right: light skin tone +๐๐ปโโโโก running facing right: light skin tone man | man running facing right | marathon | racing | running +๐๐ผโโ๏ธโโก๏ธ running facing right: medium-light skin tone +๐๐ผโโโโก running facing right: medium-light skin tone man | man running facing right | marathon | racing | running +๐๐ฝโโ๏ธโโก๏ธ running facing right: medium skin tone +๐๐ฝโโโโก running facing right: medium skin tone man | man running facing right | marathon | racing | running +๐๐พโโ๏ธโโก๏ธ running facing right: medium-dark skin tone +๐๐พโโโโก running facing right: medium-dark skin tone man | man running facing right | marathon | racing | running +๐๐ฟโโ๏ธโโก๏ธ running facing right: dark skin tone +๐๐ฟโโโโก running facing right: dark skin tone man | man running facing right | marathon | racing | running +๐ dancing dance | dancing | woman +๐๐ป dancing: light skin tone dance | dancing | light skin tone | woman | woman dancing: light skin tone +๐๐ผ dancing: medium-light skin tone dance | dancing | medium-light skin tone | woman | woman dancing: medium-light skin tone +๐๐ฝ dancing: medium skin tone dance | dancing | medium skin tone | woman | woman dancing: medium skin tone +๐๐พ dancing: medium-dark skin tone dance | dancing | medium-dark skin tone | woman | woman dancing: medium-dark skin tone +๐๐ฟ dancing: dark skin tone dance | dancing | dark skin tone | woman | woman dancing: dark skin tone +๐บ dancing dance | dancing | man +๐บ๐ป dancing: light skin tone dance | dancing | light skin tone | man | man dancing: light skin tone +๐บ๐ผ dancing: medium-light skin tone dance | dancing | man | man dancing: medium-light skin tone | medium-light skin tone +๐บ๐ฝ dancing: medium skin tone dance | dancing | man | man dancing: medium skin tone | medium skin tone +๐บ๐พ dancing: medium-dark skin tone dance | dancing | man | man dancing: medium-dark skin tone | medium-dark skin tone +๐บ๐ฟ dancing: dark skin tone dance | dancing | dark skin tone | man | man dancing: dark skin tone +๐ด๏ธ in suit levitating +๐ด in suit levitating business | person | person in suit levitating | suit +๐ด๐ป in suit levitating: light skin tone business | light skin tone | person | person in suit levitating | person in suit levitating: light skin tone | suit +๐ด๐ผ in suit levitating: medium-light skin tone business | medium-light skin tone | person | person in suit levitating | person in suit levitating: medium-light skin tone | suit +๐ด๐ฝ in suit levitating: medium skin tone business | medium skin tone | person | person in suit levitating | person in suit levitating: medium skin tone | suit +๐ด๐พ in suit levitating: medium-dark skin tone business | medium-dark skin tone | person | person in suit levitating | person in suit levitating: medium-dark skin tone | suit +๐ด๐ฟ in suit levitating: dark skin tone business | dark skin tone | person | person in suit levitating | person in suit levitating: dark skin tone | suit +๐ฏ with bunny ears bunny ear | dancer | partying | people with bunny ears +๐ฏโโ๏ธ with bunny ears +๐ฏโโ with bunny ears bunny ear | dancer | men | men with bunny ears | partying +๐ฏโโ๏ธ with bunny ears +๐ฏโโ with bunny ears bunny ear | dancer | partying | women | women with bunny ears +๐ง in steamy room person in steamy room | sauna | steam room +๐ง๐ป in steamy room: light skin tone light skin tone | person in steamy room | person in steamy room: light skin tone | sauna | steam room +๐ง๐ผ in steamy room: medium-light skin tone medium-light skin tone | person in steamy room | person in steamy room: medium-light skin tone | sauna | steam room +๐ง๐ฝ in steamy room: medium skin tone medium skin tone | person in steamy room | person in steamy room: medium skin tone | sauna | steam room +๐ง๐พ in steamy room: medium-dark skin tone medium-dark skin tone | person in steamy room | person in steamy room: medium-dark skin tone | sauna | steam room +๐ง๐ฟ in steamy room: dark skin tone dark skin tone | person in steamy room | person in steamy room: dark skin tone | sauna | steam room +๐งโโ๏ธ in steamy room +๐งโโ in steamy room man in steamy room | sauna | steam room | man in steam room +๐ง๐ปโโ๏ธ in steamy room: light skin tone +๐ง๐ปโโ in steamy room: light skin tone light skin tone | man in steamy room | man in steamy room: light skin tone | sauna | steam room | man in steam room | man in steam room: light skin tone +๐ง๐ผโโ๏ธ in steamy room: medium-light skin tone +๐ง๐ผโโ in steamy room: medium-light skin tone man in steamy room | man in steamy room: medium-light skin tone | medium-light skin tone | sauna | steam room | man in steam room | man in steam room: medium-light skin tone +๐ง๐ฝโโ๏ธ in steamy room: medium skin tone +๐ง๐ฝโโ in steamy room: medium skin tone man in steamy room | man in steamy room: medium skin tone | medium skin tone | sauna | steam room | man in steam room | man in steam room: medium skin tone +๐ง๐พโโ๏ธ in steamy room: medium-dark skin tone +๐ง๐พโโ in steamy room: medium-dark skin tone man in steamy room | man in steamy room: medium-dark skin tone | medium-dark skin tone | sauna | steam room | man in steam room | man in steam room: medium-dark skin tone +๐ง๐ฟโโ๏ธ in steamy room: dark skin tone +๐ง๐ฟโโ in steamy room: dark skin tone dark skin tone | man in steamy room | man in steamy room: dark skin tone | sauna | steam room | man in steam room | man in steam room: dark skin tone +๐งโโ๏ธ in steamy room +๐งโโ in steamy room sauna | steam room | woman in steamy room | woman in steam room +๐ง๐ปโโ๏ธ in steamy room: light skin tone +๐ง๐ปโโ in steamy room: light skin tone light skin tone | sauna | steam room | woman in steamy room | woman in steamy room: light skin tone | woman in steam room | woman in steam room: light skin tone +๐ง๐ผโโ๏ธ in steamy room: medium-light skin tone +๐ง๐ผโโ in steamy room: medium-light skin tone medium-light skin tone | sauna | steam room | woman in steamy room | woman in steamy room: medium-light skin tone | woman in steam room | woman in steam room: medium-light skin tone +๐ง๐ฝโโ๏ธ in steamy room: medium skin tone +๐ง๐ฝโโ in steamy room: medium skin tone medium skin tone | sauna | steam room | woman in steamy room | woman in steamy room: medium skin tone | woman in steam room | woman in steam room: medium skin tone +๐ง๐พโโ๏ธ in steamy room: medium-dark skin tone +๐ง๐พโโ in steamy room: medium-dark skin tone medium-dark skin tone | sauna | steam room | woman in steamy room | woman in steamy room: medium-dark skin tone | woman in steam room | woman in steam room: medium-dark skin tone +๐ง๐ฟโโ๏ธ in steamy room: dark skin tone +๐ง๐ฟโโ in steamy room: dark skin tone dark skin tone | sauna | steam room | woman in steamy room | woman in steamy room: dark skin tone | woman in steam room | woman in steam room: dark skin tone +๐ง climbing climber | person climbing +๐ง๐ป climbing: light skin tone climber | light skin tone | person climbing | person climbing: light skin tone +๐ง๐ผ climbing: medium-light skin tone climber | medium-light skin tone | person climbing | person climbing: medium-light skin tone +๐ง๐ฝ climbing: medium skin tone climber | medium skin tone | person climbing | person climbing: medium skin tone +๐ง๐พ climbing: medium-dark skin tone climber | medium-dark skin tone | person climbing | person climbing: medium-dark skin tone +๐ง๐ฟ climbing: dark skin tone climber | dark skin tone | person climbing | person climbing: dark skin tone +๐งโโ๏ธ climbing +๐งโโ climbing climber | man climbing +๐ง๐ปโโ๏ธ climbing: light skin tone +๐ง๐ปโโ climbing: light skin tone climber | light skin tone | man climbing | man climbing: light skin tone +๐ง๐ผโโ๏ธ climbing: medium-light skin tone +๐ง๐ผโโ climbing: medium-light skin tone climber | man climbing | man climbing: medium-light skin tone | medium-light skin tone +๐ง๐ฝโโ๏ธ climbing: medium skin tone +๐ง๐ฝโโ climbing: medium skin tone climber | man climbing | man climbing: medium skin tone | medium skin tone +๐ง๐พโโ๏ธ climbing: medium-dark skin tone +๐ง๐พโโ climbing: medium-dark skin tone climber | man climbing | man climbing: medium-dark skin tone | medium-dark skin tone +๐ง๐ฟโโ๏ธ climbing: dark skin tone +๐ง๐ฟโโ climbing: dark skin tone climber | dark skin tone | man climbing | man climbing: dark skin tone +๐งโโ๏ธ climbing +๐งโโ climbing climber | woman climbing +๐ง๐ปโโ๏ธ climbing: light skin tone +๐ง๐ปโโ climbing: light skin tone climber | light skin tone | woman climbing | woman climbing: light skin tone +๐ง๐ผโโ๏ธ climbing: medium-light skin tone +๐ง๐ผโโ climbing: medium-light skin tone climber | medium-light skin tone | woman climbing | woman climbing: medium-light skin tone +๐ง๐ฝโโ๏ธ climbing: medium skin tone +๐ง๐ฝโโ climbing: medium skin tone climber | medium skin tone | woman climbing | woman climbing: medium skin tone +๐ง๐พโโ๏ธ climbing: medium-dark skin tone +๐ง๐พโโ climbing: medium-dark skin tone climber | medium-dark skin tone | woman climbing | woman climbing: medium-dark skin tone +๐ง๐ฟโโ๏ธ climbing: dark skin tone +๐ง๐ฟโโ climbing: dark skin tone climber | dark skin tone | woman climbing | woman climbing: dark skin tone +๐คบ fencing fencer | fencing | person fencing | sword +๐ racing horse | jockey | racehorse | racing +๐๐ป racing: light skin tone horse | horse racing: light skin tone | jockey | light skin tone | racehorse | racing +๐๐ผ racing: medium-light skin tone horse | horse racing: medium-light skin tone | jockey | medium-light skin tone | racehorse | racing +๐๐ฝ racing: medium skin tone horse | horse racing: medium skin tone | jockey | medium skin tone | racehorse | racing +๐๐พ racing: medium-dark skin tone horse | horse racing: medium-dark skin tone | jockey | medium-dark skin tone | racehorse | racing +๐๐ฟ racing: dark skin tone dark skin tone | horse | horse racing: dark skin tone | jockey | racehorse | racing +โท ski | skier | snow +๐ ki | snow | snowboard | snowboarder +๐๐ป light skin tone light skin tone | ski | snow | snowboard | snowboarder | snowboarder: light skin tone +๐๐ผ medium-light skin tone medium-light skin tone | ski | snow | snowboard | snowboarder | snowboarder: medium-light skin tone +๐๐ฝ medium skin tone medium skin tone | ski | snow | snowboard | snowboarder | snowboarder: medium skin tone +๐๐พ medium-dark skin tone medium-dark skin tone | ski | snow | snowboard | snowboarder | snowboarder: medium-dark skin tone +๐๐ฟ dark skin tone dark skin tone | ski | snow | snowboard | snowboarder | snowboarder: dark skin tone +๐๏ธ golfing +๐ golfing ball | golf | person golfing | golfer +๐๐ป golfing: light skin tone ball | golf | light skin tone | person golfing | person golfing: light skin tone | golfer +๐๐ผ golfing: medium-light skin tone ball | golf | medium-light skin tone | person golfing | person golfing: medium-light skin tone | golfer +๐๐ฝ golfing: medium skin tone ball | golf | medium skin tone | person golfing | person golfing: medium skin tone | golfer +๐๐พ golfing: medium-dark skin tone ball | golf | medium-dark skin tone | person golfing | person golfing: medium-dark skin tone | golfer +๐๐ฟ golfing: dark skin tone ball | dark skin tone | golf | person golfing | person golfing: dark skin tone | golfer +๐๏ธโโ๏ธ golfing +๐๏ธโโ golfing +๐โโ golfing golf | man | man golfing | golfer +๐๐ปโโ๏ธ golfing: light skin tone +๐๐ปโโ golfing: light skin tone golf | light skin tone | man | man golfing | man golfing: light skin tone | golfer +๐๐ผโโ๏ธ golfing: medium-light skin tone +๐๐ผโโ golfing: medium-light skin tone golf | man | man golfing | man golfing: medium-light skin tone | medium-light skin tone | golfer +๐๐ฝโโ๏ธ golfing: medium skin tone +๐๐ฝโโ golfing: medium skin tone golf | man | man golfing | man golfing: medium skin tone | medium skin tone | golfer +๐๐พโโ๏ธ golfing: medium-dark skin tone +๐๐พโโ golfing: medium-dark skin tone golf | man | man golfing | man golfing: medium-dark skin tone | medium-dark skin tone | golfer +๐๐ฟโโ๏ธ golfing: dark skin tone +๐๐ฟโโ golfing: dark skin tone dark skin tone | golf | man | man golfing | man golfing: dark skin tone | golfer +๐๏ธโโ๏ธ golfing +๐๏ธโโ golfing +๐โโ golfing golf | woman | woman golfing | golfer +๐๐ปโโ๏ธ golfing: light skin tone +๐๐ปโโ golfing: light skin tone golf | light skin tone | woman | woman golfing | woman golfing: light skin tone | golfer +๐๐ผโโ๏ธ golfing: medium-light skin tone +๐๐ผโโ golfing: medium-light skin tone golf | medium-light skin tone | woman | woman golfing | woman golfing: medium-light skin tone | golfer +๐๐ฝโโ๏ธ golfing: medium skin tone +๐๐ฝโโ golfing: medium skin tone golf | medium skin tone | woman | woman golfing | woman golfing: medium skin tone | golfer +๐๐พโโ๏ธ golfing: medium-dark skin tone +๐๐พโโ golfing: medium-dark skin tone golf | medium-dark skin tone | woman | woman golfing | woman golfing: medium-dark skin tone | golfer +๐๐ฟโโ๏ธ golfing: dark skin tone +๐๐ฟโโ golfing: dark skin tone dark skin tone | golf | woman | woman golfing | woman golfing: dark skin tone | golfer +๐ surfing person surfing | surfing | surfer +๐๐ป surfing: light skin tone light skin tone | person surfing | person surfing: light skin tone | surfing | surfer +๐๐ผ surfing: medium-light skin tone medium-light skin tone | person surfing | person surfing: medium-light skin tone | surfing | surfer +๐๐ฝ surfing: medium skin tone medium skin tone | person surfing | person surfing: medium skin tone | surfing | surfer +๐๐พ surfing: medium-dark skin tone medium-dark skin tone | person surfing | person surfing: medium-dark skin tone | surfing | surfer +๐๐ฟ surfing: dark skin tone dark skin tone | person surfing | person surfing: dark skin tone | surfing | surfer +๐โโ๏ธ surfing +๐โโ surfing man | surfing | surfer +๐๐ปโโ๏ธ surfing: light skin tone +๐๐ปโโ surfing: light skin tone light skin tone | man | man surfing: light skin tone | surfing | surfer +๐๐ผโโ๏ธ surfing: medium-light skin tone +๐๐ผโโ surfing: medium-light skin tone man | man surfing: medium-light skin tone | medium-light skin tone | surfing | surfer +๐๐ฝโโ๏ธ surfing: medium skin tone +๐๐ฝโโ surfing: medium skin tone man | man surfing: medium skin tone | medium skin tone | surfing | surfer +๐๐พโโ๏ธ surfing: medium-dark skin tone +๐๐พโโ surfing: medium-dark skin tone man | man surfing: medium-dark skin tone | medium-dark skin tone | surfing | surfer +๐๐ฟโโ๏ธ surfing: dark skin tone +๐๐ฟโโ surfing: dark skin tone dark skin tone | man | man surfing: dark skin tone | surfing | surfer +๐โโ๏ธ surfing +๐โโ surfing surfing | woman | surfer +๐๐ปโโ๏ธ surfing: light skin tone +๐๐ปโโ surfing: light skin tone light skin tone | surfing | woman | woman surfing: light skin tone | surfer +๐๐ผโโ๏ธ surfing: medium-light skin tone +๐๐ผโโ surfing: medium-light skin tone medium-light skin tone | surfing | woman | woman surfing: medium-light skin tone | surfer +๐๐ฝโโ๏ธ surfing: medium skin tone +๐๐ฝโโ surfing: medium skin tone medium skin tone | surfing | woman | woman surfing: medium skin tone | surfer +๐๐พโโ๏ธ surfing: medium-dark skin tone +๐๐พโโ surfing: medium-dark skin tone medium-dark skin tone | surfing | woman | woman surfing: medium-dark skin tone | surfer +๐๐ฟโโ๏ธ surfing: dark skin tone +๐๐ฟโโ surfing: dark skin tone dark skin tone | surfing | woman | woman surfing: dark skin tone | surfer +๐ฃ rowing boat boat | person rowing boat | rowboat | person +๐ฃ๐ป rowing boat: light skin tone boat | light skin tone | person rowing boat | person rowing boat: light skin tone | rowboat | person +๐ฃ๐ผ rowing boat: medium-light skin tone boat | medium-light skin tone | person rowing boat | person rowing boat: medium-light skin tone | rowboat | person +๐ฃ๐ฝ rowing boat: medium skin tone boat | medium skin tone | person rowing boat | person rowing boat: medium skin tone | rowboat | person +๐ฃ๐พ rowing boat: medium-dark skin tone boat | medium-dark skin tone | person rowing boat | person rowing boat: medium-dark skin tone | rowboat | person +๐ฃ๐ฟ rowing boat: dark skin tone boat | dark skin tone | person rowing boat | person rowing boat: dark skin tone | rowboat | person +๐ฃโโ๏ธ rowing boat +๐ฃโโ rowing boat boat | man | man rowing boat | rowboat +๐ฃ๐ปโโ๏ธ rowing boat: light skin tone +๐ฃ๐ปโโ rowing boat: light skin tone boat | light skin tone | man | man rowing boat | man rowing boat: light skin tone | rowboat +๐ฃ๐ผโโ๏ธ rowing boat: medium-light skin tone +๐ฃ๐ผโโ rowing boat: medium-light skin tone boat | man | man rowing boat | man rowing boat: medium-light skin tone | medium-light skin tone | rowboat +๐ฃ๐ฝโโ๏ธ rowing boat: medium skin tone +๐ฃ๐ฝโโ rowing boat: medium skin tone boat | man | man rowing boat | man rowing boat: medium skin tone | medium skin tone | rowboat +๐ฃ๐พโโ๏ธ rowing boat: medium-dark skin tone +๐ฃ๐พโโ rowing boat: medium-dark skin tone boat | man | man rowing boat | man rowing boat: medium-dark skin tone | medium-dark skin tone | rowboat +๐ฃ๐ฟโโ๏ธ rowing boat: dark skin tone +๐ฃ๐ฟโโ rowing boat: dark skin tone boat | dark skin tone | man | man rowing boat | man rowing boat: dark skin tone | rowboat +๐ฃโโ๏ธ rowing boat +๐ฃโโ rowing boat boat | rowboat | woman | woman rowing boat +๐ฃ๐ปโโ๏ธ rowing boat: light skin tone +๐ฃ๐ปโโ rowing boat: light skin tone boat | light skin tone | rowboat | woman | woman rowing boat | woman rowing boat: light skin tone +๐ฃ๐ผโโ๏ธ rowing boat: medium-light skin tone +๐ฃ๐ผโโ rowing boat: medium-light skin tone boat | medium-light skin tone | rowboat | woman | woman rowing boat | woman rowing boat: medium-light skin tone +๐ฃ๐ฝโโ๏ธ rowing boat: medium skin tone +๐ฃ๐ฝโโ rowing boat: medium skin tone boat | medium skin tone | rowboat | woman | woman rowing boat | woman rowing boat: medium skin tone +๐ฃ๐พโโ๏ธ rowing boat: medium-dark skin tone +๐ฃ๐พโโ rowing boat: medium-dark skin tone boat | medium-dark skin tone | rowboat | woman | woman rowing boat | woman rowing boat: medium-dark skin tone +๐ฃ๐ฟโโ๏ธ rowing boat: dark skin tone +๐ฃ๐ฟโโ rowing boat: dark skin tone boat | dark skin tone | rowboat | woman | woman rowing boat | woman rowing boat: dark skin tone +๐ swimming person swimming | swim | swimmer +๐๐ป swimming: light skin tone light skin tone | person swimming | person swimming: light skin tone | swim | swimmer +๐๐ผ swimming: medium-light skin tone medium-light skin tone | person swimming | person swimming: medium-light skin tone | swim | swimmer +๐๐ฝ swimming: medium skin tone medium skin tone | person swimming | person swimming: medium skin tone | swim | swimmer +๐๐พ swimming: medium-dark skin tone medium-dark skin tone | person swimming | person swimming: medium-dark skin tone | swim | swimmer +๐๐ฟ swimming: dark skin tone dark skin tone | person swimming | person swimming: dark skin tone | swim | swimmer +๐โโ๏ธ swimming +๐โโ swimming man | man swimming | swim | swimmer +๐๐ปโโ๏ธ swimming: light skin tone +๐๐ปโโ swimming: light skin tone light skin tone | man | man swimming | man swimming: light skin tone | swim | swimmer +๐๐ผโโ๏ธ swimming: medium-light skin tone +๐๐ผโโ swimming: medium-light skin tone man | man swimming | man swimming: medium-light skin tone | medium-light skin tone | swim | swimmer +๐๐ฝโโ๏ธ swimming: medium skin tone +๐๐ฝโโ swimming: medium skin tone man | man swimming | man swimming: medium skin tone | medium skin tone | swim | swimmer +๐๐พโโ๏ธ swimming: medium-dark skin tone +๐๐พโโ swimming: medium-dark skin tone man | man swimming | man swimming: medium-dark skin tone | medium-dark skin tone | swim | swimmer +๐๐ฟโโ๏ธ swimming: dark skin tone +๐๐ฟโโ swimming: dark skin tone dark skin tone | man | man swimming | man swimming: dark skin tone | swim | swimmer +๐โโ๏ธ swimming +๐โโ swimming swim | woman | woman swimming | swimmer +๐๐ปโโ๏ธ swimming: light skin tone +๐๐ปโโ swimming: light skin tone light skin tone | swim | woman | woman swimming | woman swimming: light skin tone | swimmer +๐๐ผโโ๏ธ swimming: medium-light skin tone +๐๐ผโโ swimming: medium-light skin tone medium-light skin tone | swim | woman | woman swimming | woman swimming: medium-light skin tone | swimmer +๐๐ฝโโ๏ธ swimming: medium skin tone +๐๐ฝโโ swimming: medium skin tone medium skin tone | swim | woman | woman swimming | woman swimming: medium skin tone | swimmer +๐๐พโโ๏ธ swimming: medium-dark skin tone +๐๐พโโ swimming: medium-dark skin tone medium-dark skin tone | swim | woman | woman swimming | woman swimming: medium-dark skin tone | swimmer +๐๐ฟโโ๏ธ swimming: dark skin tone +๐๐ฟโโ swimming: dark skin tone dark skin tone | swim | woman | woman swimming | woman swimming: dark skin tone | swimmer +โน๏ธ bouncing ball +โน bouncing ball ball | person bouncing ball +โน๐ป bouncing ball: light skin tone ball | light skin tone | person bouncing ball | person bouncing ball: light skin tone +โน๐ผ bouncing ball: medium-light skin tone ball | medium-light skin tone | person bouncing ball | person bouncing ball: medium-light skin tone +โน๐ฝ bouncing ball: medium skin tone ball | medium skin tone | person bouncing ball | person bouncing ball: medium skin tone +โน๐พ bouncing ball: medium-dark skin tone ball | medium-dark skin tone | person bouncing ball | person bouncing ball: medium-dark skin tone +โน๐ฟ bouncing ball: dark skin tone ball | dark skin tone | person bouncing ball | person bouncing ball: dark skin tone +โน๏ธโโ๏ธ bouncing ball +โน๏ธโโ bouncing ball +โนโโ bouncing ball ball | man | man bouncing ball +โน๐ปโโ๏ธ bouncing ball: light skin tone +โน๐ปโโ bouncing ball: light skin tone ball | light skin tone | man | man bouncing ball | man bouncing ball: light skin tone +โน๐ผโโ๏ธ bouncing ball: medium-light skin tone +โน๐ผโโ bouncing ball: medium-light skin tone ball | man | man bouncing ball | man bouncing ball: medium-light skin tone | medium-light skin tone +โน๐ฝโโ๏ธ bouncing ball: medium skin tone +โน๐ฝโโ bouncing ball: medium skin tone ball | man | man bouncing ball | man bouncing ball: medium skin tone | medium skin tone +โน๐พโโ๏ธ bouncing ball: medium-dark skin tone +โน๐พโโ bouncing ball: medium-dark skin tone ball | man | man bouncing ball | man bouncing ball: medium-dark skin tone | medium-dark skin tone +โน๐ฟโโ๏ธ bouncing ball: dark skin tone +โน๐ฟโโ bouncing ball: dark skin tone ball | dark skin tone | man | man bouncing ball | man bouncing ball: dark skin tone +โน๏ธโโ๏ธ bouncing ball +โน๏ธโโ bouncing ball +โนโโ bouncing ball ball | woman | woman bouncing ball +โน๐ปโโ๏ธ bouncing ball: light skin tone +โน๐ปโโ bouncing ball: light skin tone ball | light skin tone | woman | woman bouncing ball | woman bouncing ball: light skin tone +โน๐ผโโ๏ธ bouncing ball: medium-light skin tone +โน๐ผโโ bouncing ball: medium-light skin tone ball | medium-light skin tone | woman | woman bouncing ball | woman bouncing ball: medium-light skin tone +โน๐ฝโโ๏ธ bouncing ball: medium skin tone +โน๐ฝโโ bouncing ball: medium skin tone ball | medium skin tone | woman | woman bouncing ball | woman bouncing ball: medium skin tone +โน๐พโโ๏ธ bouncing ball: medium-dark skin tone +โน๐พโโ bouncing ball: medium-dark skin tone ball | medium-dark skin tone | woman | woman bouncing ball | woman bouncing ball: medium-dark skin tone +โน๐ฟโโ๏ธ bouncing ball: dark skin tone +โน๐ฟโโ bouncing ball: dark skin tone ball | dark skin tone | woman | woman bouncing ball | woman bouncing ball: dark skin tone +๐๏ธ lifting weights +๐ lifting weights lifter | person lifting weights | weight | weightlifter +๐๐ป lifting weights: light skin tone lifter | light skin tone | person lifting weights | person lifting weights: light skin tone | weight | weightlifter +๐๐ผ lifting weights: medium-light skin tone lifter | medium-light skin tone | person lifting weights | person lifting weights: medium-light skin tone | weight | weightlifter +๐๐ฝ lifting weights: medium skin tone lifter | medium skin tone | person lifting weights | person lifting weights: medium skin tone | weight | weightlifter +๐๐พ lifting weights: medium-dark skin tone lifter | medium-dark skin tone | person lifting weights | person lifting weights: medium-dark skin tone | weight | weightlifter +๐๐ฟ lifting weights: dark skin tone dark skin tone | lifter | person lifting weights | person lifting weights: dark skin tone | weight | weightlifter +๐๏ธโโ๏ธ lifting weights +๐๏ธโโ lifting weights +๐โโ lifting weights man | man lifting weights | weight lifter +๐๐ปโโ๏ธ lifting weights: light skin tone +๐๐ปโโ lifting weights: light skin tone light skin tone | man | man lifting weights | man lifting weights: light skin tone | weight lifter +๐๐ผโโ๏ธ lifting weights: medium-light skin tone +๐๐ผโโ lifting weights: medium-light skin tone man | man lifting weights | man lifting weights: medium-light skin tone | medium-light skin tone | weight lifter +๐๐ฝโโ๏ธ lifting weights: medium skin tone +๐๐ฝโโ lifting weights: medium skin tone man | man lifting weights | man lifting weights: medium skin tone | medium skin tone | weight lifter +๐๐พโโ๏ธ lifting weights: medium-dark skin tone +๐๐พโโ lifting weights: medium-dark skin tone man | man lifting weights | man lifting weights: medium-dark skin tone | medium-dark skin tone | weight lifter +๐๐ฟโโ๏ธ lifting weights: dark skin tone +๐๐ฟโโ lifting weights: dark skin tone dark skin tone | man | man lifting weights | man lifting weights: dark skin tone | weight lifter +๐๏ธโโ๏ธ lifting weights +๐๏ธโโ lifting weights +๐โโ lifting weights weight lifter | woman | woman lifting weights +๐๐ปโโ๏ธ lifting weights: light skin tone +๐๐ปโโ lifting weights: light skin tone light skin tone | weight lifter | woman | woman lifting weights | woman lifting weights: light skin tone +๐๐ผโโ๏ธ lifting weights: medium-light skin tone +๐๐ผโโ lifting weights: medium-light skin tone medium-light skin tone | weight lifter | woman | woman lifting weights | woman lifting weights: medium-light skin tone +๐๐ฝโโ๏ธ lifting weights: medium skin tone +๐๐ฝโโ lifting weights: medium skin tone medium skin tone | weight lifter | woman | woman lifting weights | woman lifting weights: medium skin tone +๐๐พโโ๏ธ lifting weights: medium-dark skin tone +๐๐พโโ lifting weights: medium-dark skin tone medium-dark skin tone | weight lifter | woman | woman lifting weights | woman lifting weights: medium-dark skin tone +๐๐ฟโโ๏ธ lifting weights: dark skin tone +๐๐ฟโโ lifting weights: dark skin tone dark skin tone | weight lifter | woman | woman lifting weights | woman lifting weights: dark skin tone +๐ด biking bicycle | biking | cyclist | person biking | person riding a bike +๐ด๐ป biking: light skin tone bicycle | biking | cyclist | light skin tone | person biking | person biking: light skin tone | person riding a bike | person riding a bike: light skin tone +๐ด๐ผ biking: medium-light skin tone bicycle | biking | cyclist | medium-light skin tone | person biking | person biking: medium-light skin tone | person riding a bike | person riding a bike: medium-light skin tone +๐ด๐ฝ biking: medium skin tone bicycle | biking | cyclist | medium skin tone | person biking | person biking: medium skin tone | person riding a bike | person riding a bike: medium skin tone +๐ด๐พ biking: medium-dark skin tone bicycle | biking | cyclist | medium-dark skin tone | person biking | person biking: medium-dark skin tone | person riding a bike | person riding a bike: medium-dark skin tone +๐ด๐ฟ biking: dark skin tone bicycle | biking | cyclist | dark skin tone | person biking | person biking: dark skin tone | person riding a bike | person riding a bike: dark skin tone +๐ดโโ๏ธ biking +๐ดโโ biking bicycle | biking | cyclist | man | cycling | man riding a bike +๐ด๐ปโโ๏ธ biking: light skin tone +๐ด๐ปโโ biking: light skin tone bicycle | biking | cyclist | light skin tone | man | man biking: light skin tone | cycling | man riding a bike | man riding a bike: light skin tone +๐ด๐ผโโ๏ธ biking: medium-light skin tone +๐ด๐ผโโ biking: medium-light skin tone bicycle | biking | cyclist | man | man biking: medium-light skin tone | medium-light skin tone | cycling | man riding a bike | man riding a bike: medium-light skin tone +๐ด๐ฝโโ๏ธ biking: medium skin tone +๐ด๐ฝโโ biking: medium skin tone bicycle | biking | cyclist | man | man biking: medium skin tone | medium skin tone | cycling | man riding a bike | man riding a bike: medium skin tone +๐ด๐พโโ๏ธ biking: medium-dark skin tone +๐ด๐พโโ biking: medium-dark skin tone bicycle | biking | cyclist | man | man biking: medium-dark skin tone | medium-dark skin tone | cycling | man riding a bike | man riding a bike: medium-dark skin tone +๐ด๐ฟโโ๏ธ biking: dark skin tone +๐ด๐ฟโโ biking: dark skin tone bicycle | biking | cyclist | dark skin tone | man | man biking: dark skin tone | cycling | man riding a bike | man riding a bike: dark skin tone +๐ดโโ๏ธ biking +๐ดโโ biking bicycle | biking | cyclist | woman | cycling | woman riding a bike +๐ด๐ปโโ๏ธ biking: light skin tone +๐ด๐ปโโ biking: light skin tone bicycle | biking | cyclist | light skin tone | woman | woman biking: light skin tone | cycling | woman riding a bike | woman riding a bike: light skin tone +๐ด๐ผโโ๏ธ biking: medium-light skin tone +๐ด๐ผโโ biking: medium-light skin tone bicycle | biking | cyclist | medium-light skin tone | woman | woman biking: medium-light skin tone | cycling | woman riding a bike | woman riding a bike: medium-light skin tone +๐ด๐ฝโโ๏ธ biking: medium skin tone +๐ด๐ฝโโ biking: medium skin tone bicycle | biking | cyclist | medium skin tone | woman | woman biking: medium skin tone | cycling | woman riding a bike | woman riding a bike: medium skin tone +๐ด๐พโโ๏ธ biking: medium-dark skin tone +๐ด๐พโโ biking: medium-dark skin tone bicycle | biking | cyclist | medium-dark skin tone | woman | woman biking: medium-dark skin tone | cycling | woman riding a bike | woman riding a bike: medium-dark skin tone +๐ด๐ฟโโ๏ธ biking: dark skin tone +๐ด๐ฟโโ biking: dark skin tone bicycle | biking | cyclist | dark skin tone | woman | woman biking: dark skin tone | cycling | woman riding a bike | woman riding a bike: dark skin tone +๐ต mountain biking bicycle | bicyclist | bike | cyclist | mountain | person mountain biking +๐ต๐ป mountain biking: light skin tone bicycle | bicyclist | bike | cyclist | light skin tone | mountain | person mountain biking | person mountain biking: light skin tone +๐ต๐ผ mountain biking: medium-light skin tone bicycle | bicyclist | bike | cyclist | medium-light skin tone | mountain | person mountain biking | person mountain biking: medium-light skin tone +๐ต๐ฝ mountain biking: medium skin tone bicycle | bicyclist | bike | cyclist | medium skin tone | mountain | person mountain biking | person mountain biking: medium skin tone +๐ต๐พ mountain biking: medium-dark skin tone bicycle | bicyclist | bike | cyclist | medium-dark skin tone | mountain | person mountain biking | person mountain biking: medium-dark skin tone +๐ต๐ฟ mountain biking: dark skin tone bicycle | bicyclist | bike | cyclist | dark skin tone | mountain | person mountain biking | person mountain biking: dark skin tone +๐ตโโ๏ธ mountain biking +๐ตโโ mountain biking bicycle | bike | cyclist | man | man mountain biking | mountain +๐ต๐ปโโ๏ธ mountain biking: light skin tone +๐ต๐ปโโ mountain biking: light skin tone bicycle | bike | cyclist | light skin tone | man | man mountain biking | man mountain biking: light skin tone | mountain +๐ต๐ผโโ๏ธ mountain biking: medium-light skin tone +๐ต๐ผโโ mountain biking: medium-light skin tone bicycle | bike | cyclist | man | man mountain biking | man mountain biking: medium-light skin tone | medium-light skin tone | mountain +๐ต๐ฝโโ๏ธ mountain biking: medium skin tone +๐ต๐ฝโโ mountain biking: medium skin tone bicycle | bike | cyclist | man | man mountain biking | man mountain biking: medium skin tone | medium skin tone | mountain +๐ต๐พโโ๏ธ mountain biking: medium-dark skin tone +๐ต๐พโโ mountain biking: medium-dark skin tone bicycle | bike | cyclist | man | man mountain biking | man mountain biking: medium-dark skin tone | medium-dark skin tone | mountain +๐ต๐ฟโโ๏ธ mountain biking: dark skin tone +๐ต๐ฟโโ mountain biking: dark skin tone bicycle | bike | cyclist | dark skin tone | man | man mountain biking | man mountain biking: dark skin tone | mountain +๐ตโโ๏ธ mountain biking +๐ตโโ mountain biking bicycle | bike | biking | cyclist | mountain | woman +๐ต๐ปโโ๏ธ mountain biking: light skin tone +๐ต๐ปโโ mountain biking: light skin tone bicycle | bike | biking | cyclist | light skin tone | mountain | woman | woman mountain biking: light skin tone +๐ต๐ผโโ๏ธ mountain biking: medium-light skin tone +๐ต๐ผโโ mountain biking: medium-light skin tone bicycle | bike | biking | cyclist | medium-light skin tone | mountain | woman | woman mountain biking: medium-light skin tone +๐ต๐ฝโโ๏ธ mountain biking: medium skin tone +๐ต๐ฝโโ mountain biking: medium skin tone bicycle | bike | biking | cyclist | medium skin tone | mountain | woman | woman mountain biking: medium skin tone +๐ต๐พโโ๏ธ mountain biking: medium-dark skin tone +๐ต๐พโโ mountain biking: medium-dark skin tone bicycle | bike | biking | cyclist | medium-dark skin tone | mountain | woman | woman mountain biking: medium-dark skin tone +๐ต๐ฟโโ๏ธ mountain biking: dark skin tone +๐ต๐ฟโโ mountain biking: dark skin tone bicycle | bike | biking | cyclist | dark skin tone | mountain | woman | woman mountain biking: dark skin tone +๐คธ cartwheeling cartwheel | gymnastics | person cartwheeling +๐คธ๐ป cartwheeling: light skin tone cartwheel | gymnastics | light skin tone | person cartwheeling | person cartwheeling: light skin tone +๐คธ๐ผ cartwheeling: medium-light skin tone cartwheel | gymnastics | medium-light skin tone | person cartwheeling | person cartwheeling: medium-light skin tone +๐คธ๐ฝ cartwheeling: medium skin tone cartwheel | gymnastics | medium skin tone | person cartwheeling | person cartwheeling: medium skin tone +๐คธ๐พ cartwheeling: medium-dark skin tone cartwheel | gymnastics | medium-dark skin tone | person cartwheeling | person cartwheeling: medium-dark skin tone +๐คธ๐ฟ cartwheeling: dark skin tone cartwheel | dark skin tone | gymnastics | person cartwheeling | person cartwheeling: dark skin tone +๐คธโโ๏ธ cartwheeling +๐คธโโ cartwheeling cartwheel | gymnastics | man | man cartwheeling +๐คธ๐ปโโ๏ธ cartwheeling: light skin tone +๐คธ๐ปโโ cartwheeling: light skin tone cartwheel | gymnastics | light skin tone | man | man cartwheeling | man cartwheeling: light skin tone +๐คธ๐ผโโ๏ธ cartwheeling: medium-light skin tone +๐คธ๐ผโโ cartwheeling: medium-light skin tone cartwheel | gymnastics | man | man cartwheeling | man cartwheeling: medium-light skin tone | medium-light skin tone +๐คธ๐ฝโโ๏ธ cartwheeling: medium skin tone +๐คธ๐ฝโโ cartwheeling: medium skin tone cartwheel | gymnastics | man | man cartwheeling | man cartwheeling: medium skin tone | medium skin tone +๐คธ๐พโโ๏ธ cartwheeling: medium-dark skin tone +๐คธ๐พโโ cartwheeling: medium-dark skin tone cartwheel | gymnastics | man | man cartwheeling | man cartwheeling: medium-dark skin tone | medium-dark skin tone +๐คธ๐ฟโโ๏ธ cartwheeling: dark skin tone +๐คธ๐ฟโโ cartwheeling: dark skin tone cartwheel | dark skin tone | gymnastics | man | man cartwheeling | man cartwheeling: dark skin tone +๐คธโโ๏ธ cartwheeling +๐คธโโ cartwheeling cartwheel | gymnastics | woman | woman cartwheeling +๐คธ๐ปโโ๏ธ cartwheeling: light skin tone +๐คธ๐ปโโ cartwheeling: light skin tone cartwheel | gymnastics | light skin tone | woman | woman cartwheeling | woman cartwheeling: light skin tone +๐คธ๐ผโโ๏ธ cartwheeling: medium-light skin tone +๐คธ๐ผโโ cartwheeling: medium-light skin tone cartwheel | gymnastics | medium-light skin tone | woman | woman cartwheeling | woman cartwheeling: medium-light skin tone +๐คธ๐ฝโโ๏ธ cartwheeling: medium skin tone +๐คธ๐ฝโโ cartwheeling: medium skin tone cartwheel | gymnastics | medium skin tone | woman | woman cartwheeling | woman cartwheeling: medium skin tone +๐คธ๐พโโ๏ธ cartwheeling: medium-dark skin tone +๐คธ๐พโโ cartwheeling: medium-dark skin tone cartwheel | gymnastics | medium-dark skin tone | woman | woman cartwheeling | woman cartwheeling: medium-dark skin tone +๐คธ๐ฟโโ๏ธ cartwheeling: dark skin tone +๐คธ๐ฟโโ cartwheeling: dark skin tone cartwheel | dark skin tone | gymnastics | woman | woman cartwheeling | woman cartwheeling: dark skin tone +๐คผ wrestling people wrestling | wrestle | wrestler +๐คผโโ๏ธ wrestling +๐คผโโ wrestling men | men wrestling | wrestle +๐คผโโ๏ธ wrestling +๐คผโโ wrestling women | women wrestling | wrestle +๐คฝ playing water polo person playing water polo | polo | water +๐คฝ๐ป playing water polo: light skin tone light skin tone | person playing water polo | person playing water polo: light skin tone | polo | water +๐คฝ๐ผ playing water polo: medium-light skin tone medium-light skin tone | person playing water polo | person playing water polo: medium-light skin tone | polo | water +๐คฝ๐ฝ playing water polo: medium skin tone medium skin tone | person playing water polo | person playing water polo: medium skin tone | polo | water +๐คฝ๐พ playing water polo: medium-dark skin tone medium-dark skin tone | person playing water polo | person playing water polo: medium-dark skin tone | polo | water +๐คฝ๐ฟ playing water polo: dark skin tone dark skin tone | person playing water polo | person playing water polo: dark skin tone | polo | water +๐คฝโโ๏ธ playing water polo +๐คฝโโ playing water polo man | man playing water polo | water polo +๐คฝ๐ปโโ๏ธ playing water polo: light skin tone +๐คฝ๐ปโโ playing water polo: light skin tone light skin tone | man | man playing water polo | man playing water polo: light skin tone | water polo +๐คฝ๐ผโโ๏ธ playing water polo: medium-light skin tone +๐คฝ๐ผโโ playing water polo: medium-light skin tone man | man playing water polo | man playing water polo: medium-light skin tone | medium-light skin tone | water polo +๐คฝ๐ฝโโ๏ธ playing water polo: medium skin tone +๐คฝ๐ฝโโ playing water polo: medium skin tone man | man playing water polo | man playing water polo: medium skin tone | medium skin tone | water polo +๐คฝ๐พโโ๏ธ playing water polo: medium-dark skin tone +๐คฝ๐พโโ playing water polo: medium-dark skin tone man | man playing water polo | man playing water polo: medium-dark skin tone | medium-dark skin tone | water polo +๐คฝ๐ฟโโ๏ธ playing water polo: dark skin tone +๐คฝ๐ฟโโ playing water polo: dark skin tone dark skin tone | man | man playing water polo | man playing water polo: dark skin tone | water polo +๐คฝโโ๏ธ playing water polo +๐คฝโโ playing water polo water polo | woman | woman playing water polo +๐คฝ๐ปโโ๏ธ playing water polo: light skin tone +๐คฝ๐ปโโ playing water polo: light skin tone light skin tone | water polo | woman | woman playing water polo | woman playing water polo: light skin tone +๐คฝ๐ผโโ๏ธ playing water polo: medium-light skin tone +๐คฝ๐ผโโ playing water polo: medium-light skin tone medium-light skin tone | water polo | woman | woman playing water polo | woman playing water polo: medium-light skin tone +๐คฝ๐ฝโโ๏ธ playing water polo: medium skin tone +๐คฝ๐ฝโโ playing water polo: medium skin tone medium skin tone | water polo | woman | woman playing water polo | woman playing water polo: medium skin tone +๐คฝ๐พโโ๏ธ playing water polo: medium-dark skin tone +๐คฝ๐พโโ playing water polo: medium-dark skin tone medium-dark skin tone | water polo | woman | woman playing water polo | woman playing water polo: medium-dark skin tone +๐คฝ๐ฟโโ๏ธ playing water polo: dark skin tone +๐คฝ๐ฟโโ playing water polo: dark skin tone dark skin tone | water polo | woman | woman playing water polo | woman playing water polo: dark skin tone +๐คพ playing handball ball | handball | person playing handball +๐คพ๐ป playing handball: light skin tone ball | handball | light skin tone | person playing handball | person playing handball: light skin tone +๐คพ๐ผ playing handball: medium-light skin tone ball | handball | medium-light skin tone | person playing handball | person playing handball: medium-light skin tone +๐คพ๐ฝ playing handball: medium skin tone ball | handball | medium skin tone | person playing handball | person playing handball: medium skin tone +๐คพ๐พ playing handball: medium-dark skin tone ball | handball | medium-dark skin tone | person playing handball | person playing handball: medium-dark skin tone +๐คพ๐ฟ playing handball: dark skin tone ball | dark skin tone | handball | person playing handball | person playing handball: dark skin tone +๐คพโโ๏ธ playing handball +๐คพโโ playing handball handball | man | man playing handball +๐คพ๐ปโโ๏ธ playing handball: light skin tone +๐คพ๐ปโโ playing handball: light skin tone handball | light skin tone | man | man playing handball | man playing handball: light skin tone +๐คพ๐ผโโ๏ธ playing handball: medium-light skin tone +๐คพ๐ผโโ playing handball: medium-light skin tone handball | man | man playing handball | man playing handball: medium-light skin tone | medium-light skin tone +๐คพ๐ฝโโ๏ธ playing handball: medium skin tone +๐คพ๐ฝโโ playing handball: medium skin tone handball | man | man playing handball | man playing handball: medium skin tone | medium skin tone +๐คพ๐พโโ๏ธ playing handball: medium-dark skin tone +๐คพ๐พโโ playing handball: medium-dark skin tone handball | man | man playing handball | man playing handball: medium-dark skin tone | medium-dark skin tone +๐คพ๐ฟโโ๏ธ playing handball: dark skin tone +๐คพ๐ฟโโ playing handball: dark skin tone dark skin tone | handball | man | man playing handball | man playing handball: dark skin tone +๐คพโโ๏ธ playing handball +๐คพโโ playing handball handball | woman | woman playing handball +๐คพ๐ปโโ๏ธ playing handball: light skin tone +๐คพ๐ปโโ playing handball: light skin tone handball | light skin tone | woman | woman playing handball | woman playing handball: light skin tone +๐คพ๐ผโโ๏ธ playing handball: medium-light skin tone +๐คพ๐ผโโ playing handball: medium-light skin tone handball | medium-light skin tone | woman | woman playing handball | woman playing handball: medium-light skin tone +๐คพ๐ฝโโ๏ธ playing handball: medium skin tone +๐คพ๐ฝโโ playing handball: medium skin tone handball | medium skin tone | woman | woman playing handball | woman playing handball: medium skin tone +๐คพ๐พโโ๏ธ playing handball: medium-dark skin tone +๐คพ๐พโโ playing handball: medium-dark skin tone handball | medium-dark skin tone | woman | woman playing handball | woman playing handball: medium-dark skin tone +๐คพ๐ฟโโ๏ธ playing handball: dark skin tone +๐คพ๐ฟโโ playing handball: dark skin tone dark skin tone | handball | woman | woman playing handball | woman playing handball: dark skin tone +๐คน juggling balance | juggle | multitask | person juggling | skill | multi-task +๐คน๐ป juggling: light skin tone balance | juggle | light skin tone | multitask | person juggling | person juggling: light skin tone | skill | multi-task +๐คน๐ผ juggling: medium-light skin tone balance | juggle | medium-light skin tone | multitask | person juggling | person juggling: medium-light skin tone | skill | multi-task +๐คน๐ฝ juggling: medium skin tone balance | juggle | medium skin tone | multitask | person juggling | person juggling: medium skin tone | skill | multi-task +๐คน๐พ juggling: medium-dark skin tone balance | juggle | medium-dark skin tone | multitask | person juggling | person juggling: medium-dark skin tone | skill | multi-task +๐คน๐ฟ juggling: dark skin tone balance | dark skin tone | juggle | multitask | person juggling | person juggling: dark skin tone | skill | multi-task +๐คนโโ๏ธ juggling +๐คนโโ juggling juggling | man | multitask | multi-task +๐คน๐ปโโ๏ธ juggling: light skin tone +๐คน๐ปโโ juggling: light skin tone juggling | light skin tone | man | man juggling: light skin tone | multitask | multi-task +๐คน๐ผโโ๏ธ juggling: medium-light skin tone +๐คน๐ผโโ juggling: medium-light skin tone juggling | man | man juggling: medium-light skin tone | medium-light skin tone | multitask | multi-task +๐คน๐ฝโโ๏ธ juggling: medium skin tone +๐คน๐ฝโโ juggling: medium skin tone juggling | man | man juggling: medium skin tone | medium skin tone | multitask | multi-task +๐คน๐พโโ๏ธ juggling: medium-dark skin tone +๐คน๐พโโ juggling: medium-dark skin tone juggling | man | man juggling: medium-dark skin tone | medium-dark skin tone | multitask | multi-task +๐คน๐ฟโโ๏ธ juggling: dark skin tone +๐คน๐ฟโโ juggling: dark skin tone dark skin tone | juggling | man | man juggling: dark skin tone | multitask | multi-task +๐คนโโ๏ธ juggling +๐คนโโ juggling juggling | multitask | woman | multi-task +๐คน๐ปโโ๏ธ juggling: light skin tone +๐คน๐ปโโ juggling: light skin tone juggling | light skin tone | multitask | woman | woman juggling: light skin tone | multi-task +๐คน๐ผโโ๏ธ juggling: medium-light skin tone +๐คน๐ผโโ juggling: medium-light skin tone juggling | medium-light skin tone | multitask | woman | woman juggling: medium-light skin tone | multi-task +๐คน๐ฝโโ๏ธ juggling: medium skin tone +๐คน๐ฝโโ juggling: medium skin tone juggling | medium skin tone | multitask | woman | woman juggling: medium skin tone | multi-task +๐คน๐พโโ๏ธ juggling: medium-dark skin tone +๐คน๐พโโ juggling: medium-dark skin tone juggling | medium-dark skin tone | multitask | woman | woman juggling: medium-dark skin tone | multi-task +๐คน๐ฟโโ๏ธ juggling: dark skin tone +๐คน๐ฟโโ juggling: dark skin tone dark skin tone | juggling | multitask | woman | woman juggling: dark skin tone | multi-task +๐ง meditation | person in lotus position | yoga +๐ง๐ป light skin tone light skin tone | meditation | person in lotus position | person in lotus position: light skin tone | yoga +๐ง๐ผ medium-light skin tone meditation | medium-light skin tone | person in lotus position | person in lotus position: medium-light skin tone | yoga +๐ง๐ฝ medium skin tone meditation | medium skin tone | person in lotus position | person in lotus position: medium skin tone | yoga +๐ง๐พ medium-dark skin tone meditation | medium-dark skin tone | person in lotus position | person in lotus position: medium-dark skin tone | yoga +๐ง๐ฟ dark skin tone dark skin tone | meditation | person in lotus position | person in lotus position: dark skin tone | yoga +๐งโโ in lotus position man in lotus position | meditation | yoga +๐ง๐ปโโ๏ธ light skin tone +๐ง๐ปโโ light skin tone light skin tone | man in lotus position | man in lotus position: light skin tone | meditation | yoga +๐ง๐ผโโ๏ธ medium-light skin tone +๐ง๐ผโโ medium-light skin tone man in lotus position | man in lotus position: medium-light skin tone | meditation | medium-light skin tone | yoga +๐ง๐ฝโโ๏ธ medium skin tone +๐ง๐ฝโโ medium skin tone man in lotus position | man in lotus position: medium skin tone | meditation | medium skin tone | yoga +๐ง๐พโโ๏ธ medium-dark skin tone +๐ง๐พโโ medium-dark skin tone man in lotus position | man in lotus position: medium-dark skin tone | meditation | medium-dark skin tone | yoga +๐ง๐ฟโโ๏ธ dark skin tone +๐ง๐ฟโโ dark skin tone dark skin tone | man in lotus position | man in lotus position: dark skin tone | meditation | yoga +๐งโโ๏ธ in lotus position +๐งโโ in lotus position meditation | woman in lotus position | yoga +๐ง๐ปโโ๏ธ light skin tone +๐ง๐ปโโ light skin tone light skin tone | meditation | woman in lotus position | woman in lotus position: light skin tone | yoga +๐ง๐ผโโ๏ธ medium-light skin tone +๐ง๐ผโโ medium-light skin tone meditation | medium-light skin tone | woman in lotus position | woman in lotus position: medium-light skin tone | yoga +๐ง๐ฝโโ๏ธ medium skin tone +๐ง๐ฝโโ medium skin tone meditation | medium skin tone | woman in lotus position | woman in lotus position: medium skin tone | yoga +๐ง๐พโโ๏ธ medium-dark skin tone +๐ง๐พโโ medium-dark skin tone meditation | medium-dark skin tone | woman in lotus position | woman in lotus position: medium-dark skin tone | yoga +๐ง๐ฟโโ๏ธ dark skin tone +๐ง๐ฟโโ dark skin tone dark skin tone | meditation | woman in lotus position | woman in lotus position: dark skin tone | yoga +๐ taking bath bath | bathtub | person taking bath | tub +๐๐ป taking bath: light skin tone bath | bathtub | light skin tone | person taking bath | person taking bath: light skin tone | tub +๐๐ผ taking bath: medium-light skin tone bath | bathtub | medium-light skin tone | person taking bath | person taking bath: medium-light skin tone | tub +๐๐ฝ taking bath: medium skin tone bath | bathtub | medium skin tone | person taking bath | person taking bath: medium skin tone | tub +๐๐พ taking bath: medium-dark skin tone bath | bathtub | medium-dark skin tone | person taking bath | person taking bath: medium-dark skin tone | tub +๐๐ฟ taking bath: dark skin tone bath | bathtub | dark skin tone | person taking bath | person taking bath: dark skin tone | tub +๐ in bed good night | hotel | person in bed | sleep | sleeping +๐๐ป in bed: light skin tone good night | hotel | light skin tone | person in bed | person in bed: light skin tone | sleep | sleeping +๐๐ผ in bed: medium-light skin tone good night | hotel | medium-light skin tone | person in bed | person in bed: medium-light skin tone | sleep | sleeping +๐๐ฝ in bed: medium skin tone good night | hotel | medium skin tone | person in bed | person in bed: medium skin tone | sleep | sleeping +๐๐พ in bed: medium-dark skin tone good night | hotel | medium-dark skin tone | person in bed | person in bed: medium-dark skin tone | sleep | sleeping +๐๐ฟ in bed: dark skin tone dark skin tone | good night | hotel | person in bed | person in bed: dark skin tone | sleep | sleeping +๐งโ๐คโ๐ง couple | hand | hold | holding hands | people holding hands | person +๐ง๐ปโ๐คโ๐ง๐ป light skin tone couple | hand | hold | holding hands | light skin tone | people holding hands | people holding hands: light skin tone | person +๐ง๐ปโ๐คโ๐ง๐ผ light skin tone, medium-light skin tone couple | hand | hold | holding hands | light skin tone | medium-light skin tone | people holding hands | people holding hands: light skin tone, medium-light skin tone | person +๐ง๐ปโ๐คโ๐ง๐ฝ light skin tone, medium skin tone couple | hand | hold | holding hands | light skin tone | medium skin tone | people holding hands | people holding hands: light skin tone, medium skin tone | person +๐ง๐ปโ๐คโ๐ง๐พ light skin tone, medium-dark skin tone couple | hand | hold | holding hands | light skin tone | medium-dark skin tone | people holding hands | people holding hands: light skin tone, medium-dark skin tone | person +๐ง๐ปโ๐คโ๐ง๐ฟ light skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | light skin tone | people holding hands | people holding hands: light skin tone, dark skin tone | person +๐ง๐ผโ๐คโ๐ง๐ป medium-light skin tone, light skin tone couple | hand | hold | holding hands | light skin tone | medium-light skin tone | people holding hands | people holding hands: medium-light skin tone, light skin tone | person +๐ง๐ผโ๐คโ๐ง๐ผ medium-light skin tone couple | hand | hold | holding hands | medium-light skin tone | people holding hands | people holding hands: medium-light skin tone | person +๐ง๐ผโ๐คโ๐ง๐ฝ medium-light skin tone, medium skin tone couple | hand | hold | holding hands | medium skin tone | medium-light skin tone | people holding hands | people holding hands: medium-light skin tone, medium skin tone | person +๐ง๐ผโ๐คโ๐ง๐พ medium-light skin tone, medium-dark skin tone couple | hand | hold | holding hands | medium-dark skin tone | medium-light skin tone | people holding hands | people holding hands: medium-light skin tone, medium-dark skin tone | person +๐ง๐ผโ๐คโ๐ง๐ฟ medium-light skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | medium-light skin tone | people holding hands | people holding hands: medium-light skin tone, dark skin tone | person +๐ง๐ฝโ๐คโ๐ง๐ป medium skin tone, light skin tone couple | hand | hold | holding hands | light skin tone | medium skin tone | people holding hands | people holding hands: medium skin tone, light skin tone | person +๐ง๐ฝโ๐คโ๐ง๐ผ medium skin tone, medium-light skin tone couple | hand | hold | holding hands | medium skin tone | medium-light skin tone | people holding hands | people holding hands: medium skin tone, medium-light skin tone | person +๐ง๐ฝโ๐คโ๐ง๐ฝ medium skin tone couple | hand | hold | holding hands | medium skin tone | people holding hands | people holding hands: medium skin tone | person +๐ง๐ฝโ๐คโ๐ง๐พ medium skin tone, medium-dark skin tone couple | hand | hold | holding hands | medium skin tone | medium-dark skin tone | people holding hands | people holding hands: medium skin tone, medium-dark skin tone | person +๐ง๐ฝโ๐คโ๐ง๐ฟ medium skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | medium skin tone | people holding hands | people holding hands: medium skin tone, dark skin tone | person +๐ง๐พโ๐คโ๐ง๐ป medium-dark skin tone, light skin tone couple | hand | hold | holding hands | light skin tone | medium-dark skin tone | people holding hands | people holding hands: medium-dark skin tone, light skin tone | person +๐ง๐พโ๐คโ๐ง๐ผ medium-dark skin tone, medium-light skin tone couple | hand | hold | holding hands | medium-dark skin tone | medium-light skin tone | people holding hands | people holding hands: medium-dark skin tone, medium-light skin tone | person +๐ง๐พโ๐คโ๐ง๐ฝ medium-dark skin tone, medium skin tone couple | hand | hold | holding hands | medium skin tone | medium-dark skin tone | people holding hands | people holding hands: medium-dark skin tone, medium skin tone | person +๐ง๐พโ๐คโ๐ง๐พ medium-dark skin tone couple | hand | hold | holding hands | medium-dark skin tone | people holding hands | people holding hands: medium-dark skin tone | person +๐ง๐พโ๐คโ๐ง๐ฟ medium-dark skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | medium-dark skin tone | people holding hands | people holding hands: medium-dark skin tone, dark skin tone | person +๐ง๐ฟโ๐คโ๐ง๐ป dark skin tone, light skin tone couple | dark skin tone | hand | hold | holding hands | light skin tone | people holding hands | people holding hands: dark skin tone, light skin tone | person +๐ง๐ฟโ๐คโ๐ง๐ผ dark skin tone, medium-light skin tone couple | dark skin tone | hand | hold | holding hands | medium-light skin tone | people holding hands | people holding hands: dark skin tone, medium-light skin tone | person +๐ง๐ฟโ๐คโ๐ง๐ฝ dark skin tone, medium skin tone couple | dark skin tone | hand | hold | holding hands | medium skin tone | people holding hands | people holding hands: dark skin tone, medium skin tone | person +๐ง๐ฟโ๐คโ๐ง๐พ dark skin tone, medium-dark skin tone couple | dark skin tone | hand | hold | holding hands | medium-dark skin tone | people holding hands | people holding hands: dark skin tone, medium-dark skin tone | person +๐ง๐ฟโ๐คโ๐ง๐ฟ dark skin tone couple | dark skin tone | hand | hold | holding hands | people holding hands | people holding hands: dark skin tone | person +๐ญ holding hands couple | hand | holding hands | women | women holding hands | two women holding hands +๐ญ๐ป light skin tone couple | hand | holding hands | light skin tone | women | women holding hands | women holding hands: light skin tone | two women holding hands +๐ฉ๐ปโ๐คโ๐ฉ๐ผ light skin tone, medium-light skin tone couple | hand | holding hands | light skin tone | medium-light skin tone | women | women holding hands | women holding hands: light skin tone, medium-light skin tone | two women holding hands +๐ฉ๐ปโ๐คโ๐ฉ๐ฝ light skin tone, medium skin tone couple | hand | holding hands | light skin tone | medium skin tone | women | women holding hands | women holding hands: light skin tone, medium skin tone | two women holding hands +๐ฉ๐ปโ๐คโ๐ฉ๐พ light skin tone, medium-dark skin tone couple | hand | holding hands | light skin tone | medium-dark skin tone | women | women holding hands | women holding hands: light skin tone, medium-dark skin tone | two women holding hands +๐ฉ๐ปโ๐คโ๐ฉ๐ฟ light skin tone, dark skin tone couple | dark skin tone | hand | holding hands | light skin tone | women | women holding hands | women holding hands: light skin tone, dark skin tone | two women holding hands +๐ฉ๐ผโ๐คโ๐ฉ๐ป medium-light skin tone, light skin tone couple | hand | holding hands | light skin tone | medium-light skin tone | women | women holding hands | women holding hands: medium-light skin tone, light skin tone | two women holding hands +๐ญ๐ผ medium-light skin tone couple | hand | holding hands | medium-light skin tone | women | women holding hands | women holding hands: medium-light skin tone | two women holding hands +๐ฉ๐ผโ๐คโ๐ฉ๐ฝ medium-light skin tone, medium skin tone couple | hand | holding hands | medium skin tone | medium-light skin tone | women | women holding hands | women holding hands: medium-light skin tone, medium skin tone | two women holding hands +๐ฉ๐ผโ๐คโ๐ฉ๐พ medium-light skin tone, medium-dark skin tone couple | hand | holding hands | medium-dark skin tone | medium-light skin tone | women | women holding hands | women holding hands: medium-light skin tone, medium-dark skin tone | two women holding hands +๐ฉ๐ผโ๐คโ๐ฉ๐ฟ medium-light skin tone, dark skin tone couple | dark skin tone | hand | holding hands | medium-light skin tone | women | women holding hands | women holding hands: medium-light skin tone, dark skin tone | two women holding hands +๐ฉ๐ฝโ๐คโ๐ฉ๐ป medium skin tone, light skin tone couple | hand | holding hands | light skin tone | medium skin tone | women | women holding hands | women holding hands: medium skin tone, light skin tone | two women holding hands +๐ฉ๐ฝโ๐คโ๐ฉ๐ผ medium skin tone, medium-light skin tone couple | hand | holding hands | medium skin tone | medium-light skin tone | women | women holding hands | women holding hands: medium skin tone, medium-light skin tone | two women holding hands +๐ญ๐ฝ medium skin tone couple | hand | holding hands | medium skin tone | women | women holding hands | women holding hands: medium skin tone | two women holding hands +๐ฉ๐ฝโ๐คโ๐ฉ๐พ medium skin tone, medium-dark skin tone couple | hand | holding hands | medium skin tone | medium-dark skin tone | women | women holding hands | women holding hands: medium skin tone, medium-dark skin tone | two women holding hands +๐ฉ๐ฝโ๐คโ๐ฉ๐ฟ medium skin tone, dark skin tone couple | dark skin tone | hand | holding hands | medium skin tone | women | women holding hands | women holding hands: medium skin tone, dark skin tone | two women holding hands +๐ฉ๐พโ๐คโ๐ฉ๐ป medium-dark skin tone, light skin tone couple | hand | holding hands | light skin tone | medium-dark skin tone | women | women holding hands | women holding hands: medium-dark skin tone, light skin tone | two women holding hands +๐ฉ๐พโ๐คโ๐ฉ๐ผ medium-dark skin tone, medium-light skin tone couple | hand | holding hands | medium-dark skin tone | medium-light skin tone | women | women holding hands | women holding hands: medium-dark skin tone, medium-light skin tone | two women holding hands +๐ฉ๐พโ๐คโ๐ฉ๐ฝ medium-dark skin tone, medium skin tone couple | hand | holding hands | medium skin tone | medium-dark skin tone | women | women holding hands | women holding hands: medium-dark skin tone, medium skin tone | two women holding hands +๐ญ๐พ medium-dark skin tone couple | hand | holding hands | medium-dark skin tone | women | women holding hands | women holding hands: medium-dark skin tone | two women holding hands +๐ฉ๐พโ๐คโ๐ฉ๐ฟ medium-dark skin tone, dark skin tone couple | dark skin tone | hand | holding hands | medium-dark skin tone | women | women holding hands | women holding hands: medium-dark skin tone, dark skin tone | two women holding hands +๐ฉ๐ฟโ๐คโ๐ฉ๐ป dark skin tone, light skin tone couple | dark skin tone | hand | holding hands | light skin tone | women | women holding hands | women holding hands: dark skin tone, light skin tone | two women holding hands +๐ฉ๐ฟโ๐คโ๐ฉ๐ผ dark skin tone, medium-light skin tone couple | dark skin tone | hand | holding hands | medium-light skin tone | women | women holding hands | women holding hands: dark skin tone, medium-light skin tone | two women holding hands +๐ฉ๐ฟโ๐คโ๐ฉ๐ฝ dark skin tone, medium skin tone couple | dark skin tone | hand | holding hands | medium skin tone | women | women holding hands | women holding hands: dark skin tone, medium skin tone | two women holding hands +๐ฉ๐ฟโ๐คโ๐ฉ๐พ dark skin tone, medium-dark skin tone couple | dark skin tone | hand | holding hands | medium-dark skin tone | women | women holding hands | women holding hands: dark skin tone, medium-dark skin tone | two women holding hands +๐ญ๐ฟ dark skin tone couple | dark skin tone | hand | holding hands | women | women holding hands | women holding hands: dark skin tone | two women holding hands +๐ซ couple | hand | hold | holding hands | man | woman | woman and man holding hands | man and woman holding hands +๐ซ๐ป light skin tone couple | hand | hold | holding hands | light skin tone | man | woman | woman and man holding hands | woman and man holding hands: light skin tone | man and woman holding hands +๐ฉ๐ปโ๐คโ๐จ๐ผ light skin tone, medium-light skin tone couple | hand | hold | holding hands | light skin tone | man | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: light skin tone, medium-light skin tone | man and woman holding hands +๐ฉ๐ปโ๐คโ๐จ๐ฝ light skin tone, medium skin tone couple | hand | hold | holding hands | light skin tone | man | medium skin tone | woman | woman and man holding hands | woman and man holding hands: light skin tone, medium skin tone | man and woman holding hands +๐ฉ๐ปโ๐คโ๐จ๐พ light skin tone, medium-dark skin tone couple | hand | hold | holding hands | light skin tone | man | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: light skin tone, medium-dark skin tone | man and woman holding hands +๐ฉ๐ปโ๐คโ๐จ๐ฟ light skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | light skin tone | man | woman | woman and man holding hands | woman and man holding hands: light skin tone, dark skin tone | man and woman holding hands +๐ฉ๐ผโ๐คโ๐จ๐ป medium-light skin tone, light skin tone couple | hand | hold | holding hands | light skin tone | man | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium-light skin tone, light skin tone | man and woman holding hands +๐ซ๐ผ medium-light skin tone couple | hand | hold | holding hands | man | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium-light skin tone | man and woman holding hands +๐ฉ๐ผโ๐คโ๐จ๐ฝ medium-light skin tone, medium skin tone couple | hand | hold | holding hands | man | medium skin tone | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium-light skin tone, medium skin tone | man and woman holding hands +๐ฉ๐ผโ๐คโ๐จ๐พ medium-light skin tone, medium-dark skin tone couple | hand | hold | holding hands | man | medium-dark skin tone | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium-light skin tone, medium-dark skin tone | man and woman holding hands +๐ฉ๐ผโ๐คโ๐จ๐ฟ medium-light skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | man | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium-light skin tone, dark skin tone | man and woman holding hands +๐ฉ๐ฝโ๐คโ๐จ๐ป medium skin tone, light skin tone couple | hand | hold | holding hands | light skin tone | man | medium skin tone | woman | woman and man holding hands | woman and man holding hands: medium skin tone, light skin tone | man and woman holding hands +๐ฉ๐ฝโ๐คโ๐จ๐ผ medium skin tone, medium-light skin tone couple | hand | hold | holding hands | man | medium skin tone | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium skin tone, medium-light skin tone | man and woman holding hands +๐ซ๐ฝ medium skin tone couple | hand | hold | holding hands | man | medium skin tone | woman | woman and man holding hands | woman and man holding hands: medium skin tone | man and woman holding hands +๐ฉ๐ฝโ๐คโ๐จ๐พ medium skin tone, medium-dark skin tone couple | hand | hold | holding hands | man | medium skin tone | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: medium skin tone, medium-dark skin tone | man and woman holding hands +๐ฉ๐ฝโ๐คโ๐จ๐ฟ medium skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | man | medium skin tone | woman | woman and man holding hands | woman and man holding hands: medium skin tone, dark skin tone | man and woman holding hands +๐ฉ๐พโ๐คโ๐จ๐ป medium-dark skin tone, light skin tone couple | hand | hold | holding hands | light skin tone | man | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: medium-dark skin tone, light skin tone | man and woman holding hands +๐ฉ๐พโ๐คโ๐จ๐ผ medium-dark skin tone, medium-light skin tone couple | hand | hold | holding hands | man | medium-dark skin tone | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium-dark skin tone, medium-light skin tone | man and woman holding hands +๐ฉ๐พโ๐คโ๐จ๐ฝ medium-dark skin tone, medium skin tone couple | hand | hold | holding hands | man | medium skin tone | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: medium-dark skin tone, medium skin tone | man and woman holding hands +๐ซ๐พ medium-dark skin tone couple | hand | hold | holding hands | man | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: medium-dark skin tone | man and woman holding hands +๐ฉ๐พโ๐คโ๐จ๐ฟ medium-dark skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | man | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: medium-dark skin tone, dark skin tone | man and woman holding hands +๐ฉ๐ฟโ๐คโ๐จ๐ป dark skin tone, light skin tone couple | dark skin tone | hand | hold | holding hands | light skin tone | man | woman | woman and man holding hands | woman and man holding hands: dark skin tone, light skin tone | man and woman holding hands +๐ฉ๐ฟโ๐คโ๐จ๐ผ dark skin tone, medium-light skin tone couple | dark skin tone | hand | hold | holding hands | man | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: dark skin tone, medium-light skin tone | man and woman holding hands +๐ฉ๐ฟโ๐คโ๐จ๐ฝ dark skin tone, medium skin tone couple | dark skin tone | hand | hold | holding hands | man | medium skin tone | woman | woman and man holding hands | woman and man holding hands: dark skin tone, medium skin tone | man and woman holding hands +๐ฉ๐ฟโ๐คโ๐จ๐พ dark skin tone, medium-dark skin tone couple | dark skin tone | hand | hold | holding hands | man | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: dark skin tone, medium-dark skin tone | man and woman holding hands +๐ซ๐ฟ dark skin tone couple | dark skin tone | hand | hold | holding hands | man | woman | woman and man holding hands | woman and man holding hands: dark skin tone | man and woman holding hands +๐ฌ couple | Gemini | holding hands | man | men | men holding hands | twins | zodiac +๐ฌ๐ป light skin tone couple | Gemini | holding hands | light skin tone | man | men | men holding hands | men holding hands: light skin tone | twins | zodiac +๐จ๐ปโ๐คโ๐จ๐ผ light skin tone, medium-light skin tone couple | Gemini | holding hands | light skin tone | man | medium-light skin tone | men | men holding hands | men holding hands: light skin tone, medium-light skin tone | twins | zodiac +๐จ๐ปโ๐คโ๐จ๐ฝ light skin tone, medium skin tone couple | Gemini | holding hands | light skin tone | man | medium skin tone | men | men holding hands | men holding hands: light skin tone, medium skin tone | twins | zodiac +๐จ๐ปโ๐คโ๐จ๐พ light skin tone, medium-dark skin tone couple | Gemini | holding hands | light skin tone | man | medium-dark skin tone | men | men holding hands | men holding hands: light skin tone, medium-dark skin tone | twins | zodiac +๐จ๐ปโ๐คโ๐จ๐ฟ light skin tone, dark skin tone couple | dark skin tone | Gemini | holding hands | light skin tone | man | men | men holding hands | men holding hands: light skin tone, dark skin tone | twins | zodiac +๐จ๐ผโ๐คโ๐จ๐ป medium-light skin tone, light skin tone couple | Gemini | holding hands | light skin tone | man | medium-light skin tone | men | men holding hands | men holding hands: medium-light skin tone, light skin tone | twins | zodiac +๐ฌ๐ผ medium-light skin tone couple | Gemini | holding hands | man | medium-light skin tone | men | men holding hands | men holding hands: medium-light skin tone | twins | zodiac +๐จ๐ผโ๐คโ๐จ๐ฝ medium-light skin tone, medium skin tone couple | Gemini | holding hands | man | medium skin tone | medium-light skin tone | men | men holding hands | men holding hands: medium-light skin tone, medium skin tone | twins | zodiac +๐จ๐ผโ๐คโ๐จ๐พ medium-light skin tone, medium-dark skin tone couple | Gemini | holding hands | man | medium-dark skin tone | medium-light skin tone | men | men holding hands | men holding hands: medium-light skin tone, medium-dark skin tone | twins | zodiac +๐จ๐ผโ๐คโ๐จ๐ฟ medium-light skin tone, dark skin tone couple | dark skin tone | Gemini | holding hands | man | medium-light skin tone | men | men holding hands | men holding hands: medium-light skin tone, dark skin tone | twins | zodiac +๐จ๐ฝโ๐คโ๐จ๐ป medium skin tone, light skin tone couple | Gemini | holding hands | light skin tone | man | medium skin tone | men | men holding hands | men holding hands: medium skin tone, light skin tone | twins | zodiac +๐จ๐ฝโ๐คโ๐จ๐ผ medium skin tone, medium-light skin tone couple | Gemini | holding hands | man | medium skin tone | medium-light skin tone | men | men holding hands | men holding hands: medium skin tone, medium-light skin tone | twins | zodiac +๐ฌ๐ฝ medium skin tone couple | Gemini | holding hands | man | medium skin tone | men | men holding hands | men holding hands: medium skin tone | twins | zodiac +๐จ๐ฝโ๐คโ๐จ๐พ medium skin tone, medium-dark skin tone couple | Gemini | holding hands | man | medium skin tone | medium-dark skin tone | men | men holding hands | men holding hands: medium skin tone, medium-dark skin tone | twins | zodiac +๐จ๐ฝโ๐คโ๐จ๐ฟ medium skin tone, dark skin tone couple | dark skin tone | Gemini | holding hands | man | medium skin tone | men | men holding hands | men holding hands: medium skin tone, dark skin tone | twins | zodiac +๐จ๐พโ๐คโ๐จ๐ป medium-dark skin tone, light skin tone couple | Gemini | holding hands | light skin tone | man | medium-dark skin tone | men | men holding hands | men holding hands: medium-dark skin tone, light skin tone | twins | zodiac +๐จ๐พโ๐คโ๐จ๐ผ medium-dark skin tone, medium-light skin tone couple | Gemini | holding hands | man | medium-dark skin tone | medium-light skin tone | men | men holding hands | men holding hands: medium-dark skin tone, medium-light skin tone | twins | zodiac +๐จ๐พโ๐คโ๐จ๐ฝ medium-dark skin tone, medium skin tone couple | Gemini | holding hands | man | medium skin tone | medium-dark skin tone | men | men holding hands | men holding hands: medium-dark skin tone, medium skin tone | twins | zodiac +๐ฌ๐พ medium-dark skin tone couple | Gemini | holding hands | man | medium-dark skin tone | men | men holding hands | men holding hands: medium-dark skin tone | twins | zodiac +๐จ๐พโ๐คโ๐จ๐ฟ medium-dark skin tone, dark skin tone couple | dark skin tone | Gemini | holding hands | man | medium-dark skin tone | men | men holding hands | men holding hands: medium-dark skin tone, dark skin tone | twins | zodiac +๐จ๐ฟโ๐คโ๐จ๐ป dark skin tone, light skin tone couple | dark skin tone | Gemini | holding hands | light skin tone | man | men | men holding hands | men holding hands: dark skin tone, light skin tone | twins | zodiac +๐จ๐ฟโ๐คโ๐จ๐ผ dark skin tone, medium-light skin tone couple | dark skin tone | Gemini | holding hands | man | medium-light skin tone | men | men holding hands | men holding hands: dark skin tone, medium-light skin tone | twins | zodiac +๐จ๐ฟโ๐คโ๐จ๐ฝ dark skin tone, medium skin tone couple | dark skin tone | Gemini | holding hands | man | medium skin tone | men | men holding hands | men holding hands: dark skin tone, medium skin tone | twins | zodiac +๐จ๐ฟโ๐คโ๐จ๐พ dark skin tone, medium-dark skin tone couple | dark skin tone | Gemini | holding hands | man | medium-dark skin tone | men | men holding hands | men holding hands: dark skin tone, medium-dark skin tone | twins | zodiac +๐ฌ๐ฟ dark skin tone couple | dark skin tone | Gemini | holding hands | man | men | men holding hands | men holding hands: dark skin tone | twins | zodiac +๐ couple | kiss +๐๐ป light skin tone couple | kiss | kiss: light skin tone | light skin tone +๐๐ผ medium-light skin tone couple | kiss | kiss: medium-light skin tone | medium-light skin tone +๐๐ฝ medium skin tone couple | kiss | kiss: medium skin tone | medium skin tone +๐๐พ medium-dark skin tone couple | kiss | kiss: medium-dark skin tone | medium-dark skin tone +๐๐ฟ dark skin tone couple | dark skin tone | kiss | kiss: dark skin tone +๐ง๐ปโโค๏ธโ๐โ๐ง๐ผ person, person, light skin tone, medium-light skin tone +๐ง๐ปโโคโ๐โ๐ง๐ผ person, person, light skin tone, medium-light skin tone couple | kiss | kiss: person, person, light skin tone, medium-light skin tone | light skin tone | medium-light skin tone | person +๐ง๐ปโโค๏ธโ๐โ๐ง๐ฝ person, person, light skin tone, medium skin tone +๐ง๐ปโโคโ๐โ๐ง๐ฝ person, person, light skin tone, medium skin tone couple | kiss | kiss: person, person, light skin tone, medium skin tone | light skin tone | medium skin tone | person +๐ง๐ปโโค๏ธโ๐โ๐ง๐พ person, person, light skin tone, medium-dark skin tone +๐ง๐ปโโคโ๐โ๐ง๐พ person, person, light skin tone, medium-dark skin tone couple | kiss | kiss: person, person, light skin tone, medium-dark skin tone | light skin tone | medium-dark skin tone | person +๐ง๐ปโโค๏ธโ๐โ๐ง๐ฟ person, person, light skin tone, dark skin tone +๐ง๐ปโโคโ๐โ๐ง๐ฟ person, person, light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: person, person, light skin tone, dark skin tone | light skin tone | person +๐ง๐ผโโค๏ธโ๐โ๐ง๐ป person, person, medium-light skin tone, light skin tone +๐ง๐ผโโคโ๐โ๐ง๐ป person, person, medium-light skin tone, light skin tone couple | kiss | kiss: person, person, medium-light skin tone, light skin tone | light skin tone | medium-light skin tone | person +๐ง๐ผโโค๏ธโ๐โ๐ง๐ฝ person, person, medium-light skin tone, medium skin tone +๐ง๐ผโโคโ๐โ๐ง๐ฝ person, person, medium-light skin tone, medium skin tone couple | kiss | kiss: person, person, medium-light skin tone, medium skin tone | medium skin tone | medium-light skin tone | person +๐ง๐ผโโค๏ธโ๐โ๐ง๐พ person, person, medium-light skin tone, medium-dark skin tone +๐ง๐ผโโคโ๐โ๐ง๐พ person, person, medium-light skin tone, medium-dark skin tone couple | kiss | kiss: person, person, medium-light skin tone, medium-dark skin tone | medium-dark skin tone | medium-light skin tone | person +๐ง๐ผโโค๏ธโ๐โ๐ง๐ฟ person, person, medium-light skin tone, dark skin tone +๐ง๐ผโโคโ๐โ๐ง๐ฟ person, person, medium-light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: person, person, medium-light skin tone, dark skin tone | medium-light skin tone | person +๐ง๐ฝโโค๏ธโ๐โ๐ง๐ป person, person, medium skin tone, light skin tone +๐ง๐ฝโโคโ๐โ๐ง๐ป person, person, medium skin tone, light skin tone couple | kiss | kiss: person, person, medium skin tone, light skin tone | light skin tone | medium skin tone | person +๐ง๐ฝโโค๏ธโ๐โ๐ง๐ผ person, person, medium skin tone, medium-light skin tone +๐ง๐ฝโโคโ๐โ๐ง๐ผ person, person, medium skin tone, medium-light skin tone couple | kiss | kiss: person, person, medium skin tone, medium-light skin tone | medium skin tone | medium-light skin tone | person +๐ง๐ฝโโค๏ธโ๐โ๐ง๐พ person, person, medium skin tone, medium-dark skin tone +๐ง๐ฝโโคโ๐โ๐ง๐พ person, person, medium skin tone, medium-dark skin tone couple | kiss | kiss: person, person, medium skin tone, medium-dark skin tone | medium skin tone | medium-dark skin tone | person +๐ง๐ฝโโค๏ธโ๐โ๐ง๐ฟ person, person, medium skin tone, dark skin tone +๐ง๐ฝโโคโ๐โ๐ง๐ฟ person, person, medium skin tone, dark skin tone couple | dark skin tone | kiss | kiss: person, person, medium skin tone, dark skin tone | medium skin tone | person +๐ง๐พโโค๏ธโ๐โ๐ง๐ป person, person, medium-dark skin tone, light skin tone +๐ง๐พโโคโ๐โ๐ง๐ป person, person, medium-dark skin tone, light skin tone couple | kiss | kiss: person, person, medium-dark skin tone, light skin tone | light skin tone | medium-dark skin tone | person +๐ง๐พโโค๏ธโ๐โ๐ง๐ผ person, person, medium-dark skin tone, medium-light skin tone +๐ง๐พโโคโ๐โ๐ง๐ผ person, person, medium-dark skin tone, medium-light skin tone couple | kiss | kiss: person, person, medium-dark skin tone, medium-light skin tone | medium-dark skin tone | medium-light skin tone | person +๐ง๐พโโค๏ธโ๐โ๐ง๐ฝ person, person, medium-dark skin tone, medium skin tone +๐ง๐พโโคโ๐โ๐ง๐ฝ person, person, medium-dark skin tone, medium skin tone couple | kiss | kiss: person, person, medium-dark skin tone, medium skin tone | medium skin tone | medium-dark skin tone | person +๐ง๐พโโค๏ธโ๐โ๐ง๐ฟ person, person, medium-dark skin tone, dark skin tone +๐ง๐พโโคโ๐โ๐ง๐ฟ person, person, medium-dark skin tone, dark skin tone couple | dark skin tone | kiss | kiss: person, person, medium-dark skin tone, dark skin tone | medium-dark skin tone | person +๐ง๐ฟโโค๏ธโ๐โ๐ง๐ป person, person, dark skin tone, light skin tone +๐ง๐ฟโโคโ๐โ๐ง๐ป person, person, dark skin tone, light skin tone couple | dark skin tone | kiss | kiss: person, person, dark skin tone, light skin tone | light skin tone | person +๐ง๐ฟโโค๏ธโ๐โ๐ง๐ผ person, person, dark skin tone, medium-light skin tone +๐ง๐ฟโโคโ๐โ๐ง๐ผ person, person, dark skin tone, medium-light skin tone couple | dark skin tone | kiss | kiss: person, person, dark skin tone, medium-light skin tone | medium-light skin tone | person +๐ง๐ฟโโค๏ธโ๐โ๐ง๐ฝ person, person, dark skin tone, medium skin tone +๐ง๐ฟโโคโ๐โ๐ง๐ฝ person, person, dark skin tone, medium skin tone couple | dark skin tone | kiss | kiss: person, person, dark skin tone, medium skin tone | medium skin tone | person +๐ง๐ฟโโค๏ธโ๐โ๐ง๐พ person, person, dark skin tone, medium-dark skin tone +๐ง๐ฟโโคโ๐โ๐ง๐พ person, person, dark skin tone, medium-dark skin tone couple | dark skin tone | kiss | kiss: person, person, dark skin tone, medium-dark skin tone | medium-dark skin tone | person +๐ฉโโค๏ธโ๐โ๐จ woman, man +๐ฉโโคโ๐โ๐จ woman, man couple | kiss | kiss: woman, man | man | woman +๐ฉ๐ปโโค๏ธโ๐โ๐จ๐ป woman, man, light skin tone +๐ฉ๐ปโโคโ๐โ๐จ๐ป woman, man, light skin tone couple | kiss | kiss: woman, man, light skin tone | light skin tone | man | woman +๐ฉ๐ปโโค๏ธโ๐โ๐จ๐ผ woman, man, light skin tone, medium-light skin tone +๐ฉ๐ปโโคโ๐โ๐จ๐ผ woman, man, light skin tone, medium-light skin tone couple | kiss | kiss: woman, man, light skin tone, medium-light skin tone | light skin tone | man | medium-light skin tone | woman +๐ฉ๐ปโโค๏ธโ๐โ๐จ๐ฝ woman, man, light skin tone, medium skin tone +๐ฉ๐ปโโคโ๐โ๐จ๐ฝ woman, man, light skin tone, medium skin tone couple | kiss | kiss: woman, man, light skin tone, medium skin tone | light skin tone | man | medium skin tone | woman +๐ฉ๐ปโโค๏ธโ๐โ๐จ๐พ woman, man, light skin tone, medium-dark skin tone +๐ฉ๐ปโโคโ๐โ๐จ๐พ woman, man, light skin tone, medium-dark skin tone couple | kiss | kiss: woman, man, light skin tone, medium-dark skin tone | light skin tone | man | medium-dark skin tone | woman +๐ฉ๐ปโโค๏ธโ๐โ๐จ๐ฟ woman, man, light skin tone, dark skin tone +๐ฉ๐ปโโคโ๐โ๐จ๐ฟ woman, man, light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, man, light skin tone, dark skin tone | light skin tone | man | woman +๐ฉ๐ผโโค๏ธโ๐โ๐จ๐ป woman, man, medium-light skin tone, light skin tone +๐ฉ๐ผโโคโ๐โ๐จ๐ป woman, man, medium-light skin tone, light skin tone couple | kiss | kiss: woman, man, medium-light skin tone, light skin tone | light skin tone | man | medium-light skin tone | woman +๐ฉ๐ผโโค๏ธโ๐โ๐จ๐ผ woman, man, medium-light skin tone +๐ฉ๐ผโโคโ๐โ๐จ๐ผ woman, man, medium-light skin tone couple | kiss | kiss: woman, man, medium-light skin tone | man | medium-light skin tone | woman +๐ฉ๐ผโโค๏ธโ๐โ๐จ๐ฝ woman, man, medium-light skin tone, medium skin tone +๐ฉ๐ผโโคโ๐โ๐จ๐ฝ woman, man, medium-light skin tone, medium skin tone couple | kiss | kiss: woman, man, medium-light skin tone, medium skin tone | man | medium skin tone | medium-light skin tone | woman +๐ฉ๐ผโโค๏ธโ๐โ๐จ๐พ woman, man, medium-light skin tone, medium-dark skin tone +๐ฉ๐ผโโคโ๐โ๐จ๐พ woman, man, medium-light skin tone, medium-dark skin tone couple | kiss | kiss: woman, man, medium-light skin tone, medium-dark skin tone | man | medium-dark skin tone | medium-light skin tone | woman +๐ฉ๐ผโโค๏ธโ๐โ๐จ๐ฟ woman, man, medium-light skin tone, dark skin tone +๐ฉ๐ผโโคโ๐โ๐จ๐ฟ woman, man, medium-light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, man, medium-light skin tone, dark skin tone | man | medium-light skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐โ๐จ๐ป woman, man, medium skin tone, light skin tone +๐ฉ๐ฝโโคโ๐โ๐จ๐ป woman, man, medium skin tone, light skin tone couple | kiss | kiss: woman, man, medium skin tone, light skin tone | light skin tone | man | medium skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐โ๐จ๐ผ woman, man, medium skin tone, medium-light skin tone +๐ฉ๐ฝโโคโ๐โ๐จ๐ผ woman, man, medium skin tone, medium-light skin tone couple | kiss | kiss: woman, man, medium skin tone, medium-light skin tone | man | medium skin tone | medium-light skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐โ๐จ๐ฝ woman, man, medium skin tone +๐ฉ๐ฝโโคโ๐โ๐จ๐ฝ woman, man, medium skin tone couple | kiss | kiss: woman, man, medium skin tone | man | medium skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐โ๐จ๐พ woman, man, medium skin tone, medium-dark skin tone +๐ฉ๐ฝโโคโ๐โ๐จ๐พ woman, man, medium skin tone, medium-dark skin tone couple | kiss | kiss: woman, man, medium skin tone, medium-dark skin tone | man | medium skin tone | medium-dark skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐โ๐จ๐ฟ woman, man, medium skin tone, dark skin tone +๐ฉ๐ฝโโคโ๐โ๐จ๐ฟ woman, man, medium skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, man, medium skin tone, dark skin tone | man | medium skin tone | woman +๐ฉ๐พโโค๏ธโ๐โ๐จ๐ป woman, man, medium-dark skin tone, light skin tone +๐ฉ๐พโโคโ๐โ๐จ๐ป woman, man, medium-dark skin tone, light skin tone couple | kiss | kiss: woman, man, medium-dark skin tone, light skin tone | light skin tone | man | medium-dark skin tone | woman +๐ฉ๐พโโค๏ธโ๐โ๐จ๐ผ woman, man, medium-dark skin tone, medium-light skin tone +๐ฉ๐พโโคโ๐โ๐จ๐ผ woman, man, medium-dark skin tone, medium-light skin tone couple | kiss | kiss: woman, man, medium-dark skin tone, medium-light skin tone | man | medium-dark skin tone | medium-light skin tone | woman +๐ฉ๐พโโค๏ธโ๐โ๐จ๐ฝ woman, man, medium-dark skin tone, medium skin tone +๐ฉ๐พโโคโ๐โ๐จ๐ฝ woman, man, medium-dark skin tone, medium skin tone couple | kiss | kiss: woman, man, medium-dark skin tone, medium skin tone | man | medium skin tone | medium-dark skin tone | woman +๐ฉ๐พโโค๏ธโ๐โ๐จ๐พ woman, man, medium-dark skin tone +๐ฉ๐พโโคโ๐โ๐จ๐พ woman, man, medium-dark skin tone couple | kiss | kiss: woman, man, medium-dark skin tone | man | medium-dark skin tone | woman +๐ฉ๐พโโค๏ธโ๐โ๐จ๐ฟ woman, man, medium-dark skin tone, dark skin tone +๐ฉ๐พโโคโ๐โ๐จ๐ฟ woman, man, medium-dark skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, man, medium-dark skin tone, dark skin tone | man | medium-dark skin tone | woman +๐ฉ๐ฟโโค๏ธโ๐โ๐จ๐ป woman, man, dark skin tone, light skin tone +๐ฉ๐ฟโโคโ๐โ๐จ๐ป woman, man, dark skin tone, light skin tone couple | dark skin tone | kiss | kiss: woman, man, dark skin tone, light skin tone | light skin tone | man | woman +๐ฉ๐ฟโโค๏ธโ๐โ๐จ๐ผ woman, man, dark skin tone, medium-light skin tone +๐ฉ๐ฟโโคโ๐โ๐จ๐ผ woman, man, dark skin tone, medium-light skin tone couple | dark skin tone | kiss | kiss: woman, man, dark skin tone, medium-light skin tone | man | medium-light skin tone | woman +๐ฉ๐ฟโโค๏ธโ๐โ๐จ๐ฝ woman, man, dark skin tone, medium skin tone +๐ฉ๐ฟโโคโ๐โ๐จ๐ฝ woman, man, dark skin tone, medium skin tone couple | dark skin tone | kiss | kiss: woman, man, dark skin tone, medium skin tone | man | medium skin tone | woman +๐ฉ๐ฟโโค๏ธโ๐โ๐จ๐พ woman, man, dark skin tone, medium-dark skin tone +๐ฉ๐ฟโโคโ๐โ๐จ๐พ woman, man, dark skin tone, medium-dark skin tone couple | dark skin tone | kiss | kiss: woman, man, dark skin tone, medium-dark skin tone | man | medium-dark skin tone | woman +๐ฉ๐ฟโโค๏ธโ๐โ๐จ๐ฟ woman, man, dark skin tone +๐ฉ๐ฟโโคโ๐โ๐จ๐ฟ woman, man, dark skin tone couple | dark skin tone | kiss | kiss: woman, man, dark skin tone | man | woman +๐จโโค๏ธโ๐โ๐จ man, man +๐จโโคโ๐โ๐จ man, man couple | kiss | kiss: man, man | man +๐จ๐ปโโค๏ธโ๐โ๐จ๐ป man, man, light skin tone +๐จ๐ปโโคโ๐โ๐จ๐ป man, man, light skin tone couple | kiss | kiss: man, man, light skin tone | light skin tone | man +๐จ๐ปโโค๏ธโ๐โ๐จ๐ผ man, man, light skin tone, medium-light skin tone +๐จ๐ปโโคโ๐โ๐จ๐ผ man, man, light skin tone, medium-light skin tone couple | kiss | kiss: man, man, light skin tone, medium-light skin tone | light skin tone | man | medium-light skin tone +๐จ๐ปโโค๏ธโ๐โ๐จ๐ฝ man, man, light skin tone, medium skin tone +๐จ๐ปโโคโ๐โ๐จ๐ฝ man, man, light skin tone, medium skin tone couple | kiss | kiss: man, man, light skin tone, medium skin tone | light skin tone | man | medium skin tone +๐จ๐ปโโค๏ธโ๐โ๐จ๐พ man, man, light skin tone, medium-dark skin tone +๐จ๐ปโโคโ๐โ๐จ๐พ man, man, light skin tone, medium-dark skin tone couple | kiss | kiss: man, man, light skin tone, medium-dark skin tone | light skin tone | man | medium-dark skin tone +๐จ๐ปโโค๏ธโ๐โ๐จ๐ฟ man, man, light skin tone, dark skin tone +๐จ๐ปโโคโ๐โ๐จ๐ฟ man, man, light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: man, man, light skin tone, dark skin tone | light skin tone | man +๐จ๐ผโโค๏ธโ๐โ๐จ๐ป man, man, medium-light skin tone, light skin tone +๐จ๐ผโโคโ๐โ๐จ๐ป man, man, medium-light skin tone, light skin tone couple | kiss | kiss: man, man, medium-light skin tone, light skin tone | light skin tone | man | medium-light skin tone +๐จ๐ผโโค๏ธโ๐โ๐จ๐ผ man, man, medium-light skin tone +๐จ๐ผโโคโ๐โ๐จ๐ผ man, man, medium-light skin tone couple | kiss | kiss: man, man, medium-light skin tone | man | medium-light skin tone +๐จ๐ผโโค๏ธโ๐โ๐จ๐ฝ man, man, medium-light skin tone, medium skin tone +๐จ๐ผโโคโ๐โ๐จ๐ฝ man, man, medium-light skin tone, medium skin tone couple | kiss | kiss: man, man, medium-light skin tone, medium skin tone | man | medium skin tone | medium-light skin tone +๐จ๐ผโโค๏ธโ๐โ๐จ๐พ man, man, medium-light skin tone, medium-dark skin tone +๐จ๐ผโโคโ๐โ๐จ๐พ man, man, medium-light skin tone, medium-dark skin tone couple | kiss | kiss: man, man, medium-light skin tone, medium-dark skin tone | man | medium-dark skin tone | medium-light skin tone +๐จ๐ผโโค๏ธโ๐โ๐จ๐ฟ man, man, medium-light skin tone, dark skin tone +๐จ๐ผโโคโ๐โ๐จ๐ฟ man, man, medium-light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: man, man, medium-light skin tone, dark skin tone | man | medium-light skin tone +๐จ๐ฝโโค๏ธโ๐โ๐จ๐ป man, man, medium skin tone, light skin tone +๐จ๐ฝโโคโ๐โ๐จ๐ป man, man, medium skin tone, light skin tone couple | kiss | kiss: man, man, medium skin tone, light skin tone | light skin tone | man | medium skin tone +๐จ๐ฝโโค๏ธโ๐โ๐จ๐ผ man, man, medium skin tone, medium-light skin tone +๐จ๐ฝโโคโ๐โ๐จ๐ผ man, man, medium skin tone, medium-light skin tone couple | kiss | kiss: man, man, medium skin tone, medium-light skin tone | man | medium skin tone | medium-light skin tone +๐จ๐ฝโโค๏ธโ๐โ๐จ๐ฝ man, man, medium skin tone +๐จ๐ฝโโคโ๐โ๐จ๐ฝ man, man, medium skin tone couple | kiss | kiss: man, man, medium skin tone | man | medium skin tone +๐จ๐ฝโโค๏ธโ๐โ๐จ๐พ man, man, medium skin tone, medium-dark skin tone +๐จ๐ฝโโคโ๐โ๐จ๐พ man, man, medium skin tone, medium-dark skin tone couple | kiss | kiss: man, man, medium skin tone, medium-dark skin tone | man | medium skin tone | medium-dark skin tone +๐จ๐ฝโโค๏ธโ๐โ๐จ๐ฟ man, man, medium skin tone, dark skin tone +๐จ๐ฝโโคโ๐โ๐จ๐ฟ man, man, medium skin tone, dark skin tone couple | dark skin tone | kiss | kiss: man, man, medium skin tone, dark skin tone | man | medium skin tone +๐จ๐พโโค๏ธโ๐โ๐จ๐ป man, man, medium-dark skin tone, light skin tone +๐จ๐พโโคโ๐โ๐จ๐ป man, man, medium-dark skin tone, light skin tone couple | kiss | kiss: man, man, medium-dark skin tone, light skin tone | light skin tone | man | medium-dark skin tone +๐จ๐พโโค๏ธโ๐โ๐จ๐ผ man, man, medium-dark skin tone, medium-light skin tone +๐จ๐พโโคโ๐โ๐จ๐ผ man, man, medium-dark skin tone, medium-light skin tone couple | kiss | kiss: man, man, medium-dark skin tone, medium-light skin tone | man | medium-dark skin tone | medium-light skin tone +๐จ๐พโโค๏ธโ๐โ๐จ๐ฝ man, man, medium-dark skin tone, medium skin tone +๐จ๐พโโคโ๐โ๐จ๐ฝ man, man, medium-dark skin tone, medium skin tone couple | kiss | kiss: man, man, medium-dark skin tone, medium skin tone | man | medium skin tone | medium-dark skin tone +๐จ๐พโโค๏ธโ๐โ๐จ๐พ man, man, medium-dark skin tone +๐จ๐พโโคโ๐โ๐จ๐พ man, man, medium-dark skin tone couple | kiss | kiss: man, man, medium-dark skin tone | man | medium-dark skin tone +๐จ๐พโโค๏ธโ๐โ๐จ๐ฟ man, man, medium-dark skin tone, dark skin tone +๐จ๐พโโคโ๐โ๐จ๐ฟ man, man, medium-dark skin tone, dark skin tone couple | dark skin tone | kiss | kiss: man, man, medium-dark skin tone, dark skin tone | man | medium-dark skin tone +๐จ๐ฟโโค๏ธโ๐โ๐จ๐ป man, man, dark skin tone, light skin tone +๐จ๐ฟโโคโ๐โ๐จ๐ป man, man, dark skin tone, light skin tone couple | dark skin tone | kiss | kiss: man, man, dark skin tone, light skin tone | light skin tone | man +๐จ๐ฟโโค๏ธโ๐โ๐จ๐ผ man, man, dark skin tone, medium-light skin tone +๐จ๐ฟโโคโ๐โ๐จ๐ผ man, man, dark skin tone, medium-light skin tone couple | dark skin tone | kiss | kiss: man, man, dark skin tone, medium-light skin tone | man | medium-light skin tone +๐จ๐ฟโโค๏ธโ๐โ๐จ๐ฝ man, man, dark skin tone, medium skin tone +๐จ๐ฟโโคโ๐โ๐จ๐ฝ man, man, dark skin tone, medium skin tone couple | dark skin tone | kiss | kiss: man, man, dark skin tone, medium skin tone | man | medium skin tone +๐จ๐ฟโโค๏ธโ๐โ๐จ๐พ man, man, dark skin tone, medium-dark skin tone +๐จ๐ฟโโคโ๐โ๐จ๐พ man, man, dark skin tone, medium-dark skin tone couple | dark skin tone | kiss | kiss: man, man, dark skin tone, medium-dark skin tone | man | medium-dark skin tone +๐จ๐ฟโโค๏ธโ๐โ๐จ๐ฟ man, man, dark skin tone +๐จ๐ฟโโคโ๐โ๐จ๐ฟ man, man, dark skin tone couple | dark skin tone | kiss | kiss: man, man, dark skin tone | man +๐ฉโโค๏ธโ๐โ๐ฉ woman, woman +๐ฉโโคโ๐โ๐ฉ woman, woman couple | kiss | kiss: woman, woman | woman +๐ฉ๐ปโโค๏ธโ๐โ๐ฉ๐ป woman, woman, light skin tone +๐ฉ๐ปโโคโ๐โ๐ฉ๐ป woman, woman, light skin tone couple | kiss | kiss: woman, woman, light skin tone | light skin tone | woman +๐ฉ๐ปโโค๏ธโ๐โ๐ฉ๐ผ woman, woman, light skin tone, medium-light skin tone +๐ฉ๐ปโโคโ๐โ๐ฉ๐ผ woman, woman, light skin tone, medium-light skin tone couple | kiss | kiss: woman, woman, light skin tone, medium-light skin tone | light skin tone | medium-light skin tone | woman +๐ฉ๐ปโโค๏ธโ๐โ๐ฉ๐ฝ woman, woman, light skin tone, medium skin tone +๐ฉ๐ปโโคโ๐โ๐ฉ๐ฝ woman, woman, light skin tone, medium skin tone couple | kiss | kiss: woman, woman, light skin tone, medium skin tone | light skin tone | medium skin tone | woman +๐ฉ๐ปโโค๏ธโ๐โ๐ฉ๐พ woman, woman, light skin tone, medium-dark skin tone +๐ฉ๐ปโโคโ๐โ๐ฉ๐พ woman, woman, light skin tone, medium-dark skin tone couple | kiss | kiss: woman, woman, light skin tone, medium-dark skin tone | light skin tone | medium-dark skin tone | woman +๐ฉ๐ปโโค๏ธโ๐โ๐ฉ๐ฟ woman, woman, light skin tone, dark skin tone +๐ฉ๐ปโโคโ๐โ๐ฉ๐ฟ woman, woman, light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, woman, light skin tone, dark skin tone | light skin tone | woman +๐ฉ๐ผโโค๏ธโ๐โ๐ฉ๐ป woman, woman, medium-light skin tone, light skin tone +๐ฉ๐ผโโคโ๐โ๐ฉ๐ป woman, woman, medium-light skin tone, light skin tone couple | kiss | kiss: woman, woman, medium-light skin tone, light skin tone | light skin tone | medium-light skin tone | woman +๐ฉ๐ผโโค๏ธโ๐โ๐ฉ๐ผ woman, woman, medium-light skin tone +๐ฉ๐ผโโคโ๐โ๐ฉ๐ผ woman, woman, medium-light skin tone couple | kiss | kiss: woman, woman, medium-light skin tone | medium-light skin tone | woman +๐ฉ๐ผโโค๏ธโ๐โ๐ฉ๐ฝ woman, woman, medium-light skin tone, medium skin tone +๐ฉ๐ผโโคโ๐โ๐ฉ๐ฝ woman, woman, medium-light skin tone, medium skin tone couple | kiss | kiss: woman, woman, medium-light skin tone, medium skin tone | medium skin tone | medium-light skin tone | woman +๐ฉ๐ผโโค๏ธโ๐โ๐ฉ๐พ woman, woman, medium-light skin tone, medium-dark skin tone +๐ฉ๐ผโโคโ๐โ๐ฉ๐พ woman, woman, medium-light skin tone, medium-dark skin tone couple | kiss | kiss: woman, woman, medium-light skin tone, medium-dark skin tone | medium-dark skin tone | medium-light skin tone | woman +๐ฉ๐ผโโค๏ธโ๐โ๐ฉ๐ฟ woman, woman, medium-light skin tone, dark skin tone +๐ฉ๐ผโโคโ๐โ๐ฉ๐ฟ woman, woman, medium-light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, woman, medium-light skin tone, dark skin tone | medium-light skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐โ๐ฉ๐ป woman, woman, medium skin tone, light skin tone +๐ฉ๐ฝโโคโ๐โ๐ฉ๐ป woman, woman, medium skin tone, light skin tone couple | kiss | kiss: woman, woman, medium skin tone, light skin tone | light skin tone | medium skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐โ๐ฉ๐ผ woman, woman, medium skin tone, medium-light skin tone +๐ฉ๐ฝโโคโ๐โ๐ฉ๐ผ woman, woman, medium skin tone, medium-light skin tone couple | kiss | kiss: woman, woman, medium skin tone, medium-light skin tone | medium skin tone | medium-light skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐โ๐ฉ๐ฝ woman, woman, medium skin tone +๐ฉ๐ฝโโคโ๐โ๐ฉ๐ฝ woman, woman, medium skin tone couple | kiss | kiss: woman, woman, medium skin tone | medium skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐โ๐ฉ๐พ woman, woman, medium skin tone, medium-dark skin tone +๐ฉ๐ฝโโคโ๐โ๐ฉ๐พ woman, woman, medium skin tone, medium-dark skin tone couple | kiss | kiss: woman, woman, medium skin tone, medium-dark skin tone | medium skin tone | medium-dark skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐โ๐ฉ๐ฟ woman, woman, medium skin tone, dark skin tone +๐ฉ๐ฝโโคโ๐โ๐ฉ๐ฟ woman, woman, medium skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, woman, medium skin tone, dark skin tone | medium skin tone | woman +๐ฉ๐พโโค๏ธโ๐โ๐ฉ๐ป woman, woman, medium-dark skin tone, light skin tone +๐ฉ๐พโโคโ๐โ๐ฉ๐ป woman, woman, medium-dark skin tone, light skin tone couple | kiss | kiss: woman, woman, medium-dark skin tone, light skin tone | light skin tone | medium-dark skin tone | woman +๐ฉ๐พโโค๏ธโ๐โ๐ฉ๐ผ woman, woman, medium-dark skin tone, medium-light skin tone +๐ฉ๐พโโคโ๐โ๐ฉ๐ผ woman, woman, medium-dark skin tone, medium-light skin tone couple | kiss | kiss: woman, woman, medium-dark skin tone, medium-light skin tone | medium-dark skin tone | medium-light skin tone | woman +๐ฉ๐พโโค๏ธโ๐โ๐ฉ๐ฝ woman, woman, medium-dark skin tone, medium skin tone +๐ฉ๐พโโคโ๐โ๐ฉ๐ฝ woman, woman, medium-dark skin tone, medium skin tone couple | kiss | kiss: woman, woman, medium-dark skin tone, medium skin tone | medium skin tone | medium-dark skin tone | woman +๐ฉ๐พโโค๏ธโ๐โ๐ฉ๐พ woman, woman, medium-dark skin tone +๐ฉ๐พโโคโ๐โ๐ฉ๐พ woman, woman, medium-dark skin tone couple | kiss | kiss: woman, woman, medium-dark skin tone | medium-dark skin tone | woman +๐ฉ๐พโโค๏ธโ๐โ๐ฉ๐ฟ woman, woman, medium-dark skin tone, dark skin tone +๐ฉ๐พโโคโ๐โ๐ฉ๐ฟ woman, woman, medium-dark skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, woman, medium-dark skin tone, dark skin tone | medium-dark skin tone | woman +๐ฉ๐ฟโโค๏ธโ๐โ๐ฉ๐ป woman, woman, dark skin tone, light skin tone +๐ฉ๐ฟโโคโ๐โ๐ฉ๐ป woman, woman, dark skin tone, light skin tone couple | dark skin tone | kiss | kiss: woman, woman, dark skin tone, light skin tone | light skin tone | woman +๐ฉ๐ฟโโค๏ธโ๐โ๐ฉ๐ผ woman, woman, dark skin tone, medium-light skin tone +๐ฉ๐ฟโโคโ๐โ๐ฉ๐ผ woman, woman, dark skin tone, medium-light skin tone couple | dark skin tone | kiss | kiss: woman, woman, dark skin tone, medium-light skin tone | medium-light skin tone | woman +๐ฉ๐ฟโโค๏ธโ๐โ๐ฉ๐ฝ woman, woman, dark skin tone, medium skin tone +๐ฉ๐ฟโโคโ๐โ๐ฉ๐ฝ woman, woman, dark skin tone, medium skin tone couple | dark skin tone | kiss | kiss: woman, woman, dark skin tone, medium skin tone | medium skin tone | woman +๐ฉ๐ฟโโค๏ธโ๐โ๐ฉ๐พ woman, woman, dark skin tone, medium-dark skin tone +๐ฉ๐ฟโโคโ๐โ๐ฉ๐พ woman, woman, dark skin tone, medium-dark skin tone couple | dark skin tone | kiss | kiss: woman, woman, dark skin tone, medium-dark skin tone | medium-dark skin tone | woman +๐ฉ๐ฟโโค๏ธโ๐โ๐ฉ๐ฟ woman, woman, dark skin tone +๐ฉ๐ฟโโคโ๐โ๐ฉ๐ฟ woman, woman, dark skin tone couple | dark skin tone | kiss | kiss: woman, woman, dark skin tone | woman +๐ with heart couple | couple with heart | love +๐๐ป with heart: light skin tone couple | couple with heart | couple with heart: light skin tone | light skin tone | love +๐๐ผ with heart: medium-light skin tone couple | couple with heart | couple with heart: medium-light skin tone | love | medium-light skin tone +๐๐ฝ with heart: medium skin tone couple | couple with heart | couple with heart: medium skin tone | love | medium skin tone +๐๐พ with heart: medium-dark skin tone couple | couple with heart | couple with heart: medium-dark skin tone | love | medium-dark skin tone +๐๐ฟ with heart: dark skin tone couple | couple with heart | couple with heart: dark skin tone | dark skin tone | love +๐ง๐ปโโค๏ธโ๐ง๐ผ with heart: person, person, light skin tone, medium-light skin tone +๐ง๐ปโโคโ๐ง๐ผ with heart: person, person, light skin tone, medium-light skin tone couple | couple with heart | couple with heart: person, person, light skin tone, medium-light skin tone | light skin tone | love | medium-light skin tone | person +๐ง๐ปโโค๏ธโ๐ง๐ฝ with heart: person, person, light skin tone, medium skin tone +๐ง๐ปโโคโ๐ง๐ฝ with heart: person, person, light skin tone, medium skin tone couple | couple with heart | couple with heart: person, person, light skin tone, medium skin tone | light skin tone | love | medium skin tone | person +๐ง๐ปโโค๏ธโ๐ง๐พ with heart: person, person, light skin tone, medium-dark skin tone +๐ง๐ปโโคโ๐ง๐พ with heart: person, person, light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: person, person, light skin tone, medium-dark skin tone | light skin tone | love | medium-dark skin tone | person +๐ง๐ปโโค๏ธโ๐ง๐ฟ with heart: person, person, light skin tone, dark skin tone +๐ง๐ปโโคโ๐ง๐ฟ with heart: person, person, light skin tone, dark skin tone couple | couple with heart | couple with heart: person, person, light skin tone, dark skin tone | dark skin tone | light skin tone | love | person +๐ง๐ผโโค๏ธโ๐ง๐ป with heart: person, person, medium-light skin tone, light skin tone +๐ง๐ผโโคโ๐ง๐ป with heart: person, person, medium-light skin tone, light skin tone couple | couple with heart | couple with heart: person, person, medium-light skin tone, light skin tone | light skin tone | love | medium-light skin tone | person +๐ง๐ผโโค๏ธโ๐ง๐ฝ with heart: person, person, medium-light skin tone, medium skin tone +๐ง๐ผโโคโ๐ง๐ฝ with heart: person, person, medium-light skin tone, medium skin tone couple | couple with heart | couple with heart: person, person, medium-light skin tone, medium skin tone | love | medium skin tone | medium-light skin tone | person +๐ง๐ผโโค๏ธโ๐ง๐พ with heart: person, person, medium-light skin tone, medium-dark skin tone +๐ง๐ผโโคโ๐ง๐พ with heart: person, person, medium-light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: person, person, medium-light skin tone, medium-dark skin tone | love | medium-dark skin tone | medium-light skin tone | person +๐ง๐ผโโค๏ธโ๐ง๐ฟ with heart: person, person, medium-light skin tone, dark skin tone +๐ง๐ผโโคโ๐ง๐ฟ with heart: person, person, medium-light skin tone, dark skin tone couple | couple with heart | couple with heart: person, person, medium-light skin tone, dark skin tone | dark skin tone | love | medium-light skin tone | person +๐ง๐ฝโโค๏ธโ๐ง๐ป with heart: person, person, medium skin tone, light skin tone +๐ง๐ฝโโคโ๐ง๐ป with heart: person, person, medium skin tone, light skin tone couple | couple with heart | couple with heart: person, person, medium skin tone, light skin tone | light skin tone | love | medium skin tone | person +๐ง๐ฝโโค๏ธโ๐ง๐ผ with heart: person, person, medium skin tone, medium-light skin tone +๐ง๐ฝโโคโ๐ง๐ผ with heart: person, person, medium skin tone, medium-light skin tone couple | couple with heart | couple with heart: person, person, medium skin tone, medium-light skin tone | love | medium skin tone | medium-light skin tone | person +๐ง๐ฝโโค๏ธโ๐ง๐พ with heart: person, person, medium skin tone, medium-dark skin tone +๐ง๐ฝโโคโ๐ง๐พ with heart: person, person, medium skin tone, medium-dark skin tone couple | couple with heart | couple with heart: person, person, medium skin tone, medium-dark skin tone | love | medium skin tone | medium-dark skin tone | person +๐ง๐ฝโโค๏ธโ๐ง๐ฟ with heart: person, person, medium skin tone, dark skin tone +๐ง๐ฝโโคโ๐ง๐ฟ with heart: person, person, medium skin tone, dark skin tone couple | couple with heart | couple with heart: person, person, medium skin tone, dark skin tone | dark skin tone | love | medium skin tone | person +๐ง๐พโโค๏ธโ๐ง๐ป with heart: person, person, medium-dark skin tone, light skin tone +๐ง๐พโโคโ๐ง๐ป with heart: person, person, medium-dark skin tone, light skin tone couple | couple with heart | couple with heart: person, person, medium-dark skin tone, light skin tone | light skin tone | love | medium-dark skin tone | person +๐ง๐พโโค๏ธโ๐ง๐ผ with heart: person, person, medium-dark skin tone, medium-light skin tone +๐ง๐พโโคโ๐ง๐ผ with heart: person, person, medium-dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: person, person, medium-dark skin tone, medium-light skin tone | love | medium-dark skin tone | medium-light skin tone | person +๐ง๐พโโค๏ธโ๐ง๐ฝ with heart: person, person, medium-dark skin tone, medium skin tone +๐ง๐พโโคโ๐ง๐ฝ with heart: person, person, medium-dark skin tone, medium skin tone couple | couple with heart | couple with heart: person, person, medium-dark skin tone, medium skin tone | love | medium skin tone | medium-dark skin tone | person +๐ง๐พโโค๏ธโ๐ง๐ฟ with heart: person, person, medium-dark skin tone, dark skin tone +๐ง๐พโโคโ๐ง๐ฟ with heart: person, person, medium-dark skin tone, dark skin tone couple | couple with heart | couple with heart: person, person, medium-dark skin tone, dark skin tone | dark skin tone | love | medium-dark skin tone | person +๐ง๐ฟโโค๏ธโ๐ง๐ป with heart: person, person, dark skin tone, light skin tone +๐ง๐ฟโโคโ๐ง๐ป with heart: person, person, dark skin tone, light skin tone couple | couple with heart | couple with heart: person, person, dark skin tone, light skin tone | dark skin tone | light skin tone | love | person +๐ง๐ฟโโค๏ธโ๐ง๐ผ with heart: person, person, dark skin tone, medium-light skin tone +๐ง๐ฟโโคโ๐ง๐ผ with heart: person, person, dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: person, person, dark skin tone, medium-light skin tone | dark skin tone | love | medium-light skin tone | person +๐ง๐ฟโโค๏ธโ๐ง๐ฝ with heart: person, person, dark skin tone, medium skin tone +๐ง๐ฟโโคโ๐ง๐ฝ with heart: person, person, dark skin tone, medium skin tone couple | couple with heart | couple with heart: person, person, dark skin tone, medium skin tone | dark skin tone | love | medium skin tone | person +๐ง๐ฟโโค๏ธโ๐ง๐พ with heart: person, person, dark skin tone, medium-dark skin tone +๐ง๐ฟโโคโ๐ง๐พ with heart: person, person, dark skin tone, medium-dark skin tone couple | couple with heart | couple with heart: person, person, dark skin tone, medium-dark skin tone | dark skin tone | love | medium-dark skin tone | person +๐ฉโโค๏ธโ๐จ with heart: woman, man +๐ฉโโคโ๐จ with heart: woman, man couple | couple with heart | couple with heart: woman, man | love | man | woman +๐ฉ๐ปโโค๏ธโ๐จ๐ป with heart: woman, man, light skin tone +๐ฉ๐ปโโคโ๐จ๐ป with heart: woman, man, light skin tone couple | couple with heart | couple with heart: woman, man, light skin tone | light skin tone | love | man | woman +๐ฉ๐ปโโค๏ธโ๐จ๐ผ with heart: woman, man, light skin tone, medium-light skin tone +๐ฉ๐ปโโคโ๐จ๐ผ with heart: woman, man, light skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, man, light skin tone, medium-light skin tone | light skin tone | love | man | medium-light skin tone | woman +๐ฉ๐ปโโค๏ธโ๐จ๐ฝ with heart: woman, man, light skin tone, medium skin tone +๐ฉ๐ปโโคโ๐จ๐ฝ with heart: woman, man, light skin tone, medium skin tone couple | couple with heart | couple with heart: woman, man, light skin tone, medium skin tone | light skin tone | love | man | medium skin tone | woman +๐ฉ๐ปโโค๏ธโ๐จ๐พ with heart: woman, man, light skin tone, medium-dark skin tone +๐ฉ๐ปโโคโ๐จ๐พ with heart: woman, man, light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, man, light skin tone, medium-dark skin tone | light skin tone | love | man | medium-dark skin tone | woman +๐ฉ๐ปโโค๏ธโ๐จ๐ฟ with heart: woman, man, light skin tone, dark skin tone +๐ฉ๐ปโโคโ๐จ๐ฟ with heart: woman, man, light skin tone, dark skin tone couple | couple with heart | couple with heart: woman, man, light skin tone, dark skin tone | dark skin tone | light skin tone | love | man | woman +๐ฉ๐ผโโค๏ธโ๐จ๐ป with heart: woman, man, medium-light skin tone, light skin tone +๐ฉ๐ผโโคโ๐จ๐ป with heart: woman, man, medium-light skin tone, light skin tone couple | couple with heart | couple with heart: woman, man, medium-light skin tone, light skin tone | light skin tone | love | man | medium-light skin tone | woman +๐ฉ๐ผโโค๏ธโ๐จ๐ผ with heart: woman, man, medium-light skin tone +๐ฉ๐ผโโคโ๐จ๐ผ with heart: woman, man, medium-light skin tone couple | couple with heart | couple with heart: woman, man, medium-light skin tone | love | man | medium-light skin tone | woman +๐ฉ๐ผโโค๏ธโ๐จ๐ฝ with heart: woman, man, medium-light skin tone, medium skin tone +๐ฉ๐ผโโคโ๐จ๐ฝ with heart: woman, man, medium-light skin tone, medium skin tone couple | couple with heart | couple with heart: woman, man, medium-light skin tone, medium skin tone | love | man | medium skin tone | medium-light skin tone | woman +๐ฉ๐ผโโค๏ธโ๐จ๐พ with heart: woman, man, medium-light skin tone, medium-dark skin tone +๐ฉ๐ผโโคโ๐จ๐พ with heart: woman, man, medium-light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, man, medium-light skin tone, medium-dark skin tone | love | man | medium-dark skin tone | medium-light skin tone | woman +๐ฉ๐ผโโค๏ธโ๐จ๐ฟ with heart: woman, man, medium-light skin tone, dark skin tone +๐ฉ๐ผโโคโ๐จ๐ฟ with heart: woman, man, medium-light skin tone, dark skin tone couple | couple with heart | couple with heart: woman, man, medium-light skin tone, dark skin tone | dark skin tone | love | man | medium-light skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐จ๐ป with heart: woman, man, medium skin tone, light skin tone +๐ฉ๐ฝโโคโ๐จ๐ป with heart: woman, man, medium skin tone, light skin tone couple | couple with heart | couple with heart: woman, man, medium skin tone, light skin tone | light skin tone | love | man | medium skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐จ๐ผ with heart: woman, man, medium skin tone, medium-light skin tone +๐ฉ๐ฝโโคโ๐จ๐ผ with heart: woman, man, medium skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, man, medium skin tone, medium-light skin tone | love | man | medium skin tone | medium-light skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐จ๐ฝ with heart: woman, man, medium skin tone +๐ฉ๐ฝโโคโ๐จ๐ฝ with heart: woman, man, medium skin tone couple | couple with heart | couple with heart: woman, man, medium skin tone | love | man | medium skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐จ๐พ with heart: woman, man, medium skin tone, medium-dark skin tone +๐ฉ๐ฝโโคโ๐จ๐พ with heart: woman, man, medium skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, man, medium skin tone, medium-dark skin tone | love | man | medium skin tone | medium-dark skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐จ๐ฟ with heart: woman, man, medium skin tone, dark skin tone +๐ฉ๐ฝโโคโ๐จ๐ฟ with heart: woman, man, medium skin tone, dark skin tone couple | couple with heart | couple with heart: woman, man, medium skin tone, dark skin tone | dark skin tone | love | man | medium skin tone | woman +๐ฉ๐พโโค๏ธโ๐จ๐ป with heart: woman, man, medium-dark skin tone, light skin tone +๐ฉ๐พโโคโ๐จ๐ป with heart: woman, man, medium-dark skin tone, light skin tone couple | couple with heart | couple with heart: woman, man, medium-dark skin tone, light skin tone | light skin tone | love | man | medium-dark skin tone | woman +๐ฉ๐พโโค๏ธโ๐จ๐ผ with heart: woman, man, medium-dark skin tone, medium-light skin tone +๐ฉ๐พโโคโ๐จ๐ผ with heart: woman, man, medium-dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, man, medium-dark skin tone, medium-light skin tone | love | man | medium-dark skin tone | medium-light skin tone | woman +๐ฉ๐พโโค๏ธโ๐จ๐ฝ with heart: woman, man, medium-dark skin tone, medium skin tone +๐ฉ๐พโโคโ๐จ๐ฝ with heart: woman, man, medium-dark skin tone, medium skin tone couple | couple with heart | couple with heart: woman, man, medium-dark skin tone, medium skin tone | love | man | medium skin tone | medium-dark skin tone | woman +๐ฉ๐พโโค๏ธโ๐จ๐พ with heart: woman, man, medium-dark skin tone +๐ฉ๐พโโคโ๐จ๐พ with heart: woman, man, medium-dark skin tone couple | couple with heart | couple with heart: woman, man, medium-dark skin tone | love | man | medium-dark skin tone | woman +๐ฉ๐พโโค๏ธโ๐จ๐ฟ with heart: woman, man, medium-dark skin tone, dark skin tone +๐ฉ๐พโโคโ๐จ๐ฟ with heart: woman, man, medium-dark skin tone, dark skin tone couple | couple with heart | couple with heart: woman, man, medium-dark skin tone, dark skin tone | dark skin tone | love | man | medium-dark skin tone | woman +๐ฉ๐ฟโโค๏ธโ๐จ๐ป with heart: woman, man, dark skin tone, light skin tone +๐ฉ๐ฟโโคโ๐จ๐ป with heart: woman, man, dark skin tone, light skin tone couple | couple with heart | couple with heart: woman, man, dark skin tone, light skin tone | dark skin tone | light skin tone | love | man | woman +๐ฉ๐ฟโโค๏ธโ๐จ๐ผ with heart: woman, man, dark skin tone, medium-light skin tone +๐ฉ๐ฟโโคโ๐จ๐ผ with heart: woman, man, dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, man, dark skin tone, medium-light skin tone | dark skin tone | love | man | medium-light skin tone | woman +๐ฉ๐ฟโโค๏ธโ๐จ๐ฝ with heart: woman, man, dark skin tone, medium skin tone +๐ฉ๐ฟโโคโ๐จ๐ฝ with heart: woman, man, dark skin tone, medium skin tone couple | couple with heart | couple with heart: woman, man, dark skin tone, medium skin tone | dark skin tone | love | man | medium skin tone | woman +๐ฉ๐ฟโโค๏ธโ๐จ๐พ with heart: woman, man, dark skin tone, medium-dark skin tone +๐ฉ๐ฟโโคโ๐จ๐พ with heart: woman, man, dark skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, man, dark skin tone, medium-dark skin tone | dark skin tone | love | man | medium-dark skin tone | woman +๐ฉ๐ฟโโค๏ธโ๐จ๐ฟ with heart: woman, man, dark skin tone +๐ฉ๐ฟโโคโ๐จ๐ฟ with heart: woman, man, dark skin tone couple | couple with heart | couple with heart: woman, man, dark skin tone | dark skin tone | love | man | woman +๐จโโค๏ธโ๐จ with heart: man, man +๐จโโคโ๐จ with heart: man, man couple | couple with heart | couple with heart: man, man | love | man +๐จ๐ปโโค๏ธโ๐จ๐ป with heart: man, man, light skin tone +๐จ๐ปโโคโ๐จ๐ป with heart: man, man, light skin tone couple | couple with heart | couple with heart: man, man, light skin tone | light skin tone | love | man +๐จ๐ปโโค๏ธโ๐จ๐ผ with heart: man, man, light skin tone, medium-light skin tone +๐จ๐ปโโคโ๐จ๐ผ with heart: man, man, light skin tone, medium-light skin tone couple | couple with heart | couple with heart: man, man, light skin tone, medium-light skin tone | light skin tone | love | man | medium-light skin tone +๐จ๐ปโโค๏ธโ๐จ๐ฝ with heart: man, man, light skin tone, medium skin tone +๐จ๐ปโโคโ๐จ๐ฝ with heart: man, man, light skin tone, medium skin tone couple | couple with heart | couple with heart: man, man, light skin tone, medium skin tone | light skin tone | love | man | medium skin tone +๐จ๐ปโโค๏ธโ๐จ๐พ ith heart: man, man, light skin tone, medium-dark skin tone +๐จ๐ปโโคโ๐จ๐พ with heart: man, man, light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: man, man, light skin tone, medium-dark skin tone | light skin tone | love | man | medium-dark skin tone +๐จ๐ปโโค๏ธโ๐จ๐ฟ with heart: man, man, light skin tone, dark skin tone +๐จ๐ปโโคโ๐จ๐ฟ with heart: man, man, light skin tone, dark skin tone couple | couple with heart | couple with heart: man, man, light skin tone, dark skin tone | dark skin tone | light skin tone | love | man +๐จ๐ผโโค๏ธโ๐จ๐ป with heart: man, man, medium-light skin tone, light skin tone +๐จ๐ผโโคโ๐จ๐ป with heart: man, man, medium-light skin tone, light skin tone couple | couple with heart | couple with heart: man, man, medium-light skin tone, light skin tone | light skin tone | love | man | medium-light skin tone +๐จ๐ผโโค๏ธโ๐จ๐ผ with heart: man, man, medium-light skin tone +๐จ๐ผโโคโ๐จ๐ผ with heart: man, man, medium-light skin tone couple | couple with heart | couple with heart: man, man, medium-light skin tone | love | man | medium-light skin tone +๐จ๐ผโโค๏ธโ๐จ๐ฝ with heart: man, man, medium-light skin tone, medium skin tone +๐จ๐ผโโคโ๐จ๐ฝ with heart: man, man, medium-light skin tone, medium skin tone couple | couple with heart | couple with heart: man, man, medium-light skin tone, medium skin tone | love | man | medium skin tone | medium-light skin tone +๐จ๐ผโโค๏ธโ๐จ๐พ with heart: man, man, medium-light skin tone, medium-dark skin tone +๐จ๐ผโโคโ๐จ๐พ with heart: man, man, medium-light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: man, man, medium-light skin tone, medium-dark skin tone | love | man | medium-dark skin tone | medium-light skin tone +๐จ๐ผโโค๏ธโ๐จ๐ฟ with heart: man, man, medium-light skin tone, dark skin tone +๐จ๐ผโโคโ๐จ๐ฟ with heart: man, man, medium-light skin tone, dark skin tone couple | couple with heart | couple with heart: man, man, medium-light skin tone, dark skin tone | dark skin tone | love | man | medium-light skin tone +๐จ๐ฝโโค๏ธโ๐จ๐ป with heart: man, man, medium skin tone, light skin tone +๐จ๐ฝโโคโ๐จ๐ป with heart: man, man, medium skin tone, light skin tone couple | couple with heart | couple with heart: man, man, medium skin tone, light skin tone | light skin tone | love | man | medium skin tone +๐จ๐ฝโโค๏ธโ๐จ๐ผ with heart: man, man, medium skin tone, medium-light skin tone +๐จ๐ฝโโคโ๐จ๐ผ with heart: man, man, medium skin tone, medium-light skin tone couple | couple with heart | couple with heart: man, man, medium skin tone, medium-light skin tone | love | man | medium skin tone | medium-light skin tone +๐จ๐ฝโโค๏ธโ๐จ๐ฝ with heart: man, man, medium skin tone +๐จ๐ฝโโคโ๐จ๐ฝ with heart: man, man, medium skin tone couple | couple with heart | couple with heart: man, man, medium skin tone | love | man | medium skin tone +๐จ๐ฝโโค๏ธโ๐จ๐พ with heart: man, man, medium skin tone, medium-dark skin tone +๐จ๐ฝโโคโ๐จ๐พ with heart: man, man, medium skin tone, medium-dark skin tone couple | couple with heart | couple with heart: man, man, medium skin tone, medium-dark skin tone | love | man | medium skin tone | medium-dark skin tone +๐จ๐ฝโโค๏ธโ๐จ๐ฟ with heart: man, man, medium skin tone, dark skin tone +๐จ๐ฝโโคโ๐จ๐ฟ with heart: man, man, medium skin tone, dark skin tone couple | couple with heart | couple with heart: man, man, medium skin tone, dark skin tone | dark skin tone | love | man | medium skin tone +๐จ๐พโโค๏ธโ๐จ๐ป with heart: man, man, medium-dark skin tone, light skin tone +๐จ๐พโโคโ๐จ๐ป with heart: man, man, medium-dark skin tone, light skin tone couple | couple with heart | couple with heart: man, man, medium-dark skin tone, light skin tone | light skin tone | love | man | medium-dark skin tone +๐จ๐พโโค๏ธโ๐จ๐ผ with heart: man, man, medium-dark skin tone, medium-light skin tone +๐จ๐พโโคโ๐จ๐ผ with heart: man, man, medium-dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: man, man, medium-dark skin tone, medium-light skin tone | love | man | medium-dark skin tone | medium-light skin tone +๐จ๐พโโค๏ธโ๐จ๐ฝ with heart: man, man, medium-dark skin tone, medium skin tone +๐จ๐พโโคโ๐จ๐ฝ with heart: man, man, medium-dark skin tone, medium skin tone couple | couple with heart | couple with heart: man, man, medium-dark skin tone, medium skin tone | love | man | medium skin tone | medium-dark skin tone +๐จ๐พโโค๏ธโ๐จ๐พ with heart: man, man, medium-dark skin tone +๐จ๐พโโคโ๐จ๐พ with heart: man, man, medium-dark skin tone couple | couple with heart | couple with heart: man, man, medium-dark skin tone | love | man | medium-dark skin tone +๐จ๐พโโค๏ธโ๐จ๐ฟ with heart: man, man, medium-dark skin tone, dark skin tone +๐จ๐พโโคโ๐จ๐ฟ with heart: man, man, medium-dark skin tone, dark skin tone couple | couple with heart | couple with heart: man, man, medium-dark skin tone, dark skin tone | dark skin tone | love | man | medium-dark skin tone +๐จ๐ฟโโค๏ธโ๐จ๐ป with heart: man, man, dark skin tone, light skin tone +๐จ๐ฟโโคโ๐จ๐ป with heart: man, man, dark skin tone, light skin tone couple | couple with heart | couple with heart: man, man, dark skin tone, light skin tone | dark skin tone | light skin tone | love | man +๐จ๐ฟโโค๏ธโ๐จ๐ผ with heart: man, man, dark skin tone, medium-light skin tone +๐จ๐ฟโโคโ๐จ๐ผ with heart: man, man, dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: man, man, dark skin tone, medium-light skin tone | dark skin tone | love | man | medium-light skin tone +๐จ๐ฟโโค๏ธโ๐จ๐ฝ with heart: man, man, dark skin tone, medium skin tone +๐จ๐ฟโโคโ๐จ๐ฝ with heart: man, man, dark skin tone, medium skin tone couple | couple with heart | couple with heart: man, man, dark skin tone, medium skin tone | dark skin tone | love | man | medium skin tone +๐จ๐ฟโโค๏ธโ๐จ๐พ with heart: man, man, dark skin tone, medium-dark skin tone +๐จ๐ฟโโคโ๐จ๐พ with heart: man, man, dark skin tone, medium-dark skin tone couple | couple with heart | couple with heart: man, man, dark skin tone, medium-dark skin tone | dark skin tone | love | man | medium-dark skin tone +๐จ๐ฟโโค๏ธโ๐จ๐ฟ with heart: man, man, dark skin tone +๐จ๐ฟโโคโ๐จ๐ฟ with heart: man, man, dark skin tone couple | couple with heart | couple with heart: man, man, dark skin tone | dark skin tone | love | man +๐ฉโโค๏ธโ๐ฉ with heart: woman, woman +๐ฉโโคโ๐ฉ with heart: woman, woman couple | couple with heart | couple with heart: woman, woman | love | woman +๐ฉ๐ปโโค๏ธโ๐ฉ๐ป with heart: woman, woman, light skin tone +๐ฉ๐ปโโคโ๐ฉ๐ป with heart: woman, woman, light skin tone couple | couple with heart | couple with heart: woman, woman, light skin tone | light skin tone | love | woman +๐ฉ๐ปโโค๏ธโ๐ฉ๐ผ with heart: woman, woman, light skin tone, medium-light skin tone +๐ฉ๐ปโโคโ๐ฉ๐ผ with heart: woman, woman, light skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, woman, light skin tone, medium-light skin tone | light skin tone | love | medium-light skin tone | woman +๐ฉ๐ปโโค๏ธโ๐ฉ๐ฝ with heart: woman, woman, light skin tone, medium skin tone +๐ฉ๐ปโโคโ๐ฉ๐ฝ with heart: woman, woman, light skin tone, medium skin tone couple | couple with heart | couple with heart: woman, woman, light skin tone, medium skin tone | light skin tone | love | medium skin tone | woman +๐ฉ๐ปโโค๏ธโ๐ฉ๐พ with heart: woman, woman, light skin tone, medium-dark skin tone +๐ฉ๐ปโโคโ๐ฉ๐พ with heart: woman, woman, light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, woman, light skin tone, medium-dark skin tone | light skin tone | love | medium-dark skin tone | woman +๐ฉ๐ปโโค๏ธโ๐ฉ๐ฟ with heart: woman, woman, light skin tone, dark skin tone +๐ฉ๐ปโโคโ๐ฉ๐ฟ with heart: woman, woman, light skin tone, dark skin tone couple | couple with heart | couple with heart: woman, woman, light skin tone, dark skin tone | dark skin tone | light skin tone | love | woman +๐ฉ๐ผโโค๏ธโ๐ฉ๐ป with heart: woman, woman, medium-light skin tone, light skin tone +๐ฉ๐ผโโคโ๐ฉ๐ป with heart: woman, woman, medium-light skin tone, light skin tone couple | couple with heart | couple with heart: woman, woman, medium-light skin tone, light skin tone | light skin tone | love | medium-light skin tone | woman +๐ฉ๐ผโโค๏ธโ๐ฉ๐ผ with heart: woman, woman, medium-light skin tone +๐ฉ๐ผโโคโ๐ฉ๐ผ with heart: woman, woman, medium-light skin tone couple | couple with heart | couple with heart: woman, woman, medium-light skin tone | love | medium-light skin tone | woman +๐ฉ๐ผโโค๏ธโ๐ฉ๐ฝ with heart: woman, woman, medium-light skin tone, medium skin tone +๐ฉ๐ผโโคโ๐ฉ๐ฝ with heart: woman, woman, medium-light skin tone, medium skin tone couple | couple with heart | couple with heart: woman, woman, medium-light skin tone, medium skin tone | love | medium skin tone | medium-light skin tone | woman +๐ฉ๐ผโโค๏ธโ๐ฉ๐พ with heart: woman, woman, medium-light skin tone, medium-dark skin tone +๐ฉ๐ผโโคโ๐ฉ๐พ with heart: woman, woman, medium-light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, woman, medium-light skin tone, medium-dark skin tone | love | medium-dark skin tone | medium-light skin tone | woman +๐ฉ๐ผโโค๏ธโ๐ฉ๐ฟ with heart: woman, woman, medium-light skin tone, dark skin tone +๐ฉ๐ผโโคโ๐ฉ๐ฟ with heart: woman, woman, medium-light skin tone, dark skin tone couple | couple with heart | couple with heart: woman, woman, medium-light skin tone, dark skin tone | dark skin tone | love | medium-light skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐ฉ๐ป with heart: woman, woman, medium skin tone, light skin tone +๐ฉ๐ฝโโคโ๐ฉ๐ป with heart: woman, woman, medium skin tone, light skin tone couple | couple with heart | couple with heart: woman, woman, medium skin tone, light skin tone | light skin tone | love | medium skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐ฉ๐ผ with heart: woman, woman, medium skin tone, medium-light skin tone +๐ฉ๐ฝโโคโ๐ฉ๐ผ with heart: woman, woman, medium skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, woman, medium skin tone, medium-light skin tone | love | medium skin tone | medium-light skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐ฉ๐ฝ with heart: woman, woman, medium skin tone +๐ฉ๐ฝโโคโ๐ฉ๐ฝ with heart: woman, woman, medium skin tone couple | couple with heart | couple with heart: woman, woman, medium skin tone | love | medium skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐ฉ๐พ with heart: woman, woman, medium skin tone, medium-dark skin tone +๐ฉ๐ฝโโคโ๐ฉ๐พ with heart: woman, woman, medium skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, woman, medium skin tone, medium-dark skin tone | love | medium skin tone | medium-dark skin tone | woman +๐ฉ๐ฝโโค๏ธโ๐ฉ๐ฟ with heart: woman, woman, medium skin tone, dark skin tone +๐ฉ๐ฝโโคโ๐ฉ๐ฟ with heart: woman, woman, medium skin tone, dark skin tone couple | couple with heart | couple with heart: woman, woman, medium skin tone, dark skin tone | dark skin tone | love | medium skin tone | woman +๐ฉ๐พโโค๏ธโ๐ฉ๐ป with heart: woman, woman, medium-dark skin tone, light skin tone +๐ฉ๐พโโคโ๐ฉ๐ป with heart: woman, woman, medium-dark skin tone, light skin tone couple | couple with heart | couple with heart: woman, woman, medium-dark skin tone, light skin tone | light skin tone | love | medium-dark skin tone | woman +๐ฉ๐พโโค๏ธโ๐ฉ๐ผ with heart: woman, woman, medium-dark skin tone, medium-light skin tone +๐ฉ๐พโโคโ๐ฉ๐ผ with heart: woman, woman, medium-dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, woman, medium-dark skin tone, medium-light skin tone | love | medium-dark skin tone | medium-light skin tone | woman +๐ฉ๐พโโค๏ธโ๐ฉ๐ฝ with heart: woman, woman, medium-dark skin tone, medium skin tone +๐ฉ๐พโโคโ๐ฉ๐ฝ with heart: woman, woman, medium-dark skin tone, medium skin tone couple | couple with heart | couple with heart: woman, woman, medium-dark skin tone, medium skin tone | love | medium skin tone | medium-dark skin tone | woman +๐ฉ๐พโโค๏ธโ๐ฉ๐พ with heart: woman, woman, medium-dark skin tone +๐ฉ๐พโโคโ๐ฉ๐พ with heart: woman, woman, medium-dark skin tone couple | couple with heart | couple with heart: woman, woman, medium-dark skin tone | love | medium-dark skin tone | woman +๐ฉ๐พโโค๏ธโ๐ฉ๐ฟ with heart: woman, woman, medium-dark skin tone, dark skin tone +๐ฉ๐พโโคโ๐ฉ๐ฟ with heart: woman, woman, medium-dark skin tone, dark skin tone couple | couple with heart | couple with heart: woman, woman, medium-dark skin tone, dark skin tone | dark skin tone | love | medium-dark skin tone | woman +๐ฉ๐ฟโโค๏ธโ๐ฉ๐ป with heart: woman, woman, dark skin tone, light skin tone +๐ฉ๐ฟโโคโ๐ฉ๐ป with heart: woman, woman, dark skin tone, light skin tone couple | couple with heart | couple with heart: woman, woman, dark skin tone, light skin tone | dark skin tone | light skin tone | love | woman +๐ฉ๐ฟโโค๏ธโ๐ฉ๐ผ with heart: woman, woman, dark skin tone, medium-light skin tone +๐ฉ๐ฟโโคโ๐ฉ๐ผ with heart: woman, woman, dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, woman, dark skin tone, medium-light skin tone | dark skin tone | love | medium-light skin tone | woman +๐ฉ๐ฟโโค๏ธโ๐ฉ๐ฝ with heart: woman, woman, dark skin tone, medium skin tone +๐ฉ๐ฟโโคโ๐ฉ๐ฝ with heart: woman, woman, dark skin tone, medium skin tone couple | couple with heart | couple with heart: woman, woman, dark skin tone, medium skin tone | dark skin tone | love | medium skin tone | woman +๐ฉ๐ฟโโค๏ธโ๐ฉ๐พ with heart: woman, woman, dark skin tone, medium-dark skin tone +๐ฉ๐ฟโโคโ๐ฉ๐พ with heart: woman, woman, dark skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, woman, dark skin tone, medium-dark skin tone | dark skin tone | love | medium-dark skin tone | woman +๐ฉ๐ฟโโค๏ธโ๐ฉ๐ฟ with heart: woman, woman, dark skin tone +๐ฉ๐ฟโโคโ๐ฉ๐ฟ with heart: woman, woman, dark skin tone couple | couple with heart | couple with heart: woman, woman, dark skin tone | dark skin tone | love | woman +๐จโ๐ฉโ๐ฆ man, woman, boy boy | family | family: man, woman, boy | man | woman +๐จโ๐ฉโ๐ง man, woman, girl family | family: man, woman, girl | girl | man | woman +๐จโ๐ฉโ๐งโ๐ฆ man, woman, girl, boy boy | family | family: man, woman, girl, boy | girl | man | woman +๐จโ๐ฉโ๐ฆโ๐ฆ man, woman, boy, boy boy | family | family: man, woman, boy, boy | man | woman +๐จโ๐ฉโ๐งโ๐ง man, woman, girl, girl family | family: man, woman, girl, girl | girl | man | woman +๐จโ๐จโ๐ฆ man, man, boy boy | family | family: man, man, boy | man +๐จโ๐จโ๐ง man, man, girl family | family: man, man, girl | girl | man +๐จโ๐จโ๐งโ๐ฆ man, man, girl, boy boy | family | family: man, man, girl, boy | girl | man +๐จโ๐จโ๐ฆโ๐ฆ man, man, boy, boy boy | family | family: man, man, boy, boy | man +๐จโ๐จโ๐งโ๐ง man, man, girl, girl family | family: man, man, girl, girl | girl | man +๐ฉโ๐ฉโ๐ฆ woman, woman, boy boy | family | family: woman, woman, boy | woman +๐ฉโ๐ฉโ๐ง woman, woman, girl family | family: woman, woman, girl | girl | woman +๐ฉโ๐ฉโ๐งโ๐ฆ woman, woman, girl, boy boy | family | family: woman, woman, girl, boy | girl | woman +๐ฉโ๐ฉโ๐ฆโ๐ฆ woman, woman, boy, boy boy | family | family: woman, woman, boy, boy | woman +๐ฉโ๐ฉโ๐งโ๐ง woman, woman, girl, girl family | family: woman, woman, girl, girl | girl | woman +๐จโ๐ฆ man, boy boy | family | family: man, boy | man +๐จโ๐ฆโ๐ฆ man, boy, boy boy | family | family: man, boy, boy | man +๐จโ๐ง man, girl family | family: man, girl | girl | man +๐จโ๐งโ๐ฆ man, girl, boy boy | family | family: man, girl, boy | girl | man +๐จโ๐งโ๐ง man, girl, girl family | family: man, girl, girl | girl | man +๐ฉโ๐ฆ woman, boy boy | family | family: woman, boy | woman +๐ฉโ๐ฆโ๐ฆ woman, boy, boy boy | family | family: woman, boy, boy | woman +๐ฉโ๐ง woman, girl family | family: woman, girl | girl | woman +๐ฉโ๐งโ๐ฆ woman, girl, boy boy | family | family: woman, girl, boy | girl | woman +๐ฉโ๐งโ๐ง woman, girl, girl family | family: woman, girl, girl | girl | woman +๐ฃ๏ธ head +๐ฃ head face | head | silhouette | speak | speaking +๐ค in silhouette bust | bust in silhouette | silhouette +๐ฅ in silhouette bust | busts in silhouette | silhouette +๐ซ hugging goodbye | hello | hug | people hugging | thanks +๐ช family +๐งโ๐งโ๐ง adult, adult, child family: adult, adult, child +๐งโ๐งโ๐งโ๐ง adult, adult, child, child family: adult, adult, child, child +๐งโ๐ง adult, child family: adult, child +๐งโ๐งโ๐ง adult, child, child family: adult, child, child +๐ฃ clothing | footprint | footprints | print +๐ป Component skin-tone skin tone light skin tone | skin tone | type 1โ2 +๐ผ Component skin-tone skin tone medium-light skin tone | skin tone | type 3 +๐ฝ Component skin-tone skin tone medium skin tone | skin tone | type 4 +๐พ Component skin-tone skin tone medium-dark skin tone | skin tone | type 5 +๐ฟ Component skin-tone skin tone dark skin tone | skin tone | type 6 +๐ฆฐ Component hair-style hair ginger | red hair | redhead +๐ฆฑ Component hair-style hair afro | curly | curly hair | ringlets +๐ฆณ Component hair-style hair gray | hair | old | white | grey +๐ฆฒ Component hair-style bald | chemotherapy | hairless | no hair | shaven +๐ต face face | monkey +๐ monkey +๐ฆ gorilla +๐ฆง ape | orangutan +๐ถ face dog | face | pet +๐ dog | pet +๐ฆฎ dog accessibility | blind | guide | guide dog +๐โ๐ฆบ dog accessibility | assistance | dog | service +๐ฉ dog | poodle +๐บ face | wolf +๐ฆ face | fox +๐ฆ curious | raccoon | sly +๐ฑ face cat | face | pet +๐ cat | pet +๐โโฌ cat black | cat | unlucky +๐ฆ face | Leo | lion | zodiac +๐ฏ face face | tiger +๐
tiger +๐ leopard +๐ด face face | horse +๐ซ animal | antlers | elk | mammal | moose +๐ซ animal | ass | burro | donkey | mammal | mule | stubborn +๐ equestrian | horse | racehorse | racing +๐ฆ face | unicorn +๐ฆ stripe | zebra +๐ฆ deer | stag +๐ฆฌ bison | buffalo | herd | wisent +๐ฎ face cow | face +๐ bull | ox | Taurus | zodiac +๐ buffalo buffalo | water +๐ cow +๐ท face face | pig +๐ pig | sow +๐ boar | pig +๐ฝ nose face | nose | pig +๐ Aries | male | ram | sheep | zodiac +๐ ewe | female | sheep +๐ Capricorn | goat | zodiac +๐ช camel | dromedary | hump +๐ซ camel bactrian | camel | hump | two-hump camel | Bactrian +๐ฆ alpaca | guanaco | llama | vicuรฑa | wool +๐ฆ giraffe | spots +๐ elephant +๐ฆฃ extinction | large | mammoth | tusk | woolly | extinct +๐ฆ rhinoceros | rhino +๐ฆ hippo | hippopotamus +๐ญ face face | mouse | pet +๐ mouse | pet | rodent +๐ rat | pet | rodent +๐น face | hamster | pet +๐ฐ face bunny | face | pet | rabbit +๐ bunny | pet | rabbit +๐ฟ chipmunk | squirrel +๐ฆซ beaver | dam +๐ฆ hedgehog | spiny +๐ฆ bat | vampire +๐ป bear | face +๐ปโโ๏ธ bear +๐ปโโ bear arctic | bear | polar bear | white +๐จ face | koala | marsupial +๐ผ face | panda +๐ฆฅ lazy | sloth | slow +๐ฆฆ fishing | otter | playful +๐ฆจ skunk | stink +๐ฆ joey | jump | kangaroo | marsupial +๐ฆก badger | honey badger | pester +๐พ prints feet | paw | paw prints | print +๐ฆ bird | turkey | poultry +๐ bird | chicken | poultry +๐ bird | rooster +๐ฃ chick baby | bird | chick | hatching +๐ค chick baby | bird | chick +๐ฅ baby chick baby | bird | chick | front-facing baby chick +๐ฆ bird +๐ง bird | penguin +๐ bird | dove | fly | peace +๐ฆ
bird | eagle | bird of prey +๐ฆ bird | duck +๐ฆข bird | cygnet | swan | ugly duckling +๐ฆ bird | owl | wise | bird of prey +๐ฆค dodo | extinction | large | Mauritius +๐ชถ bird | feather | flight | light | plumage +๐ฆฉ flamboyant | flamingo | tropical +๐ฆ bird | ostentatious | peacock | peahen | proud +๐ฆ bird | parrot | pirate | talk +๐ชฝ angelic | aviation | bird | flying | mythology | wing +๐ฆโโฌ bird bird | black | crow | raven | rook +๐ชฟ bird | fowl | goose | honk | silly +๐ฆโ๐ฅ fantasy | firebird | phoenix | rebirth | reincarnation +๐ธ animal-amphibian face | frog +๐ animal-reptile crocodile +๐ข animal-reptile terrapin | tortoise | turtle +๐ฆ animal-reptile lizard | reptile +๐ animal-reptile bearer | Ophiuchus | serpent | snake | zodiac +๐ฒ animal-reptile face dragon | face | fairy tale +๐ animal-reptile dragon | fairy tale +๐ฆ animal-reptile brachiosaurus | brontosaurus | diplodocus | sauropod +๐ฆ animal-reptile T-Rex | Tyrannosaurus Rex +๐ณ animal-marine whale face | spouting | whale +๐ animal-marine whale +๐ฌ animal-marine dolphin | flipper | porpoise +๐ฆญ animal-marine sea lion | seal +๐ animal-marine fish | Pisces | zodiac +๐ animal-marine fish fish | tropical | reef fish +๐ก animal-marine blowfish | fish +๐ฆ animal-marine fish | shark +๐ animal-marine octopus +๐ animal-marine shell shell | spiral +๐ชธ animal-marine coral | ocean | reef +๐ชผ animal-marine burn | invertebrate | jelly | jellyfish | marine | ouch | stinger +๐ animal-bug snail | mollusc +๐ฆ animal-bug butterfly | insect | pretty | moth +๐ animal-bug bug | insect | caterpillar | worm +๐ animal-bug ant | insect +๐ animal-bug bee | honeybee | insect +๐ชฒ animal-bug beetle | bug | insect +๐ animal-bug beetle beetle | insect | lady beetle | ladybird | ladybug +๐ฆ animal-bug cricket | grasshopper +๐ชณ animal-bug cockroach | insect | pest | roach +๐ท๏ธ animal-bug +๐ท animal-bug insect | spider | arachnid +๐ธ๏ธ animal-bug web +๐ธ animal-bug web spider | web +๐ฆ animal-bug Scorpio | scorpion | zodiac +๐ฆ animal-bug disease | fever | malaria | mosquito | pest | virus | dengue | insect | mozzie +๐ชฐ animal-bug disease | fly | maggot | pest | rotting +๐ชฑ animal-bug annelid | earthworm | parasite | worm +๐ฆ animal-bug amoeba | bacteria | microbe | virus +๐ plant-flower bouquet | flower +๐ธ plant-flower blossom blossom | cherry | flower +๐ฎ plant-flower flower flower | white flower +๐ชท plant-flower Buddhism | flower | Hinduism | lotus | purity +๐ต๏ธ plant-flower +๐ต plant-flower plant | rosette +๐น plant-flower flower | rose +๐ฅ plant-flower flower flower | wilted +๐บ plant-flower flower | hibiscus +๐ป plant-flower flower | sun | sunflower +๐ผ plant-flower blossom | flower +๐ท plant-flower flower | tulip +๐ชป plant-flower bluebonnet | flower | hyacinth | lavender | lupine | snapdragon +๐ฑ plant-other seedling | young +๐ชด plant-other plant boring | grow | house | nurturing | plant | potted plant | useless | pot plant +๐ฒ plant-other tree evergreen tree | tree +๐ณ plant-other tree deciduous | shedding | tree +๐ด plant-other tree palm | tree +๐ต plant-other cactus | plant +๐พ plant-other of rice ear | grain | rice | sheaf of rice | sheaf +๐ฟ plant-other herb | leaf +โ๏ธ plant-other +โ plant-other plant | shamrock +๐ plant-other leaf clover 4 | clover | four | four-leaf clover | leaf +๐ plant-other leaf falling | leaf | maple +๐ plant-other leaf fallen leaf | falling | leaf +๐ plant-other fluttering in wind blow | flutter | leaf | leaf fluttering in wind | wind +๐ชน plant-other nest empty nest | nesting +๐ชบ plant-other with eggs nest with eggs | nesting +๐ plant-other mushroom | toadstool +๐ food-fruit fruit | grape | grapes +๐ food-fruit fruit | melon +๐ food-fruit fruit | watermelon +๐ food-fruit fruit | orange | tangerine | mandarin +๐ food-fruit citrus | fruit | lemon +๐โ๐ฉ food-fruit citrus | fruit | lime | tropical +๐ food-fruit banana | fruit +๐ food-fruit fruit | pineapple +๐ฅญ food-fruit fruit | mango | tropical +๐ food-fruit apple apple | fruit | red +๐ food-fruit apple apple | fruit | green +๐ food-fruit fruit | pear +๐ food-fruit fruit | peach +๐ food-fruit berries | cherries | cherry | fruit | red +๐ food-fruit berry | fruit | strawberry +๐ซ food-fruit berry | bilberry | blue | blueberries | blueberry +๐ฅ food-fruit fruit food | fruit | kiwi | kiwi fruit +๐
food-fruit fruit | tomato | vegetable +๐ซ food-fruit food | olive +๐ฅฅ food-fruit coconut | palm | piรฑa colada +๐ฅ food-vegetable avocado | food | fruit +๐ food-vegetable aubergine | eggplant | vegetable +๐ฅ food-vegetable food | potato | vegetable +๐ฅ food-vegetable carrot | food | vegetable +๐ฝ food-vegetable of corn corn | ear | ear of corn | maize | maze | corn on the cob | sweetcorn +๐ถ๏ธ food-vegetable pepper +๐ถ food-vegetable pepper hot | pepper | chilli | hot pepper +๐ซ food-vegetable pepper bell pepper | capsicum | pepper | vegetable | sweet pepper +๐ฅ food-vegetable cucumber | food | pickle | vegetable +๐ฅฌ food-vegetable green bok choy | cabbage | kale | leafy green | lettuce | pak choi +๐ฅฆ food-vegetable broccoli | wild cabbage +๐ง food-vegetable flavoring | garlic | flavouring +๐ง
food-vegetable flavoring | onion | flavouring +๐ฅ food-vegetable food | nut | peanut | peanuts | vegetable | nuts +๐ซ food-vegetable beans | food | kidney | legume | kidney bean | kidney beans +๐ฐ food-vegetable chestnut | plant | nut +๐ซ food-vegetable root beer | ginger root | root | spice | ginger | root ginger +๐ซ food-vegetable pod beans | edamame | legume | pea | pod | vegetable +๐โ๐ซ food-vegetable mushroom brown mushroom | food | fungus | nature | vegetable +๐ food-prepared bread | loaf +๐ฅ food-prepared bread | breakfast | croissant | food | french | roll | crescent | French +๐ฅ food-prepared bread baguette | bread | food | french | French stick | French +๐ซ food-prepared arepa | flatbread | lavash | naan | pita +๐ฅจ food-prepared pretzel | twisted +๐ฅฏ food-prepared bagel | bakery | breakfast | schmear +๐ฅ food-prepared breakfast | crรชpe | food | hotcake | pancake | pancakes | crepe +๐ง food-prepared breakfast | indecisive | iron | waffle | unclear | vague | waffle with butter +๐ง food-prepared wedge cheese | cheese wedge +๐ food-prepared on bone bone | meat | meat on bone +๐ food-prepared leg bone | chicken | drumstick | leg | poultry +๐ฅฉ food-prepared of meat chop | cut of meat | lambchop | porkchop | steak | lamb chop | pork chop +๐ฅ food-prepared bacon | breakfast | food | meat +๐ food-prepared burger | hamburger | beefburger +๐ food-prepared fries french | fries | chips | french fries | French +๐ food-prepared cheese | pizza | slice +๐ญ food-prepared dog frankfurter | hot dog | hotdog | sausage | frank +๐ฅช food-prepared bread | sandwich +๐ฎ food-prepared mexican | taco | Mexican +๐ฏ food-prepared burrito | mexican | wrap | Mexican +๐ซ food-prepared mexican | tamale | wrapped | Mexican +๐ฅ food-prepared flatbread falafel | flatbread | food | gyro | kebab | stuffed | pita roll +๐ง food-prepared chickpea | falafel | meatball | chick pea +๐ฅ food-prepared breakfast | egg | food +๐ณ food-prepared breakfast | cooking | egg | frying | pan +๐ฅ food-prepared pan of food casserole | food | paella | pan | shallow | shallow pan of food +๐ฒ food-prepared of food pot | pot of food | stew +๐ซ food-prepared cheese | chocolate | fondue | melted | pot | Swiss +๐ฅฃ food-prepared with spoon bowl with spoon | breakfast | cereal | congee +๐ฅ food-prepared salad food | green | salad | garden +๐ฟ food-prepared popcorn +๐ง food-prepared butter | dairy +๐ง food-prepared condiment | salt | shaker +๐ฅซ food-prepared food can | canned food +๐ฑ food-asian box bento | box +๐ food-asian cracker cracker | rice +๐ food-asian ball ball | Japanese | rice +๐ food-asian rice cooked | rice +๐ food-asian rice curry | rice +๐ food-asian bowl bowl | noodle | ramen | steaming +๐ food-asian pasta | spaghetti +๐ food-asian sweet potato potato | roasted | sweet +๐ข food-asian kebab | oden | seafood | skewer | stick +๐ฃ food-asian sushi +๐ค food-asian shrimp fried | prawn | shrimp | tempura | battered +๐ฅ food-asian cake with swirl cake | fish | fish cake with swirl | pastry | swirl | narutomaki +๐ฅฎ food-asian cake autumn | festival | moon cake | yuรจbวng +๐ก food-asian dango | dessert | Japanese | skewer | stick | sweet +๐ฅ food-asian dumpling | empanada | gyลza | jiaozi | pierogi | potsticker | pastie | samosa +๐ฅ food-asian cookie fortune cookie | prophecy +๐ฅก food-asian box oyster pail | takeout box | takeaway box | takeaway container | takeout +๐ฆ food-marine Cancer | crab | zodiac | crustacean | seafood | shellfish +๐ฆ food-marine bisque | claws | lobster | seafood | shellfish +๐ฆ food-marine food | shellfish | shrimp | small | prawn | seafood +๐ฆ food-marine food | molusc | squid | decapod | seafood +๐ฆช food-marine diving | oyster | pearl +๐ฆ food-sweet ice cream cream | dessert | ice | icecream | soft | sweet | ice cream | soft serve | soft-serve ice cream +๐ง food-sweet ice dessert | ice | shaved | sweet | granita +๐จ food-sweet cream cream | dessert | ice | sweet | ice cream +๐ฉ food-sweet breakfast | dessert | donut | doughnut | sweet +๐ช food-sweet cookie | dessert | sweet | biscuit +๐ food-sweet cake birthday | cake | celebration | dessert | pastry | sweet +๐ฐ food-sweet cake | dessert | pastry | shortcake | slice | sweet +๐ง food-sweet bakery | cupcake | sweet +๐ฅง food-sweet filling | pastry | pie +๐ซ food-sweet bar bar | chocolate | dessert | sweet +๐ฌ food-sweet candy | dessert | sweet | sweets +๐ญ food-sweet candy | dessert | lollipop | sweet +๐ฎ food-sweet custard | dessert | pudding | sweet | baked custard +๐ฏ food-sweet pot honey | honeypot | pot | sweet +๐ผ drink bottle baby | bottle | drink | milk +๐ฅ drink of milk drink | glass | glass of milk | milk +โ drink beverage beverage | coffee | drink | hot | steaming | tea +๐ซ drink drink | pot | tea | teapot +๐ต drink without handle beverage | cup | drink | tea | teacup | teacup without handle +๐ถ drink bar | beverage | bottle | cup | drink | sake | sakรฉ +๐พ drink with popping cork bar | bottle | bottle with popping cork | cork | drink | popping | bubbly +๐ท drink glass bar | beverage | drink | glass | wine +๐ธ drink glass bar | cocktail | drink | glass +๐น drink drink bar | drink | tropical +๐บ drink mug bar | beer | drink | mug +๐ป drink beer mugs bar | beer | clink | clinking beer mugs | drink | mug | cheers +๐ฅ drink glasses celebrate | clink | clinking glasses | drink | glass | cheers +๐ฅ drink glass glass | liquor | shot | tumbler | whisky | whiskey +๐ซ drink liquid drink | empty | glass | pouring liquid | spill +๐ฅค drink with straw cup with straw | juice | soda +๐ง drink tea bubble | milk | pearl | tea | boba +๐ง drink box beverage | box | juice | straw | sweet | drink carton | juice box | popper +๐ง drink drink | mate | matรฉ +๐ง drink cold | ice | ice cube | iceberg +๐ฅข dishware chopsticks | hashi | pair of chopsticks +๐ฝ๏ธ dishware and knife with plate +๐ฝ dishware and knife with plate cooking | fork | fork and knife with plate | knife | plate +๐ด dishware and knife cooking | cutlery | fork | fork and knife | knife | knife and fork +๐ฅ dishware spoon | tableware +๐ช dishware knife cooking | hocho | kitchen knife | knife | tool | weapon +๐ซ dishware condiment | container | empty | jar | sauce | store +๐บ dishware amphora | Aquarius | cooking | drink | jug | zodiac | jar +๐ place-map showing Europe-Africa Africa | earth | Europe | globe | globe showing Europe-Africa | world +๐ place-map showing Americas Americas | earth | globe | globe showing Americas | world +๐ place-map showing Asia-Australia Asia | Australia | earth | globe | globe showing Asia-Australia | world +๐ place-map with meridians earth | globe | globe with meridians | meridians | world +๐บ๏ธ place-map map +๐บ place-map map map | world +๐พ place-map of Japan Japan | map | map of Japan +๐งญ place-map compass | magnetic | navigation | orienteering +๐๏ธ place-geographic mountain +๐ place-geographic mountain cold | mountain | snow | snow-capped mountain +โฐ๏ธ place-geographic +โฐ place-geographic mountain +๐ place-geographic eruption | mountain | volcano +๐ป place-geographic fuji fuji | mount fuji | mountain | Fuji | Mount Fuji | mount Fuji +๐๏ธ place-geographic +๐ place-geographic camping +๐๏ธ place-geographic with umbrella +๐ place-geographic with umbrella beach | beach with umbrella | umbrella +๐๏ธ place-geographic +๐ place-geographic desert +๐๏ธ place-geographic island +๐ place-geographic island desert | island +๐๏ธ place-geographic park +๐ place-geographic park national park | park +๐๏ธ place-building +๐ place-building stadium | arena +๐๏ธ place-building building +๐ place-building building classical | classical building | column +๐๏ธ place-building construction +๐ place-building construction building construction | construction +๐งฑ place-building brick | bricks | clay | mortar | wall +๐ชจ place-building boulder | heavy | rock | solid | stone +๐ชต place-building log | lumber | timber | wood +๐ place-building house | hut | roundhouse | yurt +๐๏ธ place-building +๐ place-building houses +๐๏ธ place-building house +๐ place-building house derelict | house +๐ place-building home | house +๐ก place-building with garden garden | home | house | house with garden +๐ข place-building building building | office building +๐ฃ place-building post office Japanese | Japanese post office | post +๐ค place-building office European | post | post office +๐ฅ place-building doctor | hospital | medicine +๐ฆ place-building bank | building +๐จ place-building building | hotel +๐ฉ place-building hotel hotel | love +๐ช place-building store convenience | store | dรฉpanneur +๐ซ place-building building | school +๐ฌ place-building store department | store +๐ญ place-building building | factory +๐ฏ place-building castle castle | Japanese +๐ฐ place-building castle | European +๐ place-building chapel | romance | wedding +๐ผ place-building tower Tokyo | tower | Tower +๐ฝ place-building of Liberty liberty | statue | Statue of Liberty | Liberty | Statue +โช place-religious Christian | church | cross | religion +๐ place-religious islam | mosque | Muslim | religion | Islam +๐ place-religious temple hindu | temple | Hindu +๐ place-religious Jew | Jewish | religion | synagogue | temple | shul +โฉ๏ธ place-religious shrine +โฉ place-religious shrine religion | shinto | shrine | Shinto +๐ place-religious islam | kaaba | Muslim | religion | Islam | Kaaba +โฒ place-other fountain +โบ place-other camping | tent +๐ place-other fog | foggy +๐ place-other with stars night | night with stars | star | starry night +๐๏ธ place-other +๐ place-other city | cityscape | skyline +๐ place-other over mountains morning | mountain | sun | sunrise | sunrise over mountains +๐
place-other morning | sun | sunrise +๐ place-other at dusk city | cityscape at dusk | dusk | evening | landscape | sunset | skyline at dusk +๐ place-other dusk | sun | sunset +๐ place-other at night bridge | bridge at night | night +โจ๏ธ place-other springs +โจ place-other springs hot | hotsprings | springs | steaming +๐ place-other horse carousel | horse | merry-go-round +๐ place-other slide amusement park | play | playground slide | theme park +๐ก place-other wheel amusement park | ferris | theme park | wheel | Ferris +๐ข place-other coaster amusement park | coaster | roller | theme park +๐ place-other pole barber | haircut | pole +๐ช place-other tent circus | tent | big top +๐ transport-ground engine | locomotive | railway | steam | train +๐ transport-ground car car | electric | railway | train | tram | trolleybus | railway carriage | train carriage | trolley bus +๐ transport-ground train high-speed train | railway | shinkansen | speed | train | Shinkansen +๐
transport-ground train bullet | railway | shinkansen | speed | train | Shinkansen +๐ transport-ground railway | train +๐ transport-ground metro | subway | tube | underground +๐ transport-ground rail light rail | railway +๐ transport-ground railway | station | train +๐ transport-ground tram | trolleybus | light rail | oncoming | oncoming light rail | car | streetcar | tramcar | trolley | trolley bus +๐ transport-ground monorail | vehicle +๐ transport-ground railway car | mountain | railway +๐ transport-ground car car | tram | trolleybus | trolley bus | streetcar | tramcar | trolley +๐ transport-ground bus | vehicle +๐ transport-ground bus bus | oncoming +๐ transport-ground bus | tram | trolley | trolleybus | streetcar +๐ transport-ground bus | minibus +๐ transport-ground ambulance | vehicle +๐ transport-ground engine engine | fire | truck +๐ transport-ground car car | patrol | police +๐ transport-ground police car car | oncoming | police +๐ transport-ground taxi | vehicle +๐ transport-ground taxi oncoming | taxi +๐ transport-ground automobile | car +๐ transport-ground automobile automobile | car | oncoming +๐ transport-ground utility vehicle recreational | sport utility | sport utility vehicle | 4x4 | off-road vehicle | 4WD | four-wheel drive | SUV +๐ป transport-ground truck pick-up | pickup | truck | ute +๐ transport-ground truck delivery | truck +๐ transport-ground lorry articulated lorry | lorry | semi | truck | articulated truck +๐ transport-ground tractor | vehicle +๐๏ธ transport-ground car +๐ transport-ground car car | racing +๐๏ธ transport-ground +๐ transport-ground motorcycle | racing +๐ต transport-ground scooter motor | scooter +๐ฆฝ transport-ground wheelchair accessibility | manual wheelchair +๐ฆผ transport-ground wheelchair accessibility | motorized wheelchair | powered wheelchair | mobility scooter +๐บ transport-ground rickshaw auto rickshaw | tuk tuk | tuk-tuk | tuktuk +๐ฒ transport-ground bicycle | bike +๐ด transport-ground scooter kick | scooter +๐น transport-ground board | skateboard +๐ผ transport-ground skate roller | skate | rollerskate +๐ transport-ground stop bus | stop | busstop +๐ฃ๏ธ transport-ground +๐ฃ transport-ground highway | motorway | road | freeway +๐ค๏ธ transport-ground track +๐ค transport-ground track railway | railway track | train +๐ข๏ธ transport-ground drum +๐ข transport-ground drum drum | oil +โฝ transport-ground pump diesel | fuel | fuelpump | gas | pump | station | petrol pump +๐ transport-ground circle | tire | turn | wheel | tyre +๐จ transport-ground car light beacon | car | light | police | revolving +๐ฅ transport-ground traffic light horizontal traffic light | light | signal | traffic | horizontal traffic lights | lights +๐ฆ transport-ground traffic light light | signal | traffic | vertical traffic light | lights | vertical traffic lights +๐ transport-ground sign octagonal | sign | stop +๐ง transport-ground barrier | construction +โ transport-water anchor | ship | tool +๐ transport-water buoy float | life preserver | life saver | rescue | ring buoy | safety | lifebuoy | buoy +โต transport-water boat | resort | sailboat | sea | yacht +๐ถ transport-water boat | canoe +๐ค transport-water boat | speedboat +๐ณ๏ธ transport-water ship +๐ณ transport-water ship passenger | ship +โด๏ธ transport-water +โด transport-water boat | ferry | passenger +๐ฅ๏ธ transport-water boat +๐ฅ transport-water boat boat | motor boat | motorboat +๐ข transport-water boat | passenger | ship +โ๏ธ transport-air +โ transport-air aeroplane | airplane | flight +๐ฉ๏ธ transport-air airplane +๐ฉ transport-air airplane aeroplane | airplane | small airplane | small plane +๐ซ transport-air departure aeroplane | airplane | check-in | departure | departures | take-off | flight departure | plane departure +๐ฌ transport-air arrival aeroplane | airplane | airplane arrival | arrivals | arriving | landing +๐ช transport-air hang-glide | parachute | parasail | skydive | parascend +๐บ transport-air chair | seat +๐ transport-air helicopter | vehicle +๐ transport-air railway railway | suspension | cable +๐ transport-air cableway cable | gondola | mountain | mountain cableway | cableway +๐ก transport-air tramway aerial | cable | car | gondola | tramway +๐ฐ๏ธ transport-air +๐ฐ transport-air satellite | space +๐ transport-air rocket | space +๐ธ transport-air saucer flying saucer | UFO | spaceship +๐๏ธ hotel bell +๐ hotel bell bell | bellhop | hotel | porter +๐งณ hotel luggage | packing | travel +โ time done hourglass done | sand | timer | hourglass +โณ time not done hourglass | hourglass not done | sand | timer +โ time clock | watch +โฐ time clock alarm | clock +โฑ๏ธ time +โฑ time clock | stopwatch +โฒ๏ธ time clock +โฒ time clock clock | timer +๐ฐ๏ธ time clock +๐ฐ time clock clock | mantelpiece clock +๐ time oโclock 00 | 12 | 12:00 | clock | oโclock | twelve +๐ง time 12 | 12:30 | clock | thirty | twelve | twelve-thirty | 12.30 | half past twelve +๐ time oโclock 00 | 1 | 1:00 | clock | oโclock | one +๐ time 1 | 1:30 | clock | one | one-thirty | thirty | 1.30 | half past one +๐ time oโclock 00 | 2 | 2:00 | clock | oโclock | two +๐ time 2 | 2:30 | clock | thirty | two | two-thirty | 2.30 | half past two +๐ time oโclock 00 | 3 | 3:00 | clock | oโclock | three +๐ time 3 | 3:30 | clock | thirty | three | three-thirty | 3.30 | half past three +๐ time oโclock 00 | 4 | 4:00 | clock | four | oโclock +๐ time 4 | 4:30 | clock | four | four-thirty | thirty | 4.30 | half past four +๐ time oโclock 00 | 5 | 5:00 | clock | five | oโclock +๐ time 5 | 5:30 | clock | five | five-thirty | thirty | 5.30 | half past five +๐ time oโclock 00 | 6 | 6:00 | clock | oโclock | six +๐ก time 6 | 6:30 | clock | six | six-thirty | thirty | 6.30 | half past six +๐ time oโclock 00 | 7 | 7:00 | clock | oโclock | seven +๐ข time 7 | 7:30 | clock | seven | seven-thirty | thirty | 7.30 | half past seven +๐ time oโclock 00 | 8 | 8:00 | clock | eight | oโclock +๐ฃ time 8 | 8:30 | clock | eight | eight-thirty | thirty | 8.30 | half past eight +๐ time oโclock 00 | 9 | 9:00 | clock | nine | oโclock +๐ค time 9 | 9:30 | clock | nine | nine-thirty | thirty | 9.30 | half past nine +๐ time oโclock 00 | 10 | 10:00 | clock | oโclock | ten +๐ฅ time 10 | 10:30 | clock | ten | ten-thirty | thirty | 10.30 | half past ten +๐ time oโclock 00 | 11 | 11:00 | clock | eleven | oโclock +๐ฆ time 11 | 11:30 | clock | eleven | eleven-thirty | thirty | 11.30 | half past eleven +๐ sky & weather moon dark | moon | new moon +๐ sky & weather crescent moon crescent | moon | waxing +๐ sky & weather quarter moon first quarter moon | moon | quarter +๐ sky & weather gibbous moon gibbous | moon | waxing +๐ sky & weather moon full | moon +๐ sky & weather gibbous moon gibbous | moon | waning +๐ sky & weather quarter moon last quarter moon | moon | quarter +๐ sky & weather crescent moon crescent | moon | waning +๐ sky & weather moon crescent | moon +๐ sky & weather moon face face | moon | new moon face +๐ sky & weather quarter moon face face | first quarter moon face | moon | quarter +๐ sky & weather quarter moon face face | last quarter moon face | moon | quarter +๐ก๏ธ sky & weather +๐ก sky & weather thermometer | weather +โ๏ธ sky & weather +โ sky & weather bright | rays | sun | sunny +๐ sky & weather moon face bright | face | full | moon | full-moon face +๐ sky & weather with face bright | face | sun | sun with face +๐ช sky & weather planet ringed planet | saturn | saturnine +โญ sky & weather star +๐ sky & weather star glittery | glow | glowing star | shining | sparkle | star +๐ sky & weather star falling | shooting | star +๐ sky & weather way milky way | space | Milky Way | Milky | Way +โ๏ธ sky & weather +โ sky & weather cloud | weather +โ
sky & weather behind cloud cloud | sun | sun behind cloud +โ๏ธ sky & weather with lightning and rain +โ sky & weather with lightning and rain cloud | cloud with lightning and rain | rain | thunder +๐ค๏ธ sky & weather behind small cloud +๐ค sky & weather behind small cloud cloud | sun | sun behind small cloud +๐ฅ๏ธ sky & weather behind large cloud +๐ฅ sky & weather behind large cloud cloud | sun | sun behind large cloud +๐ฆ๏ธ sky & weather behind rain cloud +๐ฆ sky & weather behind rain cloud cloud | rain | sun | sun behind rain cloud +๐ง๏ธ sky & weather with rain +๐ง sky & weather with rain cloud | cloud with rain | rain +๐จ๏ธ sky & weather with snow +๐จ sky & weather with snow cloud | cloud with snow | cold | snow +๐ฉ๏ธ sky & weather with lightning +๐ฉ sky & weather with lightning cloud | cloud with lightning | lightning +๐ช๏ธ sky & weather +๐ช sky & weather cloud | tornado | whirlwind +๐ซ๏ธ sky & weather +๐ซ sky & weather cloud | fog +๐ฌ๏ธ sky & weather face +๐ฌ sky & weather face blow | cloud | face | wind +๐ sky & weather cyclone | dizzy | hurricane | twister | typhoon +๐ sky & weather rain | rainbow +๐ sky & weather umbrella closed umbrella | clothing | rain | umbrella +โ๏ธ sky & weather +โ sky & weather clothing | rain | umbrella +โ sky & weather with rain drops clothing | drop | rain | umbrella | umbrella with rain drops +โฑ๏ธ sky & weather on ground +โฑ sky & weather on ground rain | sun | umbrella | umbrella on ground | beach | sand +โก sky & weather voltage danger | electric | high voltage | lightning | voltage | zap +โ๏ธ sky & weather +โ sky & weather cold | snow | snowflake +โ๏ธ sky & weather +โ sky & weather cold | snow | snowman +โ sky & weather without snow cold | snow | snowman | snowman without snow +โ๏ธ sky & weather +โ sky & weather comet | space +๐ฅ sky & weather fire | flame | tool +๐ง sky & weather cold | comic | drop | droplet | sweat +๐ sky & weather wave ocean | water | wave +๐ Activities event celebration | halloween | jack | jack-o-lantern | lantern | Halloween | jack-oโ-lantern +๐ Activities event tree celebration | Christmas | tree +๐ Activities event celebration | fireworks +๐ Activities event celebration | fireworks | sparkle | sparkler +๐งจ Activities event dynamite | explosive | firecracker | fireworks +โจ Activities event * | sparkle | sparkles | star +๐ Activities event balloon | celebration +๐ Activities event popper celebration | party | popper | tada | ta-da +๐ Activities event ball ball | celebration | confetti +๐ Activities event tree banner | celebration | Japanese | tanabata tree | tree | Tanabata tree +๐ Activities event decoration bamboo | celebration | Japanese | pine | pine decoration | decoration +๐ Activities event dolls celebration | doll | festival | Japanese | Japanese dolls +๐ Activities event streamer carp | celebration | streamer | carp wind sock | Japanese wind socks | koinobori +๐ Activities event chime bell | celebration | chime | wind +๐ Activities event viewing ceremony celebration | ceremony | moon | moon viewing ceremony | moon-viewing ceremony +๐งง Activities event envelope gift | good luck | hรณngbฤo | lai see | money | red envelope +๐ Activities event celebration | ribbon +๐ Activities event gift box | celebration | gift | present | wrapped +๐๏ธ Activities event ribbon +๐ Activities event ribbon celebration | reminder | ribbon +๐๏ธ Activities event tickets +๐ Activities event tickets admission | admission tickets | ticket | entry +๐ซ Activities event admission | ticket +๐๏ธ Activities award-medal medal +๐ Activities award-medal medal celebration | medal | military +๐ Activities award-medal prize | trophy | celebration +๐
Activities award-medal medal medal | sports medal | celebration | sports +๐ฅ Activities award-medal place medal 1st place medal | first | gold | medal +๐ฅ Activities award-medal place medal 2nd place medal | medal | second | silver +๐ฅ Activities award-medal place medal 3rd place medal | bronze | medal | third +โฝ Activities sport ball ball | football | soccer +โพ Activities sport ball | baseball +๐ฅ Activities sport ball | glove | softball | underarm +๐ Activities sport ball | basketball | hoop +๐ Activities sport ball | game | volleyball +๐ Activities sport football american | ball | football +๐ Activities sport football ball | football | rugby | australian football | rugby ball | rugby league | rugby union +๐พ Activities sport ball | racquet | tennis +๐ฅ Activities sport disc flying disc | ultimate | frisbee | Frisbee +๐ณ Activities sport ball | bowling | game | tenpin bowling +๐ Activities sport game ball | bat | cricket game | game | cricket | cricket match +๐ Activities sport hockey ball | field | game | hockey | stick +๐ Activities sport hockey game | hockey | ice | puck | stick +๐ฅ Activities sport ball | goal | lacrosse | stick +๐ Activities sport pong ball | bat | game | paddle | ping pong | table tennis | ping-pong +๐ธ Activities sport badminton | birdie | game | racquet | shuttlecock +๐ฅ Activities sport glove boxing | glove +๐ฅ Activities sport arts uniform judo | karate | martial arts | martial arts uniform | taekwondo | uniform | MMA +๐ฅ
Activities sport net goal | net | goal cage +โณ Activities sport in hole flag in hole | golf | hole | flag +โธ๏ธ Activities sport skate +โธ Activities sport skate ice | skate | ice skating +๐ฃ Activities sport pole fish | fishing pole | pole | fishing | rod | fishing rod +๐คฟ Activities sport mask diving | diving mask | scuba | snorkeling | snorkelling +๐ฝ Activities sport shirt athletics | running | sash | shirt +๐ฟ Activities sport ski | skis | snow | skiing +๐ท Activities sport sled | sledge | sleigh +๐ฅ Activities sport stone curling stone | game | rock | curling | stone | curling rock +๐ฏ Activities game bullseye | dart | direct hit | game | hit | target | bullโs-eye +๐ช Activities game fluctuate | toy | yo-yo +๐ช Activities game fly | kite | soar +๐ซ Activities game pistol gun | handgun | pistol | revolver | tool | water | weapon | toy | water pistol +๐ฑ Activities game 8 ball 8 | ball | billiard | eight | game | pool 8 ball | magic 8 ball +๐ฎ Activities game ball ball | crystal | fairy tale | fantasy | fortune | tool +๐ช Activities game wand magic | magic wand | witch | wizard +๐ฎ Activities game game controller | game | video game +๐น๏ธ Activities game +๐น Activities game game | joystick | video game +๐ฐ Activities game machine game | slot | slot machine | pokie | pokies +๐ฒ Activities game die dice | die | game +๐งฉ Activities game piece clue | interlocking | jigsaw | piece | puzzle +๐งธ Activities game bear plaything | plush | stuffed | teddy bear | toy +๐ช
Activities game celebration | party | piรฑata +๐ชฉ Activities game ball dance | disco | glitter | mirror ball | party +๐ช Activities game dolls doll | nesting | nesting dolls | russia | babushka | matryoshka | Russian dolls | Russia +โ ๏ธ Activities game suit +โ Activities game suit card | game | spade suit +โฅ๏ธ Activities game suit +โฅ Activities game suit card | game | heart suit +โฆ๏ธ Activities game suit +โฆ Activities game suit card | diamond suit | game | diamonds +โฃ๏ธ Activities game suit +โฃ Activities game suit card | club suit | game | clubs +โ๏ธ Activities game pawn +โ Activities game pawn chess | chess pawn | dupe | expendable +๐ Activities game card | game | joker | wildcard +๐ Activities game red dragon game | mahjong | mahjong red dragon | red | Mahjong | Mahjong red dragon +๐ด Activities game playing cards card | flower | flower playing cards | game | Japanese | playing +๐ญ Activities arts & crafts arts art | mask | performing | performing arts | theater | theatre +๐ผ๏ธ Activities arts & crafts picture +๐ผ Activities arts & crafts picture art | frame | framed picture | museum | painting | picture +๐จ Activities arts & crafts palette art | artist palette | museum | painting | palette +๐งต Activities arts & crafts needle | sewing | spool | string | thread +๐ชก Activities arts & crafts needle embroidery | needle | sewing | stitches | sutures | tailoring | needle and thread +๐งถ Activities arts & crafts ball | crochet | knit | yarn +๐ชข Activities arts & crafts knot | rope | tangled | tie | twine | twist +๐ Objects clothing clothing | eye | eyeglasses | eyewear | glasses +๐ถ๏ธ Objects clothing +๐ถ Objects clothing dark | eye | eyewear | glasses | sunglasses | sunnies +๐ฅฝ Objects clothing eye protection | goggles | swimming | welding +๐ฅผ Objects clothing coat doctor | experiment | lab coat | scientist +๐ฆบ Objects clothing vest emergency | safety | vest | hi-vis | high-vis | jacket | life jacket +๐ Objects clothing clothing | necktie | tie +๐ Objects clothing clothing | shirt | t-shirt | tshirt | T-shirt | tee | tee-shirt +๐ Objects clothing clothing | jeans | pants | trousers +๐งฃ Objects clothing neck | scarf +๐งค Objects clothing gloves | hand +๐งฅ Objects clothing coat | jacket +๐งฆ Objects clothing socks | stocking +๐ Objects clothing clothing | dress | womanโs clothes +๐ Objects clothing clothing | kimono +๐ฅป Objects clothing clothing | dress | sari +๐ฉฑ Objects clothing swimsuit bathing suit | one-piece swimsuit | swimming costume +๐ฉฒ Objects clothing bathing suit | briefs | one-piece | swimsuit | underwear | pants | bathers | speedos +๐ฉณ Objects clothing bathing suit | pants | shorts | underwear | boardshorts | swim shorts | boardies +๐ Objects clothing bikini | clothing | swim | swim suit | two-piece +๐ Objects clothing clothes clothing | woman | womanโs clothes | blouse | top +๐ชญ Objects clothing hand fan cooling | dance | fan | flutter | folding hand fan | hot | shy +๐ Objects clothing clothing | coin | purse | accessories +๐ Objects clothing bag | clothing | handbag | purse | accessories | tote +๐ Objects clothing bag bag | clothing | clutch bag | pouch | accessories +๐๏ธ Objects clothing bags +๐ Objects clothing bags bag | hotel | shopping | shopping bags +๐ Objects clothing backpack | bag | rucksack | satchel | school +๐ฉด Objects clothing sandal beach sandals | sandals | thong sandal | thong sandals | thongs | zลri | flip-flop | flipflop | zori | beach sandal | sandal | thong +๐ Objects clothing shoe clothing | man | manโs shoe | shoe +๐ Objects clothing shoe athletic | clothing | running shoe | shoe | sneaker | runners | trainer +๐ฅพ Objects clothing boot backpacking | boot | camping | hiking +๐ฅฟ Objects clothing shoe ballet flat | flat shoe | slip-on | slipper | pump +๐ Objects clothing shoe clothing | heel | high-heeled shoe | shoe | woman | stiletto +๐ก Objects clothing sandal clothing | sandal | shoe | woman | womanโs sandal +๐ฉฐ Objects clothing shoes ballet | ballet shoes | dance +๐ข Objects clothing boot boot | clothing | shoe | woman | womanโs boot +๐ชฎ Objects clothing pick Afro | comb | hair | pick +๐ Objects clothing clothing | crown | king | queen +๐ Objects clothing hat clothing | hat | woman | womanโs hat +๐ฉ Objects clothing hat clothing | hat | top | tophat +๐ Objects clothing cap cap | celebration | clothing | graduation | hat +๐งข Objects clothing cap baseball cap | billed cap +๐ช Objects clothing helmet army | helmet | military | soldier | warrior +โ๏ธ Objects clothing workerโs helmet +โ Objects clothing workerโs helmet aid | cross | face | hat | helmet | rescue workerโs helmet +๐ฟ Objects clothing beads beads | clothing | necklace | prayer | religion +๐ Objects clothing cosmetics | lipstick | makeup | make-up +๐ Objects clothing diamond | ring +๐ Objects clothing stone diamond | gem | gem stone | jewel | gemstone +๐ Objects sound speaker mute | muted speaker | quiet | silent | speaker +๐ Objects sound low volume soft | speaker low volume | low | quiet | speaker | volume +๐ Objects sound medium volume medium | speaker medium volume +๐ Objects sound high volume loud | speaker high volume +๐ข Objects sound loud | loudspeaker | public address +๐ฃ Objects sound cheering | megaphone +๐ฏ Objects sound horn horn | post | postal +๐ Objects sound bell +๐ Objects sound with slash bell | bell with slash | forbidden | mute | quiet | silent +๐ผ Objects music score music | musical score | score +๐ต Objects music note music | musical note | note +๐ถ Objects music notes music | musical notes | note | notes +๐๏ธ Objects music microphone +๐ Objects music microphone mic | microphone | music | studio +๐๏ธ Objects music slider +๐ Objects music slider level | music | slider +๐๏ธ Objects music knobs +๐ Objects music knobs control | knobs | music +๐ค Objects music karaoke | mic | microphone +๐ง Objects music earbud | headphone +๐ป Objects music radio | video | AM | FM | wireless +๐ท Objects musical-instrument instrument | music | sax | saxophone +๐ช Objects musical-instrument accordion | concertina | squeeze box +๐ธ Objects musical-instrument guitar | instrument | music +๐น Objects musical-instrument keyboard instrument | keyboard | music | musical keyboard | piano | organ +๐บ Objects musical-instrument instrument | music | trumpet +๐ป Objects musical-instrument instrument | music | violin +๐ช Objects musical-instrument banjo | music | stringed +๐ฅ Objects musical-instrument drum | drumsticks | music | percussions +๐ช Objects musical-instrument drum beat | conga | drum | long drum | rhythm +๐ช Objects musical-instrument instrument | maracas | music | percussion | rattle | shake +๐ช Objects musical-instrument fife | flute | music | pipe | recorder | woodwind +๐ฑ Objects phone phone cell | mobile | phone | telephone +๐ฒ Objects phone phone with arrow arrow | cell | mobile | mobile phone with arrow | phone | receive +โ๏ธ Objects phone +โ Objects phone phone | telephone | landline +๐ Objects phone receiver phone | receiver | telephone +๐ Objects phone pager +๐ Objects phone machine fax | fax machine +๐ Objects computer battery +๐ชซ Objects computer battery electronic | low battery | low energy +๐ Objects computer plug electric | electricity | plug +๐ป Objects computer computer | laptop | pc | personal | PC +๐ฅ๏ธ Objects computer computer +๐ฅ Objects computer computer computer | desktop +๐จ๏ธ Objects computer +๐จ Objects computer computer | printer +โจ๏ธ Objects computer +โจ Objects computer computer | keyboard +๐ฑ๏ธ Objects computer mouse +๐ฑ Objects computer mouse computer | computer mouse +๐ฒ๏ธ Objects computer +๐ฒ Objects computer computer | trackball +๐ฝ Objects computer disk computer | disk | minidisk | optical +๐พ Objects computer disk computer | disk | floppy | diskette +๐ฟ Objects computer disk CD | computer | disk | optical +๐ Objects computer Blu-ray | computer | disk | DVD | optical | blu-ray +๐งฎ Objects computer abacus | calculation +๐ฅ Objects light & video camera camera | cinema | movie +๐๏ธ Objects light & video frames +๐ Objects light & video frames cinema | film | frames | movie +๐ฝ๏ธ Objects light & video projector +๐ฝ Objects light & video projector cinema | film | movie | projector | video +๐ฌ Objects light & video board clapper | clapper board | movie | clapperboard | film +๐บ Objects light & video television | tv | video | TV +๐ท Objects light & video camera | video +๐ธ Objects light & video with flash camera | camera with flash | flash | video +๐น Objects light & video camera camera | video +๐ผ Objects light & video tape | vhs | video | videocassette | VHS | videotape +๐ Objects light & video glass tilted left glass | magnifying | magnifying glass tilted left | search | tool +๐ Objects light & video glass tilted right glass | magnifying | magnifying glass tilted right | search | tool +๐ฏ๏ธ Objects light & video +๐ฏ Objects light & video candle | light +๐ก Objects light & video bulb bulb | comic | electric | idea | light | globe +๐ฆ Objects light & video electric | flashlight | light | tool | torch +๐ฎ Objects light & video paper lantern bar | lantern | light | red | red paper lantern +๐ช Objects light & video lamp diya | lamp | oil +๐ Objects book-paper with decorative cover book | cover | decorated | notebook | notebook with decorative cover +๐ Objects book-paper book book | closed +๐ Objects book-paper book book | open +๐ Objects book-paper book book | green +๐ Objects book-paper book blue | book +๐ Objects book-paper book book | orange +๐ Objects book-paper book | books +๐ Objects book-paper notebook +๐ Objects book-paper ledger | notebook +๐ Objects book-paper with curl curl | document | page | page with curl +๐ Objects book-paper paper | scroll +๐ Objects book-paper facing up document | page | page facing up +๐ฐ Objects book-paper news | newspaper | paper +๐๏ธ Objects book-paper newspaper +๐ Objects book-paper newspaper news | newspaper | paper | rolled | rolled-up newspaper +๐ Objects book-paper tabs bookmark | mark | marker | tabs +๐ Objects book-paper bookmark | mark +๐ท๏ธ Objects book-paper +๐ท Objects book-paper label | tag +๐ฐ Objects money bag bag | dollar | money | moneybag +๐ช Objects money coin | gold | metal | money | silver | treasure +๐ด Objects money banknote banknote | bill | currency | money | note | yen +๐ต Objects money banknote banknote | bill | currency | dollar | money | note +๐ถ Objects money banknote banknote | bill | currency | euro | money | note +๐ท Objects money banknote banknote | bill | currency | money | note | pound | sterling +๐ธ Objects money with wings banknote | bill | fly | money | money with wings | wings +๐ณ Objects money card card | credit | money +๐งพ Objects money accounting | bookkeeping | evidence | proof | receipt +๐น Objects money increasing with yen chart | chart increasing with yen | graph | growth | money | yen | graph increasing with yen +โ๏ธ Objects mail +โ Objects mail email | envelope | letter | e-mail +๐ง Objects mail e-mail | email | letter | mail +๐จ Objects mail envelope e-mail | email | envelope | incoming | letter | receive +๐ฉ Objects mail with arrow arrow | e-mail | email | envelope | envelope with arrow | outgoing +๐ค Objects mail tray box | letter | mail | outbox | sent | tray | out tray +๐ฅ Objects mail tray box | inbox | letter | mail | receive | tray | in tray +๐ฆ Objects mail box | package | parcel +๐ซ Objects mail mailbox with raised flag closed | closed mailbox with raised flag | mail | mailbox | postbox | closed postbox with raised flag | letterbox | post | post box | closed letterbox with raised flag +๐ช Objects mail mailbox with lowered flag closed | closed mailbox with lowered flag | lowered | mail | mailbox | postbox | closed postbox with lowered flag | letterbox | post box | closed letterbox with lowered flag +๐ฌ Objects mail mailbox with raised flag mail | mailbox | open | open mailbox with raised flag | postbox | open postbox with raised flag | post | post box | open letterbox with raised flag +๐ญ Objects mail mailbox with lowered flag lowered | mail | mailbox | open | open mailbox with lowered flag | postbox | open postbox with lowered flag | post | post box | open letterbox with lowered flag +๐ฎ Objects mail mail | mailbox | postbox | post | post box +๐ณ๏ธ Objects mail box with ballot +๐ณ Objects mail box with ballot ballot | ballot box with ballot | box +โ๏ธ Objects writing +โ Objects writing pencil +โ๏ธ Objects writing nib +โ Objects writing nib black nib | nib | pen +๐๏ธ Objects writing pen +๐ Objects writing pen fountain | pen +๐๏ธ Objects writing +๐ Objects writing ballpoint | pen +๐๏ธ Objects writing +๐ Objects writing paintbrush | painting +๐๏ธ Objects writing +๐ Objects writing crayon +๐ Objects writing memo | pencil +๐ผ Objects office briefcase +๐ Objects office folder file | folder +๐ Objects office file folder file | folder | open +๐๏ธ Objects office index dividers +๐ Objects office index dividers card | dividers | index +๐
Objects office calendar | date +๐ Objects office calendar calendar | tear-off calendar +๐๏ธ Objects office notepad +๐ Objects office notepad note | pad | spiral | spiral notepad +๐๏ธ Objects office calendar +๐ Objects office calendar calendar | pad | spiral +๐ Objects office index card | index | rolodex +๐ Objects office increasing chart | chart increasing | graph | growth | trend | upward | graph increasing +๐ Objects office decreasing chart | chart decreasing | down | graph | trend | graph decreasing +๐ Objects office chart bar | chart | graph +๐ Objects office clipboard +๐ Objects office pin | pushpin | drawing-pin +๐ Objects office pushpin pin | pushpin | round pushpin | round drawing-pin +๐ Objects office paperclip +๐๏ธ Objects office paperclips +๐ Objects office paperclips link | linked paperclips | paperclip +๐ Objects office ruler ruler | straight edge | straight ruler +๐ Objects office ruler ruler | set | triangle | triangular ruler | set square +โ๏ธ Objects office +โ Objects office cutting | scissors | tool +๐๏ธ Objects office file box +๐ Objects office file box box | card | file +๐๏ธ Objects office cabinet +๐ Objects office cabinet cabinet | file | filing +๐๏ธ Objects office +๐ Objects office wastebasket | rubbish bin | trash | waste paper basket +๐ Objects lock closed | locked | padlock +๐ Objects lock lock | open | unlock | unlocked | padlock +๐ Objects lock with pen ink | lock | locked with pen | nib | pen | privacy +๐ Objects lock with key closed | key | lock | locked with key | secure +๐ Objects lock key | lock | password +๐๏ธ Objects lock key +๐ Objects lock key clue | key | lock | old +๐จ Objects tool hammer | tool +๐ช Objects tool axe | chop | hatchet | split | wood +โ๏ธ Objects tool +โ Objects tool mining | pick | tool +โ๏ธ Objects tool and pick +โ Objects tool and pick hammer | hammer and pick | pick | tool +๐ ๏ธ Objects tool and wrench +๐ Objects tool and wrench hammer | hammer and wrench | spanner | tool | wrench | hammer and spanner +๐ก๏ธ Objects tool +๐ก Objects tool dagger | knife | weapon +โ๏ธ Objects tool swords +โ Objects tool swords crossed | swords | weapon +๐ฃ Objects tool bomb | comic +๐ช Objects tool boomerang | rebound | repercussion +๐น Objects tool and arrow archer | arrow | bow | bow and arrow | Sagittarius | zodiac +๐ก๏ธ Objects tool +๐ก Objects tool shield | weapon +๐ช Objects tool saw carpenter | carpentry saw | lumber | saw | tool +๐ง Objects tool spanner | tool | wrench +๐ช Objects tool screw | screwdriver | tool +๐ฉ Objects tool and bolt bolt | nut | nut and bolt | tool +โ๏ธ Objects tool +โ Objects tool cog | cogwheel | gear | tool +๐๏ธ Objects tool +๐ Objects tool clamp | compress | tool | vice +โ๏ธ Objects tool scale +โ Objects tool scale balance | justice | Libra | scale | zodiac +๐ฆฏ Objects tool cane accessibility | blind | white cane | guide cane | long mobility cane +๐ Objects tool link +โ๏ธโ๐ฅ Objects tool chain +โโ๐ฅ Objects tool chain break | breaking | broken chain | chain | cuffs | freedom +โ๏ธ Objects tool +โ Objects tool chain | chains +๐ช Objects tool catch | crook | curve | ensnare | hook | selling point | fishing +๐งฐ Objects tool chest | mechanic | tool | toolbox +๐งฒ Objects tool attraction | horseshoe | magnet | magnetic +๐ช Objects tool climb | ladder | rung | step +โ๏ธ Objects science +โ Objects science alembic | chemistry | tool +๐งช Objects science tube chemist | chemistry | experiment | lab | science | test tube +๐งซ Objects science dish bacteria | biologist | biology | culture | lab | petri dish +๐งฌ Objects science biologist | dna | evolution | gene | genetics | life | DNA +๐ฌ Objects science microscope | science | tool +๐ญ Objects science science | telescope | tool +๐ก Objects science antenna antenna | dish | satellite +๐ Objects medical medicine | needle | shot | sick | syringe | ill | injection +๐ฉธ Objects medical of blood bleed | blood donation | drop of blood | injury | medicine | menstruation +๐ Objects medical doctor | medicine | pill | sick | capsule +๐ฉน Objects medical bandage adhesive bandage | bandage | injury | plaster | sticking plaster | bandaid | dressing +๐ฉผ Objects medical cane | crutch | disability | hurt | mobility aid | stick +๐ฉบ Objects medical doctor | heart | medicine | stethoscope +๐ฉป Objects medical bones | doctor | medical | skeleton | x-ray | X-ray +๐ช Objects household door +๐ Objects household accessibility | elevator | hoist | lift +๐ช Objects household mirror | reflection | reflector | speculum | looking glass +๐ช Objects household frame | fresh air | opening | transparent | view | window +๐๏ธ Objects household +๐ Objects household bed | hotel | sleep +๐๏ธ Objects household and lamp +๐ Objects household and lamp couch | couch and lamp | hotel | lamp | sofa | sofa and lamp +๐ช Objects household chair | seat | sit +๐ฝ Objects household toilet | facilities | loo | WC | lavatory +๐ช Objects household force cup | plumber | plunger | suction | toilet +๐ฟ Objects household shower | water +๐ Objects household bath | bathtub +๐ชค Objects household trap bait | mouse trap | mousetrap | snare | trap | mouse +๐ช Objects household razor | sharp | shave | cut-throat +๐งด Objects household bottle lotion | lotion bottle | moisturizer | shampoo | sunscreen | moisturiser +๐งท Objects household pin diaper | punk rock | safety pin | nappy +๐งน Objects household broom | cleaning | sweeping | witch +๐งบ Objects household basket | farming | laundry | picnic +๐งป Objects household of paper paper towels | roll of paper | toilet paper | toilet roll +๐ชฃ Objects household bucket | cask | pail | vat +๐งผ Objects household bar | bathing | cleaning | lather | soap | soapdish +๐ซง Objects household bubbles | burp | clean | soap | underwater +๐ชฅ Objects household bathroom | brush | clean | dental | hygiene | teeth | toothbrush +๐งฝ Objects household absorbing | cleaning | porous | sponge +๐งฏ Objects household extinguisher extinguish | fire | fire extinguisher | quench +๐ Objects household cart cart | shopping | trolley | basket +๐ฌ Objects other-object cigarette | smoking +โฐ๏ธ Objects other-object +โฐ Objects other-object coffin | death | casket +๐ชฆ Objects other-object cemetery | grave | graveyard | headstone | tombstone +โฑ๏ธ Objects other-object urn +โฑ Objects other-object urn ashes | death | funeral | urn +๐งฟ Objects other-object amulet bead | charm | evil-eye | nazar | nazar amulet | talisman | amulet | evil eye +๐ชฌ Objects other-object amulet | Fatima | hamsa | hand | Mary | Miriam | protection +๐ฟ Objects other-object face | moai | moyai | statue +๐ชง Objects other-object demonstration | picket | placard | protest | sign +๐ชช Objects other-object card credentials | ID | identification card | license | security | driving | licence +๐ง Symbols transport-sign sign ATM | ATM sign | automated | bank | teller +๐ฎ Symbols transport-sign in bin sign litter | litter bin | litter in bin sign | garbage | trash +๐ฐ Symbols transport-sign water drinking | potable | water +โฟ Symbols transport-sign symbol access | wheelchair symbol | disabled access +๐น Symbols transport-sign room bathroom | lavatory | man | menโs room | restroom | toilet | WC | menโs | washroom | wc +๐บ Symbols transport-sign room bathroom | lavatory | restroom | toilet | WC | woman | womenโs room | ladies room | wc | womenโs toilet | ladiesโ room +๐ป Symbols transport-sign bathroom | lavatory | restroom | toilet | WC | washroom +๐ผ Symbols transport-sign symbol baby | baby symbol | changing | change room +๐พ Symbols transport-sign closet bathroom | closet | lavatory | restroom | toilet | water | WC | wc | amenities | water closet +๐ Symbols transport-sign control control | passport | border | security +๐ Symbols transport-sign customs +๐ Symbols transport-sign claim baggage | claim +๐
Symbols transport-sign luggage baggage | left luggage | locker | luggage +โ ๏ธ Symbols warning +โ Symbols warning warning +๐ธ Symbols warning crossing child | children crossing | crossing | pedestrian | traffic +โ Symbols warning entry entry | forbidden | no | not | prohibited | traffic | denied +๐ซ Symbols warning entry | forbidden | no | not | prohibited | denied +๐ณ Symbols warning bicycles bicycle | bike | forbidden | no | no bicycles | prohibited +๐ญ Symbols warning smoking forbidden | no | not | prohibited | smoking | denied +๐ฏ Symbols warning littering forbidden | litter | no | no littering | not | prohibited | denied +๐ฑ Symbols warning water non-drinking | non-potable | water | non-drinkable water +๐ท Symbols warning pedestrians forbidden | no | no pedestrians | not | pedestrian | prohibited | denied +๐ต Symbols warning mobile phones cell | forbidden | mobile | no | no mobile phones | phone +๐ Symbols warning one under eighteen 18 | age restriction | eighteen | no one under eighteen | prohibited | underage +โข๏ธ Symbols warning +โข Symbols warning radioactive | sign +โฃ๏ธ Symbols warning +โฃ Symbols warning biohazard | sign +โฌ๏ธ Symbols arrow arrow +โฌ Symbols arrow arrow arrow | cardinal | direction | north | up arrow | up +โ๏ธ Symbols arrow arrow +โ Symbols arrow arrow arrow | direction | intercardinal | northeast | up-right arrow +โก๏ธ Symbols arrow arrow +โก Symbols arrow arrow arrow | cardinal | direction | east | right arrow +โ๏ธ Symbols arrow arrow +โ Symbols arrow arrow arrow | direction | down-right arrow | intercardinal | southeast +โฌ๏ธ Symbols arrow arrow +โฌ Symbols arrow arrow arrow | cardinal | direction | down | south +โ๏ธ Symbols arrow arrow +โ Symbols arrow arrow arrow | direction | down-left arrow | intercardinal | southwest +โฌ
๏ธ Symbols arrow arrow +โฌ
Symbols arrow arrow arrow | cardinal | direction | left arrow | west +โ๏ธ Symbols arrow arrow +โ Symbols arrow arrow arrow | direction | intercardinal | northwest | up-left arrow +โ๏ธ Symbols arrow arrow +โ Symbols arrow arrow arrow | up-down arrow +โ๏ธ Symbols arrow arrow +โ Symbols arrow arrow arrow | left-right arrow +โฉ๏ธ Symbols arrow arrow curving left +โฉ Symbols arrow arrow curving left arrow | right arrow curving left +โช๏ธ Symbols arrow arrow curving right +โช Symbols arrow arrow curving right arrow | left arrow curving right +โคด๏ธ Symbols arrow arrow curving up +โคด Symbols arrow arrow curving up arrow | right arrow curving up +โคต๏ธ Symbols arrow arrow curving down +โคต Symbols arrow arrow curving down arrow | down | right arrow curving down +๐ Symbols arrow vertical arrows arrow | clockwise | clockwise vertical arrows | reload +๐ Symbols arrow arrows button anticlockwise | arrow | counterclockwise | counterclockwise arrows button | withershins | anticlockwise arrows button +๐ Symbols arrow arrow arrow | BACK +๐ Symbols arrow arrow arrow | END +๐ Symbols arrow arrow arrow | mark | ON | ON! +๐ Symbols arrow arrow arrow | SOON +๐ Symbols arrow arrow arrow | TOP | up +๐ Symbols religion of worship place of worship | religion | worship +โ๏ธ Symbols religion symbol +โ Symbols religion symbol atheist | atom | atom symbol +๐๏ธ Symbols religion +๐ Symbols religion Hindu | om | religion +โก๏ธ Symbols religion of David +โก Symbols religion of David David | Jew | Jewish | religion | star | star of David | Judaism | Star of David +โธ๏ธ Symbols religion of dharma +โธ Symbols religion of dharma Buddhist | dharma | religion | wheel | wheel of dharma +โฏ๏ธ Symbols religion yang +โฏ Symbols religion yang religion | tao | taoist | yang | yin | Tao | Taoist +โ๏ธ Symbols religion cross +โ Symbols religion cross Christian | cross | latin cross | religion | Latin cross +โฆ๏ธ Symbols religion cross +โฆ Symbols religion cross Christian | cross | orthodox cross | religion | Orthodox cross +โช๏ธ Symbols religion and crescent +โช Symbols religion and crescent islam | Muslim | religion | star and crescent | Islam +โฎ๏ธ Symbols religion symbol +โฎ Symbols religion symbol peace | peace symbol +๐ Symbols religion candelabrum | candlestick | menorah | religion +๐ฏ Symbols religion six-pointed star dotted six-pointed star | fortune | star +๐ชฏ Symbols religion khanda | religion | Sikh +โ Symbols zodiac Aries | ram | zodiac +โ Symbols zodiac bull | ox | Taurus | zodiac +โ Symbols zodiac Gemini | twins | zodiac +โ Symbols zodiac Cancer | crab | zodiac +โ Symbols zodiac Leo | lion | zodiac +โ Symbols zodiac Virgo | zodiac | virgin +โ Symbols zodiac balance | justice | Libra | scales | zodiac +โ Symbols zodiac Scorpio | scorpion | scorpius | zodiac | Scorpius +โ Symbols zodiac archer | Sagittarius | zodiac | centaur +โ Symbols zodiac Capricorn | goat | zodiac +โ Symbols zodiac Aquarius | bearer | water | zodiac | water bearer +โ Symbols zodiac fish | Pisces | zodiac +โ Symbols zodiac bearer | Ophiuchus | serpent | snake | zodiac +๐ Symbols av-symbol tracks button arrow | crossed | shuffle tracks button +๐ Symbols av-symbol button arrow | clockwise | repeat | repeat button +๐ Symbols av-symbol single button arrow | clockwise | once | repeat single button +โถ๏ธ Symbols av-symbol button +โถ Symbols av-symbol button arrow | play | play button | right | triangle +โฉ Symbols av-symbol button arrow | double | fast | fast-forward button | forward | fast forward button +โญ๏ธ Symbols av-symbol track button +โญ Symbols av-symbol track button arrow | next scene | next track | next track button | triangle +โฏ๏ธ Symbols av-symbol or pause button +โฏ Symbols av-symbol or pause button arrow | pause | play | play or pause button | right | triangle +โ๏ธ Symbols av-symbol button +โ Symbols av-symbol button arrow | left | reverse | reverse button | triangle +โช Symbols av-symbol reverse button arrow | double | fast reverse button | rewind +โฎ๏ธ Symbols av-symbol track button +โฎ Symbols av-symbol track button arrow | last track button | previous scene | previous track | triangle +๐ผ Symbols av-symbol button arrow | button | upwards button | red | upward button +โซ Symbols av-symbol up button arrow | double | fast up button +๐ฝ Symbols av-symbol button arrow | button | down | downwards button | downward button | red +โฌ Symbols av-symbol down button arrow | double | down | fast down button +โธ๏ธ Symbols av-symbol button +โธ Symbols av-symbol button bar | double | pause | pause button | vertical +โน๏ธ Symbols av-symbol button +โน Symbols av-symbol button square | stop | stop button +โบ๏ธ Symbols av-symbol button +โบ Symbols av-symbol button circle | record | record button +โ๏ธ Symbols av-symbol button +โ Symbols av-symbol button eject | eject button +๐ฆ Symbols av-symbol camera | cinema | film | movie +๐
Symbols av-symbol button brightness | dim | dim button | low +๐ Symbols av-symbol button bright | bright button | brightness | brightness button +๐ถ Symbols av-symbol bars antenna | antenna bars | bar | cell | mobile | phone +๐ Symbols av-symbol computer | internet | network | wi-fi | wifi | wireless | Wi-Fi +๐ณ Symbols av-symbol mode cell | mobile | mode | phone | telephone | vibration | vibrate +๐ด Symbols av-symbol phone off cell | mobile | off | phone | telephone +โ๏ธ Symbols gender sign +โ Symbols gender sign female sign | woman +โ๏ธ Symbols gender sign +โ Symbols gender sign male sign | man +โง๏ธ Symbols gender symbol +โง Symbols gender symbol transgender | transgender symbol | trans +โ๏ธ Symbols math +โ Symbols math ร | cancel | multiplication | multiply | sign | x | heavy multiplication sign +โ Symbols math + | math | plus | sign | maths | add | addition +โ Symbols math - | โ | math | minus | sign | heavy minus sign | maths | โ | subtraction +โ Symbols math รท | divide | division | math | sign +๐ฐ Symbols math equals sign equality | heavy equals sign | math | maths +โพ๏ธ Symbols math +โพ Symbols math forever | infinity | unbounded | universal | eternal | unbound +โผ๏ธ Symbols punctuation exclamation mark +โผ Symbols punctuation exclamation mark ! | !! | bangbang | double exclamation mark | exclamation | mark | punctuation +โ๏ธ Symbols punctuation question mark +โ Symbols punctuation question mark ! | !? | ? | exclamation | interrobang | mark | punctuation | question | exclamation question mark +โ Symbols punctuation question mark ? | mark | punctuation | question | red question mark +โ Symbols punctuation question mark ? | mark | outlined | punctuation | question | white question mark +โ Symbols punctuation exclamation mark ! | exclamation | mark | outlined | punctuation | white exclamation mark +โ Symbols punctuation exclamation mark ! | exclamation | mark | punctuation | red exclamation mark +ใฐ๏ธ Symbols punctuation dash +ใฐ Symbols punctuation dash dash | punctuation | wavy +๐ฑ Symbols currency exchange bank | currency | exchange | money +๐ฒ Symbols currency dollar sign currency | dollar | heavy dollar sign | money +โ๏ธ Symbols other-symbol symbol +โ Symbols other-symbol symbol aesculapius | medical symbol | medicine | staff +โป๏ธ Symbols other-symbol symbol +โป Symbols other-symbol symbol recycle | recycling symbol +โ๏ธ Symbols other-symbol +โ Symbols other-symbol fleur-de-lis +๐ฑ Symbols other-symbol emblem anchor | emblem | ship | tool | trident +๐ Symbols other-symbol badge badge | name +๐ฐ Symbols other-symbol symbol for beginner beginner | chevron | Japanese | Japanese symbol for beginner | leaf +โญ Symbols other-symbol red circle circle | hollow red circle | large | o | red +โ
Symbols other-symbol mark button โ | button | check | mark | tick +โ๏ธ Symbols other-symbol box with check +โ Symbols other-symbol box with check โ | box | check | check box with check | tick | tick box with tick | ballot +โ๏ธ Symbols other-symbol mark +โ Symbols other-symbol mark โ | check | mark | tick | check mark | heavy tick mark +โ Symbols other-symbol mark ร | cancel | cross | mark | multiplication | multiply | x +โ Symbols other-symbol mark button ร | cross mark button | mark | square | x +โฐ Symbols other-symbol loop curl | curly loop | loop +โฟ Symbols other-symbol curly loop curl | double | double curly loop | loop +ใฝ๏ธ Symbols other-symbol alternation mark +ใฝ Symbols other-symbol alternation mark mark | part | part alternation mark +โณ๏ธ Symbols other-symbol asterisk +โณ Symbols other-symbol asterisk * | asterisk | eight-spoked asterisk +โด๏ธ Symbols other-symbol star +โด Symbols other-symbol star * | eight-pointed star | star +โ๏ธ Symbols other-symbol +โ Symbols other-symbol * | sparkle +ยฉ๏ธ Symbols other-symbol +ยฉ Symbols other-symbol C | copyright +ยฎ๏ธ Symbols other-symbol +ยฎ Symbols other-symbol R | registered | r | trademark +โข๏ธ Symbols other-symbol mark +โข Symbols other-symbol mark mark | TM | trade mark | trademark +#๏ธโฃ Symbols keycap # +#โฃ Symbols keycap # keycap | keycap: # +*๏ธโฃ Symbols keycap * +*โฃ Symbols keycap * keycap | keycap: * +0๏ธโฃ Symbols keycap 0 +0โฃ Symbols keycap 0 keycap | keycap: 0 +1๏ธโฃ Symbols keycap 1 +1โฃ Symbols keycap 1 keycap | keycap: 1 +2๏ธโฃ Symbols keycap 2 +2โฃ Symbols keycap 2 keycap | keycap: 2 +3๏ธโฃ Symbols keycap 3 +3โฃ Symbols keycap 3 keycap | keycap: 3 +4๏ธโฃ Symbols keycap 4 +4โฃ Symbols keycap 4 keycap | keycap: 4 +5๏ธโฃ Symbols keycap 5 +5โฃ Symbols keycap 5 keycap | keycap: 5 +6๏ธโฃ Symbols keycap 6 +6โฃ Symbols keycap 6 keycap | keycap: 6 +7๏ธโฃ Symbols keycap 7 +7โฃ Symbols keycap 7 keycap | keycap: 7 +8๏ธโฃ Symbols keycap 8 +8โฃ Symbols keycap 8 keycap | keycap: 8 +9๏ธโฃ Symbols keycap 9 +9โฃ Symbols keycap 9 keycap | keycap: 9 +๐ Symbols keycap 10 keycap | keycap: 10 +๐ Symbols alphanum latin uppercase ABCD | input | latin | letters | uppercase | input Latin uppercase | Latin +๐ก Symbols alphanum latin lowercase abcd | input | latin | letters | lowercase | input Latin lowercase | Latin +๐ข Symbols alphanum numbers 1234 | input | numbers +๐ฃ Symbols alphanum symbols ใโช&% | input | input symbols +๐ค Symbols alphanum latin letters abc | alphabet | input | latin | letters | input Latin letters | Latin +๐
ฐ๏ธ Symbols alphanum button (blood type) +๐
ฐ Symbols alphanum button (blood type) A | A button (blood type) | blood type +๐ Symbols alphanum button (blood type) AB | AB button (blood type) | blood type +๐
ฑ๏ธ Symbols alphanum button (blood type) +๐
ฑ Symbols alphanum button (blood type) B | B button (blood type) | blood type +๐ Symbols alphanum button CL | CL button +๐ Symbols alphanum button COOL | COOL button +๐ Symbols alphanum button FREE | FREE button +โน๏ธ Symbols alphanum +โน Symbols alphanum i | information +๐ Symbols alphanum button ID | ID button | identity +โ๏ธ Symbols alphanum M +โ Symbols alphanum M circle | circled M | M +๐ Symbols alphanum button NEW | NEW button +๐ Symbols alphanum button NG | NG button +๐
พ๏ธ Symbols alphanum button (blood type) +๐
พ Symbols alphanum button (blood type) blood type | O | O button (blood type) +๐ Symbols alphanum button OK | OK button +๐
ฟ๏ธ Symbols alphanum button +๐
ฟ Symbols alphanum button P | P button | parking | car park | carpark +๐ Symbols alphanum button help | SOS | SOS button +๐ Symbols alphanum button mark | UP | UP! | UP! button +๐ Symbols alphanum button versus | VS | VS button +๐ Symbols alphanum โhereโ button โhereโ | Japanese | Japanese โhereโ button | katakana | ใณใณ +๐๏ธ Symbols alphanum โservice chargeโ button +๐ Symbols alphanum โservice chargeโ button โservice chargeโ | Japanese | Japanese โservice chargeโ button | katakana | ใต +๐ท๏ธ Symbols alphanum โmonthly amountโ button +๐ท Symbols alphanum โmonthly amountโ button โmonthly amountโ | ideograph | Japanese | Japanese โmonthly amountโ button | ๆ +๐ถ Symbols alphanum โnot free of chargeโ button โnot free of chargeโ | ideograph | Japanese | Japanese โnot free of chargeโ button | ๆ +๐ฏ Symbols alphanum โreservedโ button โreservedโ | ideograph | Japanese | Japanese โreservedโ button | ๆ +๐ Symbols alphanum โbargainโ button โbargainโ | ideograph | Japanese | Japanese โbargainโ button | ๅพ +๐น Symbols alphanum โdiscountโ button โdiscountโ | ideograph | Japanese | Japanese โdiscountโ button | ๅฒ +๐ Symbols alphanum โfree of chargeโ button โfree of chargeโ | ideograph | Japanese | Japanese โfree of chargeโ button | ็ก +๐ฒ Symbols alphanum โprohibitedโ button โprohibitedโ | ideograph | Japanese | Japanese โprohibitedโ button | ็ฆ +๐ Symbols alphanum โacceptableโ button โacceptableโ | ideograph | Japanese | Japanese โacceptableโ button | ๅฏ +๐ธ Symbols alphanum โapplicationโ button โapplicationโ | ideograph | Japanese | Japanese โapplicationโ button | ็ณ +๐ด Symbols alphanum โpassing gradeโ button โpassing gradeโ | ideograph | Japanese | Japanese โpassing gradeโ button | ๅ +๐ณ Symbols alphanum โvacancyโ button โvacancyโ | ideograph | Japanese | Japanese โvacancyโ button | ็ฉบ +ใ๏ธ Symbols alphanum โcongratulationsโ button +ใ Symbols alphanum โcongratulationsโ button โcongratulationsโ | ideograph | Japanese | Japanese โcongratulationsโ button | ็ฅ +ใ๏ธ Symbols alphanum โsecretโ button +ใ Symbols alphanum โsecretโ button โsecretโ | ideograph | Japanese | Japanese โsecretโ button | ็ง +๐บ Symbols alphanum โopen for businessโ button โopen for businessโ | ideograph | Japanese | Japanese โopen for businessโ button | ๅถ +๐ต Symbols alphanum โno vacancyโ button โno vacancyโ | ideograph | Japanese | Japanese โno vacancyโ button | ๆบ +๐ด Symbols geometric circle circle | geometric | red +๐ Symbols geometric circle circle | orange +๐ก Symbols geometric circle circle | yellow +๐ข Symbols geometric circle circle | green +๐ต Symbols geometric circle blue | circle | geometric +๐ฃ Symbols geometric circle circle | purple +๐ค Symbols geometric circle brown | circle +โซ Symbols geometric circle black circle | circle | geometric +โช Symbols geometric circle circle | geometric | white circle +๐ฅ Symbols geometric square red | square +๐ง Symbols geometric square orange | square +๐จ Symbols geometric square square | yellow +๐ฉ Symbols geometric square green | square +๐ฆ Symbols geometric square blue | square +๐ช Symbols geometric square purple | square +๐ซ Symbols geometric square brown | square +โฌ Symbols geometric large square black large square | geometric | square +โฌ Symbols geometric large square geometric | square | white large square +โผ๏ธ Symbols geometric medium square +โผ Symbols geometric medium square black medium square | geometric | square +โป๏ธ Symbols geometric medium square +โป Symbols geometric medium square geometric | square | white medium square +โพ Symbols geometric medium-small square black medium-small square | geometric | square +โฝ Symbols geometric medium-small square geometric | square | white medium-small square +โช๏ธ Symbols geometric small square +โช Symbols geometric small square black small square | geometric | square +โซ๏ธ Symbols geometric small square +โซ Symbols geometric small square geometric | square | white small square +๐ถ Symbols geometric orange diamond diamond | geometric | large orange diamond | orange +๐ท Symbols geometric blue diamond blue | diamond | geometric | large blue diamond +๐ธ Symbols geometric orange diamond diamond | geometric | orange | small orange diamond +๐น Symbols geometric blue diamond blue | diamond | geometric | small blue diamond +๐บ Symbols geometric triangle pointed up geometric | red | red triangle pointed up +๐ป Symbols geometric triangle pointed down down | geometric | red | red triangle pointed down +๐ Symbols geometric with a dot comic | diamond | diamond with a dot | geometric | inside +๐ Symbols geometric button button | geometric | radio +๐ณ Symbols geometric square button button | geometric | outlined | square | white square button +๐ฒ Symbols geometric square button black square button | button | geometric | square +๐ flag flag checkered | chequered | chequered flag | racing | checkered flag +๐ฉ flag flag post | triangular flag | red flag +๐ flag celebration | cross | crossed | crossed flags | Japanese +๐ด flag flag black flag | waving +๐ณ๏ธ flag flag +๐ณ flag flag waving | white flag | surrender +๐ณ๏ธโ๐ flag flag +๐ณโ๐ flag flag pride | rainbow | rainbow flag +๐ณ๏ธโโง๏ธ flag flag +๐ณ๏ธโโง flag flag +๐ณโโง flag flag flag | light blue | pink | transgender | white | trans +๐ดโโ ๏ธ flag flag +๐ดโโ flag flag Jolly Roger | pirate | pirate flag | plunder | treasure +๐ฆ๐จ country-flag Ascension Island flag | flag: Ascension Island +๐ฆ๐ฉ country-flag Andorra flag | flag: Andorra +๐ฆ๐ช country-flag United Arab Emirates flag | flag: United Arab Emirates +๐ฆ๐ซ country-flag Afghanistan flag | flag: Afghanistan +๐ฆ๐ฌ country-flag Antigua & Barbuda flag | flag: Antigua & Barbuda | flag: Antigua and Barbuda +๐ฆ๐ฎ country-flag Anguilla flag | flag: Anguilla +๐ฆ๐ฑ country-flag Albania flag | flag: Albania +๐ฆ๐ฒ country-flag Armenia flag | flag: Armenia +๐ฆ๐ด country-flag Angola flag | flag: Angola +๐ฆ๐ถ country-flag Antarctica flag | flag: Antarctica +๐ฆ๐ท country-flag Argentina flag | flag: Argentina +๐ฆ๐ธ country-flag American Samoa flag | flag: American Samoa +๐ฆ๐น country-flag Austria flag | flag: Austria +๐ฆ๐บ country-flag Australia flag | flag: Australia +๐ฆ๐ผ country-flag Aruba flag | flag: Aruba +๐ฆ๐ฝ country-flag ร
land Islands flag | flag: ร
land Islands +๐ฆ๐ฟ country-flag Azerbaijan flag | flag: Azerbaijan +๐ง๐ฆ country-flag Bosnia & Herzegovina flag | flag: Bosnia & Herzegovina | flag: Bosnia and Herzegovina +๐ง๐ง country-flag Barbados flag | flag: Barbados +๐ง๐ฉ country-flag Bangladesh flag | flag: Bangladesh +๐ง๐ช country-flag Belgium flag | flag: Belgium +๐ง๐ซ country-flag Burkina Faso flag | flag: Burkina Faso +๐ง๐ฌ country-flag Bulgaria flag | flag: Bulgaria +๐ง๐ญ country-flag Bahrain flag | flag: Bahrain +๐ง๐ฎ country-flag Burundi flag | flag: Burundi +๐ง๐ฏ country-flag Benin flag | flag: Benin +๐ง๐ฑ country-flag St. Barthรฉlemy flag | flag: St. Barthรฉlemy | flag: St Barthรฉlemy | flag: Saint-Barthรฉlemy +๐ง๐ฒ country-flag Bermuda flag | flag: Bermuda +๐ง๐ณ country-flag Brunei flag | flag: Brunei +๐ง๐ด country-flag Bolivia flag | flag: Bolivia +๐ง๐ถ country-flag Caribbean Netherlands flag | flag: Caribbean Netherlands +๐ง๐ท country-flag Brazil flag | flag: Brazil +๐ง๐ธ country-flag Bahamas flag | flag: Bahamas +๐ง๐น country-flag Bhutan flag | flag: Bhutan +๐ง๐ป country-flag Bouvet Island flag | flag: Bouvet Island +๐ง๐ผ country-flag Botswana flag | flag: Botswana +๐ง๐พ country-flag Belarus flag | flag: Belarus +๐ง๐ฟ country-flag Belize flag | flag: Belize +๐จ๐ฆ country-flag Canada flag | flag: Canada +๐จ๐จ country-flag Cocos (Keeling) Islands flag | flag: Cocos (Keeling) Islands +๐จ๐ฉ country-flag Congo - Kinshasa flag | flag: Congo - Kinshasa +๐จ๐ซ country-flag Central African Republic flag | flag: Central African Republic +๐จ๐ฌ country-flag Congo - Brazzaville flag | flag: Congo - Brazzaville +๐จ๐ญ country-flag Switzerland flag | flag: Switzerland +๐จ๐ฎ country-flag Cรดte dโIvoire flag | flag: Cรดte dโIvoire +๐จ๐ฐ country-flag Cook Islands flag | flag: Cook Islands +๐จ๐ฑ country-flag Chile flag | flag: Chile +๐จ๐ฒ country-flag Cameroon flag | flag: Cameroon +๐จ๐ณ country-flag China flag | flag: China +๐จ๐ด country-flag Colombia flag | flag: Colombia +๐จ๐ต country-flag Clipperton Island flag | flag: Clipperton Island +๐จ๐ท country-flag Costa Rica flag | flag: Costa Rica +๐จ๐บ country-flag Cuba flag | flag: Cuba +๐จ๐ป country-flag Cape Verde flag | flag: Cape Verde +๐จ๐ผ country-flag Curaรงao flag | flag: Curaรงao +๐จ๐ฝ country-flag Christmas Island flag | flag: Christmas Island +๐จ๐พ country-flag Cyprus flag | flag: Cyprus +๐จ๐ฟ country-flag Czechia flag | flag: Czechia +๐ฉ๐ช country-flag Germany flag | flag: Germany +๐ฉ๐ฌ country-flag Diego Garcia flag | flag: Diego Garcia +๐ฉ๐ฏ country-flag Djibouti flag | flag: Djibouti +๐ฉ๐ฐ country-flag Denmark flag | flag: Denmark +๐ฉ๐ฒ country-flag Dominica flag | flag: Dominica +๐ฉ๐ด country-flag Dominican Republic flag | flag: Dominican Republic +๐ฉ๐ฟ country-flag Algeria flag | flag: Algeria +๐ช๐ฆ country-flag Ceuta & Melilla flag | flag: Ceuta & Melilla | flag: Ceuta and Melilla +๐ช๐จ country-flag Ecuador flag | flag: Ecuador +๐ช๐ช country-flag Estonia flag | flag: Estonia +๐ช๐ฌ country-flag Egypt flag | flag: Egypt +๐ช๐ญ country-flag Western Sahara flag | flag: Western Sahara +๐ช๐ท country-flag Eritrea flag | flag: Eritrea +๐ช๐ธ country-flag Spain flag | flag: Spain +๐ช๐น country-flag Ethiopia flag | flag: Ethiopia +๐ช๐บ country-flag European Union flag | flag: European Union +๐ซ๐ฎ country-flag Finland flag | flag: Finland +๐ซ๐ฏ country-flag Fiji flag | flag: Fiji +๐ซ๐ฐ country-flag Falkland Islands flag | flag: Falkland Islands +๐ซ๐ฒ country-flag Micronesia flag | flag: Micronesia +๐ซ๐ด country-flag Faroe Islands flag | flag: Faroe Islands +๐ซ๐ท country-flag France flag | flag: France +๐ฌ๐ฆ country-flag Gabon flag | flag: Gabon +๐ฌ๐ง country-flag United Kingdom flag | flag: United Kingdom +๐ฌ๐ฉ country-flag Grenada flag | flag: Grenada +๐ฌ๐ช country-flag Georgia flag | flag: Georgia +๐ฌ๐ซ country-flag French Guiana flag | flag: French Guiana +๐ฌ๐ฌ country-flag Guernsey flag | flag: Guernsey +๐ฌ๐ญ country-flag Ghana flag | flag: Ghana +๐ฌ๐ฎ country-flag Gibraltar flag | flag: Gibraltar +๐ฌ๐ฑ country-flag Greenland flag | flag: Greenland +๐ฌ๐ฒ country-flag Gambia flag | flag: Gambia +๐ฌ๐ณ country-flag Guinea flag | flag: Guinea +๐ฌ๐ต country-flag Guadeloupe flag | flag: Guadeloupe +๐ฌ๐ถ country-flag Equatorial Guinea flag | flag: Equatorial Guinea +๐ฌ๐ท country-flag Greece flag | flag: Greece +๐ฌ๐ธ country-flag South Georgia & South Sandwich Islands flag | flag: South Georgia & South Sandwich Islands | flag: South Georgia and South Sandwich Islands +๐ฌ๐น country-flag Guatemala flag | flag: Guatemala +๐ฌ๐บ country-flag Guam flag | flag: Guam +๐ฌ๐ผ country-flag Guinea-Bissau flag | flag: Guinea-Bissau +๐ฌ๐พ country-flag Guyana flag | flag: Guyana +๐ญ๐ฐ country-flag Hong Kong SAR China flag | flag: Hong Kong SAR China +๐ญ๐ฒ country-flag Heard & McDonald Islands flag | flag: Heard & McDonald Islands | flag: Heard and McDonald Islands +๐ญ๐ณ country-flag Honduras flag | flag: Honduras +๐ญ๐ท country-flag Croatia flag | flag: Croatia +๐ญ๐น country-flag Haiti flag | flag: Haiti +๐ญ๐บ country-flag Hungary flag | flag: Hungary +๐ฎ๐จ country-flag Canary Islands flag | flag: Canary Islands +๐ฎ๐ฉ country-flag Indonesia flag | flag: Indonesia +๐ฎ๐ช country-flag Ireland flag | flag: Ireland +๐ฎ๐ฑ country-flag Israel flag | flag: Israel +๐ฎ๐ฒ country-flag Isle of Man flag | flag: Isle of Man +๐ฎ๐ณ country-flag India flag | flag: India +๐ฎ๐ด country-flag British Indian Ocean Territory flag | flag: British Indian Ocean Territory +๐ฎ๐ถ country-flag Iraq flag | flag: Iraq +๐ฎ๐ท country-flag Iran flag | flag: Iran +๐ฎ๐ธ country-flag Iceland flag | flag: Iceland +๐ฎ๐น country-flag Italy flag | flag: Italy +๐ฏ๐ช country-flag Jersey flag | flag: Jersey +๐ฏ๐ฒ country-flag Jamaica flag | flag: Jamaica +๐ฏ๐ด country-flag Jordan flag | flag: Jordan +๐ฏ๐ต country-flag Japan flag | flag: Japan +๐ฐ๐ช country-flag Kenya flag | flag: Kenya +๐ฐ๐ฌ country-flag Kyrgyzstan flag | flag: Kyrgyzstan +๐ฐ๐ญ country-flag Cambodia flag | flag: Cambodia +๐ฐ๐ฎ country-flag Kiribati flag | flag: Kiribati +๐ฐ๐ฒ country-flag Comoros flag | flag: Comoros +๐ฐ๐ณ country-flag St. Kitts & Nevis flag | flag: St. Kitts & Nevis | flag: St Kitts & Nevis | flag: Saint Kitts and Nevis +๐ฐ๐ต country-flag North Korea flag | flag: North Korea +๐ฐ๐ท country-flag South Korea flag | flag: South Korea +๐ฐ๐ผ country-flag Kuwait flag | flag: Kuwait +๐ฐ๐พ country-flag Cayman Islands flag | flag: Cayman Islands +๐ฐ๐ฟ country-flag Kazakhstan flag | flag: Kazakhstan +๐ฑ๐ฆ country-flag Laos flag | flag: Laos +๐ฑ๐ง country-flag Lebanon flag | flag: Lebanon +๐ฑ๐จ country-flag St. Lucia flag | flag: St. Lucia | flag: St Lucia | flag: Saint Lucia +๐ฑ๐ฎ country-flag Liechtenstein flag | flag: Liechtenstein +๐ฑ๐ฐ country-flag Sri Lanka flag | flag: Sri Lanka +๐ฑ๐ท country-flag Liberia flag | flag: Liberia +๐ฑ๐ธ country-flag Lesotho flag | flag: Lesotho +๐ฑ๐น country-flag Lithuania flag | flag: Lithuania +๐ฑ๐บ country-flag Luxembourg flag | flag: Luxembourg +๐ฑ๐ป country-flag Latvia flag | flag: Latvia +๐ฑ๐พ country-flag Libya flag | flag: Libya +๐ฒ๐ฆ country-flag Morocco flag | flag: Morocco +๐ฒ๐จ country-flag Monaco flag | flag: Monaco +๐ฒ๐ฉ country-flag Moldova flag | flag: Moldova +๐ฒ๐ช country-flag Montenegro flag | flag: Montenegro +๐ฒ๐ซ country-flag St. Martin flag | flag: St. Martin | flag: St Martin | flag: Saint Martin +๐ฒ๐ฌ country-flag Madagascar flag | flag: Madagascar +๐ฒ๐ญ country-flag Marshall Islands flag | flag: Marshall Islands +๐ฒ๐ฐ country-flag North Macedonia flag | flag: North Macedonia +๐ฒ๐ฑ country-flag Mali flag | flag: Mali +๐ฒ๐ฒ country-flag Myanmar (Burma) flag | flag: Myanmar (Burma) +๐ฒ๐ณ country-flag Mongolia flag | flag: Mongolia +๐ฒ๐ด country-flag Macao SAR China flag | flag: Macao SAR China +๐ฒ๐ต country-flag Northern Mariana Islands flag | flag: Northern Mariana Islands +๐ฒ๐ถ country-flag Martinique flag | flag: Martinique +๐ฒ๐ท country-flag Mauritania flag | flag: Mauritania +๐ฒ๐ธ country-flag Montserrat flag | flag: Montserrat +๐ฒ๐น country-flag Malta flag | flag: Malta +๐ฒ๐บ country-flag Mauritius flag | flag: Mauritius +๐ฒ๐ป country-flag Maldives flag | flag: Maldives +๐ฒ๐ผ country-flag Malawi flag | flag: Malawi +๐ฒ๐ฝ country-flag Mexico flag | flag: Mexico +๐ฒ๐พ country-flag Malaysia flag | flag: Malaysia +๐ฒ๐ฟ country-flag Mozambique flag | flag: Mozambique +๐ณ๐ฆ country-flag Namibia flag | flag: Namibia +๐ณ๐จ country-flag New Caledonia flag | flag: New Caledonia +๐ณ๐ช country-flag Niger flag | flag: Niger +๐ณ๐ซ country-flag Norfolk Island flag | flag: Norfolk Island +๐ณ๐ฌ country-flag Nigeria flag | flag: Nigeria +๐ณ๐ฎ country-flag Nicaragua flag | flag: Nicaragua +๐ณ๐ฑ country-flag Netherlands flag | flag: Netherlands +๐ณ๐ด country-flag Norway flag | flag: Norway +๐ณ๐ต country-flag Nepal flag | flag: Nepal +๐ณ๐ท country-flag Nauru flag | flag: Nauru +๐ณ๐บ country-flag Niue flag | flag: Niue +๐ณ๐ฟ country-flag New Zealand flag | flag: New Zealand +๐ด๐ฒ country-flag Oman flag | flag: Oman +๐ต๐ฆ country-flag Panama flag | flag: Panama +๐ต๐ช country-flag Peru flag | flag: Peru +๐ต๐ซ country-flag French Polynesia flag | flag: French Polynesia +๐ต๐ฌ country-flag Papua New Guinea flag | flag: Papua New Guinea +๐ต๐ญ country-flag Philippines flag | flag: Philippines +๐ต๐ฐ country-flag Pakistan flag | flag: Pakistan +๐ต๐ฑ country-flag Poland flag | flag: Poland +๐ต๐ฒ country-flag St. Pierre & Miquelon flag | flag: St. Pierre & Miquelon | flag: St Pierre & Miquelon | flag: Saint-Pierre-et-Miquelon +๐ต๐ณ country-flag Pitcairn Islands flag | flag: Pitcairn Islands +๐ต๐ท country-flag Puerto Rico flag | flag: Puerto Rico +๐ต๐ธ country-flag Palestinian Territories flag | flag: Palestinian Territories | flag: Palestinian territories +๐ต๐น country-flag Portugal flag | flag: Portugal +๐ต๐ผ country-flag Palau flag | flag: Palau +๐ต๐พ country-flag Paraguay flag | flag: Paraguay +๐ถ๐ฆ country-flag Qatar flag | flag: Qatar +๐ท๐ช country-flag Rรฉunion flag | flag: Rรฉunion +๐ท๐ด country-flag Romania flag | flag: Romania +๐ท๐ธ country-flag Serbia flag | flag: Serbia +๐ท๐บ country-flag Russia flag | flag: Russia +๐ท๐ผ country-flag Rwanda flag | flag: Rwanda +๐ธ๐ฆ country-flag Saudi Arabia flag | flag: Saudi Arabia +๐ธ๐ง country-flag Solomon Islands flag | flag: Solomon Islands +๐ธ๐จ country-flag Seychelles flag | flag: Seychelles +๐ธ๐ฉ country-flag Sudan flag | flag: Sudan +๐ธ๐ช country-flag Sweden flag | flag: Sweden +๐ธ๐ฌ country-flag Singapore flag | flag: Singapore +๐ธ๐ญ country-flag St. Helena flag | flag: St. Helena | flag: St Helena | flag: Saint Helena +๐ธ๐ฎ country-flag Slovenia flag | flag: Slovenia +๐ธ๐ฏ country-flag Svalbard & Jan Mayen flag | flag: Svalbard & Jan Mayen | flag: Svalbard and Jan Mayen +๐ธ๐ฐ country-flag Slovakia flag | flag: Slovakia +๐ธ๐ฑ country-flag Sierra Leone flag | flag: Sierra Leone +๐ธ๐ฒ country-flag San Marino flag | flag: San Marino +๐ธ๐ณ country-flag Senegal flag | flag: Senegal +๐ธ๐ด country-flag Somalia flag | flag: Somalia +๐ธ๐ท country-flag Suriname flag | flag: Suriname +๐ธ๐ธ country-flag South Sudan flag | flag: South Sudan +๐ธ๐น country-flag Sรฃo Tomรฉ & Prรญncipe flag | flag: Sรฃo Tomรฉ & Prรญncipe | flag: Sรฃo Tomรฉ and Prรญncipe +๐ธ๐ป country-flag El Salvador flag | flag: El Salvador +๐ธ๐ฝ country-flag Sint Maarten flag | flag: Sint Maarten +๐ธ๐พ country-flag Syria flag | flag: Syria +๐ธ๐ฟ country-flag Eswatini flag | flag: Eswatini +๐น๐ฆ country-flag Tristan da Cunha flag | flag: Tristan da Cunha +๐น๐จ country-flag Turks & Caicos Islands flag | flag: Turks & Caicos Islands | flag: Turks and Caicos Islands +๐น๐ฉ country-flag Chad flag | flag: Chad +๐น๐ซ country-flag French Southern Territories flag | flag: French Southern Territories +๐น๐ฌ country-flag Togo flag | flag: Togo +๐น๐ญ country-flag Thailand flag | flag: Thailand +๐น๐ฏ country-flag Tajikistan flag | flag: Tajikistan +๐น๐ฐ country-flag Tokelau flag | flag: Tokelau +๐น๐ฑ country-flag Timor-Leste flag | flag: Timor-Leste +๐น๐ฒ country-flag Turkmenistan flag | flag: Turkmenistan +๐น๐ณ country-flag Tunisia flag | flag: Tunisia +๐น๐ด country-flag Tonga flag | flag: Tonga +๐น๐ท country-flag Turkey flag | flag: Tรผrkiye +๐น๐น country-flag Trinidad & Tobago flag | flag: Trinidad & Tobago | flag: Trinidad and Tobago +๐น๐ป country-flag Tuvalu flag | flag: Tuvalu +๐น๐ผ country-flag Taiwan flag | flag: Taiwan +๐น๐ฟ country-flag Tanzania flag | flag: TanzaniaE +๐บ๐ฆ country-flag Ukraine flag | flag: Ukraine +๐บ๐ฌ country-flag Uganda flag | flag: Uganda +๐บ๐ฒ country-flag U.S. Outlying Islands flag | flag: U.S. Outlying Islands | flag: US Outlying Islands +๐บ๐ณ country-flag United Nations flag | flag: United Nations +๐บ๐ธ country-flag United States flag | flag: United States +๐บ๐พ country-flag Uruguay flag | flag: Uruguay +๐บ๐ฟ country-flag Uzbekistan flag | flag: Uzbekistan +๐ป๐ฆ country-flag Vatican City flag | flag: Vatican City +๐ป๐จ country-flag St. Vincent & Grenadines flag | flag: St. Vincent & Grenadines | flag: St Vincent & the Grenadines | flag: Saint Vincent and the Grenadines +๐ป๐ช country-flag Venezuela flag | flag: Venezuela +๐ป๐ฌ country-flag British Virgin Islands flag | flag: British Virgin Islands +๐ป๐ฎ country-flag U.S. Virgin Islands flag | flag: U.S. Virgin Islands | flag: US Virgin Islands +๐ป๐ณ country-flag Vietnam flag | flag: Vietnam +๐ป๐บ country-flag Vanuatu flag | flag: Vanuatu +๐ผ๐ซ country-flag Wallis & Futuna flag | flag: Wallis & Futuna | flag: Wallis and Futuna +๐ผ๐ธ country-flag Samoa flag | flag: Samoa +๐ฝ๐ฐ country-flag Kosovo flag | flag: Kosovo +๐พ๐ช country-flag Yemen flag | flag: Yemen +๐พ๐น country-flag Mayotte flag | flag: Mayotte +๐ฟ๐ฆ country-flag South Africa flag | flag: South Africa +๐ฟ๐ฒ country-flag Zambia flag | flag: Zambia +๐ฟ๐ผ country-flag Zimbabwe flag | flag: Zimbabwe +๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ subdivision-flag England flag | flag: England +๐ด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ subdivision-flag Scotland flag | flag: Scotland +๐ด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ subdivision-flag Wales flag | flag: Wales + diff --git a/config/hypr/scripts/ScreenShot.sh b/config/hypr/scripts/ScreenShot.sh index 5d15ee68..d8c4b604 100755 --- a/config/hypr/scripts/ScreenShot.sh +++ b/config/hypr/scripts/ScreenShot.sh @@ -83,7 +83,6 @@ shotarea() { wl-copy <"$tmpfile" mv "$tmpfile" "$dir/$file" fi - rm "$tmpfile" notify_view } diff --git a/config/hypr/scripts/SwitchKeyboardLayout.sh b/config/hypr/scripts/SwitchKeyboardLayout.sh index 9ef71f64..76c06574 100755 --- a/config/hypr/scripts/SwitchKeyboardLayout.sh +++ b/config/hypr/scripts/SwitchKeyboardLayout.sh @@ -2,32 +2,37 @@ # /* ---- ๐ซ https://github.com/JaKooLit ๐ซ ---- */ ## # This is for changing kb_layouts. Set kb_layouts in $settings_file -layout_f="$HOME/.cache/kb_layout" +layout_file="$HOME/.cache/kb_layout" settings_file="$HOME/.config/hypr/UserConfigs/UserSettings.conf" -notif="$HOME/.config/swaync/images/bell.png" +notif_icon="$HOME/.config/swaync/images/bell.png" -echo "Starting script..." +# Refined ignore list with patterns or specific device names +ignore_patterns=( + "--(avrcp)" + "Bluetooth Speaker" + "Other Device + Name" + ) -# Check if ~/.cache/kb_layout exists and create it with a default layout from Settings.conf if not found -if [ ! -f "$layout_f" ]; then - echo "Creating layout file as it does not exist..." - default_layout=$(grep 'kb_layout = ' "$settings_file" | cut -d '=' -f 2 | cut -d ',' -f 1 2>/dev/null) - if [ -z "$default_layout" ]; then - default_layout="us" # Default to 'us' layout if Settings.conf or 'kb_layout' is not found - fi - echo "$default_layout" > "$layout_f" + +# Create layout file with default layout if it does not exist +if [ ! -f "$layout_file" ]; then + echo "Creating layout file..." + default_layout=$(grep 'kb_layout = ' "$settings_file" | cut -d '=' -f 2 | tr -d '[:space:]' | cut -d ',' -f 1 2>/dev/null) + default_layout=${default_layout:-"us"} # Default to 'us' layout + echo "$default_layout" > "$layout_file" echo "Default layout set to $default_layout" fi -current_layout=$(cat "$layout_f") +current_layout=$(cat "$layout_file") echo "Current layout: $current_layout" -# Read keyboard layout settings from Settings.conf +# Read available layouts from settings file if [ -f "$settings_file" ]; then - echo "Reading keyboard layout settings from $settings_file..." kb_layout_line=$(grep 'kb_layout = ' "$settings_file" | cut -d '=' -f 2) - IFS=',' read -ra layout_mapping <<< "$kb_layout_line" - echo "Available layouts: ${layout_mapping[@]}" + # Remove leading and trailing spaces around each layout + kb_layout_line=$(echo "$kb_layout_line" | tr -d '[:space:]') + IFS=',' read -r -a layout_mapping <<< "$kb_layout_line" else echo "Settings file not found!" exit 1 @@ -36,56 +41,64 @@ fi layout_count=${#layout_mapping[@]} echo "Number of layouts: $layout_count" -# Find the index of the current layout in the mapping +# Find current layout index and calculate next layout for ((i = 0; i < layout_count; i++)); do if [ "$current_layout" == "${layout_mapping[i]}" ]; then current_index=$i - echo "Current layout index: $current_index" break fi done -# Calculate the index of the next layout next_index=$(( (current_index + 1) % layout_count )) new_layout="${layout_mapping[next_index]}" echo "Next layout: $new_layout" -# Created by T-Crypt - +# Function to get keyboard names get_keyboard_names() { hyprctl devices -j | jq -r '.keyboards[].name' } +# Function to check if a device matches any ignore pattern +is_ignored() { + local device_name=$1 + for pattern in "${ignore_patterns[@]}"; do + if [[ "$device_name" == *"$pattern"* ]]; then + return 0 # Device matches ignore pattern + fi + done + return 1 # Device does not match any ignore pattern +} + +# Function to change keyboard layout change_layout() { - local got_error=false + local error_found=false while read -r name; do + if is_ignored "$name"; then + echo "Skipping ignored device: $name" + continue + fi + echo "Switching layout for $name to $new_layout..." - hyprctl switchxkblayout "$name" "$new_layout" - if [[ $? -eq 0 ]]; then - echo "Switched the layout for $name." - else - >&2 echo "Error while switching the layout for $name." - got_error=true + hyprctl switchxkblayout "$name" next + if [ $? -ne 0 ]; then + echo "Error while switching layout for $name." >&2 + error_found=true fi done <<< "$(get_keyboard_names)" - if [ "$got_error" = true ]; then - >&2 echo "Some errors were found during the process..." - return 1 - fi - - return 0 # All layouts had been cycled successfully + $error_found && return 1 + return 0 } +# Execute layout change and notify if ! change_layout; then - notify-send -u low -t 2000 'Keyboard layout' 'Error: Layout change failed' - >&2 echo "Layout change failed." + notify-send -u low -t 2000 'kb_layout' 'Error: Layout change failed' + echo "Layout change failed." >&2 exit 1 else - # Notification for the new keyboard layout - notify-send -u low -i "$notif" "new KB_Layout: $new_layout" + notify-send -u low -i "$notif_icon" "New kb_layout: $new_layout" echo "Layout change notification sent." fi -echo "$new_layout" > "$layout_f" +echo "$new_layout" > "$layout_file" diff --git a/config/hypr/v2.3.3 b/config/hypr/v2.3.5 index 31b3414d..31b3414d 100644 --- a/config/hypr/v2.3.3 +++ b/config/hypr/v2.3.5 diff --git a/config/hypr/wallpaper_effects/.wallpaper_current b/config/hypr/wallpaper_effects/.wallpaper_current Binary files differindex 11ad0407..10978a0f 100644 --- a/config/hypr/wallpaper_effects/.wallpaper_current +++ b/config/hypr/wallpaper_effects/.wallpaper_current diff --git a/config/hypr/wallpaper_effects/.wallpaper_modified b/config/hypr/wallpaper_effects/.wallpaper_modified Binary files differindex ca86d18f..e97dd571 100644 --- a/config/hypr/wallpaper_effects/.wallpaper_modified +++ b/config/hypr/wallpaper_effects/.wallpaper_modified diff --git a/config/hypr/wallust/wallust-hyprland.conf b/config/hypr/wallust/wallust-hyprland.conf index 4c6408bc..6bdaa4cc 100644 --- a/config/hypr/wallust/wallust-hyprland.conf +++ b/config/hypr/wallust/wallust-hyprland.conf @@ -1,18 +1,18 @@ -$background = rgb(050507) -$foreground = rgb(EAF2FA) -$color0 = rgb(050507) -$color1 = rgb(824616) -$color2 = rgb(7F481E) -$color3 = rgb(6A5C56) -$color4 = rgb(5D6879) -$color5 = rgb(586D87) -$color6 = rgb(92A4B4) -$color7 = rgb(D8E4EF) -$color8 = rgb(97A0A7) -$color9 = rgb(AD5D1E) -$color10 = rgb(A96027) -$color11 = rgb(8D7A72) -$color12 = rgb(7C8BA1) -$color13 = rgb(7591B4) -$color14 = rgb(C2DAF0) -$color15 = rgb(D8E4EF) +$background = rgb(0A0000) +$foreground = rgb(FDEBE2) +$color0 = rgb(0A0000) +$color1 = rgb(654A37) +$color2 = rgb(7B5D49) +$color3 = rgb(906F5C) +$color4 = rgb(A6826F) +$color5 = rgb(BC9582) +$color6 = rgb(BB9582) +$color7 = rgb(F4DACE) +$color8 = rgb(AB9990) +$color9 = rgb(876349) +$color10 = rgb(A37C62) +$color11 = rgb(C0947B) +$color12 = rgb(DDAD94) +$color13 = rgb(FAC6AD) +$color14 = rgb(FAC6AD) +$color15 = rgb(F4DACE) diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 710e4b01..e2785941 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -4,7 +4,7 @@ bold_font auto italic_font auto bold_italic_font auto -#background_opacity 0.5 +background_opacity 0.7 confirm_os_window_close 0 # change to x11 or wayland or leave auto diff --git a/config/rofi/config-calc.rasi b/config/rofi/config-calc.rasi index bcb0f665..9f663e84 100644 --- a/config/rofi/config-calc.rasi +++ b/config/rofi/config-calc.rasi @@ -2,7 +2,7 @@ /* Main Config Calculator */ /* Submitted by: https://github.com/JosephArmas */ -@import "~/.config/rofi/config.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Entry ---- */ entry { diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi index 2a002a29..81362d22 100644 --- a/config/rofi/config-clipboard.rasi +++ b/config/rofi/config-clipboard.rasi @@ -1,7 +1,7 @@ /* ---- ๐ซ https://github.com/JaKooLit ๐ซ ---- */ /* Clipboard Config - Clipboard */ -@import "~/.config/rofi/config.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Entry ---- */ entry { diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index eba12c1b..42b09f30 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -1,7 +1,7 @@ /* ---- ๐ซ https://github.com/JaKooLit ๐ซ ---- */ /* Main Config (compact) */ -@import "~/.config/rofi/config.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Configuration ---- */ configuration { @@ -34,7 +34,7 @@ entry { /* ---- Listview ---- */ listview { columns: 2; - lines: 5; + lines: 6; spacing: 4px; scrollbar: false; border-radius: 12px; diff --git a/config/rofi/config-emoji.rasi b/config/rofi/config-emoji.rasi index 8aca6aa2..0fe6e706 100644 --- a/config/rofi/config-emoji.rasi +++ b/config/rofi/config-emoji.rasi @@ -1,7 +1,7 @@ /* ---- ๐ซ https://github.com/JaKooLit ๐ซ ---- */ /* Main Config - emoji */ -@import "~/.config/rofi/config.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Entry ---- */ entry { diff --git a/config/rofi/config-rofi-Beats-menu.rasi b/config/rofi/config-rofi-Beats-menu.rasi index fd2e194e..af81e57d 100644 --- a/config/rofi/config-rofi-Beats-menu.rasi +++ b/config/rofi/config-rofi-Beats-menu.rasi @@ -1,7 +1,7 @@ /* ---- ๐ซ https://github.com/JaKooLit ๐ซ ---- */ /* Rofi Beats Config (compact) */ -@import "~/.config/rofi/config-compact.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Entry ---- */ entry { diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index 2bf99e2b..354ff5bb 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -10,5 +10,5 @@ entry { /* ---- Listview ---- */ listview { - lines: 6; + lines: 7; } diff --git a/config/rofi/config-search.rasi b/config/rofi/config-search.rasi index 3195aa96..a1f55763 100644 --- a/config/rofi/config-search.rasi +++ b/config/rofi/config-search.rasi @@ -1,7 +1,7 @@ /* ---- ๐ซ https://github.com/JaKooLit ๐ซ ---- */ /* Rofi Config for Google Search) */ -@import "~/.config/rofi/config.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Window ---- */ window { diff --git a/config/rofi/config-wallpaper-effect.rasi b/config/rofi/config-wallpaper-effect.rasi index d9b27d6b..25dd2723 100644 --- a/config/rofi/config-wallpaper-effect.rasi +++ b/config/rofi/config-wallpaper-effect.rasi @@ -1,7 +1,7 @@ /* ---- ๐ซ https://github.com/JaKooLit ๐ซ ---- */ /* Wallpaper Effects */ -@import "~/.config/rofi/config.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Entry ---- */ entry { diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index 07960f8e..fd00948e 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -1,7 +1,7 @@ /* ---- ๐ซ https://github.com/JaKooLit ๐ซ ---- */ /* Main Config (wallpaper) */ -@import "~/.config/rofi/config.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Configuration ---- */ configuration { diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi index 3be6c9e9..0760710c 100644 --- a/config/rofi/config-waybar-style.rasi +++ b/config/rofi/config-waybar-style.rasi @@ -1,7 +1,7 @@ /* ---- ๐ซ https://github.com/JaKooLit ๐ซ ---- */ /* Main Config (waybar) */ -@import "~/.config/rofi/config.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Configuration ---- */ configuration { diff --git a/config/rofi/config-zsh-theme.rasi b/config/rofi/config-zsh-theme.rasi index 2684d109..936ce566 100644 --- a/config/rofi/config-zsh-theme.rasi +++ b/config/rofi/config-zsh-theme.rasi @@ -1,7 +1,7 @@ /* ---- ๐ซ https://github.com/JaKooLit ๐ซ ---- */ /* Main Config (compact) */ -@import "~/.config/rofi/config.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Configuration ---- */ configuration { diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 59576860..e675a843 100755 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -8,7 +8,31 @@ configuration { font: "Fira Code SemiBold 12"; } -element-text { - font: "Fira Code SemiBold 14"; +/* ---- Window ---- */ +window { + width: 60%; +} +/* ---- Listview ---- */ +listview { + columns: 6; + lines: 4; + fixed-height: true; +} + +/* ---- Element ---- */ +element { + orientation: vertical; + padding: 12px; + spacing: 6px; + border-radius: 20px; } +element-icon { + size: 6%; +} + +element-text { + font: "Fira Code SemiBold 12"; + vertical-align: 0.5; + horizontal-align: 0.5; +}
\ No newline at end of file diff --git a/config/rofi/master-config.rasi b/config/rofi/master-config.rasi index fe24cd61..f422dc80 100644 --- a/config/rofi/master-config.rasi +++ b/config/rofi/master-config.rasi @@ -4,6 +4,7 @@ /* ---- Configuration ---- */ configuration { + font: "Fira Code SemiBold 12"; modi: "drun,run,filebrowser"; show-icons: true; display-drun: "Apps"; @@ -205,6 +206,7 @@ element-icon { cursor: inherit; } element-text { + font: "Fira Code SemiBold 12"; background-color: transparent; text-color: inherit; cursor: inherit; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 59576860..e675a843 100755 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -8,7 +8,31 @@ configuration { font: "Fira Code SemiBold 12"; } -element-text { - font: "Fira Code SemiBold 14"; +/* ---- Window ---- */ +window { + width: 60%; +} +/* ---- Listview ---- */ +listview { + columns: 6; + lines: 4; + fixed-height: true; +} + +/* ---- Element ---- */ +element { + orientation: vertical; + padding: 12px; + spacing: 6px; + border-radius: 20px; } +element-icon { + size: 6%; +} + +element-text { + font: "Fira Code SemiBold 12"; + vertical-align: 0.5; + horizontal-align: 0.5; +}
\ No newline at end of file diff --git a/config/rofi/resolution/1080p/master-config.rasi b/config/rofi/resolution/1080p/master-config.rasi new file mode 100644 index 00000000..c014a374 --- /dev/null +++ b/config/rofi/resolution/1080p/master-config.rasi @@ -0,0 +1,235 @@ +/* ---- ๐ซ https://github.com/JaKooLit ๐ซ ---- */ +/* Master Config 1080p*/ + +/* ---- Configuration ---- */ + +configuration { + font: "Fira Code SemiBold 12"; + modi: "drun,run,filebrowser"; + show-icons: true; + display-drun: "Apps"; + display-run: "Run"; + display-filebrowser: "Files"; + display-window: "Windows"; + drun-display-format: "{name}"; + hover-select: true; + me-select-entry: "MouseSecondary"; + me-accept-entry: "MousePrimary"; + window-format: "{w} ยท {c} ยท {t}"; + dpi: 1; +} + +/* ---- Load wallust colors ---- */ +@theme "~/.config/rofi/wallust/colors-rofi.rasi" + +/* ---- Global Properties ---- */ +* { + + background-alt: @selected-active-background; // Buttons background + selected: @selected-urgent-background; // Button selected + active: @selected-normal-background; // Window activated + urgent: @selected; // When hovering the activated window (maybe more?) + + text-selected: @background; + text-color: @foreground; + border-color: @selected; +} + +/* ---- Window ---- */ +window { + // Default + enabled: true; + fullscreen: false; + transparency: "real"; + cursor: "default"; + spacing: 0px; + border: 2px; + border-radius: 30px; + location: center; + anchor: center; + + // Style Values + width: 50%; + background-color: @background; +} + +/* ----- Main Box ----- */ +mainbox { + padding: 15px; + enabled: true; + orientation: vertical; + children: [ "inputbar", "listbox" ]; + background-color: transparent; +} + + +/* ---- Inputbar ---- */ +inputbar { + enabled: true; + padding: 10px 10px 100px 10px; + margin: 10px; + background-color: transparent; + border-radius: 25px; + orientation: horizontal; + children: ["entry", "dummy", "mode-switcher" ]; + background-image: url("~/.config/rofi/.current_wallpaper", width); +} + +/* ---- Entry input ---- */ +entry { + enabled: true; + expand: false; + width: 20%; + padding: 10px; + border-radius: 12px; + background-color: @selected; + text-color: @text-selected; + cursor: text; + placeholder: "๐ฅ๏ธ Search "; // << Search symbol + placeholder-color: inherit; +} + +/* ---- Listbox ---- */ +listbox { + spacing: 10px; + padding: 10px; + background-color: transparent; + orientation: vertical; + children: [ "message", "listview" ]; +} + +/* ---- Listview ---- */ +listview { + enabled: true; + columns: 2; + lines: 6; + cycle: true; + dynamic: true; + scrollbar: true; + layout: vertical; + reverse: false; + fixed-height: false; + fixed-columns: true; + spacing: 10px; + background-color: transparent; + +// Adapt rofi theme + border: 0px; +} + +/* ---- Dummy ---- */ +dummy { + expand: true; + background-color: transparent; +} + +/* ---- Mode Switcher ---- */ +mode-switcher{ + enabled: true; + spacing: 10px; + background-color: transparent; +} +button { + width: 5%; + padding: 12px; + border-radius: 12px; + background-color: @text-selected; + text-color: @text-color; + cursor: pointer; +} +button selected { + background-color: @selected; + text-color: @text-selected; +} + +/* ---- Scrollbar ---- */ +scrollbar { + width: 4px ; + border: 0; + handle-color: @border-color; + handle-width: 8px ; + padding: 0; +} + +/* ---- Elements ---- */ +element { + enabled: true; + spacing: 10px; + padding: 10px; + border-radius: 12px; + background-color: transparent; + cursor: pointer; +} + +element normal.normal { + background-color: inherit; + text-color: inherit; +} +element normal.urgent { + background-color: @urgent; + text-color: @foreground; +} +element normal.active { + background-color: @active; + text-color: @foreground; +} + +element selected.normal { + background-color: @selected; + text-color: @text-selected; +} +element selected.urgent { + background-color: @urgent; + text-color: @text-selected; +} +element selected.active { + background-color: @urgent; + text-color: @text-selected; +} +// Adapt rofi theme +element alternate.normal { + background-color: transparent; + text-color: inherit; +} +element alternate.urgent { + background-color: transparent; + text-color: inherit; +} +element alternate.active { + background-color: transparent; + text-color: inherit; +} +element-icon { + background-color: transparent; + text-color: inherit; + size: 36px; + cursor: inherit; +} +element-text { + font: "Fira Code SemiBold 12"; + background-color: transparent; + text-color: inherit; + cursor: inherit; + vertical-align: 0.5; + horizontal-align: 0.0; +} + +/* ---- Message ---- */ +message { + background-color: transparent; + border: 0px; +} +textbox { + padding: 12px; + border-radius: 10px; + background-color: @background-alt; + text-color: @background; + vertical-align: 0.5; + horizontal-align: 0.0; +} +error-message { + padding: 12px; + border-radius: 20px; + background-color: @background-alt; + text-color: @background; +} diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index b72c1001..07809fbb 100755 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -3,13 +3,9 @@ @import "~/.config/rofi/master-config.rasi" -/* ---- Configuration ---- */ -configuration { - font: "Fira Code SemiBold 13"; -} /* ---- Window ---- */ window { - width: 40%; + width: 60%; } /* ---- Entry input ---- */ @@ -17,17 +13,32 @@ entry { width: 18%; } +/* ---- Mode Switcher ---- */ +button { + width: 110px; +} + /* ---- Listview ---- */ listview { - lines: 8; + columns: 6; + lines: 4; + fixed-height: true; } -/* ---- Mode Switcher ---- */ -button { - width: 110px; +/* ---- Element ---- */ +element { + orientation: vertical; + padding: 12px; + spacing: 6px; + border-radius: 20px; } -element-text { - font: "Fira Code SemiBold 16"; +element-icon { + size: 5%; } +element-text { + font: "Fira Code SemiBold 12"; + vertical-align: 0.5; + horizontal-align: 0.5; +} diff --git a/config/rofi/resolution/1440p/master-config.rasi b/config/rofi/resolution/1440p/master-config.rasi new file mode 100644 index 00000000..62fba440 --- /dev/null +++ b/config/rofi/resolution/1440p/master-config.rasi @@ -0,0 +1,235 @@ +/* ---- ๐ซ https://github.com/JaKooLit ๐ซ ---- */ +/* Master Config 1440p*/ + +/* ---- Configuration ---- */ + +configuration { + font: "Fira Code SemiBold 13"; + modi: "drun,run,filebrowser"; + show-icons: true; + display-drun: "Apps"; + display-run: "Run"; + display-filebrowser: "Files"; + display-window: "Windows"; + drun-display-format: "{name}"; + hover-select: true; + me-select-entry: "MouseSecondary"; + me-accept-entry: "MousePrimary"; + window-format: "{w} ยท {c} ยท {t}"; + dpi: 1; +} + +/* ---- Load wallust colors ---- */ +@theme "~/.config/rofi/wallust/colors-rofi.rasi" + +/* ---- Global Properties ---- */ +* { + + background-alt: @selected-active-background; // Buttons background + selected: @selected-urgent-background; // Button selected + active: @selected-normal-background; // Window activated + urgent: @selected; // When hovering the activated window (maybe more?) + + text-selected: @background; + text-color: @foreground; + border-color: @selected; +} + +/* ---- Window ---- */ +window { + // Default + enabled: true; + fullscreen: false; + transparency: "real"; + cursor: "default"; + spacing: 0px; + border: 2px; + border-radius: 30px; + location: center; + anchor: center; + + // Style Values + width: 50%; + background-color: @background; +} + +/* ----- Main Box ----- */ +mainbox { + padding: 15px; + enabled: true; + orientation: vertical; + children: [ "inputbar", "listbox" ]; + background-color: transparent; +} + + +/* ---- Inputbar ---- */ +inputbar { + enabled: true; + padding: 10px 10px 100px 10px; + margin: 10px; + background-color: transparent; + border-radius: 25px; + orientation: horizontal; + children: ["entry", "dummy", "mode-switcher" ]; + background-image: url("~/.config/rofi/.current_wallpaper", width); +} + +/* ---- Entry input ---- */ +entry { + enabled: true; + expand: false; + width: 20%; + padding: 10px; + border-radius: 12px; + background-color: @selected; + text-color: @text-selected; + cursor: text; + placeholder: "๐ฅ๏ธ Search "; // << Search symbol + placeholder-color: inherit; +} + +/* ---- Listbox ---- */ +listbox { + spacing: 10px; + padding: 10px; + background-color: transparent; + orientation: vertical; + children: [ "message", "listview" ]; +} + +/* ---- Listview ---- */ +listview { + enabled: true; + columns: 2; + lines: 6; + cycle: true; + dynamic: true; + scrollbar: true; + layout: vertical; + reverse: false; + fixed-height: false; + fixed-columns: true; + spacing: 10px; + background-color: transparent; + +// Adapt rofi theme + border: 0px; +} + +/* ---- Dummy ---- */ +dummy { + expand: true; + background-color: transparent; +} + +/* ---- Mode Switcher ---- */ +mode-switcher{ + enabled: true; + spacing: 10px; + background-color: transparent; +} +button { + width: 5%; + padding: 12px; + border-radius: 12px; + background-color: @text-selected; + text-color: @text-color; + cursor: pointer; +} +button selected { + background-color: @selected; + text-color: @text-selected; +} + +/* ---- Scrollbar ---- */ +scrollbar { + width: 4px ; + border: 0; + handle-color: @border-color; + handle-width: 8px ; + padding: 0; +} + +/* ---- Elements ---- */ +element { + enabled: true; + spacing: 10px; + padding: 10px; + border-radius: 12px; + background-color: transparent; + cursor: pointer; +} + +element normal.normal { + background-color: inherit; + text-color: inherit; +} +element normal.urgent { + background-color: @urgent; + text-color: @foreground; +} +element normal.active { + background-color: @active; + text-color: @foreground; +} + +element selected.normal { + background-color: @selected; + text-color: @text-selected; +} +element selected.urgent { + background-color: @urgent; + text-color: @text-selected; +} +element selected.active { + background-color: @urgent; + text-color: @text-selected; +} +// Adapt rofi theme +element alternate.normal { + background-color: transparent; + text-color: inherit; +} +element alternate.urgent { + background-color: transparent; + text-color: inherit; +} +element alternate.active { + background-color: transparent; + text-color: inherit; +} +element-icon { + background-color: transparent; + text-color: inherit; + size: 36px; + cursor: inherit; +} +element-text { + font: "Fira Code SemiBold 16"; + background-color: transparent; + text-color: inherit; + cursor: inherit; + vertical-align: 0.5; + horizontal-align: 0.0; +} + +/* ---- Message ---- */ +message { + background-color: transparent; + border: 0px; +} +textbox { + padding: 12px; + border-radius: 10px; + background-color: @background-alt; + text-color: @background; + vertical-align: 0.5; + horizontal-align: 0.0; +} +error-message { + padding: 12px; + border-radius: 20px; + background-color: @background-alt; + text-color: @background; +} diff --git a/config/wallust/templates/colors-kitty.conf b/config/wallust/templates/colors-kitty.conf index e0971127..10e1af4d 100644 --- a/config/wallust/templates/colors-kitty.conf +++ b/config/wallust/templates/colors-kitty.conf @@ -4,7 +4,7 @@ bold_font auto italic_font auto bold_italic_font auto -#background_opacity 0.5 +#background_opacity 0.7 confirm_os_window_close 0 # change to x11 or wayland or leave auto diff --git a/config/waybar/configs/[TOP] Everforest b/config/waybar/configs/[TOP] Everforest new file mode 100644 index 00000000..326764cb --- /dev/null +++ b/config/waybar/configs/[TOP] Everforest @@ -0,0 +1,141 @@ +/* ---- ๐ซ https://github.com/JaKooLit ๐ซ ---- */ +/* -- designed by https://github.com/DevNChill */ +// ### Everforest ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +//"spacing": 6, +"fixed-center": true, +"ipc": true, +//"margin-top": 3, +//"margin-left": 8, +//"margin-right": 8, + +"modules-left": [ + "custom/arch", + "custom/separator#blank_2", + "hyprland/workspaces#rw", + "custom/separator#blank_2", +// "mpris", + "custom/swaync", + "tray", + "mpris", + ], +"modules-center": [ + "clock#forest", + "idle_inhibitor", + ], +"modules-right": [ + "cpu#forest", + "memory#forest", + "temperature#forest", + "disk#forest", + "custom/separator#blank_2", + "backlight", + "battery#forest", + "custom/separator#blank_2", + "group/audio", + ], + +// Additional / Edited Waybar Modules // +"custom/arch": { + "format":"๏ ", + "tooltip": false, + "on-click": "rofi -show drun" +}, +"clock#forest": { + "format": "{:%A %d.%m.%Y - %H:%M}", + "tooltip-format": "<span color='#D3C6AA' size='larger'>{:%Y %B}</span>\n<tt>{calendar}</tt>", + "calendar-weeks-pos": "right", + "today-format": "<span color='#E67E80' weight='ultrabold'>{}</span>", + "format-calendar": "<span color='#D3C6AA' weight='normal'>{}</span>", + "format-calendar-weeks": "<span color='#7FBBB3'><b>W{:%V}</b></span>", + "format-calendar-weekdays": "<span color='#A7C080'><b>{}</b></span>", + "on-scroll": { + "calendar": 1 + } +}, +"battery#forest": { + //"interval": 5, + "align": 0, + "rotate": 0, + //"bat": "BAT1", + //"adapter": "ACAD", + "full-at": 100, + "design-capacity": false, + "states": { + "good": 95, + "warning": 30, + "critical": 15 + }, + "format": "Battery {icon} {capacity}%", + "format-charging": "Battery ๏ง {capacity}%", + "format-plugged": "Battery ๓ฑ {capacity}%", + "format-alt-click": "click", + "format-full": "Battery {icon} Full", + "format-alt": "Battery {icon} {time}", + "format-icons": [ + "๓ฐ", "๓ฐบ", "๓ฐป", "๓ฐผ", "๓ฐฝ", "๓ฐพ", "๓ฐฟ", "๓ฐ", "๓ฐ", "๓ฐ", "๓ฐน" + ], + "format-time": "{H}h {M}min", + "tooltip": true, + "tooltip-format": "{timeTo} {power}w", + "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", + "on-click-right": "~/.config/hypr/scripts/Wlogout.sh", +}, + +"cpu#forest": { + "format": "Cpu ๓ฐ {usage}%", + "interval": 1, + "min-length": 5, + "format-alt-click": "click", + "format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% ๓ฐ", + "format-icons": [ + "โ", "โ", "โ", "โ", "โ
", "โ", "โ", "โ" + ], + "on-click-right": "gnome-system-monitor", +}, + +"disk#forest": { + "interval": 30, + //"format": "Disk ๓ฐ", + "path": "/", + //"format-alt-click": "click", + "format": "Disk ๓ฐ {used}", + "on-click-right": "baobab", +// "tooltip": true, +// "tooltip-format": "Disk {used} used out of {total} on {path} ({percentage_used}%)", +}, + +"memory#forest": { + "interval": 10, + "format": "Ram ๓ฐพ {used:0.1f}G", + "format-alt": "Ram {percentage}% ๓ฐพ", + "format-alt-click": "click", + "tooltip": true, + "tooltip-format": "Ram {used:0.1f}GB/{total:0.1f}G", + "on-click-right": "kitty --title btop sh -c 'btop'" +}, +"temperature#forest": { + "interval": 10, + "tooltip": true, + "hwmon-path": [ + "/sys/class/hwmon/hwmon1/temp1_input", + "/sys/class/thermal/thermal_zone0/temp" + ], + //"thermal-zone": 0, + "critical-threshold": 82, + "format-critical": "Temp {icon} {temperatureC}ยฐC", + "format": "Temp {icon} {temperatureC}ยฐC", + "format-icons": [ + " ๓ฐธ" + ], + "on-click-right": "kitty --title nvtop sh -c 'nvtop'" +}, +} + diff --git a/config/waybar/configs/[TOP] Minimal - Long b/config/waybar/configs/[TOP] Minimal - Long index 143f22d4..5e2e5425 100644 --- a/config/waybar/configs/[TOP] Minimal - Long +++ b/config/waybar/configs/[TOP] Minimal - Long @@ -30,7 +30,7 @@ "idle_inhibitor", ], "modules-right": [ - "group/motherboard", + "group/mobo_drawer", "custom/separator#blank_2", "group/laptop", "custom/separator#blank_2", diff --git a/config/waybar/modules b/config/waybar/modules index 6ae63e03..15cc42cc 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -2,6 +2,53 @@ /* Waybar Modules */ { + +// Weather and Temperature Modules as this is most like to change always. +// Result is of course easier to edit +"custom/weather": { + "format": "{}", + "format-alt": "{alt}: {}", + "format-alt-click": "click", + "interval": 3600, + "return-type": "json", + "exec": "~/.config/hypr/UserScripts/Weather.sh", + //"exec": "~/.config/hypr/UserScripts/Weather.py", + "exec-if": "ping wttr.in -c1", + "tooltip": true, +}, +"temperature": { + "interval": 10, + "tooltip": true, + "hwmon-path": [ + "/sys/class/hwmon/hwmon1/temp1_input", + "/sys/class/thermal/thermal_zone0/temp" + ], + //"thermal-zone": 0, + "critical-threshold": 82, + "format-critical": "{temperatureC}ยฐC {icon}", + "format": "{temperatureC}ยฐC {icon}", + "format-icons": [ + "๓ฐธ" + ], + "on-click-right": "kitty --title nvtop sh -c 'nvtop'" +}, +"temperature#vertical": { + "interval": 10, + "tooltip": true, + "hwmon-path": [ + "/sys/class/hwmon/hwmon1/temp1_input", + "/sys/class/thermal/thermal_zone0/temp" + ], + //"thermal-zone": 0, + "critical-threshold": 80, + "format-critical": "{icon}\n{temperatureC}ยฐC", + "format": " {icon}", + "format-icons": [ + "๓ฐธ" + ], + "on-click-right": "kitty --title nvtop sh -c 'nvtop'" +}, + // HYPRLAND WORKSPACES. CHOOSE as desired and place on waybar configs // CIRCLES Style "hyprland/workspaces": { @@ -147,14 +194,22 @@ "title<.*reddit.*>": "๏ ", "title<.*Picture-in-Picture.*>": "๏ฌ ", "class<firefox>": "๏ฉ ", - "class<kitty>": "๏ ", - "class<konsole>": "๏ ", + "class<org.mozilla.firefox>": "๏ฉ ", + "class<kitty>": "๎ฏ ", + "class<kitty-dropterm>": "๏ ", + "class<konsole>": "๎ฏ ", + "class<Chromium>": "<span font='12'>๏จ </span>", + "class<org.telegram.desktop|io.github.tdesktop_x64.TDeskto>": "<span font='12'>๎ </span>", + "class<[Ss]potify>": "<span font='12'>๏ </span>", + "class<VSCode|code-url-handler>": "<span font='12'>๓ฐจ</span>", "class<thunar>": "๓ฐฐ ", + "class<[Tt]hunderbird>": "๏ฐ ", "class<discord>": "๏ฟ ", "class<WebCord>": "๏ฟ ", "class<subl>": "๓ฐ
ณ ", "class<celluloid>": "๏ฝ ", "class<Cider>": "๓ฐ ", + "class<virt-manager>": "๎ญป ", "class<code-oss>": "๓ฐจ ", "class<codium|codium-url-handler|VSCodium>": "๓ฐจ ", "class<codeblocks>": "๓ฐ
ฉ ", @@ -568,22 +623,6 @@ "tooltip-format": "{source_desc} | {source_volume}%", "scroll-step": 5, }, -"temperature": { - "interval": 10, - "tooltip": true, - "hwmon-path": [ - "/sys/class/hwmon/hwmon1/temp1_input", - "/sys/class/thermal/thermal_zone0/temp" - ], - //"thermal-zone": 0, - "critical-threshold": 82, - "format-critical": "{temperatureC}ยฐC {icon}", - "format": "{temperatureC}ยฐC {icon}", - "format-icons": [ - "๓ฐธ" - ], - "on-click-right": "kitty --title nvtop sh -c 'nvtop'" -}, "tray": { "icon-size": 18, "spacing": 4, @@ -712,17 +751,7 @@ "tooltip": true, "tooltip-format": "Left Click: Update System\nArch Linux Only", }, -"custom/weather": { - "format": "{}", - "format-alt": "{alt}: {}", - "format-alt-click": "click", - "interval": 3600, - "return-type": "json", - "exec": "~/.config/hypr/UserScripts/Weather.sh", - //"exec": "~/.config/hypr/UserScripts/Weather.py", - "exec-if": "ping wttr.in -c1", - "tooltip": true, -}, + // Separators "custom/separator#dot": { "format": "๏", @@ -840,22 +869,6 @@ "tooltip": true, "tooltip-format": "{source_desc} | {source_volume}%", }, -"temperature#vertical": { - "interval": 10, - "tooltip": true, - "hwmon-path": [ - "/sys/class/hwmon/hwmon1/temp1_input", - "/sys/class/thermal/thermal_zone0/temp" - ], - //"thermal-zone": 0, - "critical-threshold": 80, - "format-critical": "{icon}\n{temperatureC}ยฐC", - "format": " {icon}", - "format-icons": [ - "๓ฐธ" - ], - "on-click-right": "kitty --title nvtop sh -c 'nvtop'" -}, "custom/power_vertical": { "format": "โป", "exec": "echo ; echo ๓ฐก power // blur", diff --git a/config/waybar/style/[Extra] EverForest.css b/config/waybar/style/[Extra] EverForest.css new file mode 100644 index 00000000..89a397c2 --- /dev/null +++ b/config/waybar/style/[Extra] EverForest.css @@ -0,0 +1,332 @@ +/* ----------- ๐ซ https://github.com/JaKooLit ๐ซ -------- */ +/* --- Designed by https://github.com/DevNChill --- */ + +/* Extra - EverForest*/ + +@define-color bg_dim #232A2E; +@define-color black #000000; +@define-color white #FFFFFF; +@define-color bg0 #2D353B; +@define-color bg1 #343F44; +@define-color bg2 #3D484D; +@define-color bg3 #475258; +@define-color bg4 #4F585E; +@define-color bg5 #56635f; +@define-color bg_visual #543A48; +@define-color bg_red #514045; +@define-color bg_green #425047; +@define-color bg_blue #3A515D; +@define-color bg_yellow #4D4C43; +@define-color fg #D3C6AA; +@define-color red #E67E80; +@define-color orange #E69875; +@define-color yellow #DBBC7F; +@define-color green #A7C080; +@define-color aqua #83C092; +@define-color blue #7FBBB3; +@define-color purple #D699B6; +@define-color grey0 #7A8478; +@define-color grey1 #859289; +@define-color grey2 #9DA9A0; + +* { + font-family: "JetBrainsMono Nerd Font"; + font-weight: bold; + min-height: 0; + /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ + font-size: 97%; + font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; + border: 1px solid transparent; + border-radius: 0px; + margin: 0px 1px; +} + +window#waybar { + border: none; + /*background-color: @bg_green;*/ + background-color: @bg_green; + color: @fg; + transition-property: background-color; + transition-duration: 0.5s; +} + +window#waybar.hidden { + opacity: 0.5; +} + +#window { + padding: 0px 10px; + margin: 0px 10px; + border-radius: 5px; + background-color: @bg0; +} + +window#waybar.empty, +window#waybar.empty #window { + background: none; +} + +.modules-left button:first-child { + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + margin-left: 5px; +} + +.modules-left button:last-child { + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + margin-right: 5px; +} + +#custom-menu, +#custom-arch { + background-color: @bg; + color: @red; +} + +#custom-swaync { + color: @yellow; +} +#workspaces button { + padding: 0px 5px; + background-color: @orange; + color: @black; +} + +#taskbar button.active, +#workspaces button.active { + background-color: @grey0; + color: @black; + animation: gradient_f 20s ease-in infinite; + /*transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);*/ +} + +#taskbar button:hover, +#workspaces button:hover { + background-color: @purple; + color: @black; +} + +#workspaces button.focused { + background-color: @green; + color: @bg0; +} + +#workspaces button.urgent { + background-color: @red; /* Keeps the original color */ + color: @white; /* Sets text color to white for better contrast */ + border: 2px solid @red; /* Adds a border with the same color */ + box-shadow: 0 0 10px @red; /* Adds a glow effect */ + font-weight: bold; /* Makes text bold for more emphasis */ + transition: + background-color 0.3s, + box-shadow 0.3s; /* Smooth transition for hover effect */ +} + +#cpu { + border-radius: 5px 0px 0px 5px; + padding: 0px 5px; + background-color: @yellow; + color: @bg_yellow; +} + +#memory { + padding: 0px 5px; + background-color: @yellow; + color: @bg_yellow; +} + +#temperature { + padding: 0px 5px; + background-color: @green; + color: @bg_yellow; +} +#temperature.critical { + background-color: @red; +} + +#disk { + border-radius: 0px 5px 5px 0px; + padding: 0px 5px; + margin-right: 5px; + background-color: @green; + color: @bg_yellow; +} + +#battery.bat2 { + border-radius: 0px 5px 5px 0px; +} + +.modules-left :last-child { + border-radius: 0px 5px 5px 0px; +} +#battery { + border-radius: 5px 0px 0px 5px; + padding: 0px 5px; + background-color: @aqua; + color: @bg_yellow; +} +#battery.plugged { + color: @fg; + background-color: @bg_green; +} +#battery.charging { + color: @fg; + background-color: @bg_green; +} +#battery.critical:not(.charging) { + background-color: @red; + color: @fg; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} +@keyframes blink { + to { + background-color: @fg; + color: @bg_dim; + } +} + +#backlight { + border-radius: 5px 0px 0px 5px; + padding: 0px 5px; + margin-left: 5px; + background-color: @red; + color: @black; +} + +#network, +#pulseaudio { + padding: 0px 5px; + border-radius: 0px 5px 5px 0px; + background-color: @blue; + color: @bg_yellow; +} + +#pulseaudio.muted { + background-color: @grey1; + color: @bg_yellow; +} + +#tray { + padding: 0px 5px; + border-radius: 5px; + margin-left: 5px; + color: @fg; + background-color: @bg0; +} + +#idle_inhibitor { + padding: 0px 5px; + border-radius: 5px; + margin-left: 5px; + background-color: @blue; + color: @black; +} +#idle_inhibitor.activated { + background-color: @fg; + color: @bg0; +} + +#clock { + padding: 0px 5px; + border-radius: 5px; + margin: 0px 5px; + color: @bg_yellow; + background-color: @aqua; +} + +#pulseaudio-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; +} + +#pulseaudio-slider trough { + min-width: 80px; + min-height: 5px; + border-radius: 5px; + background-color: #22252a; +} + +#pulseaudio-slider highlight { + min-height: 10px; + border-radius: 5px; + background-color: #ba5663; +} + +#backlight-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; +} + +#backlight-slider trough { + min-width: 80px; + min-height: 10px; + border-radius: 5px; + background-color: #22252a; +} + +#backlight-slider highlight { + min-width: 10px; + border-radius: 5px; + background-color: #ba5663; +} + +#backlight, +#backlight-slider, +#battery, +#bluetooth, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state, +#memory, +#mode, +#mpris, +#network, +#power-profiles-daemon, +#pulseaudio, +#pulseaudio-slider, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-backlight, +#custom-cycle_wall, +#custom-hint, +#custom-keyboard, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-swaync, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default, +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + padding-right: 5px; + padding-left: 5px; +}
\ No newline at end of file diff --git a/config/wlogout/style.css b/config/wlogout/style.css index 362c2f3f..da8efcc5 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -1,7 +1,7 @@ /* ----------- ๐ซ https://github.com/JaKooLit ๐ซ -------- */ /* wallust-wlogout */ -/* Importing pywal colors */ +/* Importing wallust colors */ @import '../../.config/waybar/wallust/colors-waybar.css'; |
