copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('\u0027'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
'
APOSTROPHE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0027 | |
| decimal | 39 | |
| htmldecimal | ' | |
| htmlhex | ' | |
| css | \0027 | |
| javascript | \u{27} | |
| python | \u0027 | |
| java | \u0027 | |
| go | \u0027 | |
| ruby | \u{27} | |
| rust | \u{27} | |
| ccpp | \u0027 | |
| urlencoded | %27 | |
| utf8bytes | 27 | |
| utf16bebytes | 00 27 | |
| utf32bebytes | 00 00 00 27 | |
| htmlentity | ' |
How to Use
HTML:
'
or
'
CSS:
content: "\0027"
JavaScript:
"\u{27}"
Python:
"\u0027"
Properties
- Block
- Basic Latin
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No