free-symbols

Devanagari Digit One Letter

१ is the Devanagari digit for the number one, Unicode U+0967.

U+0967

“१” is the Devanagari numeral character for one. It’s commonly used when text is written in Devanagari script rather than Latin digits. Use the copy options below to include it reliably in web and app content.

Devanagari Digit One Letter Meaning

१ (Unicode U+0967) is the Devanagari digit representing the number one. It belongs to the Devanagari (Hindi) block and is used as part of Devanagari numerals, such as writing numbers in a script-consistent way. You’ll typically see it in Hindi/Devanagari text that follows the local digit style, in headings, captions, and any context where numbers must match the surrounding script. When building web pages or data pipelines, copying the exact character (or using the provided HTML/CSS/JavaScript escapes) helps prevent “digit mismatch” issues caused by substituting Latin “1”.

Common uses

  • Writing numerals in Devanagari script-consistent text (e.g., “१, २, ३ …”)
  • UI labels and headings in Hindi/Devanagari interfaces where digits should match the script
  • Designing posters, flyers, or social posts that require Devanagari digit formatting
  • Templating documents and forms that must preserve Devanagari numbering
  • Programming content strings where you need the exact Unicode character for “one”

Examples

१ Devanagari Digit One (U+0967)

  • कक्षा १ में आपका स्वागत है।
  • ऑर्डर संख्या: १
  • भाग १: परिचय
  • आज दिनांक १-जनवरी है।
  • टीम सदस्य १

Variations

Technical codes

UnicodeU+0967
HTML Entity१
HTML Code१
CSS\0967

FAQ

What does the Devanagari Digit One letter mean?

१ (Unicode U+0967) is the Devanagari digit representing the number one. It belongs to the Devanagari (Hindi) block and is used as part of Devanagari numerals, such as writing numbers in a script-consistent way. You’ll typically see it in Hindi/Devanagari text that follows the local digit style, in headings, captions, and any context where numbers must match the surrounding script. When building web pages or data pipelines, copying the exact character (or using the provided HTML/CSS/JavaScript escapes) helps prevent “digit mismatch” issues caused by substituting Latin “1”.

Is १ the same as the Latin digit 1?

No. १ is the Devanagari digit one (Unicode U+0967). The Latin “1” is a different character, so they may render differently or not match script formatting requirements.

What is the Unicode code point for १?

The Unicode code point for १ is U+0967.

How can I copy १ for HTML text?

You can paste the symbol directly as १, or use the HTML entity १.

What escapes can I use in CSS or JavaScript?

In CSS use \\0967. In JavaScript use \\u{0967}.