Skip to content

Commit

Permalink
More examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexendoo committed Jan 30, 2025
1 parent 38519b3 commit 7befcbf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,15 @@ <h3>Example Searches</h3>
<a href="#U+200B" class="example">U+200B</a>,
<a href="#U+1F422" class="example">U+1F422</a>
</li>
<li>By text:
<li>View an individual character:
<a href="" class="example">½</a>,
<a href="#🧧" class="example">🧧</a>,
<a href="#🐢" class="example">🐢</a>
</li>
<li>View the components of an emoji sequence:
<a href="#👨‍👩‍👧‍👦" class="example">👨‍👩‍👧‍👦</a>,
<a href="#👨‍🦽" class="example">👨‍🦽</a>,
<a href="#יוניקוד" class="example">יוניקוד</a>
<a href="🏴‍☠️" class="example">🏴‍☠️</a>
</li>
</ul>

Expand Down

0 comments on commit 7befcbf

Please sign in to comment.