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' : ''">
Ⅲ
ROMAN NUMERAL THREE
Overview
Ⅲ (ROMAN NUMERAL THREE) is the Unicode character at code point U+2162. It belongs to the Number Forms block, in the Letter Number (Nl) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2162 | |
| decimal | 8546 | |
| htmldecimal | Ⅲ | |
| htmlhex | Ⅲ | |
| css | \2162 | |
| javascript | \u{2162} | |
| python | \u2162 | |
| java | \u2162 | |
| go | \u2162 | |
| ruby | \u{2162} | |
| rust | \u{2162} | |
| ccpp | \u2162 | |
| urlencoded | %E2%85%A2 | |
| utf8bytes | e2 85 a2 | |
| utf16bebytes | 21 62 | |
| utf32bebytes | 00 00 21 62 |
How to Use
HTML:
Ⅲ
CSS:
content: "\2162"
JavaScript:
"\u{2162}"
Python:
"\u2162"
Properties
- Block
- Number Forms
- Script
- Latn
- Category
- Letter Number (Nl)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <compat> 0049 0049 0049
Frequently Asked Questions
What is the Ⅲ character (ROMAN NUMERAL THREE)?
Ⅲ (ROMAN NUMERAL THREE) is the Unicode character U+2162.
What is the Unicode codepoint of ROMAN NUMERAL THREE?
The ROMAN NUMERAL THREE character (Ⅲ) has codepoint U+2162.
How do I type or copy ROMAN NUMERAL THREE?
Copy Ⅲ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.