'
Technical information
Symbol | ' | |
Name | apostrophe | |
Unicode number | U+0027 | |
Category | ASCII Table2. ASCII punctuation and symbols |
Encoding
HTML Entity | ' | |
HTML Entity (hex) | ' | |
HTML Entity (named) | ' | |
URL Escape Code | %27 | |
UTF-8 (hex) | 0x27 | |
UTF-8 (binary) | 00100111 | |
UTF-16 | 0x0027 | |
UTF-32 | 0x00000027 |
Source Code
C, C++, and Java | "\u0027" | |
CSS Code | \0027 | |
JavaScript | "\u0027" | |
Perl | \x{0027} | |
Python 2 | u"\u0027" | |
Python 3 | \u0027 | |
Ruby | \u{0027} |
Preview
This Unicode character looks like this ' in sentence and in bold like this ' and in italic like this '.
input-group
Font size:
'
12px
'
16px
'
20px
'
28px
'
36px
'
48px
'
72px
CSS Property: font-weight
'
100
'
200
'
300
'
400
'
500
'
600
'
700
'
800
'
900
HTML Forms and Input
input
Disabled input
'
select
button
button
Code examples in HTML and CSS
<span>'</span>
span {
content: "\0027";
}
The symbol in different fonts
'
-apple-system
'
Apple Color Emoji
'
Arial
'
BlinkMacSystemFont
'
Courier New
'
Georgia
'
Droid Sans
'
Helvetica
'
Noto Sans
'
Oxygen
'
Roboto
'
"Segoe UI"
'
sans-serif
'
Segoe UI Emoji
'
Segoe UI Symbol
'
system-ui
'
Times New Roman
'
Ubuntu
'
Verdana