I’m not sure if they use an image or if it’s some kind of text transformation, but how does apple achieve the curly quote style found in Siri responses? When I attempt to recreate it with regular quotes I get just that, regular quotes.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It looks like they are using the UNICODE “Left Double Quotation” and “Right Double Quotation” marks — code point U+201C (“) and U+201D (”). You can embed them directly into your source (see wikipedia for how to type them).
You can embed them as UTF-8 sequences using hex escapes as well: