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' : ''">
ⅲ
SMALL ROMAN NUMERAL THREE
Overview
ⅲ (SMALL ROMAN NUMERAL THREE) is the Unicode character at code point U+2172. 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+2172 | |
| decimal | 8562 | |
| htmldecimal | ⅲ | |
| htmlhex | ⅲ | |
| css | \2172 | |
| javascript | \u{2172} | |
| python | \u2172 | |
| java | \u2172 | |
| go | \u2172 | |
| ruby | \u{2172} | |
| rust | \u{2172} | |
| ccpp | \u2172 | |
| urlencoded | %E2%85%B2 | |
| utf8bytes | e2 85 b2 | |
| utf16bebytes | 21 72 | |
| utf32bebytes | 00 00 21 72 |
How to Use
HTML:
ⅲ
CSS:
content: "\2172"
JavaScript:
"\u{2172}"
Python:
"\u2172"
Properties
- Block
- Number Forms
- Script
- Latn
- Category
- Letter Number (Nl)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <compat> 0069 0069 0069
Frequently Asked Questions
What is the ⅲ character (SMALL ROMAN NUMERAL THREE)?
ⅲ (SMALL ROMAN NUMERAL THREE) is the Unicode character U+2172.
What is the Unicode codepoint of SMALL ROMAN NUMERAL THREE?
The SMALL ROMAN NUMERAL THREE character (ⅲ) has codepoint U+2172.
How do I type or copy SMALL ROMAN NUMERAL THREE?
Copy ⅲ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.