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' : ''">
‹
SINGLE LEFT-POINTING ANGLE QUOTATION MARK
Overview
‹ (SINGLE LEFT-POINTING ANGLE QUOTATION MARK) is the Unicode character at code point U+2039. It belongs to the General Punctuation block, in the Initial Punctuation (Pi) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2039 | |
| decimal | 8249 | |
| htmldecimal | ‹ | |
| htmlhex | ‹ | |
| css | \2039 | |
| javascript | \u{2039} | |
| python | \u2039 | |
| java | \u2039 | |
| go | \u2039 | |
| ruby | \u{2039} | |
| rust | \u{2039} | |
| ccpp | \u2039 | |
| urlencoded | %E2%80%B9 | |
| utf8bytes | e2 80 b9 | |
| utf16bebytes | 20 39 | |
| utf32bebytes | 00 00 20 39 | |
| htmlentity | ‹ |
How to Use
HTML:
‹
or
‹
CSS:
content: "\2039"
JavaScript:
"\u{2039}"
Python:
"\u2039"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Initial Punctuation (Pi)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes
Compare
Frequently Asked Questions
What is the ‹ character (SINGLE LEFT-POINTING ANGLE QUOTATION MARK)?
‹ (SINGLE LEFT-POINTING ANGLE QUOTATION MARK) is the Unicode character U+2039.
What is the Unicode codepoint of SINGLE LEFT-POINTING ANGLE QUOTATION MARK?
The SINGLE LEFT-POINTING ANGLE QUOTATION MARK character (‹) has codepoint U+2039.
How do I type or copy SINGLE LEFT-POINTING ANGLE QUOTATION MARK?
Copy ‹ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.