@prolibu-suite/cobalt-core 0.9.0 โ 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +589 -27
- package/dist/cjs/co-accordion.cjs.entry.js +2 -2
- package/dist/cjs/co-action-bar.cjs.entry.js +2 -2
- package/dist/cjs/co-app-shell.cjs.entry.js +2 -2
- package/dist/cjs/co-audio-player.cjs.entry.js +3 -3
- package/dist/cjs/co-autocomplete.cjs.entry.js +1 -1
- package/dist/cjs/co-avatar_2.cjs.entry.js +2 -2
- package/dist/cjs/co-badge.cjs.entry.js +1 -1
- package/dist/cjs/co-bottom-sheet.cjs.entry.js +10 -11
- package/dist/cjs/co-breadcrumb-item.cjs.entry.js +2 -2
- package/dist/cjs/co-breadcrumb.cjs.entry.js +1 -1
- package/dist/cjs/co-button-group.cjs.entry.js +2 -2
- package/dist/cjs/co-button.cjs.entry.js +2 -2
- package/dist/cjs/co-calendar-month_2.cjs.entry.js +3 -3
- package/dist/cjs/co-calendar_3.cjs.entry.js +42 -7
- package/dist/cjs/co-card.cjs.entry.js +2 -2
- package/dist/cjs/co-carousel-item.cjs.entry.js +1 -1
- package/dist/cjs/co-carousel.cjs.entry.js +2 -2
- package/dist/cjs/co-checkbox.cjs.entry.js +3 -3
- package/dist/cjs/co-chip_2.cjs.entry.js +11 -11
- package/dist/cjs/co-color-picker.cjs.entry.js +2 -2
- package/dist/cjs/co-column-picker.cjs.entry.js +2 -2
- package/dist/cjs/co-combobox.cjs.entry.js +1 -1
- package/dist/cjs/co-data-table-pagination.cjs.entry.js +4 -4
- package/dist/cjs/co-data-table.cjs.entry.js +127 -8
- package/dist/cjs/co-date-range.cjs.entry.js +1 -1
- package/dist/cjs/co-date-time-picker.cjs.entry.js +2 -2
- package/dist/cjs/co-drive-card.cjs.entry.js +1 -1
- package/dist/cjs/co-drop-zone.cjs.entry.js +1 -1
- package/dist/cjs/co-emoji-picker.cjs.entry.js +2808 -0
- package/dist/cjs/co-empty-state.cjs.entry.js +2 -2
- package/dist/cjs/co-event-calendar.cjs.entry.js +2 -2
- package/dist/cjs/co-event-popover.cjs.entry.js +1 -1
- package/dist/cjs/co-fab.cjs.entry.js +3 -3
- package/dist/cjs/co-file-field.cjs.entry.js +5 -5
- package/dist/cjs/co-file-type-tile.cjs.entry.js +2 -2
- package/dist/cjs/co-helper-text.cjs.entry.js +2 -2
- package/dist/cjs/co-icon-button.cjs.entry.js +2 -2
- package/dist/cjs/co-icon.cjs.entry.js +2 -2
- package/dist/cjs/co-json-field.cjs.entry.js +3 -3
- package/dist/cjs/co-lightbox.cjs.entry.js +4 -4
- package/dist/cjs/co-list-footer.cjs.entry.js +1 -1
- package/dist/cjs/co-list-item.cjs.entry.js +4 -4
- package/dist/cjs/co-media-thumb.cjs.entry.js +2 -2
- package/dist/cjs/co-menu-divider.cjs.entry.js +1 -1
- package/dist/cjs/co-menu.cjs.entry.js +1 -1
- package/dist/cjs/co-modal.cjs.entry.js +9 -3
- package/dist/cjs/co-navbar.cjs.entry.js +2 -2
- package/dist/cjs/co-number-field.cjs.entry.js +2 -2
- package/dist/cjs/co-overlay.cjs.entry.js +1 -1
- package/dist/cjs/co-page-header.cjs.entry.js +1 -1
- package/dist/cjs/co-phone-field.cjs.entry.js +1 -1
- package/dist/cjs/co-popover.cjs.entry.js +49 -3
- package/dist/cjs/co-progress-bar.cjs.entry.js +2 -2
- package/dist/cjs/co-progress-circle.cjs.entry.js +2 -2
- package/dist/cjs/co-provider-logo_2.cjs.entry.js +1 -1
- package/dist/cjs/co-radio.cjs.entry.js +3 -3
- package/dist/cjs/co-rating.cjs.entry.js +3 -3
- package/dist/cjs/co-ref-field.cjs.entry.js +13 -4
- package/dist/cjs/co-rich-text-editor.cjs.entry.js +3 -3
- package/dist/cjs/co-row.cjs.entry.js +2 -2
- package/dist/cjs/co-select.cjs.entry.js +13 -4
- package/dist/cjs/co-separator.cjs.entry.js +1 -1
- package/dist/cjs/co-sidebar-nav.cjs.entry.js +2 -2
- package/dist/cjs/co-sidebar.cjs.entry.js +2 -2
- package/dist/cjs/co-slider.cjs.entry.js +2 -2
- package/dist/cjs/co-switch.cjs.entry.js +3 -3
- package/dist/cjs/co-tab-group.cjs.entry.js +2 -2
- package/dist/cjs/co-tab.cjs.entry.js +2 -2
- package/dist/cjs/co-tags-field.cjs.entry.js +5 -5
- package/dist/cjs/co-textarea.cjs.entry.js +4 -4
- package/dist/cjs/co-toast.cjs.entry.js +2 -2
- package/dist/cjs/co-toggle-button-group.cjs.entry.js +2 -2
- package/dist/cjs/co-toggle-button.cjs.entry.js +2 -2
- package/dist/cjs/co-transfer-list.cjs.entry.js +2 -2
- package/dist/cjs/co-video.cjs.entry.js +2 -2
- package/dist/cjs/cobalt.cjs.js +1 -1
- package/dist/cjs/emojiNames.es-BjpSEJ0c.js +1925 -0
- package/dist/cjs/emojiNames.pt-DWupaZMJ.js +1925 -0
- package/dist/cjs/index-DK-2Lzmf.js +16 -12
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/slotContent-Bm9RcM_Q.js +34 -0
- package/dist/cobalt/cobalt.esm.js +1 -1
- package/dist/cobalt/{p-142506d9.entry.js โ p-02ac492f.entry.js} +1 -1
- package/dist/cobalt/p-07904986.entry.js +1 -0
- package/dist/cobalt/{p-24e93fcb.entry.js โ p-07d570a6.entry.js} +1 -1
- package/dist/cobalt/p-09799193.entry.js +1 -0
- package/dist/cobalt/{p-e5b5ae89.entry.js โ p-0ccb672b.entry.js} +1 -1
- package/dist/cobalt/{p-49bde154.entry.js โ p-0e91e5c4.entry.js} +1 -1
- package/dist/cobalt/{p-724b9b54.entry.js โ p-17ae943c.entry.js} +1 -1
- package/dist/cobalt/{p-fa5c25d6.entry.js โ p-18af9e44.entry.js} +1 -1
- package/dist/cobalt/{p-b9ac1f25.entry.js โ p-18d34b01.entry.js} +1 -1
- package/dist/cobalt/{p-d7b00e5f.entry.js โ p-1c68bc41.entry.js} +1 -1
- package/dist/cobalt/{p-2a9ba4c8.entry.js โ p-2114c036.entry.js} +1 -1
- package/dist/cobalt/{p-37541725.entry.js โ p-23a103a0.entry.js} +1 -1
- package/dist/cobalt/{p-7255ab63.entry.js โ p-23b3ff3f.entry.js} +1 -1
- package/dist/cobalt/{p-baeb5d55.entry.js โ p-2d329ac8.entry.js} +1 -1
- package/dist/cobalt/{p-417ce874.entry.js โ p-2d81b292.entry.js} +1 -1
- package/dist/cobalt/{p-b64b0a07.entry.js โ p-316c62c0.entry.js} +1 -1
- package/dist/cobalt/{p-c3c2087e.entry.js โ p-33ea4a90.entry.js} +1 -1
- package/dist/cobalt/{p-8a93beb0.entry.js โ p-342e1da4.entry.js} +1 -1
- package/dist/cobalt/p-3495fda1.entry.js +1 -0
- package/dist/cobalt/{p-5f1b273b.entry.js โ p-36197363.entry.js} +1 -1
- package/dist/cobalt/{p-2d0354cc.entry.js โ p-3f0eed59.entry.js} +1 -1
- package/dist/cobalt/{p-6d532475.entry.js โ p-43bd298d.entry.js} +1 -1
- package/dist/cobalt/{p-81866f71.entry.js โ p-4a503187.entry.js} +1 -1
- package/dist/cobalt/{p-c7a809c7.entry.js โ p-4b083da4.entry.js} +1 -1
- package/dist/cobalt/{p-f1284fcd.entry.js โ p-4c7e3984.entry.js} +1 -1
- package/dist/cobalt/p-4f754c9a.entry.js +1 -0
- package/dist/cobalt/p-54ae807d.entry.js +1 -0
- package/dist/cobalt/{p-d21da71a.entry.js โ p-55566b37.entry.js} +1 -1
- package/dist/cobalt/p-682b3313.entry.js +1 -0
- package/dist/cobalt/{p-a5d84c7a.entry.js โ p-7457aa89.entry.js} +1 -1
- package/dist/cobalt/{p-8b7a4f6c.entry.js โ p-77719335.entry.js} +1 -1
- package/dist/cobalt/{p-94a8a119.entry.js โ p-7c5e846a.entry.js} +1 -1
- package/dist/cobalt/{p-9c2ce487.entry.js โ p-7c88163e.entry.js} +1 -1
- package/dist/cobalt/{p-12a0ae24.entry.js โ p-7cf4b4ae.entry.js} +1 -1
- package/dist/cobalt/{p-3ac316e0.entry.js โ p-7e53e9c8.entry.js} +1 -1
- package/dist/cobalt/{p-e99832a9.entry.js โ p-8183f56f.entry.js} +1 -1
- package/dist/cobalt/p-8345b25f.entry.js +1 -0
- package/dist/cobalt/{p-b004c3bb.entry.js โ p-88a0659f.entry.js} +1 -1
- package/dist/cobalt/{p-87fc5aed.entry.js โ p-89e38c5e.entry.js} +1 -1
- package/dist/cobalt/{p-a074f2ba.entry.js โ p-8eb485c8.entry.js} +1 -1
- package/dist/cobalt/{p-c31f5c1b.entry.js โ p-8f38e24d.entry.js} +1 -1
- package/dist/cobalt/{p-f52f61d4.entry.js โ p-8f600512.entry.js} +1 -1
- package/dist/cobalt/{p-09fe6ece.entry.js โ p-95efe661.entry.js} +1 -1
- package/dist/cobalt/{p-c42c505c.entry.js โ p-983af614.entry.js} +1 -1
- package/dist/cobalt/p-B6oiFdUY.js +1 -0
- package/dist/cobalt/p-CBX_oabB.js +1 -0
- package/dist/cobalt/p-a02db338.entry.js +1 -0
- package/dist/cobalt/{p-19f5d480.entry.js โ p-a51d8775.entry.js} +1 -1
- package/dist/cobalt/{p-d3c765e3.entry.js โ p-a6357340.entry.js} +1 -1
- package/dist/cobalt/p-a6b5cadd.entry.js +1 -0
- package/dist/cobalt/{p-5d7c26f2.entry.js โ p-a8c64cc3.entry.js} +1 -1
- package/dist/cobalt/{p-19706923.entry.js โ p-a9096b5c.entry.js} +1 -1
- package/dist/cobalt/{p-b800e107.entry.js โ p-a9b29cc2.entry.js} +1 -1
- package/dist/cobalt/p-aafb9d11.entry.js +1 -0
- package/dist/cobalt/{p-cc72557d.entry.js โ p-ab45d9bd.entry.js} +1 -1
- package/dist/cobalt/{p-43b1f8fb.entry.js โ p-ac466658.entry.js} +1 -1
- package/dist/cobalt/{p-3ecc29fa.entry.js โ p-ac91259e.entry.js} +1 -1
- package/dist/cobalt/{p-a45e2c00.entry.js โ p-b0319a2d.entry.js} +1 -1
- package/dist/cobalt/{p-8206c7c0.entry.js โ p-b8581787.entry.js} +1 -1
- package/dist/cobalt/{p-debe0d79.entry.js โ p-bfc2a849.entry.js} +1 -1
- package/dist/cobalt/{p-4e2379e4.entry.js โ p-c1e7fb32.entry.js} +1 -1
- package/dist/cobalt/{p-21832273.entry.js โ p-c5684c79.entry.js} +1 -1
- package/dist/cobalt/p-c6b9b9d6.entry.js +1 -0
- package/dist/cobalt/{p-ed2ca588.entry.js โ p-ce35c898.entry.js} +1 -1
- package/dist/cobalt/{p-e5296961.entry.js โ p-d15d3a97.entry.js} +1 -1
- package/dist/cobalt/p-d40a465f.entry.js +1 -0
- package/dist/cobalt/{p-d85a751d.entry.js โ p-d4debd6f.entry.js} +1 -1
- package/dist/cobalt/{p-7ec85887.entry.js โ p-d629fb4e.entry.js} +1 -1
- package/dist/cobalt/p-da18b5f4.entry.js +1 -0
- package/dist/cobalt/{p-360714ae.entry.js โ p-dca4cd5f.entry.js} +1 -1
- package/dist/cobalt/{p-a530bec2.entry.js โ p-dea43204.entry.js} +1 -1
- package/dist/cobalt/{p-f4cebc1f.entry.js โ p-dfcf667d.entry.js} +1 -1
- package/dist/cobalt/{p-9fe9e2fe.entry.js โ p-e5495539.entry.js} +1 -1
- package/dist/cobalt/{p-39bce45f.entry.js โ p-e8878cf9.entry.js} +1 -1
- package/dist/cobalt/{p-39007b6c.entry.js โ p-ef5e1167.entry.js} +1 -1
- package/dist/cobalt/{p-b1ef5107.entry.js โ p-fabe5fb2.entry.js} +1 -1
- package/dist/cobalt/{p-76dff399.entry.js โ p-fb3a095b.entry.js} +1 -1
- package/dist/cobalt/p-reaWaY4g.js +1 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/co-accordion/co-accordion.js +2 -2
- package/dist/collection/components/co-action-bar/co-action-bar.js +2 -2
- package/dist/collection/components/co-app-shell/co-app-shell.js +2 -2
- package/dist/collection/components/co-audio-player/co-audio-player.js +3 -3
- package/dist/collection/components/co-autocomplete/co-autocomplete.css +1 -1
- package/dist/collection/components/co-autocomplete/co-autocomplete.js +1 -1
- package/dist/collection/components/co-avatar-group/co-avatar-group.js +1 -1
- package/dist/collection/components/co-badge/co-badge.js +1 -1
- package/dist/collection/components/co-bottom-sheet/co-bottom-sheet.js +10 -11
- package/dist/collection/components/co-breadcrumb/co-breadcrumb.js +1 -1
- package/dist/collection/components/co-breadcrumb-item/co-breadcrumb-item.js +2 -2
- package/dist/collection/components/co-button/co-button.js +2 -2
- package/dist/collection/components/co-button-group/co-button-group.js +2 -2
- package/dist/collection/components/co-calendar/co-calendar.js +1 -1
- package/dist/collection/components/co-calendar-month/co-calendar-month.js +1 -1
- package/dist/collection/components/co-calendar-timegrid/co-calendar-timegrid.js +2 -2
- package/dist/collection/components/co-card/co-card.js +2 -2
- package/dist/collection/components/co-carousel/co-carousel.js +2 -2
- package/dist/collection/components/co-carousel-item/co-carousel-item.js +1 -1
- package/dist/collection/components/co-checkbox/co-checkbox.js +3 -3
- package/dist/collection/components/co-checkbox-group/co-checkbox-group.js +1 -1
- package/dist/collection/components/co-chip/co-chip.js +2 -2
- package/dist/collection/components/co-color-picker/co-color-picker.js +2 -2
- package/dist/collection/components/co-column-picker/co-column-picker.js +2 -2
- package/dist/collection/components/co-combobox/co-combobox.css +3 -1
- package/dist/collection/components/co-combobox/co-combobox.js +1 -1
- package/dist/collection/components/co-command-search/co-command-search.js +1 -1
- package/dist/collection/components/co-data-table/co-data-table.css +33 -0
- package/dist/collection/components/co-data-table/co-data-table.js +90 -8
- package/dist/collection/components/co-data-table-pagination/co-data-table-pagination.js +4 -4
- package/dist/collection/components/co-date-field/co-date-field.js +4 -4
- package/dist/collection/components/co-date-range/co-date-range.js +1 -1
- package/dist/collection/components/co-date-range-picker/co-date-range-picker.js +2 -2
- package/dist/collection/components/co-date-time-picker/co-date-time-picker.js +2 -2
- package/dist/collection/components/co-drawer/co-drawer.css +5 -2
- package/dist/collection/components/co-drawer/co-drawer.js +43 -1
- package/dist/collection/components/co-drive-card/co-drive-card.js +1 -1
- package/dist/collection/components/co-drop-zone/co-drop-zone.js +1 -1
- package/dist/collection/components/co-emoji-picker/co-emoji-picker.css +290 -0
- package/dist/collection/components/co-emoji-picker/co-emoji-picker.js +682 -0
- package/dist/collection/components/co-emoji-picker/emojiData.js +1953 -0
- package/dist/collection/components/co-emoji-picker/emojiNames.es.js +1922 -0
- package/dist/collection/components/co-emoji-picker/emojiNames.pt.js +1922 -0
- package/dist/collection/components/co-emoji-picker/emojiPickerLogic.js +375 -0
- package/dist/collection/components/co-empty-state/co-empty-state.js +2 -2
- package/dist/collection/components/co-event-calendar/co-event-calendar.js +2 -2
- package/dist/collection/components/co-event-popover/co-event-popover.js +1 -1
- package/dist/collection/components/co-fab/co-fab.css +8 -5
- package/dist/collection/components/co-fab/co-fab.js +2 -2
- package/dist/collection/components/co-file-field/co-file-field.js +5 -5
- package/dist/collection/components/co-file-type-tile/co-file-type-tile.js +2 -2
- package/dist/collection/components/co-helper-text/co-helper-text.js +2 -2
- package/dist/collection/components/co-icon/co-icon.js +2 -2
- package/dist/collection/components/co-icon-button/co-icon-button.css +25 -0
- package/dist/collection/components/co-icon-button/co-icon-button.js +1 -1
- package/dist/collection/components/co-json-field/co-json-field.js +3 -3
- package/dist/collection/components/co-lightbox/co-lightbox.js +4 -4
- package/dist/collection/components/co-list-footer/co-list-footer.js +1 -1
- package/dist/collection/components/co-list-item/co-list-item.js +4 -4
- package/dist/collection/components/co-media-thumb/co-media-thumb.js +2 -2
- package/dist/collection/components/co-menu/co-menu.js +1 -1
- package/dist/collection/components/co-menu-divider/co-menu-divider.js +1 -1
- package/dist/collection/components/co-modal/co-modal.css +3 -1
- package/dist/collection/components/co-modal/co-modal.js +13 -2
- package/dist/collection/components/co-navbar/co-navbar.js +2 -2
- package/dist/collection/components/co-number-field/co-number-field.js +2 -2
- package/dist/collection/components/co-option-list/co-option-list.css +11 -9
- package/dist/collection/components/co-option-list/co-option-list.js +8 -8
- package/dist/collection/components/co-overlay/co-overlay.js +1 -1
- package/dist/collection/components/co-page-header/co-page-header.js +1 -1
- package/dist/collection/components/co-phone-field/co-phone-field.js +1 -1
- package/dist/collection/components/co-popover/co-popover.js +27 -5
- package/dist/collection/components/co-progress-bar/co-progress-bar.js +2 -2
- package/dist/collection/components/co-progress-circle/co-progress-circle.js +2 -2
- package/dist/collection/components/co-radio/co-radio.js +3 -3
- package/dist/collection/components/co-radio-group/co-radio-group.js +1 -1
- package/dist/collection/components/co-rating/co-rating.js +3 -3
- package/dist/collection/components/co-ref-field/co-ref-field.css +15 -0
- package/dist/collection/components/co-ref-field/co-ref-field.js +72 -4
- package/dist/collection/components/co-rich-text-editor/co-rich-text-editor.js +3 -3
- package/dist/collection/components/co-row/co-row.js +2 -2
- package/dist/collection/components/co-segmented-bar/co-segmented-bar.js +1 -1
- package/dist/collection/components/co-select/co-select.js +68 -5
- package/dist/collection/components/co-separator/co-separator.js +1 -1
- package/dist/collection/components/co-sidebar/co-sidebar.js +2 -2
- package/dist/collection/components/co-sidebar-nav/co-sidebar-nav.js +3 -3
- package/dist/collection/components/co-skeleton/co-skeleton.js +1 -1
- package/dist/collection/components/co-slider/co-slider.js +2 -2
- package/dist/collection/components/co-switch/co-switch.js +3 -3
- package/dist/collection/components/co-tab/co-tab.js +2 -2
- package/dist/collection/components/co-tab-group/co-tab-group.js +2 -2
- package/dist/collection/components/co-tags-field/co-tags-field.js +5 -5
- package/dist/collection/components/co-textarea/co-textarea.js +4 -4
- package/dist/collection/components/co-toast/co-toast.js +4 -4
- package/dist/collection/components/co-toggle-button/co-toggle-button.js +2 -2
- package/dist/collection/components/co-toggle-button-group/co-toggle-button-group.js +2 -2
- package/dist/collection/components/co-tooltip/co-tooltip.js +2 -2
- package/dist/collection/components/co-transfer-list/co-transfer-list.js +3 -3
- package/dist/collection/components/co-video/co-video.js +2 -2
- package/dist/collection/utils/columnResize.js +37 -0
- package/dist/collection/utils/emojiI18n.js +92 -0
- package/dist/collection/utils/popover-stack.js +28 -0
- package/dist/collection/utils/slotContent.js +30 -0
- package/dist/components/co-accordion.js +1 -1
- package/dist/components/co-action-bar.js +1 -1
- package/dist/components/co-app-shell.js +1 -1
- package/dist/components/co-audio-player.js +1 -1
- package/dist/components/co-autocomplete.js +1 -1
- package/dist/components/co-avatar-group.js +1 -1
- package/dist/components/co-avatar.js +1 -1
- package/dist/components/co-badge.js +1 -1
- package/dist/components/co-bottom-sheet.js +1 -1
- package/dist/components/co-breadcrumb-item.js +1 -1
- package/dist/components/co-breadcrumb.js +1 -1
- package/dist/components/co-button-group.js +1 -1
- package/dist/components/co-button.js +1 -1
- package/dist/components/co-calendar-month.js +1 -1
- package/dist/components/co-calendar-timegrid.js +1 -1
- package/dist/components/co-calendar.js +1 -1
- package/dist/components/co-card.js +1 -1
- package/dist/components/co-carousel-item.js +1 -1
- package/dist/components/co-carousel.js +1 -1
- package/dist/components/co-checkbox-group.js +1 -1
- package/dist/components/co-checkbox.js +1 -1
- package/dist/components/co-chip.js +1 -1
- package/dist/components/co-color-picker.js +1 -1
- package/dist/components/co-column-picker.js +1 -1
- package/dist/components/co-combobox.js +1 -1
- package/dist/components/co-command-search.js +1 -1
- package/dist/components/co-data-table-pagination.js +1 -1
- package/dist/components/co-data-table.js +1 -1
- package/dist/components/co-date-field.js +1 -1
- package/dist/components/co-date-picker.js +1 -1
- package/dist/components/co-date-range-picker.js +1 -1
- package/dist/components/co-date-range.js +1 -1
- package/dist/components/co-date-time-picker.js +1 -1
- package/dist/components/co-drawer.js +1 -1
- package/dist/components/co-drive-card.js +1 -1
- package/dist/components/co-drop-zone.js +1 -1
- package/dist/components/co-emoji-picker.d.ts +11 -0
- package/dist/components/co-emoji-picker.js +1 -0
- package/dist/components/co-empty-state.js +1 -1
- package/dist/components/co-event-calendar.js +1 -1
- package/dist/components/co-event-popover.js +1 -1
- package/dist/components/co-fab.js +1 -1
- package/dist/components/co-file-field.js +1 -1
- package/dist/components/co-file-type-tile.js +1 -1
- package/dist/components/co-helper-text.js +1 -1
- package/dist/components/co-icon-button.js +1 -1
- package/dist/components/co-icon.js +1 -1
- package/dist/components/co-input.js +1 -1
- package/dist/components/co-json-field.js +1 -1
- package/dist/components/co-lightbox.js +1 -1
- package/dist/components/co-list-footer.js +1 -1
- package/dist/components/co-list-item.js +1 -1
- package/dist/components/co-media-thumb.js +1 -1
- package/dist/components/co-menu-divider.js +1 -1
- package/dist/components/co-menu-item.js +1 -1
- package/dist/components/co-menu.js +1 -1
- package/dist/components/co-modal.js +1 -1
- package/dist/components/co-navbar.js +1 -1
- package/dist/components/co-number-field.js +1 -1
- package/dist/components/co-option-list.js +1 -1
- package/dist/components/co-overlay.js +1 -1
- package/dist/components/co-page-header.js +1 -1
- package/dist/components/co-phone-field.js +1 -1
- package/dist/components/co-popover.js +1 -1
- package/dist/components/co-progress-bar.js +1 -1
- package/dist/components/co-progress-circle.js +1 -1
- package/dist/components/co-radio-group.js +1 -1
- package/dist/components/co-radio.js +1 -1
- package/dist/components/co-rating.js +1 -1
- package/dist/components/co-ref-field.js +1 -1
- package/dist/components/co-rich-text-editor.js +1 -1
- package/dist/components/co-rich-text-toolbar.js +1 -1
- package/dist/components/co-row.js +1 -1
- package/dist/components/co-select.js +1 -1
- package/dist/components/co-separator.js +1 -1
- package/dist/components/co-sidebar-nav.js +1 -1
- package/dist/components/co-sidebar.js +1 -1
- package/dist/components/co-skeleton.js +1 -1
- package/dist/components/co-slider.js +1 -1
- package/dist/components/co-switch.js +1 -1
- package/dist/components/co-tab-group.js +1 -1
- package/dist/components/co-tab.js +1 -1
- package/dist/components/co-tags-field.js +1 -1
- package/dist/components/co-textarea.js +1 -1
- package/dist/components/co-toast.js +1 -1
- package/dist/components/co-toggle-button-group.js +1 -1
- package/dist/components/co-toggle-button.js +1 -1
- package/dist/components/co-tooltip.js +1 -1
- package/dist/components/co-transfer-list.js +1 -1
- package/dist/components/co-video.js +1 -1
- package/dist/components/p-AvSaw4Ua.js +1 -0
- package/dist/components/p-B3TkpLNh.js +1 -0
- package/dist/components/p-B6oiFdUY.js +1 -0
- package/dist/components/{p-CmxZEGYq.js โ p-B7hvddnu.js} +1 -1
- package/dist/components/{p-Ce0ZJcks.js โ p-BGD3oQ73.js} +1 -1
- package/dist/components/{p-CJNo2JDc.js โ p-BT5tSgZa.js} +1 -1
- package/dist/components/{p-CYv2ig6I.js โ p-BsQQ7Mki.js} +1 -1
- package/dist/components/p-CBX_oabB.js +1 -0
- package/dist/components/{p-Cv5yuGLz.js โ p-CXLX8DpD.js} +1 -1
- package/dist/components/{p-DFT1qsVu.js โ p-CklsvHeL.js} +1 -1
- package/dist/components/{p-CKKBJaNB.js โ p-CyMaOb1j.js} +1 -1
- package/dist/components/{p-xvWmYN3W.js โ p-D5QJpmqf.js} +1 -1
- package/dist/components/{p-BlvsTlsS.js โ p-D6OUW6oW.js} +1 -1
- package/dist/components/p-DP0bbhfN.js +1 -0
- package/dist/components/{p-BUE9mBqk.js โ p-DTvb412h.js} +1 -1
- package/dist/components/{p-Bsll5Ofy.js โ p-DkmKOF60.js} +1 -1
- package/dist/components/{p-re2gJwnQ.js โ p-DolCkNsL.js} +1 -1
- package/dist/components/{p-CkQqqKRp.js โ p-KWTokD0C.js} +1 -1
- package/dist/components/{p-BCnjq3jN.js โ p-Q6caHt79.js} +1 -1
- package/dist/components/{p-2zy1K6zg.js โ p-WWlZiln1.js} +1 -1
- package/dist/components/{p-DAaKsGqj.js โ p-_131DL6m.js} +1 -1
- package/dist/components/{p-ushHimOL.js โ p-gI62K3Be.js} +1 -1
- package/dist/components/{p-_YYd42XM.js โ p-mom5kiBa.js} +1 -1
- package/dist/components/p-nwy6X1QT.js +1 -0
- package/dist/components/p-reaWaY4g.js +1 -0
- package/dist/esm/co-accordion.entry.js +2 -2
- package/dist/esm/co-action-bar.entry.js +2 -2
- package/dist/esm/co-app-shell.entry.js +2 -2
- package/dist/esm/co-audio-player.entry.js +3 -3
- package/dist/esm/co-autocomplete.entry.js +1 -1
- package/dist/esm/co-avatar_2.entry.js +2 -2
- package/dist/esm/co-badge.entry.js +1 -1
- package/dist/esm/co-bottom-sheet.entry.js +10 -11
- package/dist/esm/co-breadcrumb-item.entry.js +2 -2
- package/dist/esm/co-breadcrumb.entry.js +1 -1
- package/dist/esm/co-button-group.entry.js +2 -2
- package/dist/esm/co-button.entry.js +2 -2
- package/dist/esm/co-calendar-month_2.entry.js +3 -3
- package/dist/esm/co-calendar_3.entry.js +42 -7
- package/dist/esm/co-card.entry.js +2 -2
- package/dist/esm/co-carousel-item.entry.js +1 -1
- package/dist/esm/co-carousel.entry.js +2 -2
- package/dist/esm/co-checkbox.entry.js +3 -3
- package/dist/esm/co-chip_2.entry.js +11 -11
- package/dist/esm/co-color-picker.entry.js +2 -2
- package/dist/esm/co-column-picker.entry.js +2 -2
- package/dist/esm/co-combobox.entry.js +1 -1
- package/dist/esm/co-data-table-pagination.entry.js +4 -4
- package/dist/esm/co-data-table.entry.js +127 -8
- package/dist/esm/co-date-range.entry.js +1 -1
- package/dist/esm/co-date-time-picker.entry.js +2 -2
- package/dist/esm/co-drive-card.entry.js +1 -1
- package/dist/esm/co-drop-zone.entry.js +1 -1
- package/dist/esm/co-emoji-picker.entry.js +2806 -0
- package/dist/esm/co-empty-state.entry.js +2 -2
- package/dist/esm/co-event-calendar.entry.js +2 -2
- package/dist/esm/co-event-popover.entry.js +1 -1
- package/dist/esm/co-fab.entry.js +3 -3
- package/dist/esm/co-file-field.entry.js +5 -5
- package/dist/esm/co-file-type-tile.entry.js +2 -2
- package/dist/esm/co-helper-text.entry.js +2 -2
- package/dist/esm/co-icon-button.entry.js +2 -2
- package/dist/esm/co-icon.entry.js +2 -2
- package/dist/esm/co-json-field.entry.js +3 -3
- package/dist/esm/co-lightbox.entry.js +4 -4
- package/dist/esm/co-list-footer.entry.js +1 -1
- package/dist/esm/co-list-item.entry.js +4 -4
- package/dist/esm/co-media-thumb.entry.js +2 -2
- package/dist/esm/co-menu-divider.entry.js +1 -1
- package/dist/esm/co-menu.entry.js +1 -1
- package/dist/esm/co-modal.entry.js +9 -3
- package/dist/esm/co-navbar.entry.js +2 -2
- package/dist/esm/co-number-field.entry.js +2 -2
- package/dist/esm/co-overlay.entry.js +1 -1
- package/dist/esm/co-page-header.entry.js +1 -1
- package/dist/esm/co-phone-field.entry.js +1 -1
- package/dist/esm/co-popover.entry.js +49 -3
- package/dist/esm/co-progress-bar.entry.js +2 -2
- package/dist/esm/co-progress-circle.entry.js +2 -2
- package/dist/esm/co-provider-logo_2.entry.js +1 -1
- package/dist/esm/co-radio.entry.js +3 -3
- package/dist/esm/co-rating.entry.js +3 -3
- package/dist/esm/co-ref-field.entry.js +13 -4
- package/dist/esm/co-rich-text-editor.entry.js +3 -3
- package/dist/esm/co-row.entry.js +2 -2
- package/dist/esm/co-select.entry.js +13 -4
- package/dist/esm/co-separator.entry.js +1 -1
- package/dist/esm/co-sidebar-nav.entry.js +2 -2
- package/dist/esm/co-sidebar.entry.js +2 -2
- package/dist/esm/co-slider.entry.js +2 -2
- package/dist/esm/co-switch.entry.js +3 -3
- package/dist/esm/co-tab-group.entry.js +2 -2
- package/dist/esm/co-tab.entry.js +2 -2
- package/dist/esm/co-tags-field.entry.js +5 -5
- package/dist/esm/co-textarea.entry.js +4 -4
- package/dist/esm/co-toast.entry.js +2 -2
- package/dist/esm/co-toggle-button-group.entry.js +2 -2
- package/dist/esm/co-toggle-button.entry.js +2 -2
- package/dist/esm/co-transfer-list.entry.js +2 -2
- package/dist/esm/co-video.entry.js +2 -2
- package/dist/esm/cobalt.js +1 -1
- package/dist/esm/emojiNames.es-reaWaY4g.js +1923 -0
- package/dist/esm/emojiNames.pt-B6oiFdUY.js +1923 -0
- package/dist/esm/index-CrtiywTB.js +16 -12
- package/dist/esm/loader.js +1 -1
- package/dist/esm/slotContent-CBX_oabB.js +32 -0
- package/dist/types/components/co-bottom-sheet/co-bottom-sheet.d.ts +0 -1
- package/dist/types/components/co-data-table/co-data-table.d.ts +5 -0
- package/dist/types/components/co-drawer/co-drawer.d.ts +23 -0
- package/dist/types/components/co-emoji-picker/co-emoji-picker.d.ts +145 -0
- package/dist/types/components/co-emoji-picker/emojiData.d.ts +24 -0
- package/dist/types/components/co-emoji-picker/emojiNames.es.d.ts +12 -0
- package/dist/types/components/co-emoji-picker/emojiNames.pt.d.ts +12 -0
- package/dist/types/components/co-emoji-picker/emojiPickerLogic.d.ts +149 -0
- package/dist/types/components/co-modal/co-modal.d.ts +2 -0
- package/dist/types/components/co-popover/co-popover.d.ts +8 -1
- package/dist/types/components/co-ref-field/co-ref-field.d.ts +17 -0
- package/dist/types/components/co-select/co-select.d.ts +7 -0
- package/dist/types/components.d.ts +255 -2
- package/dist/types/utils/columnResize.d.ts +42 -0
- package/dist/types/utils/emojiI18n.d.ts +22 -0
- package/dist/types/utils/popover-stack.d.ts +5 -0
- package/dist/types/utils/slotContent.d.ts +19 -0
- package/package.json +4 -4
- package/dist/cobalt/p-212ed2ba.entry.js +0 -1
- package/dist/cobalt/p-2aeb1471.entry.js +0 -1
- package/dist/cobalt/p-30ec230e.entry.js +0 -1
- package/dist/cobalt/p-5ddebd10.entry.js +0 -1
- package/dist/cobalt/p-5f0f5d4b.entry.js +0 -1
- package/dist/cobalt/p-7521ec0c.entry.js +0 -1
- package/dist/cobalt/p-77593319.entry.js +0 -1
- package/dist/cobalt/p-7a2dab23.entry.js +0 -1
- package/dist/cobalt/p-e054cb52.entry.js +0 -1
- package/dist/cobalt/p-e612b43c.entry.js +0 -1
- package/dist/cobalt/p-e7e34852.entry.js +0 -1
- package/dist/cobalt/p-f1731fe9.entry.js +0 -1
- package/dist/components/p-Bh2__nEw.js +0 -1
- package/dist/components/p-BiefJDu3.js +0 -1
- package/dist/components/p-CL4dicvk.js +0 -1
- package/dist/components/p-DTJsO_Eg.js +0 -1
|
@@ -0,0 +1,1953 @@
|
|
|
1
|
+
// โ ๏ธ ARCHIVO GENERADO โ no editar a mano.
|
|
2
|
+
// Regenerar con: node scripts/generate-emoji-data.mjs
|
|
3
|
+
// Fuentes: unicode-emoji-json@0.8.0 ยท cldr-annotations-modern@45.0.0
|
|
4
|
+
/** Slugs de categorรญa, en orden de presentaciรณn (orden Unicode). */
|
|
5
|
+
export const EMOJI_CATEGORIES = [
|
|
6
|
+
'smileys',
|
|
7
|
+
'people',
|
|
8
|
+
'animals',
|
|
9
|
+
'food',
|
|
10
|
+
'travel',
|
|
11
|
+
'activities',
|
|
12
|
+
'objects',
|
|
13
|
+
'symbols',
|
|
14
|
+
'flags',
|
|
15
|
+
];
|
|
16
|
+
/**
|
|
17
|
+
* Un string empaquetado por categorรญa, alineado por รญndice con
|
|
18
|
+
* EMOJI_CATEGORIES. Cada lรญnea es `<emoji> <nombre en inglรฉs>`: el carรกcter
|
|
19
|
+
* llega hasta el primer espacio, el resto es el nombre.
|
|
20
|
+
*
|
|
21
|
+
* Formato de texto y no un array de objetos a propรณsito: el mismo dato como
|
|
22
|
+
* JSON de objetos pesa ~2.6ร crudo y comprime peor (los delimitadores se
|
|
23
|
+
* repiten 1906 veces). Se parsea una sola vez, on-demand, en emojiPickerLogic.
|
|
24
|
+
*/
|
|
25
|
+
export const EMOJI_PACKED = [
|
|
26
|
+
`๐ grinning face
|
|
27
|
+
๐ grinning face with big eyes
|
|
28
|
+
๐ grinning face with smiling eyes
|
|
29
|
+
๐ beaming face with smiling eyes
|
|
30
|
+
๐ grinning squinting face
|
|
31
|
+
๐
grinning face with sweat
|
|
32
|
+
๐คฃ rolling on the floor laughing
|
|
33
|
+
๐ face with tears of joy
|
|
34
|
+
๐ slightly smiling face
|
|
35
|
+
๐ upside-down face
|
|
36
|
+
๐ซ melting face
|
|
37
|
+
๐ winking face
|
|
38
|
+
๐ smiling face with smiling eyes
|
|
39
|
+
๐ smiling face with halo
|
|
40
|
+
๐ฅฐ smiling face with hearts
|
|
41
|
+
๐ smiling face with heart-eyes
|
|
42
|
+
๐คฉ star-struck
|
|
43
|
+
๐ face blowing a kiss
|
|
44
|
+
๐ kissing face
|
|
45
|
+
โบ๏ธ smiling face
|
|
46
|
+
๐ kissing face with closed eyes
|
|
47
|
+
๐ kissing face with smiling eyes
|
|
48
|
+
๐ฅฒ smiling face with tear
|
|
49
|
+
๐ face savoring food
|
|
50
|
+
๐ face with tongue
|
|
51
|
+
๐ winking face with tongue
|
|
52
|
+
๐คช zany face
|
|
53
|
+
๐ squinting face with tongue
|
|
54
|
+
๐ค money-mouth face
|
|
55
|
+
๐ค smiling face with open hands
|
|
56
|
+
๐คญ face with hand over mouth
|
|
57
|
+
๐ซข face with open eyes and hand over mouth
|
|
58
|
+
๐ซฃ face with peeking eye
|
|
59
|
+
๐คซ shushing face
|
|
60
|
+
๐ค thinking face
|
|
61
|
+
๐ซก saluting face
|
|
62
|
+
๐ค zipper-mouth face
|
|
63
|
+
๐คจ face with raised eyebrow
|
|
64
|
+
๐ neutral face
|
|
65
|
+
๐ expressionless face
|
|
66
|
+
๐ถ face without mouth
|
|
67
|
+
๐ซฅ dotted line face
|
|
68
|
+
๐ถโ๐ซ๏ธ face in clouds
|
|
69
|
+
๐ smirking face
|
|
70
|
+
๐ unamused face
|
|
71
|
+
๐ face with rolling eyes
|
|
72
|
+
๐ฌ grimacing face
|
|
73
|
+
๐ฎโ๐จ face exhaling
|
|
74
|
+
๐คฅ lying face
|
|
75
|
+
๐ซจ shaking face
|
|
76
|
+
๐โโ๏ธ head shaking horizontally
|
|
77
|
+
๐โโ๏ธ head shaking vertically
|
|
78
|
+
๐ relieved face
|
|
79
|
+
๐ pensive face
|
|
80
|
+
๐ช sleepy face
|
|
81
|
+
๐คค drooling face
|
|
82
|
+
๐ด sleeping face
|
|
83
|
+
๐ซฉ face with bags under eyes
|
|
84
|
+
๐ท face with medical mask
|
|
85
|
+
๐ค face with thermometer
|
|
86
|
+
๐ค face with head-bandage
|
|
87
|
+
๐คข nauseated face
|
|
88
|
+
๐คฎ face vomiting
|
|
89
|
+
๐คง sneezing face
|
|
90
|
+
๐ฅต hot face
|
|
91
|
+
๐ฅถ cold face
|
|
92
|
+
๐ฅด woozy face
|
|
93
|
+
๐ต face with crossed-out eyes
|
|
94
|
+
๐ตโ๐ซ face with spiral eyes
|
|
95
|
+
๐คฏ exploding head
|
|
96
|
+
๐ค cowboy hat face
|
|
97
|
+
๐ฅณ partying face
|
|
98
|
+
๐ฅธ disguised face
|
|
99
|
+
๐ smiling face with sunglasses
|
|
100
|
+
๐ค nerd face
|
|
101
|
+
๐ง face with monocle
|
|
102
|
+
๐ confused face
|
|
103
|
+
๐ซค face with diagonal mouth
|
|
104
|
+
๐ worried face
|
|
105
|
+
๐ slightly frowning face
|
|
106
|
+
โน๏ธ frowning face
|
|
107
|
+
๐ฎ face with open mouth
|
|
108
|
+
๐ฏ hushed face
|
|
109
|
+
๐ฒ astonished face
|
|
110
|
+
๐ณ flushed face
|
|
111
|
+
๐ฅบ pleading face
|
|
112
|
+
๐ฅน face holding back tears
|
|
113
|
+
๐ฆ frowning face with open mouth
|
|
114
|
+
๐ง anguished face
|
|
115
|
+
๐จ fearful face
|
|
116
|
+
๐ฐ anxious face with sweat
|
|
117
|
+
๐ฅ sad but relieved face
|
|
118
|
+
๐ข crying face
|
|
119
|
+
๐ญ loudly crying face
|
|
120
|
+
๐ฑ face screaming in fear
|
|
121
|
+
๐ confounded face
|
|
122
|
+
๐ฃ persevering face
|
|
123
|
+
๐ disappointed face
|
|
124
|
+
๐ downcast face with sweat
|
|
125
|
+
๐ฉ weary face
|
|
126
|
+
๐ซ tired face
|
|
127
|
+
๐ฅฑ yawning face
|
|
128
|
+
๐ค face with steam from nose
|
|
129
|
+
๐ก enraged face
|
|
130
|
+
๐ angry face
|
|
131
|
+
๐คฌ face with symbols on mouth
|
|
132
|
+
๐ smiling face with horns
|
|
133
|
+
๐ฟ angry face with horns
|
|
134
|
+
๐ skull
|
|
135
|
+
โ ๏ธ skull and crossbones
|
|
136
|
+
๐ฉ pile of poo
|
|
137
|
+
๐คก clown face
|
|
138
|
+
๐น ogre
|
|
139
|
+
๐บ goblin
|
|
140
|
+
๐ป ghost
|
|
141
|
+
๐ฝ alien
|
|
142
|
+
๐พ alien monster
|
|
143
|
+
๐ค robot
|
|
144
|
+
๐บ grinning cat
|
|
145
|
+
๐ธ grinning cat with smiling eyes
|
|
146
|
+
๐น cat with tears of joy
|
|
147
|
+
๐ป smiling cat with heart-eyes
|
|
148
|
+
๐ผ cat with wry smile
|
|
149
|
+
๐ฝ kissing cat
|
|
150
|
+
๐ weary cat
|
|
151
|
+
๐ฟ crying cat
|
|
152
|
+
๐พ pouting cat
|
|
153
|
+
๐ see-no-evil monkey
|
|
154
|
+
๐ hear-no-evil monkey
|
|
155
|
+
๐ speak-no-evil monkey
|
|
156
|
+
๐ love letter
|
|
157
|
+
๐ heart with arrow
|
|
158
|
+
๐ heart with ribbon
|
|
159
|
+
๐ sparkling heart
|
|
160
|
+
๐ growing heart
|
|
161
|
+
๐ beating heart
|
|
162
|
+
๐ revolving hearts
|
|
163
|
+
๐ two hearts
|
|
164
|
+
๐ heart decoration
|
|
165
|
+
โฃ๏ธ heart exclamation
|
|
166
|
+
๐ broken heart
|
|
167
|
+
โค๏ธโ๐ฅ heart on fire
|
|
168
|
+
โค๏ธโ๐ฉน mending heart
|
|
169
|
+
โค๏ธ red heart
|
|
170
|
+
๐ฉท pink heart
|
|
171
|
+
๐งก orange heart
|
|
172
|
+
๐ yellow heart
|
|
173
|
+
๐ green heart
|
|
174
|
+
๐ blue heart
|
|
175
|
+
๐ฉต light blue heart
|
|
176
|
+
๐ purple heart
|
|
177
|
+
๐ค brown heart
|
|
178
|
+
๐ค black heart
|
|
179
|
+
๐ฉถ grey heart
|
|
180
|
+
๐ค white heart
|
|
181
|
+
๐ kiss mark
|
|
182
|
+
๐ฏ hundred points
|
|
183
|
+
๐ข anger symbol
|
|
184
|
+
๐ฅ collision
|
|
185
|
+
๐ซ dizzy
|
|
186
|
+
๐ฆ sweat droplets
|
|
187
|
+
๐จ dashing away
|
|
188
|
+
๐ณ๏ธ hole
|
|
189
|
+
๐ฌ speech balloon
|
|
190
|
+
๐๏ธโ๐จ๏ธ eye in speech bubble
|
|
191
|
+
๐จ๏ธ left speech bubble
|
|
192
|
+
๐ฏ๏ธ right anger bubble
|
|
193
|
+
๐ญ thought balloon
|
|
194
|
+
๐ค ZZZ`,
|
|
195
|
+
`๐ waving hand
|
|
196
|
+
๐ค raised back of hand
|
|
197
|
+
๐๏ธ hand with fingers splayed
|
|
198
|
+
โ raised hand
|
|
199
|
+
๐ vulcan salute
|
|
200
|
+
๐ซฑ rightwards hand
|
|
201
|
+
๐ซฒ leftwards hand
|
|
202
|
+
๐ซณ palm down hand
|
|
203
|
+
๐ซด palm up hand
|
|
204
|
+
๐ซท leftwards pushing hand
|
|
205
|
+
๐ซธ rightwards pushing hand
|
|
206
|
+
๐ OK hand
|
|
207
|
+
๐ค pinched fingers
|
|
208
|
+
๐ค pinching hand
|
|
209
|
+
โ๏ธ victory hand
|
|
210
|
+
๐ค crossed fingers
|
|
211
|
+
๐ซฐ hand with index finger and thumb crossed
|
|
212
|
+
๐ค love-you gesture
|
|
213
|
+
๐ค sign of the horns
|
|
214
|
+
๐ค call me hand
|
|
215
|
+
๐ backhand index pointing left
|
|
216
|
+
๐ backhand index pointing right
|
|
217
|
+
๐ backhand index pointing up
|
|
218
|
+
๐ middle finger
|
|
219
|
+
๐ backhand index pointing down
|
|
220
|
+
โ๏ธ index pointing up
|
|
221
|
+
๐ซต index pointing at the viewer
|
|
222
|
+
๐ thumbs up
|
|
223
|
+
๐ thumbs down
|
|
224
|
+
โ raised fist
|
|
225
|
+
๐ oncoming fist
|
|
226
|
+
๐ค left-facing fist
|
|
227
|
+
๐ค right-facing fist
|
|
228
|
+
๐ clapping hands
|
|
229
|
+
๐ raising hands
|
|
230
|
+
๐ซถ heart hands
|
|
231
|
+
๐ open hands
|
|
232
|
+
๐คฒ palms up together
|
|
233
|
+
๐ค handshake
|
|
234
|
+
๐ folded hands
|
|
235
|
+
โ๏ธ writing hand
|
|
236
|
+
๐
nail polish
|
|
237
|
+
๐คณ selfie
|
|
238
|
+
๐ช flexed biceps
|
|
239
|
+
๐ฆพ mechanical arm
|
|
240
|
+
๐ฆฟ mechanical leg
|
|
241
|
+
๐ฆต leg
|
|
242
|
+
๐ฆถ foot
|
|
243
|
+
๐ ear
|
|
244
|
+
๐ฆป ear with hearing aid
|
|
245
|
+
๐ nose
|
|
246
|
+
๐ง brain
|
|
247
|
+
๐ซ anatomical heart
|
|
248
|
+
๐ซ lungs
|
|
249
|
+
๐ฆท tooth
|
|
250
|
+
๐ฆด bone
|
|
251
|
+
๐ eyes
|
|
252
|
+
๐๏ธ eye
|
|
253
|
+
๐
tongue
|
|
254
|
+
๐ mouth
|
|
255
|
+
๐ซฆ biting lip
|
|
256
|
+
๐ถ baby
|
|
257
|
+
๐ง child
|
|
258
|
+
๐ฆ boy
|
|
259
|
+
๐ง girl
|
|
260
|
+
๐ง person
|
|
261
|
+
๐ฑ person blond hair
|
|
262
|
+
๐จ man
|
|
263
|
+
๐ง person beard
|
|
264
|
+
๐งโโ๏ธ man beard
|
|
265
|
+
๐งโโ๏ธ woman beard
|
|
266
|
+
๐จโ๐ฆฐ man red hair
|
|
267
|
+
๐จโ๐ฆฑ man curly hair
|
|
268
|
+
๐จโ๐ฆณ man white hair
|
|
269
|
+
๐จโ๐ฆฒ man bald
|
|
270
|
+
๐ฉ woman
|
|
271
|
+
๐ฉโ๐ฆฐ woman red hair
|
|
272
|
+
๐งโ๐ฆฐ person red hair
|
|
273
|
+
๐ฉโ๐ฆฑ woman curly hair
|
|
274
|
+
๐งโ๐ฆฑ person curly hair
|
|
275
|
+
๐ฉโ๐ฆณ woman white hair
|
|
276
|
+
๐งโ๐ฆณ person white hair
|
|
277
|
+
๐ฉโ๐ฆฒ woman bald
|
|
278
|
+
๐งโ๐ฆฒ person bald
|
|
279
|
+
๐ฑโโ๏ธ woman blond hair
|
|
280
|
+
๐ฑโโ๏ธ man blond hair
|
|
281
|
+
๐ง older person
|
|
282
|
+
๐ด old man
|
|
283
|
+
๐ต old woman
|
|
284
|
+
๐ person frowning
|
|
285
|
+
๐โโ๏ธ man frowning
|
|
286
|
+
๐โโ๏ธ woman frowning
|
|
287
|
+
๐ person pouting
|
|
288
|
+
๐โโ๏ธ man pouting
|
|
289
|
+
๐โโ๏ธ woman pouting
|
|
290
|
+
๐
person gesturing NO
|
|
291
|
+
๐
โโ๏ธ man gesturing NO
|
|
292
|
+
๐
โโ๏ธ woman gesturing NO
|
|
293
|
+
๐ person gesturing OK
|
|
294
|
+
๐โโ๏ธ man gesturing OK
|
|
295
|
+
๐โโ๏ธ woman gesturing OK
|
|
296
|
+
๐ person tipping hand
|
|
297
|
+
๐โโ๏ธ man tipping hand
|
|
298
|
+
๐โโ๏ธ woman tipping hand
|
|
299
|
+
๐ person raising hand
|
|
300
|
+
๐โโ๏ธ man raising hand
|
|
301
|
+
๐โโ๏ธ woman raising hand
|
|
302
|
+
๐ง deaf person
|
|
303
|
+
๐งโโ๏ธ deaf man
|
|
304
|
+
๐งโโ๏ธ deaf woman
|
|
305
|
+
๐ person bowing
|
|
306
|
+
๐โโ๏ธ man bowing
|
|
307
|
+
๐โโ๏ธ woman bowing
|
|
308
|
+
๐คฆ person facepalming
|
|
309
|
+
๐คฆโโ๏ธ man facepalming
|
|
310
|
+
๐คฆโโ๏ธ woman facepalming
|
|
311
|
+
๐คท person shrugging
|
|
312
|
+
๐คทโโ๏ธ man shrugging
|
|
313
|
+
๐คทโโ๏ธ woman shrugging
|
|
314
|
+
๐งโโ๏ธ health worker
|
|
315
|
+
๐จโโ๏ธ man health worker
|
|
316
|
+
๐ฉโโ๏ธ woman health worker
|
|
317
|
+
๐งโ๐ student
|
|
318
|
+
๐จโ๐ man student
|
|
319
|
+
๐ฉโ๐ woman student
|
|
320
|
+
๐งโ๐ซ teacher
|
|
321
|
+
๐จโ๐ซ man teacher
|
|
322
|
+
๐ฉโ๐ซ woman teacher
|
|
323
|
+
๐งโโ๏ธ judge
|
|
324
|
+
๐จโโ๏ธ man judge
|
|
325
|
+
๐ฉโโ๏ธ woman judge
|
|
326
|
+
๐งโ๐พ farmer
|
|
327
|
+
๐จโ๐พ man farmer
|
|
328
|
+
๐ฉโ๐พ woman farmer
|
|
329
|
+
๐งโ๐ณ cook
|
|
330
|
+
๐จโ๐ณ man cook
|
|
331
|
+
๐ฉโ๐ณ woman cook
|
|
332
|
+
๐งโ๐ง mechanic
|
|
333
|
+
๐จโ๐ง man mechanic
|
|
334
|
+
๐ฉโ๐ง woman mechanic
|
|
335
|
+
๐งโ๐ญ factory worker
|
|
336
|
+
๐จโ๐ญ man factory worker
|
|
337
|
+
๐ฉโ๐ญ woman factory worker
|
|
338
|
+
๐งโ๐ผ office worker
|
|
339
|
+
๐จโ๐ผ man office worker
|
|
340
|
+
๐ฉโ๐ผ woman office worker
|
|
341
|
+
๐งโ๐ฌ scientist
|
|
342
|
+
๐จโ๐ฌ man scientist
|
|
343
|
+
๐ฉโ๐ฌ woman scientist
|
|
344
|
+
๐งโ๐ป technologist
|
|
345
|
+
๐จโ๐ป man technologist
|
|
346
|
+
๐ฉโ๐ป woman technologist
|
|
347
|
+
๐งโ๐ค singer
|
|
348
|
+
๐จโ๐ค man singer
|
|
349
|
+
๐ฉโ๐ค woman singer
|
|
350
|
+
๐งโ๐จ artist
|
|
351
|
+
๐จโ๐จ man artist
|
|
352
|
+
๐ฉโ๐จ woman artist
|
|
353
|
+
๐งโโ๏ธ pilot
|
|
354
|
+
๐จโโ๏ธ man pilot
|
|
355
|
+
๐ฉโโ๏ธ woman pilot
|
|
356
|
+
๐งโ๐ astronaut
|
|
357
|
+
๐จโ๐ man astronaut
|
|
358
|
+
๐ฉโ๐ woman astronaut
|
|
359
|
+
๐งโ๐ firefighter
|
|
360
|
+
๐จโ๐ man firefighter
|
|
361
|
+
๐ฉโ๐ woman firefighter
|
|
362
|
+
๐ฎ police officer
|
|
363
|
+
๐ฎโโ๏ธ man police officer
|
|
364
|
+
๐ฎโโ๏ธ woman police officer
|
|
365
|
+
๐ต๏ธ detective
|
|
366
|
+
๐ต๏ธโโ๏ธ man detective
|
|
367
|
+
๐ต๏ธโโ๏ธ woman detective
|
|
368
|
+
๐ guard
|
|
369
|
+
๐โโ๏ธ man guard
|
|
370
|
+
๐โโ๏ธ woman guard
|
|
371
|
+
๐ฅท ninja
|
|
372
|
+
๐ท construction worker
|
|
373
|
+
๐ทโโ๏ธ man construction worker
|
|
374
|
+
๐ทโโ๏ธ woman construction worker
|
|
375
|
+
๐ซ
person with crown
|
|
376
|
+
๐คด prince
|
|
377
|
+
๐ธ princess
|
|
378
|
+
๐ณ person wearing turban
|
|
379
|
+
๐ณโโ๏ธ man wearing turban
|
|
380
|
+
๐ณโโ๏ธ woman wearing turban
|
|
381
|
+
๐ฒ person with skullcap
|
|
382
|
+
๐ง woman with headscarf
|
|
383
|
+
๐คต person in tuxedo
|
|
384
|
+
๐คตโโ๏ธ man in tuxedo
|
|
385
|
+
๐คตโโ๏ธ woman in tuxedo
|
|
386
|
+
๐ฐ person with veil
|
|
387
|
+
๐ฐโโ๏ธ man with veil
|
|
388
|
+
๐ฐโโ๏ธ woman with veil
|
|
389
|
+
๐คฐ pregnant woman
|
|
390
|
+
๐ซ pregnant man
|
|
391
|
+
๐ซ pregnant person
|
|
392
|
+
๐คฑ breast-feeding
|
|
393
|
+
๐ฉโ๐ผ woman feeding baby
|
|
394
|
+
๐จโ๐ผ man feeding baby
|
|
395
|
+
๐งโ๐ผ person feeding baby
|
|
396
|
+
๐ผ baby angel
|
|
397
|
+
๐
Santa Claus
|
|
398
|
+
๐คถ Mrs. Claus
|
|
399
|
+
๐งโ๐ Mx Claus
|
|
400
|
+
๐ฆธ superhero
|
|
401
|
+
๐ฆธโโ๏ธ man superhero
|
|
402
|
+
๐ฆธโโ๏ธ woman superhero
|
|
403
|
+
๐ฆน supervillain
|
|
404
|
+
๐ฆนโโ๏ธ man supervillain
|
|
405
|
+
๐ฆนโโ๏ธ woman supervillain
|
|
406
|
+
๐ง mage
|
|
407
|
+
๐งโโ๏ธ man mage
|
|
408
|
+
๐งโโ๏ธ woman mage
|
|
409
|
+
๐ง fairy
|
|
410
|
+
๐งโโ๏ธ man fairy
|
|
411
|
+
๐งโโ๏ธ woman fairy
|
|
412
|
+
๐ง vampire
|
|
413
|
+
๐งโโ๏ธ man vampire
|
|
414
|
+
๐งโโ๏ธ woman vampire
|
|
415
|
+
๐ง merperson
|
|
416
|
+
๐งโโ๏ธ merman
|
|
417
|
+
๐งโโ๏ธ mermaid
|
|
418
|
+
๐ง elf
|
|
419
|
+
๐งโโ๏ธ man elf
|
|
420
|
+
๐งโโ๏ธ woman elf
|
|
421
|
+
๐ง genie
|
|
422
|
+
๐งโโ๏ธ man genie
|
|
423
|
+
๐งโโ๏ธ woman genie
|
|
424
|
+
๐ง zombie
|
|
425
|
+
๐งโโ๏ธ man zombie
|
|
426
|
+
๐งโโ๏ธ woman zombie
|
|
427
|
+
๐ง troll
|
|
428
|
+
๐ person getting massage
|
|
429
|
+
๐โโ๏ธ man getting massage
|
|
430
|
+
๐โโ๏ธ woman getting massage
|
|
431
|
+
๐ person getting haircut
|
|
432
|
+
๐โโ๏ธ man getting haircut
|
|
433
|
+
๐โโ๏ธ woman getting haircut
|
|
434
|
+
๐ถ person walking
|
|
435
|
+
๐ถโโ๏ธ man walking
|
|
436
|
+
๐ถโโ๏ธ woman walking
|
|
437
|
+
๐ถโโก๏ธ person walking facing right
|
|
438
|
+
๐ถโโ๏ธโโก๏ธ woman walking facing right
|
|
439
|
+
๐ถโโ๏ธโโก๏ธ man walking facing right
|
|
440
|
+
๐ง person standing
|
|
441
|
+
๐งโโ๏ธ man standing
|
|
442
|
+
๐งโโ๏ธ woman standing
|
|
443
|
+
๐ง person kneeling
|
|
444
|
+
๐งโโ๏ธ man kneeling
|
|
445
|
+
๐งโโ๏ธ woman kneeling
|
|
446
|
+
๐งโโก๏ธ person kneeling facing right
|
|
447
|
+
๐งโโ๏ธโโก๏ธ woman kneeling facing right
|
|
448
|
+
๐งโโ๏ธโโก๏ธ man kneeling facing right
|
|
449
|
+
๐งโ๐ฆฏ person with white cane
|
|
450
|
+
๐งโ๐ฆฏโโก๏ธ person with white cane facing right
|
|
451
|
+
๐จโ๐ฆฏ man with white cane
|
|
452
|
+
๐จโ๐ฆฏโโก๏ธ man with white cane facing right
|
|
453
|
+
๐ฉโ๐ฆฏ woman with white cane
|
|
454
|
+
๐ฉโ๐ฆฏโโก๏ธ woman with white cane facing right
|
|
455
|
+
๐งโ๐ฆผ person in motorized wheelchair
|
|
456
|
+
๐งโ๐ฆผโโก๏ธ person in motorized wheelchair facing right
|
|
457
|
+
๐จโ๐ฆผ man in motorized wheelchair
|
|
458
|
+
๐จโ๐ฆผโโก๏ธ man in motorized wheelchair facing right
|
|
459
|
+
๐ฉโ๐ฆผ woman in motorized wheelchair
|
|
460
|
+
๐ฉโ๐ฆผโโก๏ธ woman in motorized wheelchair facing right
|
|
461
|
+
๐งโ๐ฆฝ person in manual wheelchair
|
|
462
|
+
๐งโ๐ฆฝโโก๏ธ person in manual wheelchair facing right
|
|
463
|
+
๐จโ๐ฆฝ man in manual wheelchair
|
|
464
|
+
๐จโ๐ฆฝโโก๏ธ man in manual wheelchair facing right
|
|
465
|
+
๐ฉโ๐ฆฝ woman in manual wheelchair
|
|
466
|
+
๐ฉโ๐ฆฝโโก๏ธ woman in manual wheelchair facing right
|
|
467
|
+
๐ person running
|
|
468
|
+
๐โโ๏ธ man running
|
|
469
|
+
๐โโ๏ธ woman running
|
|
470
|
+
๐โโก๏ธ person running facing right
|
|
471
|
+
๐โโ๏ธโโก๏ธ woman running facing right
|
|
472
|
+
๐โโ๏ธโโก๏ธ man running facing right
|
|
473
|
+
๐ woman dancing
|
|
474
|
+
๐บ man dancing
|
|
475
|
+
๐ด๏ธ person in suit levitating
|
|
476
|
+
๐ฏ people with bunny ears
|
|
477
|
+
๐ฏโโ๏ธ men with bunny ears
|
|
478
|
+
๐ฏโโ๏ธ women with bunny ears
|
|
479
|
+
๐ง person in steamy room
|
|
480
|
+
๐งโโ๏ธ man in steamy room
|
|
481
|
+
๐งโโ๏ธ woman in steamy room
|
|
482
|
+
๐ง person climbing
|
|
483
|
+
๐งโโ๏ธ man climbing
|
|
484
|
+
๐งโโ๏ธ woman climbing
|
|
485
|
+
๐คบ person fencing
|
|
486
|
+
๐ horse racing
|
|
487
|
+
โท๏ธ skier
|
|
488
|
+
๐ snowboarder
|
|
489
|
+
๐๏ธ person golfing
|
|
490
|
+
๐๏ธโโ๏ธ man golfing
|
|
491
|
+
๐๏ธโโ๏ธ woman golfing
|
|
492
|
+
๐ person surfing
|
|
493
|
+
๐โโ๏ธ man surfing
|
|
494
|
+
๐โโ๏ธ woman surfing
|
|
495
|
+
๐ฃ person rowing boat
|
|
496
|
+
๐ฃโโ๏ธ man rowing boat
|
|
497
|
+
๐ฃโโ๏ธ woman rowing boat
|
|
498
|
+
๐ person swimming
|
|
499
|
+
๐โโ๏ธ man swimming
|
|
500
|
+
๐โโ๏ธ woman swimming
|
|
501
|
+
โน๏ธ person bouncing ball
|
|
502
|
+
โน๏ธโโ๏ธ man bouncing ball
|
|
503
|
+
โน๏ธโโ๏ธ woman bouncing ball
|
|
504
|
+
๐๏ธ person lifting weights
|
|
505
|
+
๐๏ธโโ๏ธ man lifting weights
|
|
506
|
+
๐๏ธโโ๏ธ woman lifting weights
|
|
507
|
+
๐ด person biking
|
|
508
|
+
๐ดโโ๏ธ man biking
|
|
509
|
+
๐ดโโ๏ธ woman biking
|
|
510
|
+
๐ต person mountain biking
|
|
511
|
+
๐ตโโ๏ธ man mountain biking
|
|
512
|
+
๐ตโโ๏ธ woman mountain biking
|
|
513
|
+
๐คธ person cartwheeling
|
|
514
|
+
๐คธโโ๏ธ man cartwheeling
|
|
515
|
+
๐คธโโ๏ธ woman cartwheeling
|
|
516
|
+
๐คผ people wrestling
|
|
517
|
+
๐คผโโ๏ธ men wrestling
|
|
518
|
+
๐คผโโ๏ธ women wrestling
|
|
519
|
+
๐คฝ person playing water polo
|
|
520
|
+
๐คฝโโ๏ธ man playing water polo
|
|
521
|
+
๐คฝโโ๏ธ woman playing water polo
|
|
522
|
+
๐คพ person playing handball
|
|
523
|
+
๐คพโโ๏ธ man playing handball
|
|
524
|
+
๐คพโโ๏ธ woman playing handball
|
|
525
|
+
๐คน person juggling
|
|
526
|
+
๐คนโโ๏ธ man juggling
|
|
527
|
+
๐คนโโ๏ธ woman juggling
|
|
528
|
+
๐ง person in lotus position
|
|
529
|
+
๐งโโ๏ธ man in lotus position
|
|
530
|
+
๐งโโ๏ธ woman in lotus position
|
|
531
|
+
๐ person taking bath
|
|
532
|
+
๐ person in bed
|
|
533
|
+
๐งโ๐คโ๐ง people holding hands
|
|
534
|
+
๐ญ women holding hands
|
|
535
|
+
๐ซ woman and man holding hands
|
|
536
|
+
๐ฌ men holding hands
|
|
537
|
+
๐ kiss
|
|
538
|
+
๐ฉโโค๏ธโ๐โ๐จ kiss woman, man
|
|
539
|
+
๐จโโค๏ธโ๐โ๐จ kiss man, man
|
|
540
|
+
๐ฉโโค๏ธโ๐โ๐ฉ kiss woman, woman
|
|
541
|
+
๐ couple with heart
|
|
542
|
+
๐ฉโโค๏ธโ๐จ couple with heart woman, man
|
|
543
|
+
๐จโโค๏ธโ๐จ couple with heart man, man
|
|
544
|
+
๐ฉโโค๏ธโ๐ฉ couple with heart woman, woman
|
|
545
|
+
๐จโ๐ฉโ๐ฆ family man, woman, boy
|
|
546
|
+
๐จโ๐ฉโ๐ง family man, woman, girl
|
|
547
|
+
๐จโ๐ฉโ๐งโ๐ฆ family man, woman, girl, boy
|
|
548
|
+
๐จโ๐ฉโ๐ฆโ๐ฆ family man, woman, boy, boy
|
|
549
|
+
๐จโ๐ฉโ๐งโ๐ง family man, woman, girl, girl
|
|
550
|
+
๐จโ๐จโ๐ฆ family man, man, boy
|
|
551
|
+
๐จโ๐จโ๐ง family man, man, girl
|
|
552
|
+
๐จโ๐จโ๐งโ๐ฆ family man, man, girl, boy
|
|
553
|
+
๐จโ๐จโ๐ฆโ๐ฆ family man, man, boy, boy
|
|
554
|
+
๐จโ๐จโ๐งโ๐ง family man, man, girl, girl
|
|
555
|
+
๐ฉโ๐ฉโ๐ฆ family woman, woman, boy
|
|
556
|
+
๐ฉโ๐ฉโ๐ง family woman, woman, girl
|
|
557
|
+
๐ฉโ๐ฉโ๐งโ๐ฆ family woman, woman, girl, boy
|
|
558
|
+
๐ฉโ๐ฉโ๐ฆโ๐ฆ family woman, woman, boy, boy
|
|
559
|
+
๐ฉโ๐ฉโ๐งโ๐ง family woman, woman, girl, girl
|
|
560
|
+
๐จโ๐ฆ family man, boy
|
|
561
|
+
๐จโ๐ฆโ๐ฆ family man, boy, boy
|
|
562
|
+
๐จโ๐ง family man, girl
|
|
563
|
+
๐จโ๐งโ๐ฆ family man, girl, boy
|
|
564
|
+
๐จโ๐งโ๐ง family man, girl, girl
|
|
565
|
+
๐ฉโ๐ฆ family woman, boy
|
|
566
|
+
๐ฉโ๐ฆโ๐ฆ family woman, boy, boy
|
|
567
|
+
๐ฉโ๐ง family woman, girl
|
|
568
|
+
๐ฉโ๐งโ๐ฆ family woman, girl, boy
|
|
569
|
+
๐ฉโ๐งโ๐ง family woman, girl, girl
|
|
570
|
+
๐ฃ๏ธ speaking head
|
|
571
|
+
๐ค bust in silhouette
|
|
572
|
+
๐ฅ busts in silhouette
|
|
573
|
+
๐ซ people hugging
|
|
574
|
+
๐ช family
|
|
575
|
+
๐งโ๐งโ๐ง family adult, adult, child
|
|
576
|
+
๐งโ๐งโ๐งโ๐ง family adult, adult, child, child
|
|
577
|
+
๐งโ๐ง family adult, child
|
|
578
|
+
๐งโ๐งโ๐ง family adult, child, child
|
|
579
|
+
๐ฃ footprints
|
|
580
|
+
๐ซ fingerprint`,
|
|
581
|
+
`๐ต monkey face
|
|
582
|
+
๐ monkey
|
|
583
|
+
๐ฆ gorilla
|
|
584
|
+
๐ฆง orangutan
|
|
585
|
+
๐ถ dog face
|
|
586
|
+
๐ dog
|
|
587
|
+
๐ฆฎ guide dog
|
|
588
|
+
๐โ๐ฆบ service dog
|
|
589
|
+
๐ฉ poodle
|
|
590
|
+
๐บ wolf
|
|
591
|
+
๐ฆ fox
|
|
592
|
+
๐ฆ raccoon
|
|
593
|
+
๐ฑ cat face
|
|
594
|
+
๐ cat
|
|
595
|
+
๐โโฌ black cat
|
|
596
|
+
๐ฆ lion
|
|
597
|
+
๐ฏ tiger face
|
|
598
|
+
๐
tiger
|
|
599
|
+
๐ leopard
|
|
600
|
+
๐ด horse face
|
|
601
|
+
๐ซ moose
|
|
602
|
+
๐ซ donkey
|
|
603
|
+
๐ horse
|
|
604
|
+
๐ฆ unicorn
|
|
605
|
+
๐ฆ zebra
|
|
606
|
+
๐ฆ deer
|
|
607
|
+
๐ฆฌ bison
|
|
608
|
+
๐ฎ cow face
|
|
609
|
+
๐ ox
|
|
610
|
+
๐ water buffalo
|
|
611
|
+
๐ cow
|
|
612
|
+
๐ท pig face
|
|
613
|
+
๐ pig
|
|
614
|
+
๐ boar
|
|
615
|
+
๐ฝ pig nose
|
|
616
|
+
๐ ram
|
|
617
|
+
๐ ewe
|
|
618
|
+
๐ goat
|
|
619
|
+
๐ช camel
|
|
620
|
+
๐ซ two-hump camel
|
|
621
|
+
๐ฆ llama
|
|
622
|
+
๐ฆ giraffe
|
|
623
|
+
๐ elephant
|
|
624
|
+
๐ฆฃ mammoth
|
|
625
|
+
๐ฆ rhinoceros
|
|
626
|
+
๐ฆ hippopotamus
|
|
627
|
+
๐ญ mouse face
|
|
628
|
+
๐ mouse
|
|
629
|
+
๐ rat
|
|
630
|
+
๐น hamster
|
|
631
|
+
๐ฐ rabbit face
|
|
632
|
+
๐ rabbit
|
|
633
|
+
๐ฟ๏ธ chipmunk
|
|
634
|
+
๐ฆซ beaver
|
|
635
|
+
๐ฆ hedgehog
|
|
636
|
+
๐ฆ bat
|
|
637
|
+
๐ป bear
|
|
638
|
+
๐ปโโ๏ธ polar bear
|
|
639
|
+
๐จ koala
|
|
640
|
+
๐ผ panda
|
|
641
|
+
๐ฆฅ sloth
|
|
642
|
+
๐ฆฆ otter
|
|
643
|
+
๐ฆจ skunk
|
|
644
|
+
๐ฆ kangaroo
|
|
645
|
+
๐ฆก badger
|
|
646
|
+
๐พ paw prints
|
|
647
|
+
๐ฆ turkey
|
|
648
|
+
๐ chicken
|
|
649
|
+
๐ rooster
|
|
650
|
+
๐ฃ hatching chick
|
|
651
|
+
๐ค baby chick
|
|
652
|
+
๐ฅ front-facing baby chick
|
|
653
|
+
๐ฆ bird
|
|
654
|
+
๐ง penguin
|
|
655
|
+
๐๏ธ dove
|
|
656
|
+
๐ฆ
eagle
|
|
657
|
+
๐ฆ duck
|
|
658
|
+
๐ฆข swan
|
|
659
|
+
๐ฆ owl
|
|
660
|
+
๐ฆค dodo
|
|
661
|
+
๐ชถ feather
|
|
662
|
+
๐ฆฉ flamingo
|
|
663
|
+
๐ฆ peacock
|
|
664
|
+
๐ฆ parrot
|
|
665
|
+
๐ชฝ wing
|
|
666
|
+
๐ฆโโฌ black bird
|
|
667
|
+
๐ชฟ goose
|
|
668
|
+
๐ฆโ๐ฅ phoenix
|
|
669
|
+
๐ธ frog
|
|
670
|
+
๐ crocodile
|
|
671
|
+
๐ข turtle
|
|
672
|
+
๐ฆ lizard
|
|
673
|
+
๐ snake
|
|
674
|
+
๐ฒ dragon face
|
|
675
|
+
๐ dragon
|
|
676
|
+
๐ฆ sauropod
|
|
677
|
+
๐ฆ T-Rex
|
|
678
|
+
๐ณ spouting whale
|
|
679
|
+
๐ whale
|
|
680
|
+
๐ฌ dolphin
|
|
681
|
+
๐ฆญ seal
|
|
682
|
+
๐ fish
|
|
683
|
+
๐ tropical fish
|
|
684
|
+
๐ก blowfish
|
|
685
|
+
๐ฆ shark
|
|
686
|
+
๐ octopus
|
|
687
|
+
๐ spiral shell
|
|
688
|
+
๐ชธ coral
|
|
689
|
+
๐ชผ jellyfish
|
|
690
|
+
๐ฆ crab
|
|
691
|
+
๐ฆ lobster
|
|
692
|
+
๐ฆ shrimp
|
|
693
|
+
๐ฆ squid
|
|
694
|
+
๐ฆช oyster
|
|
695
|
+
๐ snail
|
|
696
|
+
๐ฆ butterfly
|
|
697
|
+
๐ bug
|
|
698
|
+
๐ ant
|
|
699
|
+
๐ honeybee
|
|
700
|
+
๐ชฒ beetle
|
|
701
|
+
๐ lady beetle
|
|
702
|
+
๐ฆ cricket
|
|
703
|
+
๐ชณ cockroach
|
|
704
|
+
๐ท๏ธ spider
|
|
705
|
+
๐ธ๏ธ spider web
|
|
706
|
+
๐ฆ scorpion
|
|
707
|
+
๐ฆ mosquito
|
|
708
|
+
๐ชฐ fly
|
|
709
|
+
๐ชฑ worm
|
|
710
|
+
๐ฆ microbe
|
|
711
|
+
๐ bouquet
|
|
712
|
+
๐ธ cherry blossom
|
|
713
|
+
๐ฎ white flower
|
|
714
|
+
๐ชท lotus
|
|
715
|
+
๐ต๏ธ rosette
|
|
716
|
+
๐น rose
|
|
717
|
+
๐ฅ wilted flower
|
|
718
|
+
๐บ hibiscus
|
|
719
|
+
๐ป sunflower
|
|
720
|
+
๐ผ blossom
|
|
721
|
+
๐ท tulip
|
|
722
|
+
๐ชป hyacinth
|
|
723
|
+
๐ฑ seedling
|
|
724
|
+
๐ชด potted plant
|
|
725
|
+
๐ฒ evergreen tree
|
|
726
|
+
๐ณ deciduous tree
|
|
727
|
+
๐ด palm tree
|
|
728
|
+
๐ต cactus
|
|
729
|
+
๐พ sheaf of rice
|
|
730
|
+
๐ฟ herb
|
|
731
|
+
โ๏ธ shamrock
|
|
732
|
+
๐ four leaf clover
|
|
733
|
+
๐ maple leaf
|
|
734
|
+
๐ fallen leaf
|
|
735
|
+
๐ leaf fluttering in wind
|
|
736
|
+
๐ชน empty nest
|
|
737
|
+
๐ชบ nest with eggs
|
|
738
|
+
๐ mushroom
|
|
739
|
+
๐ชพ leafless tree`,
|
|
740
|
+
`๐ grapes
|
|
741
|
+
๐ melon
|
|
742
|
+
๐ watermelon
|
|
743
|
+
๐ tangerine
|
|
744
|
+
๐ lemon
|
|
745
|
+
๐โ๐ฉ lime
|
|
746
|
+
๐ banana
|
|
747
|
+
๐ pineapple
|
|
748
|
+
๐ฅญ mango
|
|
749
|
+
๐ red apple
|
|
750
|
+
๐ green apple
|
|
751
|
+
๐ pear
|
|
752
|
+
๐ peach
|
|
753
|
+
๐ cherries
|
|
754
|
+
๐ strawberry
|
|
755
|
+
๐ซ blueberries
|
|
756
|
+
๐ฅ kiwi fruit
|
|
757
|
+
๐
tomato
|
|
758
|
+
๐ซ olive
|
|
759
|
+
๐ฅฅ coconut
|
|
760
|
+
๐ฅ avocado
|
|
761
|
+
๐ eggplant
|
|
762
|
+
๐ฅ potato
|
|
763
|
+
๐ฅ carrot
|
|
764
|
+
๐ฝ ear of corn
|
|
765
|
+
๐ถ๏ธ hot pepper
|
|
766
|
+
๐ซ bell pepper
|
|
767
|
+
๐ฅ cucumber
|
|
768
|
+
๐ฅฌ leafy green
|
|
769
|
+
๐ฅฆ broccoli
|
|
770
|
+
๐ง garlic
|
|
771
|
+
๐ง
onion
|
|
772
|
+
๐ฅ peanuts
|
|
773
|
+
๐ซ beans
|
|
774
|
+
๐ฐ chestnut
|
|
775
|
+
๐ซ ginger root
|
|
776
|
+
๐ซ pea pod
|
|
777
|
+
๐โ๐ซ brown mushroom
|
|
778
|
+
๐ซ root vegetable
|
|
779
|
+
๐ bread
|
|
780
|
+
๐ฅ croissant
|
|
781
|
+
๐ฅ baguette bread
|
|
782
|
+
๐ซ flatbread
|
|
783
|
+
๐ฅจ pretzel
|
|
784
|
+
๐ฅฏ bagel
|
|
785
|
+
๐ฅ pancakes
|
|
786
|
+
๐ง waffle
|
|
787
|
+
๐ง cheese wedge
|
|
788
|
+
๐ meat on bone
|
|
789
|
+
๐ poultry leg
|
|
790
|
+
๐ฅฉ cut of meat
|
|
791
|
+
๐ฅ bacon
|
|
792
|
+
๐ hamburger
|
|
793
|
+
๐ french fries
|
|
794
|
+
๐ pizza
|
|
795
|
+
๐ญ hot dog
|
|
796
|
+
๐ฅช sandwich
|
|
797
|
+
๐ฎ taco
|
|
798
|
+
๐ฏ burrito
|
|
799
|
+
๐ซ tamale
|
|
800
|
+
๐ฅ stuffed flatbread
|
|
801
|
+
๐ง falafel
|
|
802
|
+
๐ฅ egg
|
|
803
|
+
๐ณ cooking
|
|
804
|
+
๐ฅ shallow pan of food
|
|
805
|
+
๐ฒ pot of food
|
|
806
|
+
๐ซ fondue
|
|
807
|
+
๐ฅฃ bowl with spoon
|
|
808
|
+
๐ฅ green salad
|
|
809
|
+
๐ฟ popcorn
|
|
810
|
+
๐ง butter
|
|
811
|
+
๐ง salt
|
|
812
|
+
๐ฅซ canned food
|
|
813
|
+
๐ฑ bento box
|
|
814
|
+
๐ rice cracker
|
|
815
|
+
๐ rice ball
|
|
816
|
+
๐ cooked rice
|
|
817
|
+
๐ curry rice
|
|
818
|
+
๐ steaming bowl
|
|
819
|
+
๐ spaghetti
|
|
820
|
+
๐ roasted sweet potato
|
|
821
|
+
๐ข oden
|
|
822
|
+
๐ฃ sushi
|
|
823
|
+
๐ค fried shrimp
|
|
824
|
+
๐ฅ fish cake with swirl
|
|
825
|
+
๐ฅฎ moon cake
|
|
826
|
+
๐ก dango
|
|
827
|
+
๐ฅ dumpling
|
|
828
|
+
๐ฅ fortune cookie
|
|
829
|
+
๐ฅก takeout box
|
|
830
|
+
๐ฆ soft ice cream
|
|
831
|
+
๐ง shaved ice
|
|
832
|
+
๐จ ice cream
|
|
833
|
+
๐ฉ doughnut
|
|
834
|
+
๐ช cookie
|
|
835
|
+
๐ birthday cake
|
|
836
|
+
๐ฐ shortcake
|
|
837
|
+
๐ง cupcake
|
|
838
|
+
๐ฅง pie
|
|
839
|
+
๐ซ chocolate bar
|
|
840
|
+
๐ฌ candy
|
|
841
|
+
๐ญ lollipop
|
|
842
|
+
๐ฎ custard
|
|
843
|
+
๐ฏ honey pot
|
|
844
|
+
๐ผ baby bottle
|
|
845
|
+
๐ฅ glass of milk
|
|
846
|
+
โ hot beverage
|
|
847
|
+
๐ซ teapot
|
|
848
|
+
๐ต teacup without handle
|
|
849
|
+
๐ถ sake
|
|
850
|
+
๐พ bottle with popping cork
|
|
851
|
+
๐ท wine glass
|
|
852
|
+
๐ธ cocktail glass
|
|
853
|
+
๐น tropical drink
|
|
854
|
+
๐บ beer mug
|
|
855
|
+
๐ป clinking beer mugs
|
|
856
|
+
๐ฅ clinking glasses
|
|
857
|
+
๐ฅ tumbler glass
|
|
858
|
+
๐ซ pouring liquid
|
|
859
|
+
๐ฅค cup with straw
|
|
860
|
+
๐ง bubble tea
|
|
861
|
+
๐ง beverage box
|
|
862
|
+
๐ง mate
|
|
863
|
+
๐ง ice
|
|
864
|
+
๐ฅข chopsticks
|
|
865
|
+
๐ฝ๏ธ fork and knife with plate
|
|
866
|
+
๐ด fork and knife
|
|
867
|
+
๐ฅ spoon
|
|
868
|
+
๐ช kitchen knife
|
|
869
|
+
๐ซ jar
|
|
870
|
+
๐บ amphora`,
|
|
871
|
+
`๐ globe showing Europe-Africa
|
|
872
|
+
๐ globe showing Americas
|
|
873
|
+
๐ globe showing Asia-Australia
|
|
874
|
+
๐ globe with meridians
|
|
875
|
+
๐บ๏ธ world map
|
|
876
|
+
๐พ map of Japan
|
|
877
|
+
๐งญ compass
|
|
878
|
+
๐๏ธ snow-capped mountain
|
|
879
|
+
โฐ๏ธ mountain
|
|
880
|
+
๐ volcano
|
|
881
|
+
๐ป mount fuji
|
|
882
|
+
๐๏ธ camping
|
|
883
|
+
๐๏ธ beach with umbrella
|
|
884
|
+
๐๏ธ desert
|
|
885
|
+
๐๏ธ desert island
|
|
886
|
+
๐๏ธ national park
|
|
887
|
+
๐๏ธ stadium
|
|
888
|
+
๐๏ธ classical building
|
|
889
|
+
๐๏ธ building construction
|
|
890
|
+
๐งฑ brick
|
|
891
|
+
๐ชจ rock
|
|
892
|
+
๐ชต wood
|
|
893
|
+
๐ hut
|
|
894
|
+
๐๏ธ houses
|
|
895
|
+
๐๏ธ derelict house
|
|
896
|
+
๐ house
|
|
897
|
+
๐ก house with garden
|
|
898
|
+
๐ข office building
|
|
899
|
+
๐ฃ Japanese post office
|
|
900
|
+
๐ค post office
|
|
901
|
+
๐ฅ hospital
|
|
902
|
+
๐ฆ bank
|
|
903
|
+
๐จ hotel
|
|
904
|
+
๐ฉ love hotel
|
|
905
|
+
๐ช convenience store
|
|
906
|
+
๐ซ school
|
|
907
|
+
๐ฌ department store
|
|
908
|
+
๐ญ factory
|
|
909
|
+
๐ฏ Japanese castle
|
|
910
|
+
๐ฐ castle
|
|
911
|
+
๐ wedding
|
|
912
|
+
๐ผ Tokyo tower
|
|
913
|
+
๐ฝ Statue of Liberty
|
|
914
|
+
โช church
|
|
915
|
+
๐ mosque
|
|
916
|
+
๐ hindu temple
|
|
917
|
+
๐ synagogue
|
|
918
|
+
โฉ๏ธ shinto shrine
|
|
919
|
+
๐ kaaba
|
|
920
|
+
โฒ fountain
|
|
921
|
+
โบ tent
|
|
922
|
+
๐ foggy
|
|
923
|
+
๐ night with stars
|
|
924
|
+
๐๏ธ cityscape
|
|
925
|
+
๐ sunrise over mountains
|
|
926
|
+
๐
sunrise
|
|
927
|
+
๐ cityscape at dusk
|
|
928
|
+
๐ sunset
|
|
929
|
+
๐ bridge at night
|
|
930
|
+
โจ๏ธ hot springs
|
|
931
|
+
๐ carousel horse
|
|
932
|
+
๐ playground slide
|
|
933
|
+
๐ก ferris wheel
|
|
934
|
+
๐ข roller coaster
|
|
935
|
+
๐ barber pole
|
|
936
|
+
๐ช circus tent
|
|
937
|
+
๐ locomotive
|
|
938
|
+
๐ railway car
|
|
939
|
+
๐ high-speed train
|
|
940
|
+
๐
bullet train
|
|
941
|
+
๐ train
|
|
942
|
+
๐ metro
|
|
943
|
+
๐ light rail
|
|
944
|
+
๐ station
|
|
945
|
+
๐ tram
|
|
946
|
+
๐ monorail
|
|
947
|
+
๐ mountain railway
|
|
948
|
+
๐ tram car
|
|
949
|
+
๐ bus
|
|
950
|
+
๐ oncoming bus
|
|
951
|
+
๐ trolleybus
|
|
952
|
+
๐ minibus
|
|
953
|
+
๐ ambulance
|
|
954
|
+
๐ fire engine
|
|
955
|
+
๐ police car
|
|
956
|
+
๐ oncoming police car
|
|
957
|
+
๐ taxi
|
|
958
|
+
๐ oncoming taxi
|
|
959
|
+
๐ automobile
|
|
960
|
+
๐ oncoming automobile
|
|
961
|
+
๐ sport utility vehicle
|
|
962
|
+
๐ป pickup truck
|
|
963
|
+
๐ delivery truck
|
|
964
|
+
๐ articulated lorry
|
|
965
|
+
๐ tractor
|
|
966
|
+
๐๏ธ racing car
|
|
967
|
+
๐๏ธ motorcycle
|
|
968
|
+
๐ต motor scooter
|
|
969
|
+
๐ฆฝ manual wheelchair
|
|
970
|
+
๐ฆผ motorized wheelchair
|
|
971
|
+
๐บ auto rickshaw
|
|
972
|
+
๐ฒ bicycle
|
|
973
|
+
๐ด kick scooter
|
|
974
|
+
๐น skateboard
|
|
975
|
+
๐ผ roller skate
|
|
976
|
+
๐ bus stop
|
|
977
|
+
๐ฃ๏ธ motorway
|
|
978
|
+
๐ค๏ธ railway track
|
|
979
|
+
๐ข๏ธ oil drum
|
|
980
|
+
โฝ fuel pump
|
|
981
|
+
๐ wheel
|
|
982
|
+
๐จ police car light
|
|
983
|
+
๐ฅ horizontal traffic light
|
|
984
|
+
๐ฆ vertical traffic light
|
|
985
|
+
๐ stop sign
|
|
986
|
+
๐ง construction
|
|
987
|
+
โ anchor
|
|
988
|
+
๐ ring buoy
|
|
989
|
+
โต sailboat
|
|
990
|
+
๐ถ canoe
|
|
991
|
+
๐ค speedboat
|
|
992
|
+
๐ณ๏ธ passenger ship
|
|
993
|
+
โด๏ธ ferry
|
|
994
|
+
๐ฅ๏ธ motor boat
|
|
995
|
+
๐ข ship
|
|
996
|
+
โ๏ธ airplane
|
|
997
|
+
๐ฉ๏ธ small airplane
|
|
998
|
+
๐ซ airplane departure
|
|
999
|
+
๐ฌ airplane arrival
|
|
1000
|
+
๐ช parachute
|
|
1001
|
+
๐บ seat
|
|
1002
|
+
๐ helicopter
|
|
1003
|
+
๐ suspension railway
|
|
1004
|
+
๐ mountain cableway
|
|
1005
|
+
๐ก aerial tramway
|
|
1006
|
+
๐ฐ๏ธ satellite
|
|
1007
|
+
๐ rocket
|
|
1008
|
+
๐ธ flying saucer
|
|
1009
|
+
๐๏ธ bellhop bell
|
|
1010
|
+
๐งณ luggage
|
|
1011
|
+
โ hourglass done
|
|
1012
|
+
โณ hourglass not done
|
|
1013
|
+
โ watch
|
|
1014
|
+
โฐ alarm clock
|
|
1015
|
+
โฑ๏ธ stopwatch
|
|
1016
|
+
โฒ๏ธ timer clock
|
|
1017
|
+
๐ฐ๏ธ mantelpiece clock
|
|
1018
|
+
๐ twelve oโclock
|
|
1019
|
+
๐ง twelve-thirty
|
|
1020
|
+
๐ one oโclock
|
|
1021
|
+
๐ one-thirty
|
|
1022
|
+
๐ two oโclock
|
|
1023
|
+
๐ two-thirty
|
|
1024
|
+
๐ three oโclock
|
|
1025
|
+
๐ three-thirty
|
|
1026
|
+
๐ four oโclock
|
|
1027
|
+
๐ four-thirty
|
|
1028
|
+
๐ five oโclock
|
|
1029
|
+
๐ five-thirty
|
|
1030
|
+
๐ six oโclock
|
|
1031
|
+
๐ก six-thirty
|
|
1032
|
+
๐ seven oโclock
|
|
1033
|
+
๐ข seven-thirty
|
|
1034
|
+
๐ eight oโclock
|
|
1035
|
+
๐ฃ eight-thirty
|
|
1036
|
+
๐ nine oโclock
|
|
1037
|
+
๐ค nine-thirty
|
|
1038
|
+
๐ ten oโclock
|
|
1039
|
+
๐ฅ ten-thirty
|
|
1040
|
+
๐ eleven oโclock
|
|
1041
|
+
๐ฆ eleven-thirty
|
|
1042
|
+
๐ new moon
|
|
1043
|
+
๐ waxing crescent moon
|
|
1044
|
+
๐ first quarter moon
|
|
1045
|
+
๐ waxing gibbous moon
|
|
1046
|
+
๐ full moon
|
|
1047
|
+
๐ waning gibbous moon
|
|
1048
|
+
๐ last quarter moon
|
|
1049
|
+
๐ waning crescent moon
|
|
1050
|
+
๐ crescent moon
|
|
1051
|
+
๐ new moon face
|
|
1052
|
+
๐ first quarter moon face
|
|
1053
|
+
๐ last quarter moon face
|
|
1054
|
+
๐ก๏ธ thermometer
|
|
1055
|
+
โ๏ธ sun
|
|
1056
|
+
๐ full moon face
|
|
1057
|
+
๐ sun with face
|
|
1058
|
+
๐ช ringed planet
|
|
1059
|
+
โญ star
|
|
1060
|
+
๐ glowing star
|
|
1061
|
+
๐ shooting star
|
|
1062
|
+
๐ milky way
|
|
1063
|
+
โ๏ธ cloud
|
|
1064
|
+
โ
sun behind cloud
|
|
1065
|
+
โ๏ธ cloud with lightning and rain
|
|
1066
|
+
๐ค๏ธ sun behind small cloud
|
|
1067
|
+
๐ฅ๏ธ sun behind large cloud
|
|
1068
|
+
๐ฆ๏ธ sun behind rain cloud
|
|
1069
|
+
๐ง๏ธ cloud with rain
|
|
1070
|
+
๐จ๏ธ cloud with snow
|
|
1071
|
+
๐ฉ๏ธ cloud with lightning
|
|
1072
|
+
๐ช๏ธ tornado
|
|
1073
|
+
๐ซ๏ธ fog
|
|
1074
|
+
๐ฌ๏ธ wind face
|
|
1075
|
+
๐ cyclone
|
|
1076
|
+
๐ rainbow
|
|
1077
|
+
๐ closed umbrella
|
|
1078
|
+
โ๏ธ umbrella
|
|
1079
|
+
โ umbrella with rain drops
|
|
1080
|
+
โฑ๏ธ umbrella on ground
|
|
1081
|
+
โก high voltage
|
|
1082
|
+
โ๏ธ snowflake
|
|
1083
|
+
โ๏ธ snowman
|
|
1084
|
+
โ snowman without snow
|
|
1085
|
+
โ๏ธ comet
|
|
1086
|
+
๐ฅ fire
|
|
1087
|
+
๐ง droplet
|
|
1088
|
+
๐ water wave`,
|
|
1089
|
+
`๐ jack-o-lantern
|
|
1090
|
+
๐ Christmas tree
|
|
1091
|
+
๐ fireworks
|
|
1092
|
+
๐ sparkler
|
|
1093
|
+
๐งจ firecracker
|
|
1094
|
+
โจ sparkles
|
|
1095
|
+
๐ balloon
|
|
1096
|
+
๐ party popper
|
|
1097
|
+
๐ confetti ball
|
|
1098
|
+
๐ tanabata tree
|
|
1099
|
+
๐ pine decoration
|
|
1100
|
+
๐ Japanese dolls
|
|
1101
|
+
๐ carp streamer
|
|
1102
|
+
๐ wind chime
|
|
1103
|
+
๐ moon viewing ceremony
|
|
1104
|
+
๐งง red envelope
|
|
1105
|
+
๐ ribbon
|
|
1106
|
+
๐ wrapped gift
|
|
1107
|
+
๐๏ธ reminder ribbon
|
|
1108
|
+
๐๏ธ admission tickets
|
|
1109
|
+
๐ซ ticket
|
|
1110
|
+
๐๏ธ military medal
|
|
1111
|
+
๐ trophy
|
|
1112
|
+
๐
sports medal
|
|
1113
|
+
๐ฅ 1st place medal
|
|
1114
|
+
๐ฅ 2nd place medal
|
|
1115
|
+
๐ฅ 3rd place medal
|
|
1116
|
+
โฝ soccer ball
|
|
1117
|
+
โพ baseball
|
|
1118
|
+
๐ฅ softball
|
|
1119
|
+
๐ basketball
|
|
1120
|
+
๐ volleyball
|
|
1121
|
+
๐ american football
|
|
1122
|
+
๐ rugby football
|
|
1123
|
+
๐พ tennis
|
|
1124
|
+
๐ฅ flying disc
|
|
1125
|
+
๐ณ bowling
|
|
1126
|
+
๐ cricket game
|
|
1127
|
+
๐ field hockey
|
|
1128
|
+
๐ ice hockey
|
|
1129
|
+
๐ฅ lacrosse
|
|
1130
|
+
๐ ping pong
|
|
1131
|
+
๐ธ badminton
|
|
1132
|
+
๐ฅ boxing glove
|
|
1133
|
+
๐ฅ martial arts uniform
|
|
1134
|
+
๐ฅ
goal net
|
|
1135
|
+
โณ flag in hole
|
|
1136
|
+
โธ๏ธ ice skate
|
|
1137
|
+
๐ฃ fishing pole
|
|
1138
|
+
๐คฟ diving mask
|
|
1139
|
+
๐ฝ running shirt
|
|
1140
|
+
๐ฟ skis
|
|
1141
|
+
๐ท sled
|
|
1142
|
+
๐ฅ curling stone
|
|
1143
|
+
๐ฏ bullseye
|
|
1144
|
+
๐ช yo-yo
|
|
1145
|
+
๐ช kite
|
|
1146
|
+
๐ซ water pistol
|
|
1147
|
+
๐ฑ pool 8 ball
|
|
1148
|
+
๐ฎ crystal ball
|
|
1149
|
+
๐ช magic wand
|
|
1150
|
+
๐ฎ video game
|
|
1151
|
+
๐น๏ธ joystick
|
|
1152
|
+
๐ฐ slot machine
|
|
1153
|
+
๐ฒ game die
|
|
1154
|
+
๐งฉ puzzle piece
|
|
1155
|
+
๐งธ teddy bear
|
|
1156
|
+
๐ช
piรฑata
|
|
1157
|
+
๐ชฉ mirror ball
|
|
1158
|
+
๐ช nesting dolls
|
|
1159
|
+
โ ๏ธ spade suit
|
|
1160
|
+
โฅ๏ธ heart suit
|
|
1161
|
+
โฆ๏ธ diamond suit
|
|
1162
|
+
โฃ๏ธ club suit
|
|
1163
|
+
โ๏ธ chess pawn
|
|
1164
|
+
๐ joker
|
|
1165
|
+
๐ mahjong red dragon
|
|
1166
|
+
๐ด flower playing cards
|
|
1167
|
+
๐ญ performing arts
|
|
1168
|
+
๐ผ๏ธ framed picture
|
|
1169
|
+
๐จ artist palette
|
|
1170
|
+
๐งต thread
|
|
1171
|
+
๐ชก sewing needle
|
|
1172
|
+
๐งถ yarn
|
|
1173
|
+
๐ชข knot`,
|
|
1174
|
+
`๐ glasses
|
|
1175
|
+
๐ถ๏ธ sunglasses
|
|
1176
|
+
๐ฅฝ goggles
|
|
1177
|
+
๐ฅผ lab coat
|
|
1178
|
+
๐ฆบ safety vest
|
|
1179
|
+
๐ necktie
|
|
1180
|
+
๐ t-shirt
|
|
1181
|
+
๐ jeans
|
|
1182
|
+
๐งฃ scarf
|
|
1183
|
+
๐งค gloves
|
|
1184
|
+
๐งฅ coat
|
|
1185
|
+
๐งฆ socks
|
|
1186
|
+
๐ dress
|
|
1187
|
+
๐ kimono
|
|
1188
|
+
๐ฅป sari
|
|
1189
|
+
๐ฉฑ one-piece swimsuit
|
|
1190
|
+
๐ฉฒ briefs
|
|
1191
|
+
๐ฉณ shorts
|
|
1192
|
+
๐ bikini
|
|
1193
|
+
๐ womanโs clothes
|
|
1194
|
+
๐ชญ folding hand fan
|
|
1195
|
+
๐ purse
|
|
1196
|
+
๐ handbag
|
|
1197
|
+
๐ clutch bag
|
|
1198
|
+
๐๏ธ shopping bags
|
|
1199
|
+
๐ backpack
|
|
1200
|
+
๐ฉด thong sandal
|
|
1201
|
+
๐ manโs shoe
|
|
1202
|
+
๐ running shoe
|
|
1203
|
+
๐ฅพ hiking boot
|
|
1204
|
+
๐ฅฟ flat shoe
|
|
1205
|
+
๐ high-heeled shoe
|
|
1206
|
+
๐ก womanโs sandal
|
|
1207
|
+
๐ฉฐ ballet shoes
|
|
1208
|
+
๐ข womanโs boot
|
|
1209
|
+
๐ชฎ hair pick
|
|
1210
|
+
๐ crown
|
|
1211
|
+
๐ womanโs hat
|
|
1212
|
+
๐ฉ top hat
|
|
1213
|
+
๐ graduation cap
|
|
1214
|
+
๐งข billed cap
|
|
1215
|
+
๐ช military helmet
|
|
1216
|
+
โ๏ธ rescue workerโs helmet
|
|
1217
|
+
๐ฟ prayer beads
|
|
1218
|
+
๐ lipstick
|
|
1219
|
+
๐ ring
|
|
1220
|
+
๐ gem stone
|
|
1221
|
+
๐ muted speaker
|
|
1222
|
+
๐ speaker low volume
|
|
1223
|
+
๐ speaker medium volume
|
|
1224
|
+
๐ speaker high volume
|
|
1225
|
+
๐ข loudspeaker
|
|
1226
|
+
๐ฃ megaphone
|
|
1227
|
+
๐ฏ postal horn
|
|
1228
|
+
๐ bell
|
|
1229
|
+
๐ bell with slash
|
|
1230
|
+
๐ผ musical score
|
|
1231
|
+
๐ต musical note
|
|
1232
|
+
๐ถ musical notes
|
|
1233
|
+
๐๏ธ studio microphone
|
|
1234
|
+
๐๏ธ level slider
|
|
1235
|
+
๐๏ธ control knobs
|
|
1236
|
+
๐ค microphone
|
|
1237
|
+
๐ง headphone
|
|
1238
|
+
๐ป radio
|
|
1239
|
+
๐ท saxophone
|
|
1240
|
+
๐ช accordion
|
|
1241
|
+
๐ธ guitar
|
|
1242
|
+
๐น musical keyboard
|
|
1243
|
+
๐บ trumpet
|
|
1244
|
+
๐ป violin
|
|
1245
|
+
๐ช banjo
|
|
1246
|
+
๐ฅ drum
|
|
1247
|
+
๐ช long drum
|
|
1248
|
+
๐ช maracas
|
|
1249
|
+
๐ช flute
|
|
1250
|
+
๐ช harp
|
|
1251
|
+
๐ฑ mobile phone
|
|
1252
|
+
๐ฒ mobile phone with arrow
|
|
1253
|
+
โ๏ธ telephone
|
|
1254
|
+
๐ telephone receiver
|
|
1255
|
+
๐ pager
|
|
1256
|
+
๐ fax machine
|
|
1257
|
+
๐ battery
|
|
1258
|
+
๐ชซ low battery
|
|
1259
|
+
๐ electric plug
|
|
1260
|
+
๐ป laptop
|
|
1261
|
+
๐ฅ๏ธ desktop computer
|
|
1262
|
+
๐จ๏ธ printer
|
|
1263
|
+
โจ๏ธ keyboard
|
|
1264
|
+
๐ฑ๏ธ computer mouse
|
|
1265
|
+
๐ฒ๏ธ trackball
|
|
1266
|
+
๐ฝ computer disk
|
|
1267
|
+
๐พ floppy disk
|
|
1268
|
+
๐ฟ optical disk
|
|
1269
|
+
๐ dvd
|
|
1270
|
+
๐งฎ abacus
|
|
1271
|
+
๐ฅ movie camera
|
|
1272
|
+
๐๏ธ film frames
|
|
1273
|
+
๐ฝ๏ธ film projector
|
|
1274
|
+
๐ฌ clapper board
|
|
1275
|
+
๐บ television
|
|
1276
|
+
๐ท camera
|
|
1277
|
+
๐ธ camera with flash
|
|
1278
|
+
๐น video camera
|
|
1279
|
+
๐ผ videocassette
|
|
1280
|
+
๐ magnifying glass tilted left
|
|
1281
|
+
๐ magnifying glass tilted right
|
|
1282
|
+
๐ฏ๏ธ candle
|
|
1283
|
+
๐ก light bulb
|
|
1284
|
+
๐ฆ flashlight
|
|
1285
|
+
๐ฎ red paper lantern
|
|
1286
|
+
๐ช diya lamp
|
|
1287
|
+
๐ notebook with decorative cover
|
|
1288
|
+
๐ closed book
|
|
1289
|
+
๐ open book
|
|
1290
|
+
๐ green book
|
|
1291
|
+
๐ blue book
|
|
1292
|
+
๐ orange book
|
|
1293
|
+
๐ books
|
|
1294
|
+
๐ notebook
|
|
1295
|
+
๐ ledger
|
|
1296
|
+
๐ page with curl
|
|
1297
|
+
๐ scroll
|
|
1298
|
+
๐ page facing up
|
|
1299
|
+
๐ฐ newspaper
|
|
1300
|
+
๐๏ธ rolled-up newspaper
|
|
1301
|
+
๐ bookmark tabs
|
|
1302
|
+
๐ bookmark
|
|
1303
|
+
๐ท๏ธ label
|
|
1304
|
+
๐ฐ money bag
|
|
1305
|
+
๐ช coin
|
|
1306
|
+
๐ด yen banknote
|
|
1307
|
+
๐ต dollar banknote
|
|
1308
|
+
๐ถ euro banknote
|
|
1309
|
+
๐ท pound banknote
|
|
1310
|
+
๐ธ money with wings
|
|
1311
|
+
๐ณ credit card
|
|
1312
|
+
๐งพ receipt
|
|
1313
|
+
๐น chart increasing with yen
|
|
1314
|
+
โ๏ธ envelope
|
|
1315
|
+
๐ง e-mail
|
|
1316
|
+
๐จ incoming envelope
|
|
1317
|
+
๐ฉ envelope with arrow
|
|
1318
|
+
๐ค outbox tray
|
|
1319
|
+
๐ฅ inbox tray
|
|
1320
|
+
๐ฆ package
|
|
1321
|
+
๐ซ closed mailbox with raised flag
|
|
1322
|
+
๐ช closed mailbox with lowered flag
|
|
1323
|
+
๐ฌ open mailbox with raised flag
|
|
1324
|
+
๐ญ open mailbox with lowered flag
|
|
1325
|
+
๐ฎ postbox
|
|
1326
|
+
๐ณ๏ธ ballot box with ballot
|
|
1327
|
+
โ๏ธ pencil
|
|
1328
|
+
โ๏ธ black nib
|
|
1329
|
+
๐๏ธ fountain pen
|
|
1330
|
+
๐๏ธ pen
|
|
1331
|
+
๐๏ธ paintbrush
|
|
1332
|
+
๐๏ธ crayon
|
|
1333
|
+
๐ memo
|
|
1334
|
+
๐ผ briefcase
|
|
1335
|
+
๐ file folder
|
|
1336
|
+
๐ open file folder
|
|
1337
|
+
๐๏ธ card index dividers
|
|
1338
|
+
๐
calendar
|
|
1339
|
+
๐ tear-off calendar
|
|
1340
|
+
๐๏ธ spiral notepad
|
|
1341
|
+
๐๏ธ spiral calendar
|
|
1342
|
+
๐ card index
|
|
1343
|
+
๐ chart increasing
|
|
1344
|
+
๐ chart decreasing
|
|
1345
|
+
๐ bar chart
|
|
1346
|
+
๐ clipboard
|
|
1347
|
+
๐ pushpin
|
|
1348
|
+
๐ round pushpin
|
|
1349
|
+
๐ paperclip
|
|
1350
|
+
๐๏ธ linked paperclips
|
|
1351
|
+
๐ straight ruler
|
|
1352
|
+
๐ triangular ruler
|
|
1353
|
+
โ๏ธ scissors
|
|
1354
|
+
๐๏ธ card file box
|
|
1355
|
+
๐๏ธ file cabinet
|
|
1356
|
+
๐๏ธ wastebasket
|
|
1357
|
+
๐ locked
|
|
1358
|
+
๐ unlocked
|
|
1359
|
+
๐ locked with pen
|
|
1360
|
+
๐ locked with key
|
|
1361
|
+
๐ key
|
|
1362
|
+
๐๏ธ old key
|
|
1363
|
+
๐จ hammer
|
|
1364
|
+
๐ช axe
|
|
1365
|
+
โ๏ธ pick
|
|
1366
|
+
โ๏ธ hammer and pick
|
|
1367
|
+
๐ ๏ธ hammer and wrench
|
|
1368
|
+
๐ก๏ธ dagger
|
|
1369
|
+
โ๏ธ crossed swords
|
|
1370
|
+
๐ฃ bomb
|
|
1371
|
+
๐ช boomerang
|
|
1372
|
+
๐น bow and arrow
|
|
1373
|
+
๐ก๏ธ shield
|
|
1374
|
+
๐ช carpentry saw
|
|
1375
|
+
๐ง wrench
|
|
1376
|
+
๐ช screwdriver
|
|
1377
|
+
๐ฉ nut and bolt
|
|
1378
|
+
โ๏ธ gear
|
|
1379
|
+
๐๏ธ clamp
|
|
1380
|
+
โ๏ธ balance scale
|
|
1381
|
+
๐ฆฏ white cane
|
|
1382
|
+
๐ link
|
|
1383
|
+
โ๏ธโ๐ฅ broken chain
|
|
1384
|
+
โ๏ธ chains
|
|
1385
|
+
๐ช hook
|
|
1386
|
+
๐งฐ toolbox
|
|
1387
|
+
๐งฒ magnet
|
|
1388
|
+
๐ช ladder
|
|
1389
|
+
๐ช shovel
|
|
1390
|
+
โ๏ธ alembic
|
|
1391
|
+
๐งช test tube
|
|
1392
|
+
๐งซ petri dish
|
|
1393
|
+
๐งฌ dna
|
|
1394
|
+
๐ฌ microscope
|
|
1395
|
+
๐ญ telescope
|
|
1396
|
+
๐ก satellite antenna
|
|
1397
|
+
๐ syringe
|
|
1398
|
+
๐ฉธ drop of blood
|
|
1399
|
+
๐ pill
|
|
1400
|
+
๐ฉน adhesive bandage
|
|
1401
|
+
๐ฉผ crutch
|
|
1402
|
+
๐ฉบ stethoscope
|
|
1403
|
+
๐ฉป x-ray
|
|
1404
|
+
๐ช door
|
|
1405
|
+
๐ elevator
|
|
1406
|
+
๐ช mirror
|
|
1407
|
+
๐ช window
|
|
1408
|
+
๐๏ธ bed
|
|
1409
|
+
๐๏ธ couch and lamp
|
|
1410
|
+
๐ช chair
|
|
1411
|
+
๐ฝ toilet
|
|
1412
|
+
๐ช plunger
|
|
1413
|
+
๐ฟ shower
|
|
1414
|
+
๐ bathtub
|
|
1415
|
+
๐ชค mouse trap
|
|
1416
|
+
๐ช razor
|
|
1417
|
+
๐งด lotion bottle
|
|
1418
|
+
๐งท safety pin
|
|
1419
|
+
๐งน broom
|
|
1420
|
+
๐งบ basket
|
|
1421
|
+
๐งป roll of paper
|
|
1422
|
+
๐ชฃ bucket
|
|
1423
|
+
๐งผ soap
|
|
1424
|
+
๐ซง bubbles
|
|
1425
|
+
๐ชฅ toothbrush
|
|
1426
|
+
๐งฝ sponge
|
|
1427
|
+
๐งฏ fire extinguisher
|
|
1428
|
+
๐ shopping cart
|
|
1429
|
+
๐ฌ cigarette
|
|
1430
|
+
โฐ๏ธ coffin
|
|
1431
|
+
๐ชฆ headstone
|
|
1432
|
+
โฑ๏ธ funeral urn
|
|
1433
|
+
๐งฟ nazar amulet
|
|
1434
|
+
๐ชฌ hamsa
|
|
1435
|
+
๐ฟ moai
|
|
1436
|
+
๐ชง placard
|
|
1437
|
+
๐ชช identification card`,
|
|
1438
|
+
`๐ง ATM sign
|
|
1439
|
+
๐ฎ litter in bin sign
|
|
1440
|
+
๐ฐ potable water
|
|
1441
|
+
โฟ wheelchair symbol
|
|
1442
|
+
๐น menโs room
|
|
1443
|
+
๐บ womenโs room
|
|
1444
|
+
๐ป restroom
|
|
1445
|
+
๐ผ baby symbol
|
|
1446
|
+
๐พ water closet
|
|
1447
|
+
๐ passport control
|
|
1448
|
+
๐ customs
|
|
1449
|
+
๐ baggage claim
|
|
1450
|
+
๐
left luggage
|
|
1451
|
+
โ ๏ธ warning
|
|
1452
|
+
๐ธ children crossing
|
|
1453
|
+
โ no entry
|
|
1454
|
+
๐ซ prohibited
|
|
1455
|
+
๐ณ no bicycles
|
|
1456
|
+
๐ญ no smoking
|
|
1457
|
+
๐ฏ no littering
|
|
1458
|
+
๐ฑ non-potable water
|
|
1459
|
+
๐ท no pedestrians
|
|
1460
|
+
๐ต no mobile phones
|
|
1461
|
+
๐ no one under eighteen
|
|
1462
|
+
โข๏ธ radioactive
|
|
1463
|
+
โฃ๏ธ biohazard
|
|
1464
|
+
โฌ๏ธ up arrow
|
|
1465
|
+
โ๏ธ up-right arrow
|
|
1466
|
+
โก๏ธ right arrow
|
|
1467
|
+
โ๏ธ down-right arrow
|
|
1468
|
+
โฌ๏ธ down arrow
|
|
1469
|
+
โ๏ธ down-left arrow
|
|
1470
|
+
โฌ
๏ธ left arrow
|
|
1471
|
+
โ๏ธ up-left arrow
|
|
1472
|
+
โ๏ธ up-down arrow
|
|
1473
|
+
โ๏ธ left-right arrow
|
|
1474
|
+
โฉ๏ธ right arrow curving left
|
|
1475
|
+
โช๏ธ left arrow curving right
|
|
1476
|
+
โคด๏ธ right arrow curving up
|
|
1477
|
+
โคต๏ธ right arrow curving down
|
|
1478
|
+
๐ clockwise vertical arrows
|
|
1479
|
+
๐ counterclockwise arrows button
|
|
1480
|
+
๐ BACK arrow
|
|
1481
|
+
๐ END arrow
|
|
1482
|
+
๐ ON! arrow
|
|
1483
|
+
๐ SOON arrow
|
|
1484
|
+
๐ TOP arrow
|
|
1485
|
+
๐ place of worship
|
|
1486
|
+
โ๏ธ atom symbol
|
|
1487
|
+
๐๏ธ om
|
|
1488
|
+
โก๏ธ star of David
|
|
1489
|
+
โธ๏ธ wheel of dharma
|
|
1490
|
+
โฏ๏ธ yin yang
|
|
1491
|
+
โ๏ธ latin cross
|
|
1492
|
+
โฆ๏ธ orthodox cross
|
|
1493
|
+
โช๏ธ star and crescent
|
|
1494
|
+
โฎ๏ธ peace symbol
|
|
1495
|
+
๐ menorah
|
|
1496
|
+
๐ฏ dotted six-pointed star
|
|
1497
|
+
๐ชฏ khanda
|
|
1498
|
+
โ Aries
|
|
1499
|
+
โ Taurus
|
|
1500
|
+
โ Gemini
|
|
1501
|
+
โ Cancer
|
|
1502
|
+
โ Leo
|
|
1503
|
+
โ Virgo
|
|
1504
|
+
โ Libra
|
|
1505
|
+
โ Scorpio
|
|
1506
|
+
โ Sagittarius
|
|
1507
|
+
โ Capricorn
|
|
1508
|
+
โ Aquarius
|
|
1509
|
+
โ Pisces
|
|
1510
|
+
โ Ophiuchus
|
|
1511
|
+
๐ shuffle tracks button
|
|
1512
|
+
๐ repeat button
|
|
1513
|
+
๐ repeat single button
|
|
1514
|
+
โถ๏ธ play button
|
|
1515
|
+
โฉ fast-forward button
|
|
1516
|
+
โญ๏ธ next track button
|
|
1517
|
+
โฏ๏ธ play or pause button
|
|
1518
|
+
โ๏ธ reverse button
|
|
1519
|
+
โช fast reverse button
|
|
1520
|
+
โฎ๏ธ last track button
|
|
1521
|
+
๐ผ upwards button
|
|
1522
|
+
โซ fast up button
|
|
1523
|
+
๐ฝ downwards button
|
|
1524
|
+
โฌ fast down button
|
|
1525
|
+
โธ๏ธ pause button
|
|
1526
|
+
โน๏ธ stop button
|
|
1527
|
+
โบ๏ธ record button
|
|
1528
|
+
โ๏ธ eject button
|
|
1529
|
+
๐ฆ cinema
|
|
1530
|
+
๐
dim button
|
|
1531
|
+
๐ bright button
|
|
1532
|
+
๐ถ antenna bars
|
|
1533
|
+
๐ wireless
|
|
1534
|
+
๐ณ vibration mode
|
|
1535
|
+
๐ด mobile phone off
|
|
1536
|
+
โ๏ธ female sign
|
|
1537
|
+
โ๏ธ male sign
|
|
1538
|
+
โง๏ธ transgender symbol
|
|
1539
|
+
โ๏ธ multiply
|
|
1540
|
+
โ plus
|
|
1541
|
+
โ minus
|
|
1542
|
+
โ divide
|
|
1543
|
+
๐ฐ heavy equals sign
|
|
1544
|
+
โพ๏ธ infinity
|
|
1545
|
+
โผ๏ธ double exclamation mark
|
|
1546
|
+
โ๏ธ exclamation question mark
|
|
1547
|
+
โ red question mark
|
|
1548
|
+
โ white question mark
|
|
1549
|
+
โ white exclamation mark
|
|
1550
|
+
โ red exclamation mark
|
|
1551
|
+
ใฐ๏ธ wavy dash
|
|
1552
|
+
๐ฑ currency exchange
|
|
1553
|
+
๐ฒ heavy dollar sign
|
|
1554
|
+
โ๏ธ medical symbol
|
|
1555
|
+
โป๏ธ recycling symbol
|
|
1556
|
+
โ๏ธ fleur-de-lis
|
|
1557
|
+
๐ฑ trident emblem
|
|
1558
|
+
๐ name badge
|
|
1559
|
+
๐ฐ Japanese symbol for beginner
|
|
1560
|
+
โญ hollow red circle
|
|
1561
|
+
โ
check mark button
|
|
1562
|
+
โ๏ธ check box with check
|
|
1563
|
+
โ๏ธ check mark
|
|
1564
|
+
โ cross mark
|
|
1565
|
+
โ cross mark button
|
|
1566
|
+
โฐ curly loop
|
|
1567
|
+
โฟ double curly loop
|
|
1568
|
+
ใฝ๏ธ part alternation mark
|
|
1569
|
+
โณ๏ธ eight-spoked asterisk
|
|
1570
|
+
โด๏ธ eight-pointed star
|
|
1571
|
+
โ๏ธ sparkle
|
|
1572
|
+
ยฉ๏ธ copyright
|
|
1573
|
+
ยฎ๏ธ registered
|
|
1574
|
+
โข๏ธ trade mark
|
|
1575
|
+
๐ซ splatter
|
|
1576
|
+
#๏ธโฃ keycap #
|
|
1577
|
+
*๏ธโฃ keycap *
|
|
1578
|
+
0๏ธโฃ keycap 0
|
|
1579
|
+
1๏ธโฃ keycap 1
|
|
1580
|
+
2๏ธโฃ keycap 2
|
|
1581
|
+
3๏ธโฃ keycap 3
|
|
1582
|
+
4๏ธโฃ keycap 4
|
|
1583
|
+
5๏ธโฃ keycap 5
|
|
1584
|
+
6๏ธโฃ keycap 6
|
|
1585
|
+
7๏ธโฃ keycap 7
|
|
1586
|
+
8๏ธโฃ keycap 8
|
|
1587
|
+
9๏ธโฃ keycap 9
|
|
1588
|
+
๐ keycap 10
|
|
1589
|
+
๐ input latin uppercase
|
|
1590
|
+
๐ก input latin lowercase
|
|
1591
|
+
๐ข input numbers
|
|
1592
|
+
๐ฃ input symbols
|
|
1593
|
+
๐ค input latin letters
|
|
1594
|
+
๐
ฐ๏ธ A button (blood type)
|
|
1595
|
+
๐ AB button (blood type)
|
|
1596
|
+
๐
ฑ๏ธ B button (blood type)
|
|
1597
|
+
๐ CL button
|
|
1598
|
+
๐ COOL button
|
|
1599
|
+
๐ FREE button
|
|
1600
|
+
โน๏ธ information
|
|
1601
|
+
๐ ID button
|
|
1602
|
+
โ๏ธ circled M
|
|
1603
|
+
๐ NEW button
|
|
1604
|
+
๐ NG button
|
|
1605
|
+
๐
พ๏ธ O button (blood type)
|
|
1606
|
+
๐ OK button
|
|
1607
|
+
๐
ฟ๏ธ P button
|
|
1608
|
+
๐ SOS button
|
|
1609
|
+
๐ UP! button
|
|
1610
|
+
๐ VS button
|
|
1611
|
+
๐ Japanese โhereโ button
|
|
1612
|
+
๐๏ธ Japanese โservice chargeโ button
|
|
1613
|
+
๐ท๏ธ Japanese โmonthly amountโ button
|
|
1614
|
+
๐ถ Japanese โnot free of chargeโ button
|
|
1615
|
+
๐ฏ Japanese โreservedโ button
|
|
1616
|
+
๐ Japanese โbargainโ button
|
|
1617
|
+
๐น Japanese โdiscountโ button
|
|
1618
|
+
๐ Japanese โfree of chargeโ button
|
|
1619
|
+
๐ฒ Japanese โprohibitedโ button
|
|
1620
|
+
๐ Japanese โacceptableโ button
|
|
1621
|
+
๐ธ Japanese โapplicationโ button
|
|
1622
|
+
๐ด Japanese โpassing gradeโ button
|
|
1623
|
+
๐ณ Japanese โvacancyโ button
|
|
1624
|
+
ใ๏ธ Japanese โcongratulationsโ button
|
|
1625
|
+
ใ๏ธ Japanese โsecretโ button
|
|
1626
|
+
๐บ Japanese โopen for businessโ button
|
|
1627
|
+
๐ต Japanese โno vacancyโ button
|
|
1628
|
+
๐ด red circle
|
|
1629
|
+
๐ orange circle
|
|
1630
|
+
๐ก yellow circle
|
|
1631
|
+
๐ข green circle
|
|
1632
|
+
๐ต blue circle
|
|
1633
|
+
๐ฃ purple circle
|
|
1634
|
+
๐ค brown circle
|
|
1635
|
+
โซ black circle
|
|
1636
|
+
โช white circle
|
|
1637
|
+
๐ฅ red square
|
|
1638
|
+
๐ง orange square
|
|
1639
|
+
๐จ yellow square
|
|
1640
|
+
๐ฉ green square
|
|
1641
|
+
๐ฆ blue square
|
|
1642
|
+
๐ช purple square
|
|
1643
|
+
๐ซ brown square
|
|
1644
|
+
โฌ black large square
|
|
1645
|
+
โฌ white large square
|
|
1646
|
+
โผ๏ธ black medium square
|
|
1647
|
+
โป๏ธ white medium square
|
|
1648
|
+
โพ black medium-small square
|
|
1649
|
+
โฝ white medium-small square
|
|
1650
|
+
โช๏ธ black small square
|
|
1651
|
+
โซ๏ธ white small square
|
|
1652
|
+
๐ถ large orange diamond
|
|
1653
|
+
๐ท large blue diamond
|
|
1654
|
+
๐ธ small orange diamond
|
|
1655
|
+
๐น small blue diamond
|
|
1656
|
+
๐บ red triangle pointed up
|
|
1657
|
+
๐ป red triangle pointed down
|
|
1658
|
+
๐ diamond with a dot
|
|
1659
|
+
๐ radio button
|
|
1660
|
+
๐ณ white square button
|
|
1661
|
+
๐ฒ black square button`,
|
|
1662
|
+
`๐ chequered flag
|
|
1663
|
+
๐ฉ triangular flag
|
|
1664
|
+
๐ crossed flags
|
|
1665
|
+
๐ด black flag
|
|
1666
|
+
๐ณ๏ธ white flag
|
|
1667
|
+
๐ณ๏ธโ๐ rainbow flag
|
|
1668
|
+
๐ณ๏ธโโง๏ธ transgender flag
|
|
1669
|
+
๐ดโโ ๏ธ pirate flag
|
|
1670
|
+
๐ฆ๐จ flag Ascension Island
|
|
1671
|
+
๐ฆ๐ฉ flag Andorra
|
|
1672
|
+
๐ฆ๐ช flag United Arab Emirates
|
|
1673
|
+
๐ฆ๐ซ flag Afghanistan
|
|
1674
|
+
๐ฆ๐ฌ flag Antigua & Barbuda
|
|
1675
|
+
๐ฆ๐ฎ flag Anguilla
|
|
1676
|
+
๐ฆ๐ฑ flag Albania
|
|
1677
|
+
๐ฆ๐ฒ flag Armenia
|
|
1678
|
+
๐ฆ๐ด flag Angola
|
|
1679
|
+
๐ฆ๐ถ flag Antarctica
|
|
1680
|
+
๐ฆ๐ท flag Argentina
|
|
1681
|
+
๐ฆ๐ธ flag American Samoa
|
|
1682
|
+
๐ฆ๐น flag Austria
|
|
1683
|
+
๐ฆ๐บ flag Australia
|
|
1684
|
+
๐ฆ๐ผ flag Aruba
|
|
1685
|
+
๐ฆ๐ฝ flag ร
land Islands
|
|
1686
|
+
๐ฆ๐ฟ flag Azerbaijan
|
|
1687
|
+
๐ง๐ฆ flag Bosnia & Herzegovina
|
|
1688
|
+
๐ง๐ง flag Barbados
|
|
1689
|
+
๐ง๐ฉ flag Bangladesh
|
|
1690
|
+
๐ง๐ช flag Belgium
|
|
1691
|
+
๐ง๐ซ flag Burkina Faso
|
|
1692
|
+
๐ง๐ฌ flag Bulgaria
|
|
1693
|
+
๐ง๐ญ flag Bahrain
|
|
1694
|
+
๐ง๐ฎ flag Burundi
|
|
1695
|
+
๐ง๐ฏ flag Benin
|
|
1696
|
+
๐ง๐ฑ flag St. Barthรฉlemy
|
|
1697
|
+
๐ง๐ฒ flag Bermuda
|
|
1698
|
+
๐ง๐ณ flag Brunei
|
|
1699
|
+
๐ง๐ด flag Bolivia
|
|
1700
|
+
๐ง๐ถ flag Caribbean Netherlands
|
|
1701
|
+
๐ง๐ท flag Brazil
|
|
1702
|
+
๐ง๐ธ flag Bahamas
|
|
1703
|
+
๐ง๐น flag Bhutan
|
|
1704
|
+
๐ง๐ป flag Bouvet Island
|
|
1705
|
+
๐ง๐ผ flag Botswana
|
|
1706
|
+
๐ง๐พ flag Belarus
|
|
1707
|
+
๐ง๐ฟ flag Belize
|
|
1708
|
+
๐จ๐ฆ flag Canada
|
|
1709
|
+
๐จ๐จ flag Cocos (Keeling) Islands
|
|
1710
|
+
๐จ๐ฉ flag Congo - Kinshasa
|
|
1711
|
+
๐จ๐ซ flag Central African Republic
|
|
1712
|
+
๐จ๐ฌ flag Congo - Brazzaville
|
|
1713
|
+
๐จ๐ญ flag Switzerland
|
|
1714
|
+
๐จ๐ฎ flag Cรดte dโIvoire
|
|
1715
|
+
๐จ๐ฐ flag Cook Islands
|
|
1716
|
+
๐จ๐ฑ flag Chile
|
|
1717
|
+
๐จ๐ฒ flag Cameroon
|
|
1718
|
+
๐จ๐ณ flag China
|
|
1719
|
+
๐จ๐ด flag Colombia
|
|
1720
|
+
๐จ๐ต flag Clipperton Island
|
|
1721
|
+
๐จ๐ถ flag Sark
|
|
1722
|
+
๐จ๐ท flag Costa Rica
|
|
1723
|
+
๐จ๐บ flag Cuba
|
|
1724
|
+
๐จ๐ป flag Cape Verde
|
|
1725
|
+
๐จ๐ผ flag Curaรงao
|
|
1726
|
+
๐จ๐ฝ flag Christmas Island
|
|
1727
|
+
๐จ๐พ flag Cyprus
|
|
1728
|
+
๐จ๐ฟ flag Czechia
|
|
1729
|
+
๐ฉ๐ช flag Germany
|
|
1730
|
+
๐ฉ๐ฌ flag Diego Garcia
|
|
1731
|
+
๐ฉ๐ฏ flag Djibouti
|
|
1732
|
+
๐ฉ๐ฐ flag Denmark
|
|
1733
|
+
๐ฉ๐ฒ flag Dominica
|
|
1734
|
+
๐ฉ๐ด flag Dominican Republic
|
|
1735
|
+
๐ฉ๐ฟ flag Algeria
|
|
1736
|
+
๐ช๐ฆ flag Ceuta & Melilla
|
|
1737
|
+
๐ช๐จ flag Ecuador
|
|
1738
|
+
๐ช๐ช flag Estonia
|
|
1739
|
+
๐ช๐ฌ flag Egypt
|
|
1740
|
+
๐ช๐ญ flag Western Sahara
|
|
1741
|
+
๐ช๐ท flag Eritrea
|
|
1742
|
+
๐ช๐ธ flag Spain
|
|
1743
|
+
๐ช๐น flag Ethiopia
|
|
1744
|
+
๐ช๐บ flag European Union
|
|
1745
|
+
๐ซ๐ฎ flag Finland
|
|
1746
|
+
๐ซ๐ฏ flag Fiji
|
|
1747
|
+
๐ซ๐ฐ flag Falkland Islands
|
|
1748
|
+
๐ซ๐ฒ flag Micronesia
|
|
1749
|
+
๐ซ๐ด flag Faroe Islands
|
|
1750
|
+
๐ซ๐ท flag France
|
|
1751
|
+
๐ฌ๐ฆ flag Gabon
|
|
1752
|
+
๐ฌ๐ง flag United Kingdom
|
|
1753
|
+
๐ฌ๐ฉ flag Grenada
|
|
1754
|
+
๐ฌ๐ช flag Georgia
|
|
1755
|
+
๐ฌ๐ซ flag French Guiana
|
|
1756
|
+
๐ฌ๐ฌ flag Guernsey
|
|
1757
|
+
๐ฌ๐ญ flag Ghana
|
|
1758
|
+
๐ฌ๐ฎ flag Gibraltar
|
|
1759
|
+
๐ฌ๐ฑ flag Greenland
|
|
1760
|
+
๐ฌ๐ฒ flag Gambia
|
|
1761
|
+
๐ฌ๐ณ flag Guinea
|
|
1762
|
+
๐ฌ๐ต flag Guadeloupe
|
|
1763
|
+
๐ฌ๐ถ flag Equatorial Guinea
|
|
1764
|
+
๐ฌ๐ท flag Greece
|
|
1765
|
+
๐ฌ๐ธ flag South Georgia & South Sandwich Islands
|
|
1766
|
+
๐ฌ๐น flag Guatemala
|
|
1767
|
+
๐ฌ๐บ flag Guam
|
|
1768
|
+
๐ฌ๐ผ flag Guinea-Bissau
|
|
1769
|
+
๐ฌ๐พ flag Guyana
|
|
1770
|
+
๐ญ๐ฐ flag Hong Kong SAR China
|
|
1771
|
+
๐ญ๐ฒ flag Heard & McDonald Islands
|
|
1772
|
+
๐ญ๐ณ flag Honduras
|
|
1773
|
+
๐ญ๐ท flag Croatia
|
|
1774
|
+
๐ญ๐น flag Haiti
|
|
1775
|
+
๐ญ๐บ flag Hungary
|
|
1776
|
+
๐ฎ๐จ flag Canary Islands
|
|
1777
|
+
๐ฎ๐ฉ flag Indonesia
|
|
1778
|
+
๐ฎ๐ช flag Ireland
|
|
1779
|
+
๐ฎ๐ฑ flag Israel
|
|
1780
|
+
๐ฎ๐ฒ flag Isle of Man
|
|
1781
|
+
๐ฎ๐ณ flag India
|
|
1782
|
+
๐ฎ๐ด flag British Indian Ocean Territory
|
|
1783
|
+
๐ฎ๐ถ flag Iraq
|
|
1784
|
+
๐ฎ๐ท flag Iran
|
|
1785
|
+
๐ฎ๐ธ flag Iceland
|
|
1786
|
+
๐ฎ๐น flag Italy
|
|
1787
|
+
๐ฏ๐ช flag Jersey
|
|
1788
|
+
๐ฏ๐ฒ flag Jamaica
|
|
1789
|
+
๐ฏ๐ด flag Jordan
|
|
1790
|
+
๐ฏ๐ต flag Japan
|
|
1791
|
+
๐ฐ๐ช flag Kenya
|
|
1792
|
+
๐ฐ๐ฌ flag Kyrgyzstan
|
|
1793
|
+
๐ฐ๐ญ flag Cambodia
|
|
1794
|
+
๐ฐ๐ฎ flag Kiribati
|
|
1795
|
+
๐ฐ๐ฒ flag Comoros
|
|
1796
|
+
๐ฐ๐ณ flag St. Kitts & Nevis
|
|
1797
|
+
๐ฐ๐ต flag North Korea
|
|
1798
|
+
๐ฐ๐ท flag South Korea
|
|
1799
|
+
๐ฐ๐ผ flag Kuwait
|
|
1800
|
+
๐ฐ๐พ flag Cayman Islands
|
|
1801
|
+
๐ฐ๐ฟ flag Kazakhstan
|
|
1802
|
+
๐ฑ๐ฆ flag Laos
|
|
1803
|
+
๐ฑ๐ง flag Lebanon
|
|
1804
|
+
๐ฑ๐จ flag St. Lucia
|
|
1805
|
+
๐ฑ๐ฎ flag Liechtenstein
|
|
1806
|
+
๐ฑ๐ฐ flag Sri Lanka
|
|
1807
|
+
๐ฑ๐ท flag Liberia
|
|
1808
|
+
๐ฑ๐ธ flag Lesotho
|
|
1809
|
+
๐ฑ๐น flag Lithuania
|
|
1810
|
+
๐ฑ๐บ flag Luxembourg
|
|
1811
|
+
๐ฑ๐ป flag Latvia
|
|
1812
|
+
๐ฑ๐พ flag Libya
|
|
1813
|
+
๐ฒ๐ฆ flag Morocco
|
|
1814
|
+
๐ฒ๐จ flag Monaco
|
|
1815
|
+
๐ฒ๐ฉ flag Moldova
|
|
1816
|
+
๐ฒ๐ช flag Montenegro
|
|
1817
|
+
๐ฒ๐ซ flag St. Martin
|
|
1818
|
+
๐ฒ๐ฌ flag Madagascar
|
|
1819
|
+
๐ฒ๐ญ flag Marshall Islands
|
|
1820
|
+
๐ฒ๐ฐ flag North Macedonia
|
|
1821
|
+
๐ฒ๐ฑ flag Mali
|
|
1822
|
+
๐ฒ๐ฒ flag Myanmar (Burma)
|
|
1823
|
+
๐ฒ๐ณ flag Mongolia
|
|
1824
|
+
๐ฒ๐ด flag Macao SAR China
|
|
1825
|
+
๐ฒ๐ต flag Northern Mariana Islands
|
|
1826
|
+
๐ฒ๐ถ flag Martinique
|
|
1827
|
+
๐ฒ๐ท flag Mauritania
|
|
1828
|
+
๐ฒ๐ธ flag Montserrat
|
|
1829
|
+
๐ฒ๐น flag Malta
|
|
1830
|
+
๐ฒ๐บ flag Mauritius
|
|
1831
|
+
๐ฒ๐ป flag Maldives
|
|
1832
|
+
๐ฒ๐ผ flag Malawi
|
|
1833
|
+
๐ฒ๐ฝ flag Mexico
|
|
1834
|
+
๐ฒ๐พ flag Malaysia
|
|
1835
|
+
๐ฒ๐ฟ flag Mozambique
|
|
1836
|
+
๐ณ๐ฆ flag Namibia
|
|
1837
|
+
๐ณ๐จ flag New Caledonia
|
|
1838
|
+
๐ณ๐ช flag Niger
|
|
1839
|
+
๐ณ๐ซ flag Norfolk Island
|
|
1840
|
+
๐ณ๐ฌ flag Nigeria
|
|
1841
|
+
๐ณ๐ฎ flag Nicaragua
|
|
1842
|
+
๐ณ๐ฑ flag Netherlands
|
|
1843
|
+
๐ณ๐ด flag Norway
|
|
1844
|
+
๐ณ๐ต flag Nepal
|
|
1845
|
+
๐ณ๐ท flag Nauru
|
|
1846
|
+
๐ณ๐บ flag Niue
|
|
1847
|
+
๐ณ๐ฟ flag New Zealand
|
|
1848
|
+
๐ด๐ฒ flag Oman
|
|
1849
|
+
๐ต๐ฆ flag Panama
|
|
1850
|
+
๐ต๐ช flag Peru
|
|
1851
|
+
๐ต๐ซ flag French Polynesia
|
|
1852
|
+
๐ต๐ฌ flag Papua New Guinea
|
|
1853
|
+
๐ต๐ญ flag Philippines
|
|
1854
|
+
๐ต๐ฐ flag Pakistan
|
|
1855
|
+
๐ต๐ฑ flag Poland
|
|
1856
|
+
๐ต๐ฒ flag St. Pierre & Miquelon
|
|
1857
|
+
๐ต๐ณ flag Pitcairn Islands
|
|
1858
|
+
๐ต๐ท flag Puerto Rico
|
|
1859
|
+
๐ต๐ธ flag Palestinian Territories
|
|
1860
|
+
๐ต๐น flag Portugal
|
|
1861
|
+
๐ต๐ผ flag Palau
|
|
1862
|
+
๐ต๐พ flag Paraguay
|
|
1863
|
+
๐ถ๐ฆ flag Qatar
|
|
1864
|
+
๐ท๐ช flag Rรฉunion
|
|
1865
|
+
๐ท๐ด flag Romania
|
|
1866
|
+
๐ท๐ธ flag Serbia
|
|
1867
|
+
๐ท๐บ flag Russia
|
|
1868
|
+
๐ท๐ผ flag Rwanda
|
|
1869
|
+
๐ธ๐ฆ flag Saudi Arabia
|
|
1870
|
+
๐ธ๐ง flag Solomon Islands
|
|
1871
|
+
๐ธ๐จ flag Seychelles
|
|
1872
|
+
๐ธ๐ฉ flag Sudan
|
|
1873
|
+
๐ธ๐ช flag Sweden
|
|
1874
|
+
๐ธ๐ฌ flag Singapore
|
|
1875
|
+
๐ธ๐ญ flag St. Helena
|
|
1876
|
+
๐ธ๐ฎ flag Slovenia
|
|
1877
|
+
๐ธ๐ฏ flag Svalbard & Jan Mayen
|
|
1878
|
+
๐ธ๐ฐ flag Slovakia
|
|
1879
|
+
๐ธ๐ฑ flag Sierra Leone
|
|
1880
|
+
๐ธ๐ฒ flag San Marino
|
|
1881
|
+
๐ธ๐ณ flag Senegal
|
|
1882
|
+
๐ธ๐ด flag Somalia
|
|
1883
|
+
๐ธ๐ท flag Suriname
|
|
1884
|
+
๐ธ๐ธ flag South Sudan
|
|
1885
|
+
๐ธ๐น flag Sรฃo Tomรฉ & Prรญncipe
|
|
1886
|
+
๐ธ๐ป flag El Salvador
|
|
1887
|
+
๐ธ๐ฝ flag Sint Maarten
|
|
1888
|
+
๐ธ๐พ flag Syria
|
|
1889
|
+
๐ธ๐ฟ flag Eswatini
|
|
1890
|
+
๐น๐ฆ flag Tristan da Cunha
|
|
1891
|
+
๐น๐จ flag Turks & Caicos Islands
|
|
1892
|
+
๐น๐ฉ flag Chad
|
|
1893
|
+
๐น๐ซ flag French Southern Territories
|
|
1894
|
+
๐น๐ฌ flag Togo
|
|
1895
|
+
๐น๐ญ flag Thailand
|
|
1896
|
+
๐น๐ฏ flag Tajikistan
|
|
1897
|
+
๐น๐ฐ flag Tokelau
|
|
1898
|
+
๐น๐ฑ flag Timor-Leste
|
|
1899
|
+
๐น๐ฒ flag Turkmenistan
|
|
1900
|
+
๐น๐ณ flag Tunisia
|
|
1901
|
+
๐น๐ด flag Tonga
|
|
1902
|
+
๐น๐ท flag Tรผrkiye
|
|
1903
|
+
๐น๐น flag Trinidad & Tobago
|
|
1904
|
+
๐น๐ป flag Tuvalu
|
|
1905
|
+
๐น๐ผ flag Taiwan
|
|
1906
|
+
๐น๐ฟ flag Tanzania
|
|
1907
|
+
๐บ๐ฆ flag Ukraine
|
|
1908
|
+
๐บ๐ฌ flag Uganda
|
|
1909
|
+
๐บ๐ฒ flag U.S. Outlying Islands
|
|
1910
|
+
๐บ๐ณ flag United Nations
|
|
1911
|
+
๐บ๐ธ flag United States
|
|
1912
|
+
๐บ๐พ flag Uruguay
|
|
1913
|
+
๐บ๐ฟ flag Uzbekistan
|
|
1914
|
+
๐ป๐ฆ flag Vatican City
|
|
1915
|
+
๐ป๐จ flag St. Vincent & Grenadines
|
|
1916
|
+
๐ป๐ช flag Venezuela
|
|
1917
|
+
๐ป๐ฌ flag British Virgin Islands
|
|
1918
|
+
๐ป๐ฎ flag U.S. Virgin Islands
|
|
1919
|
+
๐ป๐ณ flag Vietnam
|
|
1920
|
+
๐ป๐บ flag Vanuatu
|
|
1921
|
+
๐ผ๐ซ flag Wallis & Futuna
|
|
1922
|
+
๐ผ๐ธ flag Samoa
|
|
1923
|
+
๐ฝ๐ฐ flag Kosovo
|
|
1924
|
+
๐พ๐ช flag Yemen
|
|
1925
|
+
๐พ๐น flag Mayotte
|
|
1926
|
+
๐ฟ๐ฆ flag South Africa
|
|
1927
|
+
๐ฟ๐ฒ flag Zambia
|
|
1928
|
+
๐ฟ๐ผ flag Zimbabwe
|
|
1929
|
+
๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ flag England
|
|
1930
|
+
๐ด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ flag Scotland
|
|
1931
|
+
๐ด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ flag Wales`,
|
|
1932
|
+
];
|
|
1933
|
+
/**
|
|
1934
|
+
* Soporte de tono de piel, alineado carรกcter a carรกcter con las lรญneas de
|
|
1935
|
+
* EMOJI_PACKED: '0' sin soporte ยท '1' modificador tras el primer codepoint ยท
|
|
1936
|
+
* '2' tras cada codepoint de persona (secuencias multi-persona).
|
|
1937
|
+
*
|
|
1938
|
+
* Un carรกcter por emoji en vez de un array de booleanos: 8 de las 9 categorรญas
|
|
1939
|
+
* son un run de ceros puro, asรญ que el gzip lo deja en nada.
|
|
1940
|
+
*/
|
|
1941
|
+
export const EMOJI_TONE_FLAGS = [
|
|
1942
|
+
`0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`,
|
|
1943
|
+
`11111111111111111111111111111111111111111111001111100000000001111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111110000000111111111111111111111111111111111111111111111111000111111010111111111111111111111111111100011111111111111211112221222000000000000000000000000000000000000`,
|
|
1944
|
+
`000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`,
|
|
1945
|
+
`00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`,
|
|
1946
|
+
`00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`,
|
|
1947
|
+
`0000000000000000000000000000000000000000000000000000000000000000000000000000000000000`,
|
|
1948
|
+
`000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`,
|
|
1949
|
+
`00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`,
|
|
1950
|
+
`000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`,
|
|
1951
|
+
];
|
|
1952
|
+
/** Cantidad total de emoji del dataset (invariante de los packs de locale). */
|
|
1953
|
+
export const EMOJI_COUNT = 1906;
|