copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('۰'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
۰
Overview
۰ (EXTENDED ARABIC-INDIC DIGIT ZERO) is the Unicode character at code point U+06F0. It belongs to the Arabic block, in the Decimal Number (Nd) general category. Its script is Arab.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+06F0 | |
| decimal | 1776 | |
| htmldecimal | ۰ | |
| htmlhex | ۰ | |
| css | \06F0 | |
| javascript | \u{6F0} | |
| python | \u06f0 | |
| java | \u06F0 | |
| go | \u06F0 | |
| ruby | \u{6F0} | |
| rust | \u{6F0} | |
| ccpp | \u06f0 | |
| urlencoded | %DB%B0 | |
| utf8bytes | db b0 | |
| utf16bebytes | 06 f0 | |
| utf32bebytes | 00 00 06 f0 |
How to Use
HTML:
۰
CSS:
content: "\06F0"
JavaScript:
"\u{6F0}"
Python:
"\u06f0"
Properties
Frequently Asked Questions
What is the ۰ character (EXTENDED ARABIC-INDIC DIGIT ZERO)?
۰ (EXTENDED ARABIC-INDIC DIGIT ZERO) is the Unicode character U+06F0.
What is the Unicode codepoint of EXTENDED ARABIC-INDIC DIGIT ZERO?
The EXTENDED ARABIC-INDIC DIGIT ZERO character (۰) has codepoint U+06F0.
How do I type or copy EXTENDED ARABIC-INDIC DIGIT ZERO?
Copy ۰ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.