copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('3'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
3
DIGIT THREE
Overview
3 (DIGIT THREE) is the Unicode character at code point U+0033. It belongs to the Basic Latin block, in the Decimal Number (Nd) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0033 | |
| decimal | 51 | |
| htmldecimal | 3 | |
| htmlhex | 3 | |
| css | \0033 | |
| javascript | \u{33} | |
| python | \u0033 | |
| java | \u0033 | |
| go | \u0033 | |
| ruby | \u{33} | |
| rust | \u{33} | |
| ccpp | \u0033 | |
| urlencoded | 3 | |
| utf8bytes | 33 | |
| utf16bebytes | 00 33 | |
| utf32bebytes | 00 00 00 33 |
How to Use
HTML:
3
CSS:
content: "\0033"
JavaScript:
"\u{33}"
Python:
"\u0033"
Properties
- Block
- Basic Latin
- Script
- Zyyy
- Category
- Decimal Number (Nd)
- Bidirectional
- EN
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the 3 character (DIGIT THREE)?
3 (DIGIT THREE) is the Unicode character U+0033.
What is the Unicode codepoint of DIGIT THREE?
The DIGIT THREE character (3) has codepoint U+0033.
How do I type or copy DIGIT THREE?
Copy 3 directly, or use the HTML entity, UTF-8, and code encodings shown on this page.