<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Update isEmojiGroupCandidate() to the latest version of Unicode"
   href="https://bugs.webkit.org/show_bug.cgi?id=168198">168198</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Update isEmojiGroupCandidate() to the latest version of Unicode
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Text
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mmaxfield&#64;apple.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>mmaxfield&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>In the latest version of Unicode, many more emoji are allowed to join. Instead of checking each individual range, we should just check to see if the character is:

U+2640 FEMALE SIGN
U+2642 MALE SIGN
U+26F9 PERSON WITH BALL
U+2695 STAFF OF AESCULAPIUS
U+2696 SCALES
U+2708 AIRPLANE
U+2764 HEAVY BLACK HEART
The Unicode block is UBLOCK_MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS
The Unicode block is UBLOCK_EMOTICONS
The Unicode block is UBLOCK_TRANSPORT_AND_MAP_SYMBOLS
The Unicode block is UBLOCK_SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS

Alternatively, instead of checking individual code points at all, we may wish to simply check if the block is UBLOCK_MISCELLANEOUS_SYMBOLS or UBLOCK_DINGBATS</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>