Igbo Counting System Icon Generator


Igbo Counting System Icon Generator

Create custom hand emoji icons for the Igbo finger counting system

How to Use:

1. Click any emoji below to copy it to clipboard

2. Use “Download as PNG” to save the image

3. Copy the HTML/CSS code for your website

Hand Emoji Set

Click to copy, or use the download buttons

Point Up – 1 Finger
☝️

Left: ☝
Right: <span class=”flipped”>&#x261D;</span>

Victory – 2 Fingers
✌️

Left: &#x270C;
Right: <span class=”flipped”>&#x270C;</span>

Love You – 3 Fingers
🤟

Left: &#x1F91F;
Right: <span class=”flipped”>&#x1F91F;</span>

Vulcan – 4 Fingers
🖖

Left: &#x1F596;
Right: <span class=”flipped”>&#x1F596;</span>

Hand Splayed – 5 Fingers
🖐️

Left: &#x1F590;
Right: <span class=”flipped”>&#x1F590;</span>

Fist

Left: &#x270A;
Right: <span class=”flipped”>&#x270A;</span>

Left Hand
🖐️
5 Fingers

Right Hand
🖐️
5 Fingers

Complete Counting System

Igbo numbers 1-10 with hand icons:

1
☝️
Otu

2
✌️
Abuọ

3
🤟
Ato

4
🖖
Anọ

5
🖐️
Ise

6
🖐️☝️
Isii

7
🖐️✌️
Asaa

8
🖐️🤟
Asatọ

9
🖐️🖖
Itoolu

10
🖐️🖐️
Iri

<!– Example: Number 6 –>
<span class=”igbo-number”>
  <span class=”hand-left”>🖐️</span>
  <span class=”hand-right”>☝️</span>
  <span class=”number-text”>Isii (6)</span>
</span>

<style>
  .hand-right { display: inline-block; transform: scaleX(-1); }
  .igbo-number { font-size: 24px; }
</style>

For Your Dictionary PHP File:

<?php
// Igbo dictionary with emoji icons
$dictionary = [
  [‘igbo’ => ‘<span class=”igbo-hand”>☝️</span> Otu’,
   ‘english’ => ‘<span class=”igbo-hand”>☝️</span> One’,
   ‘category’ => ‘Numbers’],
  [‘igbo’ => ‘<span class=”igbo-hand”>✌️</span> Abuọ’,
   ‘english’ => ‘<span class=”igbo-hand”>✌️</span> Two’,
   ‘category’ => ‘Numbers’],
  // … more entries
];
?>

Igbo Counting System Icon Generator | Made for Igbo Language Dictionary

Use freely in your projects