https://bugs.kde.org/show_bug.cgi?id=412271
--- Comment #3 from Brennan Kinney <polarathene-sig...@hotmail.com> --- The previous comment provides glyphs I copied over but copying the contents here won't allow for reproducing the issue. It does not appear to be something I can copy directly here, but can be sourced from getemoji.com. Presumably they included some other data when copied, like a skin tone. The two glyphs/emoji from the prior comment were rendering in black/white in Chrome for me, which I've tracked down to be from Noto Sans Symbols2(The DejaVu Sans equivalent does not take precedence for some reason, despite being listed earlier by fc-match query). --- 🕵 1F575 SLEUTH OR SPY + ♀ 2640 FEMALE SIGN == 🕵️♀️ The above glyph/symbol on the right should be a single one that you can select and input into the KCharSelect search field. In my case I see it rendered as two glyphs that I've shared earlier, but are treated as a single glyph with selection and arrow key navigation. You cannot remove the 1st part of the glyph, but you can remove the 2nd part via backspace(twice), The 1st part requires two backspaces, followed by a space to identify as the given 1st part of the glyph in results. (🕵️) This seems to work with copy/paste for reproduction. It requires two backspaces before the space. (🕵) This one does not, and is the result after the two backspaces, just add a space to get results(before or after the glyph). --- The issue I'm describing might be related to code points? https://emojipedia.org/female-sleuth/ Consists of these codepoints: 🕵 U+1F575 ️ U+FE0F U+200D ♀ U+2640 ️ U+FE0F FE0F is invisible codepoint for Variation Selector-16: https://emojipedia.org/variation-selector-16/ 200D is invisible codepoint for Zero Width Joiner: https://emojipedia.org/zero-width-joiner/ 😕 1F615 Confused Face, single codepoint https://emojipedia.org/rolling-on-the-floor-laughing/ ☝ 261D WHITE UP POINTING INDEX ✌ 270C VICTORY HAND Both are two codepoints(the 2nd codepoint is the invisible FE0F variation selector-16) https://emojipedia.org/white-up-pointing-index/ https://emojipedia.org/victory-hand/ That solves the backspace mystery :) While some emoji with a single codepoint are happy to return results with a single space character added, those that required two spaces, can add those in any order(" q", " q ", "q ") and it'll work, didn't need to be strictly before and after. I am not sure what makes an emoji like "Confused Face" only require a single space to trigger results. -- You are receiving this mail because: You are watching all bug changes.