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
༠ (TIBETAN DIGIT ZERO) is the Unicode character at code point U+0F20. It belongs to the Tibetan block, in the Decimal Number (Nd) general category. Its script is Tibt.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0F20 | |
| decimal | 3872 | |
| htmldecimal | ༠ | |
| htmlhex | ༠ | |
| css | \0F20 | |
| javascript | \u{F20} | |
| python | \u0f20 | |
| java | \u0F20 | |
| go | \u0F20 | |
| ruby | \u{F20} | |
| rust | \u{F20} | |
| ccpp | \u0f20 | |
| urlencoded | %E0%BC%A0 | |
| utf8bytes | e0 bc a0 | |
| utf16bebytes | 0f 20 | |
| utf32bebytes | 00 00 0f 20 |
How to Use
HTML:
༠
CSS:
content: "\0F20"
JavaScript:
"\u{F20}"
Python:
"\u0f20"
Properties
Frequently Asked Questions
What is the ༠ character (TIBETAN DIGIT ZERO)?
༠ (TIBETAN DIGIT ZERO) is the Unicode character U+0F20.
What is the Unicode codepoint of TIBETAN DIGIT ZERO?
The TIBETAN DIGIT ZERO character (༠) has codepoint U+0F20.
How do I type or copy TIBETAN DIGIT ZERO?
Copy ༠ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.