Hi Everybody,
I need the hex code for the entity ℠ (Service Mark) like we have hex code for @0096, @0097 and @0098 for Copyright, Registered Mark and Trade Mark symbols.
Thanks!
Shahnawaz

Hi Everybody,
I need the hex code for the entity ℠ (Service Mark) like we have hex code for @0096, @0097 and @0098 for Copyright, Registered Mark and Trade Mark symbols.
Thanks!
Shahnawaz

Hi Everybody,
Can anyone help me to provide the hex code for Service Mark symbol
Thanks!
Google is your friend. Searched for: "Service Mark" unicode in hex
AI Overview
0x2120 in UTF-16 and hex, ℠ in HTML decimal, ℠ in HTML hex, and E2 84 A0 in UTF-8 encoding. U+2120E2 84 A02120℠℠
Thanks Shawn for the input but I have already done such google searches.
I need hex code for Service Mark that support XPP. These are not supported in XPP
Hi Shahnawaz,
I am able to use the Shift+F2 keys to enter 2120 and see the service mark in xyview. Please let me know if I misunderstand your goal.
Kind regards,
Sharon
Hi Sharon,
Actually my goal is to generate the Service Mark in Keywords section of Metadata which generally shows when you check the property (Ctrl+D) of any PDF.
The Service Mark is generating as an entity in the Keywords section and I was facing the same issue with Trade Mark and Copyright symbols as well but when I tried to replace the unicode entity with the hex code @0096 and @0098 for Copyright and Trade Mark, it rendered correctly.
So, I wanted to replace the entity of Service Mark (℠) with similar type of hex code in order to render it correctly.
Please let me know if I answered your question.
Warm Regards,
Shahnawaz
I'm unable to find Adobe's code for (SM) in metadata. Googling for "hex code for service mark in Acrobat metadata keywords list" just says
If you are entering this directly into the Adobe Acrobat metadata field (File > Properties > Keywords), it is best to copy and paste the symbol directly: ℠.
Perhaps you can ask the "Adobe Community" website for help. www.adobe.com/community
Hi Shawn,
We are in 100% automation system where we used to generate the PDF using divpdf tool in the backend, so we cannot directly copy and paste in the metadata field as you mentioned.
Thanks!
Shahnawaz
Hi Shahnawaz,
Can you please describe where in the XPP data you are successfully using the @0096 and @0098 syntax for the Copyright and Trademark symbols.
Is it done with coding directly within an XPP division, or perhaps via coding in the Item Format spec or the CSS spec for a division?
And if so, can you please give a complete example of such coding.
Thank you for any further information that you are able to provide.
Jonathan Dagresta
RWS Group/XPP Development
Hi Jonathan,
I have used @0096 and @0098 hex code value for the Copyright and Trademark symbols through the transformation table where I have replaced the unicode entity © and ™ with it.
Please let me know incase you need additional information.
Warm Regards,
Shahnawaz
I believe he has to be inputting these entity codes in the JOB's PDF spec in the Keywords field. But in the resulting PDF output, examined with Acrobat's Document Properties -> Keywords on Description tab, they didn't get them--unless they transform the PDF to change the entity codes to the Adobe-only @xxxx hex codes in that metadata field. Evidently Adobe has its own character mappings in metadata fields that apply to symbol chars and nobody knows the hex code that will display the SM symbol. Am I describing your processes correctly, Shahnawaz?