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' : ''">
″
DOUBLE PRIME
Overview
″ (DOUBLE PRIME) is the Unicode character at code point U+2033. It belongs to the General Punctuation block, in the Other Punctuation (Po) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2033 | |
| decimal | 8243 | |
| htmldecimal | ″ | |
| htmlhex | ″ | |
| css | \2033 | |
| javascript | \u{2033} | |
| python | \u2033 | |
| java | \u2033 | |
| go | \u2033 | |
| ruby | \u{2033} | |
| rust | \u{2033} | |
| ccpp | \u2033 | |
| urlencoded | %E2%80%B3 | |
| utf8bytes | e2 80 b3 | |
| utf16bebytes | 20 33 | |
| utf32bebytes | 00 00 20 33 | |
| htmlentity | ″ |
How to Use
HTML:
″
or
″
CSS:
content: "\2033"
JavaScript:
"\u{2033}"
Python:
"\u2033"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ET
- Combining
- 0
- Mirrored
- No
- Decomposition
- <compat> 2032 2032
Frequently Asked Questions
What is the ″ character (DOUBLE PRIME)?
″ (DOUBLE PRIME) is the Unicode character U+2033.
What is the Unicode codepoint of DOUBLE PRIME?
The DOUBLE PRIME character (″) has codepoint U+2033.
How do I type or copy DOUBLE PRIME?
Copy ″ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.