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' : ''">
⒰
PARENTHESIZED LATIN SMALL LETTER U
Overview
⒰ (PARENTHESIZED LATIN SMALL LETTER U) is the Unicode character at code point U+24B0. It belongs to the Enclosed Alphanumerics block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+24B0 | |
| decimal | 9392 | |
| htmldecimal | ⒰ | |
| htmlhex | ⒰ | |
| css | \24B0 | |
| javascript | \u{24B0} | |
| python | \u24b0 | |
| java | \u24B0 | |
| go | \u24B0 | |
| ruby | \u{24B0} | |
| rust | \u{24B0} | |
| ccpp | \u24b0 | |
| urlencoded | %E2%92%B0 | |
| utf8bytes | e2 92 b0 | |
| utf16bebytes | 24 b0 | |
| utf32bebytes | 00 00 24 b0 |
How to Use
HTML:
⒰
CSS:
content: "\24B0"
JavaScript:
"\u{24B0}"
Python:
"\u24b0"
Properties
- Block
- Enclosed Alphanumerics
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <compat> 0028 0075 0029
Frequently Asked Questions
What is the ⒰ character (PARENTHESIZED LATIN SMALL LETTER U)?
⒰ (PARENTHESIZED LATIN SMALL LETTER U) is the Unicode character U+24B0.
What is the Unicode codepoint of PARENTHESIZED LATIN SMALL LETTER U?
The PARENTHESIZED LATIN SMALL LETTER U character (⒰) has codepoint U+24B0.
How do I type or copy PARENTHESIZED LATIN SMALL LETTER U?
Copy ⒰ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.