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' : ''">
⨴
MULTIPLICATION SIGN IN LEFT HALF CIRCLE
Overview
⨴ (MULTIPLICATION SIGN IN LEFT HALF CIRCLE) is the Unicode character at code point U+2A34. It belongs to the Supplemental Mathematical Operators block, in the Math Symbol (Sm) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2A34 | |
| decimal | 10804 | |
| htmldecimal | ⨴ | |
| htmlhex | ⨴ | |
| css | \2A34 | |
| javascript | \u{2A34} | |
| python | \u2a34 | |
| java | \u2A34 | |
| go | \u2A34 | |
| ruby | \u{2A34} | |
| rust | \u{2A34} | |
| ccpp | \u2a34 | |
| urlencoded | %E2%A8%B4 | |
| utf8bytes | e2 a8 b4 | |
| utf16bebytes | 2a 34 | |
| utf32bebytes | 00 00 2a 34 |
How to Use
HTML:
⨴
CSS:
content: "\2A34"
JavaScript:
"\u{2A34}"
Python:
"\u2a34"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes
Frequently Asked Questions
What is the ⨴ character (MULTIPLICATION SIGN IN LEFT HALF CIRCLE)?
⨴ (MULTIPLICATION SIGN IN LEFT HALF CIRCLE) is the Unicode character U+2A34.
What is the Unicode codepoint of MULTIPLICATION SIGN IN LEFT HALF CIRCLE?
The MULTIPLICATION SIGN IN LEFT HALF CIRCLE character (⨴) has codepoint U+2A34.
How do I type or copy MULTIPLICATION SIGN IN LEFT HALF CIRCLE?
Copy ⨴ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.