free-symbols

Tamil Digit Two Letter

௨ is the Tamil numeral for two (Unicode U+0BE8).

U+0BE8

The symbol “௨” represents the number two in the Tamil numeral system. It’s used wherever Tamil digits appear in text, interfaces, or content. Use the copy variations below to paste it reliably across devices and code.

Tamil Digit Two Letter Meaning

௨ is the Tamil digit for the value 2, encoded in Unicode as U+0BE8 (Unicode name: TAMIL DIGIT TWO). It is the Tamil script counterpart to the Western digit “2”, and it’s commonly seen in Tamil-language writing such as numbers in sentences, dates, counts, and list items. When you need proper localization for Tamil readers (for example, in UI labels, forms, and documents), using this exact character helps ensure numbers render correctly in Tamil text. Because it is a distinct Unicode character, using the Unicode/HTML/CSS/JavaScript escapes is a reliable way to include it in code.

Common uses

  • Displaying the number 2 in Tamil-language user interfaces and mobile apps
  • Typing or formatting Tamil dates and time ranges that include numeric values
  • Writing counts and quantities in Tamil text (e.g., items numbered ௨, ௩, ௪)
  • Localizing forms, surveys, and labels that require Tamil digits
  • Producing educational or reference content using Tamil numeral characters

Examples

௨ Tamil Digit Two (U+0BE8)

  • இன்று ௨ மணிக்கு சந்திப்போம்.
  • எனக்கு ௨ ஆப்பிள்கள் வேண்டும்.
  • புத்தகத்தின் இரண்டாம் பாடம் ௨-ஆவது பக்கம்.
  • தயவுசெய்து ௨ இடங்களை தேர்ந்தெடுக்கவும்.
  • விளையாட்டு மதிப்பெண்: ௨–௧.

Variations

Technical codes

UnicodeU+0BE8
HTML Entity௨
HTML Code௨
CSS\0BE8

FAQ

What does the Tamil Digit Two letter mean?

௨ is the Tamil digit for the value 2, encoded in Unicode as U+0BE8 (Unicode name: TAMIL DIGIT TWO). It is the Tamil script counterpart to the Western digit “2”, and it’s commonly seen in Tamil-language writing such as numbers in sentences, dates, counts, and list items. When you need proper localization for Tamil readers (for example, in UI labels, forms, and documents), using this exact character helps ensure numbers render correctly in Tamil text. Because it is a distinct Unicode character, using the Unicode/HTML/CSS/JavaScript escapes is a reliable way to include it in code.

What number does the Tamil digit “௨” represent?

“௨” is the Tamil numeral for the value 2.

What is the Unicode code point for this symbol?

The Unicode code point is U+0BE8.

How can I copy “௨” safely in HTML?

You can use the HTML entity: ௨.

How do I use this character in JavaScript?

Use the escape form: \\u{0BE8} (JavaScript).