final public function addEmoji(Emoji $emoji): self
    {
        if ($this->inField || null === $this->emojiFieldName) {
            $this->handleTerm($emoji);
            return $this;